2.7.12 · D1Statistics & Probability — Intermediate

Foundations — Binomial theorem — expansion, general term

1,667 words8 min readBack to topic

Before you can trust a single line of the parent note, you must be able to read it. This page unpacks every mark on the page, in the order they depend on each other. Nothing is assumed. If you meet a symbol later that isn't here, it was built from these.


1. What "" and "" mean here — placeholders

The picture: think of and as two labelled buckets. Whatever you pour into bucket stays everywhere on the page. This is why the theorem is so powerful — prove it once with abstract buckets, then reuse it for a thousand concrete problems.

Why the topic needs it: the whole point of the binomial theorem is a template you fill in. Without placeholders you'd re-derive everything for every new problem.


2. Exponents — "multiply by itself"

The picture: below, each factor of is one tile in a row. The exponent is simply how many tiles.

Figure — Binomial theorem — expansion, general term

Two rules we lean on constantly:

Why the topic needs them: in Example 2 of the parent, uses the nesting rule, and combining uses the adding rule. Every "combine into a single power of " step is one of these two laws.


3. Negative exponents — powers that live "downstairs"

The picture: a positive exponent stacks tiles upstairs (numerator); a negative exponent stacks them downstairs (denominator). The number line of exponents runs through zero without a gap:

Why the topic needs it: problems like hide a inside. Rewriting lets us add exponents and land on a single power — the only form we can set equal to a target like .


4. Factorial "" — count the orderings

The picture: counts the number of ways to arrange distinct objects in a line. Place the first object: choices. The next: choices left. And so on down to . Multiply the choices — that product is .

Figure — Binomial theorem — expansion, general term

Why the topic needs it: the coefficient is built out of factorials. No factorial, no coefficient.

See Factorials and Permutations vs Combinations for the full story of ordered counting.


5. — " choose ", the counting engine

Where the formula comes from (from zero):

  1. Line up all chosen objects in order: there are such ordered lists.
  2. But we don't care about order — the same objects arranged in different orders are the same choice.
  3. So divide by : .

The picture: below, choosing brackets out of to hand you a . The chosen brackets are shaded; every distinct shading is one count.

Figure — Binomial theorem — expansion, general term

Why the topic needs it: this is the entire reason coefficients appear. See Combinations nCr for more, and Pascal's Triangle for how these numbers stack row by row.


6. The summation sign — "add up a pattern"

The picture: a conveyor belt. ticks ; at each tick the machine spits out one term ; they all fall into one basket and get summed.

Reading the parent's line: means: run from to ; each time, build the term ; add them all. Since takes values ( through ), there are terms — this is exactly why the parent says .

Why the topic needs it: it's the compact way to say "and so on for every " without writing an endless line.


7. The counter vs the term number

term counter exponent of

Why the topic needs it: every "find the -th term" question relies on translating between the human count and the machine's . Getting this wrong is the single most common slip (see the parent's vs mistake).


8. Putting the symbols in order — prerequisite map

letters a, b as placeholders

powers a^n

negative powers x^-1 = 1/x

exponent laws add and nest

factorial n!

binomial coeff nCr

summation sign sigma

general term T r+1

Binomial theorem

off by one r vs r+1

Read it top-down: placeholders and powers come first, factorials feed , exponent laws and feed the summation, and everything converges on the theorem and its general term.


Equipment checklist

Cover the right-hand side; say your answer aloud before revealing.

What does the exponent in physically count?
How many copies of are multiplied together.
Why is ?
The empty product multiplies nothing, and is the value that leaves any product unchanged (and ).
Rewrite using a negative exponent.
.
Combine into one power.
.
What does count?
The number of ways to arrange distinct objects in a line.
Why is ?
There is exactly one way to arrange nothing (do nothing).
In plain words, what is ?
The number of ways to choose objects from when order doesn't matter.
Write the formula for .
.
Compute .
.
What does tell you to do?
Run from to , build a term for each, and add them all.
How many terms does that produce?
.
Which counter value gives the th term?
(because , so ).

Connections