Expand (x + 2)⁴ Using Binomial Theorem

easy CBSE JEE-MAIN NCERT Class 11 3 min read

Question

Expand (x+2)4(x + 2)^4 using the Binomial Theorem.


Solution — Step by Step

For any (a+b)n(a + b)^n, the expansion is:

(a+b)n=r=0n(nr)anrbr(a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r

Here, a=xa = x, b=2b = 2, and n=4n = 4. We’ll get n+1=5n + 1 = 5 terms total.

Each term is (4r)x4r2r\binom{4}{r} x^{4-r} \cdot 2^r for r=0,1,2,3,4r = 0, 1, 2, 3, 4.

Tr+1=(4r)x4r2rT_{r+1} = \binom{4}{r} x^{4-r} \cdot 2^r

List them out:

rr(4r)\binom{4}{r}x4rx^{4-r}2r2^r
01x4x^41
14x3x^32
26x2x^24
34xx8
41116
  • r=0r=0: 1x41=x41 \cdot x^4 \cdot 1 = x^4
  • r=1r=1: 4x32=8x34 \cdot x^3 \cdot 2 = 8x^3
  • r=2r=2: 6x24=24x26 \cdot x^2 \cdot 4 = 24x^2
  • r=3r=3: 4x8=32x4 \cdot x \cdot 8 = 32x
  • r=4r=4: 1116=161 \cdot 1 \cdot 16 = 16
(x+2)4=x4+8x3+24x2+32x+16(x + 2)^4 = x^4 + 8x^3 + 24x^2 + 32x + 16

Final answer: x4+8x3+24x2+32x+16x^4 + 8x^3 + 24x^2 + 32x + 16


Why This Works

The Binomial Theorem is essentially a structured way to count how many times each combination of aa‘s and bb‘s appears when you multiply (a+b)(a+b) by itself nn times. The coefficient (nr)\binom{n}{r} counts the number of ways to pick rr copies of bb from nn brackets — that’s exactly why Pascal’s triangle emerges from these coefficients.

The 2r2^r factor is what many students forget to compute carefully. Every time b=2b = 2 appears in a term, it contributes a factor of 2, and for the rr-th term, bb appears rr times, giving 2r2^r.

This structure — alternating between choosing how many bb‘s and what power of aa remains — is what makes the theorem so predictable. Once you know nn, you can write any term directly without expanding step by step.


Alternative Method

We can expand by repeated multiplication. Start with (x+2)2(x+2)^2, then square the result.

(x+2)2=x2+4x+4(x+2)^2 = x^2 + 4x + 4

Now (x+2)4=[(x+2)2]2=(x2+4x+4)2(x+2)^4 = \left[(x+2)^2\right]^2 = (x^2 + 4x + 4)^2.

Expanding (x2+4x+4)2(x^2 + 4x + 4)^2:

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

This “square the square” trick is useful for n=4n = 4 and n=6n = 6 when you want a quick check. For odd powers like n=5n = 5, you’d need (x+2)2(x+2)3(x+2)^2 \cdot (x+2)^3, which is more work — stick to the formula there.


Common Mistake

The most common error here is forgetting to raise b=2b = 2 to the power rr. Students write the (4r)\binom{4}{r} correctly, but treat each term as just (4r)x4r2\binom{4}{r} x^{4-r} \cdot 2 instead of (4r)x4r2r\binom{4}{r} x^{4-r} \cdot 2^r. This gives wrong coefficients from r=2r = 2 onward.

For example, the r=2r = 2 term becomes 6x22=12x26 \cdot x^2 \cdot 2 = 12x^2 instead of the correct 6x24=24x26 \cdot x^2 \cdot 4 = 24x^2. Always write brb^r explicitly in each term before multiplying.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next