MathematicsAlgebraA-Level
AQACCEAEdexcelOCRWJECAPIBSAT

Binomial theorem

Expand (a+b)^n for a positive integer n.

Understand the formulaSee the free derivationOpen the full walkthrough

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

First Term
Second Term
Power n
Term index k
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).
1

State the Finite Expansion:

The expansion is a sum of terms where powers of a decrease and powers of b increase.

2

Define the Binomial Coefficient:

These coefficients count how many ways to choose r factors of b out of n factors in the product.

3

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

n
The total number of factors in the product (a+b) multiplied by itself n times.
This is the 'power' or 'number of trials' in the expansion.
k
The specific count of how many times the term 'b' is chosen from the n factors in a given term of the expansion.
This index iterates through all possible counts of 'b', from zero to n.
The binomial coefficient, representing the number of distinct ways to choose k items from a set of n distinct items without regard to order.
This tells you how many different paths or combinations lead to a specific combination of 'k' 'b's and 'n-k' 'a's.
The product of the 'a' and 'b' terms for a specific combination, where 'a' is chosen n-k times and 'b' is chosen k times.
This is the value contributed by each unique combination of 'a's and 'b's before accounting for how many ways that combination can occur.

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

dimensionless · A non-negative integer exponent.
dimensionless · An integer index ranging from 0 to 'n'.
dimensionless · The binomial coefficient, representing the number of ways to choose k items from n.

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.

Second Term2
Power n3
Term index k1
Term Value24

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

  1. Wikipedia: Binomial theorem
  2. Stewart, James. Calculus. Cengage Learning.
  3. Britannica: Binomial theorem
  4. AQA A-Level Mathematics — Pure (Binomial Expansion)