What is Binomial Expansion?
A clear, step-by-step guide for students and beginners
If you have ever tried to expand something like (a + b)⁵ by hand, you know it takes a long time.
Binomial expansion gives us a shortcut — a reliable formula to expand any power of a two-term expression quickly and correctly.
Definition
Binomial Expansion is the process of expanding an expression of the form
(a + b)n into a sum of individual terms, where n is a positive integer.
Each term is determined using the Binomial Theorem, and its coefficient comes
from a combination formula known as C(n, r) or nCr.
1. What is a Binomial?
The word binomial comes from Latin — bi (two) + nomial (terms).
A binomial is simply an algebraic expression that has exactly two terms.
When we raise a binomial to a power, say (a + b)³, multiplying it out manually becomes tedious.
That is exactly the problem binomial expansion solves.
2. The Binomial Theorem
The Binomial Theorem states that for any real numbers a and b, and positive integer n:
(a + b)n = ∑r=0n C(n, r) · an−r · br
where r goes from 0 to n, giving a total of (n + 1) terms
Written out fully, this looks like:
3. Binomial Coefficients — What is C(n, r)?
The symbol C(n, r), also written as nCr or &binom;n}{r},
is called the binomial coefficient. It tells us the coefficient (multiplier) of each term in the expansion.
Formula
C(n, r) = n! / (r! × (n − r)!)
where n! means “n factorial” — the product of all positive integers up to n.
Example: 5! = 5 × 4 × 3 × 2 × 1 = 120
Quick example — finding C(4, 2):
4. Pascal’s Triangle — The Shortcut
Pascal’s Triangle is a triangular arrangement of numbers where each number equals the sum of the two numbers directly above it.
It gives you binomial coefficients instantly — no factorial calculation needed.
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
- Row n gives the coefficients for (a + b)n
- Row 0: (a+b)⁰ = 1
- Row 2: (a+b)² = 1a² + 2ab + 1b²
- Row 4: (a+b)⁴ = 1, 4, 6, 4, 1
- Each row sums to a power of 2: row n sums to 2n
5. Step-by-Step Example: Expand (x + 2)³
Let’s walk through a complete expansion so you can see exactly how the theorem works.
Given: (x + 2)³ → here a = x, b = 2, n = 3
Step 1: Write out the terms using the Binomial Theorem (r = 0, 1, 2, 3):
Step 2: Calculate each coefficient from Pascal’s Triangle (row 3 = 1, 3, 3, 1):
Step 3: Simplify each term:
✅ (x + 2)³ = x³ + 6x² + 12x + 8
6. Common Expansions at a Glance
7. Important Properties
8. Where is Binomial Expansion Used?
Binomial expansion is not just a classroom exercise — it has real uses across many fields:
9. Key Points to Remember
- A binomial is an expression with exactly two terms, like (a + b).
- Binomial expansion uses the Binomial Theorem to write (a + b)n as a sum of terms.
- Coefficients are found using C(n, r) = n! / (r! × (n−r)!).
- Pascal’s Triangle is a quick visual tool to find coefficients without calculation.
- The expansion of (a + b)n has exactly n + 1 terms.
- Powers of a decrease from n to 0; powers of b increase from 0 to n.
- Sum of all coefficients = 2n (substitute a = b = 1).
Practice Tip: The best way to master binomial expansion is to work through examples yourself.
Start with small values of n (like n = 2 or 3) and check your answer against Pascal’s Triangle.