MathClario
← Back to College prep
College prep🔤Algebra●●●○○· 6 min
🔺

$(a+b)^n$: binomial theorem and Pascal's triangle

Expand $(a+b)^n$ without multiplying $n$ times: coefficients come from Pascal's triangle, powers follow a simple rule.

The formula

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

Each term: a binomial coefficient (nk)\binom{n}{k}, a decreasing power of aa, an increasing power of bb.

Pascal’s triangle (up to n=5n = 5)

11  11  2  11  3  3  11  4  6  4  11  5  10  10  5  1\begin{array}{c} 1 \\ 1 \; 1 \\ 1 \; 2 \; 1 \\ 1 \; 3 \; 3 \; 1 \\ 1 \; 4 \; 6 \; 4 \; 1 \\ 1 \; 5 \; 10 \; 10 \; 5 \; 1 \end{array}

Each number = sum of the two above. Row nn gives the (nk)\binom{n}{k} for k=0,,nk = 0, \dots, n.

Example: (x+2)4(x + 2)^4

Row 4 coefficients: 1,4,6,4,11, 4, 6, 4, 1.

(x+2)4=x4+4x32+6x24+4x8+16(x + 2)^4 = x^4 + 4 \cdot x^3 \cdot 2 + 6 \cdot x^2 \cdot 4 + 4 \cdot x \cdot 8 + 16

=x4+8x3+24x2+32x+16= x^4 + 8x^3 + 24x^2 + 32x + 16

Well-known special cases

  • n=2n = 2: (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2
  • n=3n = 3: (a+b)3=a3+3a2b+3ab2+b3(a+b)^3 = a^3 + 3a^2 b + 3ab^2 + b^3

The final check

Verify your result with a=b=1a = b = 1: sum of coefficients should be 2n2^n. For n=4n = 4: 1+4+6+4+1=16=241 + 4 + 6 + 4 + 1 = 16 = 2^4 ✓.

The sign trick

For (ab)n(a - b)^n, alternate signs: +,,+,,+, -, +, -, \dots.

(x1)3=x33x2+3x1(x - 1)^3 = x^3 - 3x^2 + 3x - 1.

?Your turn

What is the coefficient of x²y³ in (x + y)⁵?

#binomial#Newton#Pascal#combinatorics

You might also like