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

The binomial theorem gives the expansion of (a + b)^n as a sum of terms involving binomial coefficients: (a+b)^n = sum of C(n,k) * a^(n-k) * b^k. Enables quick expansion of powers, approximation techniques, and combinatorial identities.

Definition

The binomial theorem gives the expansion of (a + b)^n as a sum of terms involving binomial coefficients: (a+b)^n = sum of C(n,k) * a^(n-k) * b^k. Each coefficient \binom{n}{k} counts the number of ways to choose k copies of b from n factors.

πŸ’‘ 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?

The binomial theorem gives the expansion of (a + b)^n as a sum of terms involving binomial coefficients: (a+b)^n = sum of C(n,k) * a^(n-k) * b^k. Each coefficient \binom{n}{k} counts the number of ways to choose k copies of b from n factors.

What is the Binomial Theorem formula?

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

When do you use Binomial Theorem?

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

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