Ad Space — Top Banner

Binomial Theorem

Expand any power of a binomial expression (a + b)ⁿ.
Essential for algebra, probability, and combinatorics.

The Formula

(a + b)ⁿ = Σ C(n,k) × aⁿ⁻ᵏ × bᵏ   for k = 0 to n

The binomial theorem expands any power of a two-term expression into a sum of terms. Each term involves a binomial coefficient C(n,k) multiplied by powers of a and b.

Variables

SymbolMeaning
a, bThe two terms of the binomial
nThe power to which the binomial is raised
kIndex of the current term (0, 1, 2, ..., n)
C(n,k)Binomial coefficient = n! / (k!(n-k)!)

Example 1

Expand (x + 2)⁴

C(4,0)x⁴(2)⁰ + C(4,1)x³(2)¹ + C(4,2)x²(2)² + C(4,3)x¹(2)³ + C(4,4)x⁰(2)⁴

= 1·x⁴ + 4·2x³ + 6·4x² + 4·8x + 1·16

= x⁴ + 8x³ + 24x² + 32x + 16

Example 2

Find the 3rd term of (3a - b)⁵

Third term: k = 2 (since k starts at 0)

C(5,2) × (3a)³ × (-b)² = 10 × 27a³ × b²

= 270a³b²

When to Use It

Use the binomial theorem when:

  • Expanding expressions like (x + y)ⁿ without multiplying repeatedly
  • Finding a specific term in a binomial expansion
  • Working with probability distributions (binomial distribution)
  • Simplifying algebraic expressions in calculus and physics

Ad Space — Bottom Banner

Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.