Binomial Theorem

Algebra
rule

Also known as: binomial expansion, Pascal's triangle formula, a plus b to the n

Grade 9-12

View on concept map

A formula for fully expanding (a + b)^n into a polynomial sum where the coefficients are the binomial coefficients \binom{n}{k}. Enables quick expansion of powers, approximation techniques, and combinatorial identities.

Definition

A formula for fully expanding (a + b)^n into a polynomial sum where the coefficients are the binomial coefficients \binom{n}{k}.

πŸ’‘ Intuition

Each term of (a+b)^n picks 'a' or 'b' from each factor. \binom{n}{k} counts how many ways to pick k b's.

🎯 Core Idea

The binomial theorem unifies counting and algebraβ€”each coefficient counts arrangements.

Example

(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3 Coefficients 1,3,3,1 are row 3 of Pascal's triangle.

Formula

(a+b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k

Notation

\binom{n}{k} = \frac{n!}{k!(n-k)!} is the binomial coefficient ('n choose k'). \sum denotes summation from k = 0 to n.

🌟 Why It Matters

Enables quick expansion of powers, approximation techniques, and combinatorial identities.

πŸ’­ Hint When Stuck

Write out Pascal's triangle to the row you need, then match each coefficient with the corresponding powers of a and b.

Formal View

\forall a, b \in \mathbb{R},\; \forall n \in \mathbb{N}: (a + b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k, where \binom{n}{k} = \frac{n!}{k!(n-k)!}.

🚧 Common Stuck Point

The exponents always sum to n: in \binom{n}{k} a^{n-k} b^k, the powers (n-k)+k = n.

⚠️ Common Mistakes

  • Writing (a + b)^n = a^n + b^n β€” this is only true for n = 1; all the middle terms are missing
  • Miscalculating binomial coefficients β€” \binom{5}{2} = 10, not \frac{5}{2}
  • Forgetting to apply the exponent to BOTH parts of a term β€” in (2x + 3)^4, the 2 must be raised to the appropriate power along with x

Frequently Asked Questions

What is Binomial Theorem in Math?

A formula for fully expanding (a + b)^n into a polynomial sum where the coefficients are the binomial coefficients \binom{n}{k}.

Why is Binomial Theorem important?

Enables quick expansion of powers, approximation techniques, and combinatorial identities.

What do students usually get wrong about Binomial Theorem?

The exponents always sum to n: in \binom{n}{k} a^{n-k} b^k, the powers (n-k)+k = n.

What should I learn before Binomial Theorem?

Before studying Binomial Theorem, you should understand: binomial coefficient, exponents.

How Binomial Theorem Connects to Other Ideas

To understand binomial theorem, you should first be comfortable with binomial coefficient and exponents. Once you have a solid grasp of binomial theorem, you can move on to polynomial multiplication.

Interactive Playground

Interact with the diagram to explore Binomial Theorem