The Binomial Theorem
Squaring is easy — you memorized years ago. But what about ? Multiplying seven factors by hand is a nightmare of bookkeeping, and it is precisely the kind of tedious, error-prone task that begs for a pattern. The binomial theorem is that pattern: a single, elegant formula that tells you every term of — the coefficients, the exponents, and how many terms there are — without multiplying anything out.
What makes this theorem beautiful is that the coefficients are not arbitrary. They are counting numbers — they answer the question "in how many ways can I choose things?" That hidden link between algebra (expanding brackets) and combinatorics (counting choices) is one of the most satisfying connections in all of mathematics, and once you see it, the binomial theorem stops being a formula to memorize and becomes something you understand.
Learning Objectives
- Expand for any positive integer using the binomial theorem.
- Construct and use Pascal's triangle to find binomial coefficients quickly.
- Compute binomial coefficients and explain why they equal the number of combinations.
- Find a specific term in an expansion without writing out the whole thing.
- Understand the historical motivation and Newton's generalized binomial series for non-integer powers.
Quick Answer
The binomial theorem states that for a positive integer :
where the binomial coefficient counts the number of ways to choose items from . The expansion has terms; the powers of count down from to while the powers of count up from to , and every term's exponents sum to . The coefficients are exactly the numbers in row of Pascal's triangle. Newton later extended the theorem to any real exponent, producing an infinite series that underpins much of calculus.
Where It Came From
The need was practical and ancient: people had to expand powers of sums to solve equations, compute compound interest, and — crucially — to extract roots. Around the 10th–11th centuries, mathematicians in the Islamic world and India already knew the coefficient pattern. The Persian polymath al-Karaji (c. 1000 CE) and later al-Samaw'al described the triangular array of coefficients and proved the expansion for small powers by a form of induction. In India, Halayudha (10th century) commented on the Meru-Prastara, the same triangle, in the context of counting poetic meters — combinations of long and short syllables. In China, Jia Xian (11th century) and Yang Hui (13th century) tabulated the triangle as a tool for root extraction, which is why Chinese texts call it Yang Hui's triangle.
So why is it named after Blaise Pascal (1623–1662)? Pascal did not discover the triangle, but in his 1654 Traité du triangle arithmétique he was the first to study its properties systematically and, above all, to connect it explicitly to combinations and probability — work he did in correspondence with Fermat while founding probability theory. That unifying insight, linking algebra to counting, earned his name the lasting attachment in the West.
The revolutionary leap came from Isaac Newton around 1665. He asked a bold question: what if the exponent is not a positive integer — what if it is a fraction like (a square root) or negative? He discovered that the same coefficient pattern still works, but the sum never terminates — it becomes an infinite series. This generalized binomial series let Newton compute square roots, areas, and ultimately became a foundational tool for the calculus he was inventing. The humble bracket-expansion had grown into an engine of analysis.
Expanding (a+b)^n: The Theorem in Action
Let us see the pattern by building up. Multiplying carefully:
Three patterns jump out. First, the powers of decrease from to and the powers of increase from to ; in every term the exponents add to . Second, the coefficients are symmetric (they read the same forwards and backwards). Third, those coefficients — for — are the binomial coefficients.
Worked Example. Expand .
The template is with coefficients :
Compute each term:
So . Notice we substituted whole chunks — the was and the was — and raised each chunk to its full power. Forgetting to raise the coefficient inside (e.g. writing instead of ) is the single most common slip.
Pascal's Triangle: The Coefficients for Free
You do not need factorials to find the coefficients — you can grow them. Pascal's triangle starts with a at the top; each entry below is the sum of the two entries diagonally above it, with s down both edges:
n=0: 1
n=1: 1 1
n=2: 1 2 1
n=3: 1 3 3 1
n=4: 1 4 6 4 1
n=5: 1 5 10 10 5 1
n=6: 1 6 15 20 15 6 1
Row gives the coefficients of . For instance, row 5 tells us instantly:
The construction rule is Pascal's identity: . It has a lovely meaning in terms of choosing: to choose things from , either you include the last item (then choose from the remaining ) or you exclude it (choose from ). The two cases add up — exactly the addition in the triangle.
Binomial Coefficients and Combinations
Here is the deep "why." Consider . To form a term, you pick either or from each of the three factors and multiply. The term arises every time you pick from exactly one of the three brackets. How many ways can you choose which one bracket contributes the ? That is ways — which is exactly its coefficient. This is why the coefficient of is : it counts the number of ways to choose of the factors to supply a .
The formula is
Worked Example. Find the coefficient of in .
The general term is . We need , so :
The coefficient is . Being able to isolate one term like this — without expanding all nine terms — is what makes the theorem powerful in practice.
Worked Example (the general term). Find the term independent of (the constant term) in .
General term: .
The constant term needs , so :
The constant term is .
Newton's Generalized Binomial Series
Newton's insight: allow any real exponent . Then
where . When is a positive integer the factors eventually hit zero and the series stops (recovering the ordinary theorem). Otherwise it runs forever and converges only when .
Worked Example. Approximate using , :
The true value is — two terms already give five-digit accuracy. This is how mathematicians computed roots before calculators.
Real-World Applications
- Probability and statistics. The binomial distribution — the probability of successes in trials — is literally , a single term of the expansion of . Coin flips, quality-control defect rates, and A/B tests all rest on it.
- Compound interest and finance. Expanding shows how interest compounds term by term, and Newton's series lets analysts approximate for monthly rates.
- Engineering approximations. Physicists constantly replace by its first two terms for small — the basis of countless "small-angle" and "linearization" shortcuts.
- Computer science. Binomial coefficients count subsets, paths in a grid, and appear throughout algorithm analysis and combinatorics.
Common Mistakes
Mistake 1: Forgetting to raise the whole term. In , writing the first term as instead of . Why wrong: the exponent applies to the entire chunk , coefficient included. Correction: always bracket and raise the full quantity: .
Mistake 2: Sign errors with . Treating like . Why wrong: the is negative, so odd powers of make the term negative. Correction: write it as ; the signs then alternate . E.g. .
Mistake 3: Confusing the term number with . Assuming "the 4th term" means . Why wrong: the sum starts at , so the 4th term corresponds to . Correction: the -th term is ; subtract one from the term number to get .
Comparison and Connections
The binomial coefficient wears several hats. The table shows how the same numbers appear in different contexts.
| Notation / idea | Meaning | Reads as |
|---|---|---|
| Binomial coefficient | " choose " | |
| or | Combinations | ways to choose from |
| Row of Pascal's triangle | The list of all | coefficients of |
| Coefficient of | Same number | how many terms collapse together |
Two close cousins to keep distinct: permutations count ordered arrangements, while combinations count unordered selections — and only combinations appear as binomial coefficients, because in the order of the factors you pick from does not matter. The binomial theorem is also the two-variable special case of the more general multinomial theorem, which expands .
Practice Questions
Recall
State the binomial theorem for a positive integer and write row 5 of Pascal's triangle.
Answer: . Row 5: .
Understanding
Explain why the coefficient of in equals .
Guidance: Each of the 5 factors contributes an or a ; the term appears once for every way of choosing which 3 of the 5 factors supply a . That count is .
Application
Find the coefficient of in .
Answer: General term . Set : . Coefficient is .
Analysis
Show that the sum of all entries in row of Pascal's triangle is , and explain what this means combinatorially.
Guidance: Set in the theorem: . Combinatorially, the total number of subsets of an -element set (choosing , , …, or elements) is , since each element is independently in or out.
FAQ
Why does the expansion have exactly terms? Because runs over the integers — that is values, one term each. The powers of range from up to .
Do I need to memorize the factorial formula, or can I just use Pascal's triangle? For small the triangle is faster and less error-prone. For large or when you only want one term deep in the expansion, the formula is the tool — building 30 rows of a triangle to find one coefficient is wasteful.
What happens with ? Replace with . The signs alternate: . Terms with odd are negative.
Why does Newton's series need ? For non-integer exponents the series is infinite. If the terms do not shrink to zero fast enough and the sum diverges (blows up), so the approximation is only valid for small .
How is ? Choosing zero things seems like nothing. There is exactly one way to choose nothing — take the empty selection. This also makes the formula consistent: , using the convention .
Quick Revision
- Theorem: , with terms.
- Coefficient: = number of ways to choose from .
- Pascal's rule: ; edges are .
- General term (-th): — set the exponent to isolate a specific term.
- Row sum: ; symmetry: .
- Newton: for real , valid when .
Related Topics
Prerequisites
Related Topics
- Permutations and Combinations
- The Binomial Probability Distribution
- Sequences and Series
Next Topics
- Newton's generalized binomial series and its role in Calculus
- The multinomial theorem