The binomial theorem is a procedure for expanding expressions like (a+b)n(a+b)^n without multiplying the brackets out one at a time. In the standard algebra-class version, it applies when nn is a non-negative integer:

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

The formula hands you the coefficient of each term and shows how the powers of aa and bb change across the expansion.

When to use this method

Use the binomial theorem when you need a full polynomial expansion, one specific term in an expansion, or a quick way to read off coefficients without repeated multiplication. It appears in algebra first, then later in probability, series, and some calculus approximations. The condition is that nn is a non-negative integer; if the exponent is not, this finite formula no longer produces a polynomial and you need a different version of the idea.

Step by step

  1. Write each term in the standard form (nk)ankbk\binom{n}{k} a^{n-k} b^k, with kk running from 00 to nn.
  2. Read the coefficients (nk)\binom{n}{k}. The power of aa drops from nn to 00, and the power of bb rises from 00 to nn. In every term the exponents add up to nn.
  3. Substitute the actual values of aa and bb into each term, keeping signs attached.
  4. Simplify term by term.

For example, when n=4n=4, the coefficients are 1, 4, 6, 4, 11,\ 4,\ 6,\ 4,\ 1 — the same numbers as the 44th row of Pascal's triangle. They arise because expanding (a+b)(a+b)(a+b)(a+b)(a+b)\cdots(a+b) means choosing one term from each of nn identical brackets; to land bkb^k you pick bb from exactly kk brackets and aa from the rest, which can be done in (nk)\binom{n}{k} ways. That count is the coefficient, which is also why the middle coefficients are usually the largest.

A full worked example: (2x3)4(2x-3)^4

Because the exponent is 44, the theorem applies directly. The coefficients are

1, 4, 6, 4, 11,\ 4,\ 6,\ 4,\ 1

Using the general pattern,

(2x3)4=(2x)4+4(2x)3(3)+6(2x)2(3)2+4(2x)(3)3+(3)4(2x-3)^4 = (2x)^4 + 4(2x)^3(-3) + 6(2x)^2(-3)^2 + 4(2x)(-3)^3 + (-3)^4

Now simplify term by term:

(2x)4=16x4(2x)^4 = 16x^4 4(2x)3(3)=4(8x3)(3)=96x34(2x)^3(-3) = 4(8x^3)(-3) = -96x^3 6(2x)2(3)2=6(4x2)(9)=216x26(2x)^2(-3)^2 = 6(4x^2)(9) = 216x^2 4(2x)(3)3=4(2x)(27)=216x4(2x)(-3)^3 = 4(2x)(-27) = -216x (3)4=81(-3)^4 = 81

So the expansion is

(2x3)4=16x496x3+216x2216x+81(2x-3)^4 = 16x^4 - 96x^3 + 216x^2 - 216x + 81

Two quick checks confirm it: the exponents in each term add to 44, and the signs alternate correctly because the second part is 3-3.

Where students get stuck, and how to check each step

  • Step 1, the whole-expansion shortcut: The most common error is treating (a+b)n(a+b)^n as an+bna^n + b^n. That is false in general because the middle terms matter.
  • Step 2, matching coefficients to powers: Using the right coefficients with the wrong powers breaks the expansion. Self-check: do the exponents on the two parts add up to nn in every term?
  • Step 3, signs: In (2x3)4(2x-3)^4 the second part is 3-3, not 33, so odd powers stay negative and even powers turn positive. Keep the sign attached when you substitute.

To run the procedure yourself, expand (x+2)5(x+2)^5. Before simplifying, verify the coefficients are 1,5,10,10,5,11, 5, 10, 10, 5, 1 and that the exponents add to 55 in every term. Then compare your middle terms first, since that is where coefficient and sign errors surface fastest.

Frequently Asked Questions

When can I use the standard binomial theorem formula?
Use the standard finite formula when the exponent $n$ is a non-negative integer. For other exponents, the expansion is not usually a finite polynomial.
What do the coefficients in the expansion come from?
They come from the binomial coefficients $\binom{n}{k}$, which match the entries in the $n$th row of Pascal's triangle.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →