3.3.11 · D4Sequences & Series

Exercises — Binomial theorem — statement, proof by induction

2,130 words10 min readBack to topic

Before we start, one reminder of the single tool everything uses — the general term: Read it as: "choose of the brackets to give ; the first letter falls from power ; the second letter rises from power ." The powers of the two letters always add up to — keep that in your back pocket for every single problem.

Figure — Binomial theorem — statement, proof by induction

Level 1 — Recognition

L1.1 — Count the terms

How many terms appear in the expansion of ?

Recall Solution

WHAT we use: the term count of a binomial expansion. WHY: the exponent of runs over every whole number from up to , so there is one term for each of those values. The values give terms.

L1.2 — Read off a coefficient from Pascal's Triangle

Using Pascal's Triangle, write the full expansion of .

Recall Solution

Row of the triangle (start counting rows at ) is These are . Pair each with (first letter falls, second rises): Check: put : RHS . ✓

L1.3 — Which term is which?

In , what is the value of that produces the 7th term ?

Recall Solution

WHY the shift: the general term is written because starts at . So the term index is one more than . Set . That term is .


Level 2 — Application

L2.1 — Full expansion with a constant

Expand completely.

Recall Solution

WHAT: apply . Notice (with its coefficient!) and .

  • Check: put : LHS ; RHS . ✓

L2.2 — A negative second term

Expand .

Recall Solution

WHY the sign matters: the second letter is the whole thing , so each term carries , which flips sign on odd . Coefficients from row 5: .

  • Check: put : LHS ; RHS . ✓

L2.3 — A single coefficient without expanding

Find the coefficient of in .

Recall Solution

Using the form (parent note, Example 3): . The coefficient of is just .


Level 3 — Analysis

L3.1 — Term free of (the constant term)

Find the term independent of in .

Recall Solution

WHAT: write the general term and track the total power of . WHY set the power to zero: "independent of " means , i.e. the exponent is .

L3.2 — A coefficient with a sign and a power

Find the coefficient of in .

Recall Solution

Set the power equal to : .

L3.3 — Middle term

Find the middle term of .

Recall Solution

WHY there is exactly one middle term: is even, so there are terms; the single middle one is term number , i.e. . (See General term & middle term of a binomial expansion.)


Level 4 — Synthesis

L4.1 — Two conditions at once

In , find the coefficient of (parent Example 2) and the term independent of .

Recall Solution

Coefficient of : . Independent of : .

L4.2 — Evaluating a numeric sum via the theorem

Without a calculator, evaluate .

Recall Solution

WHY the theorem helps: the sum looks exactly like with and — it is a binomial expansion in disguise.

L4.3 — Ratio of consecutive coefficients

In , the coefficients of the th and th terms are equal. Find .

Recall Solution

WHAT: 5th term has , 6th term has . Coefficients are and . Set them equal: WHY this gives a clean equation: , so two binomial coefficients from the same row are equal only when their lower indices are equal or sum to . Here , so we need . Check the direct way: . ✓


Level 5 — Mastery

L5.1 — Approximate a power

Use the first three terms of the binomial expansion to estimate , and compare with the exact value.

Recall Solution

WHY expand around : write so that is small — later terms shrink fast, so a few terms already approximate well (this idea generalises in Binomial series for any index). With : Check: the exact value is , so three terms are already accurate to three decimals. ✓

L5.2 — Prove an identity using the theorem

Show that for , then verify it at .

Recall Solution

WHAT tool and WHY: we need to turn into something summable. Use the absorption identity (The factor cancels one factor of the in the denominator — that is why absorption works.) Now sum, and re-index with (limits shift becomes , but the term is zero so start at , i.e. ): using (put in the theorem for exponent ). Verify at : LHS . RHS . ✓

L5.3 — Reconstruct one line of the induction proof

In the inductive step we had Take and -slot power (i.e. the term with ). Show numerically that the two sums contribute and , and that they add to .

Recall Solution

WHERE the two pieces come from:

  • The first sum has term . For with we need : that gives .
  • The second sum has term . For we need , i.e. : that gives . Adding, the coefficient of in is which is exactly Pascal's rule at . This is the engine of the whole proof, seen on one term.
Figure — Binomial theorem — statement, proof by induction

Recall One-line self-test summary

Every problem here reduces to one move: write , plug in the actual and (with signs and coefficients), collect the power of , and set it to the target. The single move that solves 90% of binomial problems? ::: Write the general term, collect the power of , solve for .


Connections