Binomial theorem
Expand (a+b)^n for a positive integer n.
This public page keeps the free explanation visible and leaves premium worked solving, advanced walkthroughs, and saved study tools inside the app.
Core idea
Overview
The binomial theorem provides an efficient algebraic method for expanding expressions of the form (a + b) raised to any non-negative integer power n. It expresses the expansion as a sum of n + 1 terms, where each term's coefficient is a binomial coefficient calculated using combinations.
When to use: Use this theorem when you need to expand a binomial expression without performing repeated multiplication. It is also used to find a specific term in an expansion or to calculate probabilities in binomial distributions where only certain outcomes are relevant.
Why it matters: This theorem is a fundamental bridge between algebra and combinatorics, providing the basis for the Binomial Distribution in statistics. It is used in physics for power series approximations and in computer science for analyzing the complexity of recursive algorithms.
Symbols
Variables
a = First Term, b = Second Term, n = Power n, k = Term index k, T = Term Value
Walkthrough
Derivation
Understanding the Binomial Theorem
The binomial theorem provides a formula to expand (a + b)^n without multiplying out brackets repeatedly.
- For the finite expansion, n is a non-negative integer.
- For fractional or negative n, the expansion is infinite and requires a convergence condition (often |x| < 1 in (1+x)^n form).
State the Finite Expansion:
The expansion is a sum of terms where powers of a decrease and powers of b increase.
Define the Binomial Coefficient:
These coefficients count how many ways to choose r factors of b out of n factors in the product.
Show the Pattern in the First Few Terms:
This displays the structure of the expansion explicitly from the first term to the last.
Result
Source: AQA A-Level Mathematics — Pure (Binomial Expansion)
Visual intuition
Graph
Graph unavailable for this formula.
The graph displays a step-like progression because n must be a non-negative integer. As n increases, the number of available terms in the summation grows, causing the binomial coefficient to change in discrete jumps.
Graph type: step
Why it behaves this way
Intuition
The expansion of (a+b)^n can be visualized as a tree of choices, where at each of n steps you select either 'a' or 'b'; the binomial coefficient then counts the number of distinct paths that result in exactly k choices
Free study cues
Insight
Canonical usage
The binomial theorem applies to algebraic expressions where 'a' and 'b' must share the same physical dimension. The exponents 'n' and 'k', along with the binomial coefficients, are dimensionless integers.
Common confusion
A common mistake is attempting to apply the theorem when 'a' and 'b' have different physical dimensions, which would make their sum '(a+b)' physically meaningless.
Unit systems
One free problem
Practice Problem
In the expansion of (a + 2)³, the second term (where k = 1) evaluates to 24. Solve for the value of the variable a.
Solve for:
Hint: Use the term formula: C(n, k) × aⁿ⁻ᵏ × bᵏ.
The full worked solution stays in the interactive walkthrough.
Where it shows up
Real-World Context
Probability of exactly k heads in n coin flips.
Study smarter
Tips
- The exponent of the first variable 'a' decreases from n to 0 while the second variable 'b' increases from 0 to n.
- The sum of the exponents in any individual term of the expansion always equals n.
- The coefficients are symmetrical and correspond to the (n+1)-th row of Pascal’s Triangle.
Avoid these traps
Common Mistakes
- Forgetting coefficients.
- Wrong powers summing to n.
Common questions
Frequently Asked Questions
The binomial theorem provides a formula to expand (a + b)^n without multiplying out brackets repeatedly.
Use this theorem when you need to expand a binomial expression without performing repeated multiplication. It is also used to find a specific term in an expansion or to calculate probabilities in binomial distributions where only certain outcomes are relevant.
This theorem is a fundamental bridge between algebra and combinatorics, providing the basis for the Binomial Distribution in statistics. It is used in physics for power series approximations and in computer science for analyzing the complexity of recursive algorithms.
Forgetting coefficients. Wrong powers summing to n.
Probability of exactly k heads in n coin flips.
The exponent of the first variable 'a' decreases from n to 0 while the second variable 'b' increases from 0 to n. The sum of the exponents in any individual term of the expansion always equals n. The coefficients are symmetrical and correspond to the (n+1)-th row of Pascal’s Triangle.
References
Sources
- Wikipedia: Binomial theorem
- Stewart, James. Calculus. Cengage Learning.
- Britannica: Binomial theorem
- AQA A-Level Mathematics — Pure (Binomial Expansion)