Binomial Theorem Solutions


Binomial Theorem for Positive Index

(a + x)n = nC0an + nC1an-1x + nC2an-2x2 + ... + nCran-rxr + ... + nCnxn

where nC0, nC1, nC2, ..., nCn are called Binomial coefficients. The value of nCr is defined as

nCr = n! / [r! (n - r)!] = n(n-1)(n-2)...(n-r+1) / (1 × 2 × 3 × ... × r)

Observations

  1. There are (n+1) terms in the expansion of (a + x)n.
  2. Sum of powers of x and a in each term in the expansion of (a + x)n is constant and equal to n.
  3. The general term in the expansion of (a + x)n is the (r+1)th term, given as tr+1 = nCran-rxr.
  4. The binomial coefficients in the expansion of (a + x)n equidistant from the beginning and the end are equal. That means nCr is equal to nCn-r.

Middle Terms

(a) When n is even
Clearly in this case we have only one middle term namely tn/2 + 1. Thus middle term in the expansion of (a + x)n will be nCn/2 an/2xn/2 term.

(b) When n is odd
Clearly in this case we have two middle terms namely t(n+1)/2 and t(n+3)/2. That means the middle terms in the expansion of (a + x)n are nC(n-1)/2a(n+1)/2x(n-1)/2 and nC(n+1)/2a(n-1)/2x(n+1)/2.

Greatest Term

Greatest Term

If tr and tr+1 be the rth and (r + 1)th term in the expansion of (1 + x)n, then

tr+1 / tr = nCr Xr / nCr-1 Xn-r= n - r + 1 /r = x

Let numerically, tr+1 be the greatest term in the above expansion. Then tr+1 ≥ tr or

tr+1tr ≥ 1 ⇒n - r + 1 r|x| ≥ 1⇒r ≤ (n+1)|x| 1+|x|

Now shifting values of n and x in (2), we get rm + f or rm

Where m is a positive integer, f is a fraction such that 0 ≤ f < 1.
Now if f = 0 then tm+1 and tm both the terms will be numerically equal and greatest while if f ≠ 0, then tm+1 is the greatest term of the binomial expansion.
i.e. to find the greatest term (numerically) in the expansion of (1 + x)n.

  1. Calculate m = (n + 1) |x|
    —————————
    (1 + |x|)
  2. If m is integer, then tm and tm+1 are equal and are greatest term.
  3. If m is not integer, then t[m]+1 is the greatest term (where [.] denotes the greatest integer function).

PROPERTIES OF BINOMIAL COEFFICIENTS

For the sake of convenience, the coefficients nC0 , nC1 , ..., nCr ,..., nCn are usually denoted by C0 , C1 , ..., Cr , ..., Cn respectively

  1. C0 + C1 + C2 + ... + Cn = 2n
  2. C0 − C1 + C2 − ... + (−1)nCn = 0
  3. C0 + C2 + C4 + ... = C1 + C3 + C5 + ... = 2n−1
  4. nCr₁ = nCr₂ ⇒ r1 = r2 or r1 + r2 = n
  5. nCr + nCr-1 = n+1Cr
  6. r·nCr = n·n−1Cr-1
  7. nCr/r+1 = n+1Cr+1/n+1

(1 + x)n = C₀ + C₁x + C₂x² + ... + Cₙxⁿ ...(1)
and ( x + 1 )n = C₀xⁿ + C₁xn-1 + ... + Cₙ ...(2)
multiplying (1) and (2), we get
(1 + x )2n = (C₀ + C₁x + C₂x² + ... + Cₙxⁿ)(C₀xⁿ + C₁xn-1 + ... + Cₙ)
Equating the coefficient of xn+1, we get

C₀C₁ + C₁C₂ + ... + Cn-1Cₙ = 2nCn+1 = (2n)!
(n + 1)! (n - 1)!

BINOMIAL THEOREM FOR ANY INDEX

(1 + x)n = 1 + nx + n(n - 1)2! x2 + … + n(n - 1)…(n - r + 1)r! xr + … terms up to ∞

Observations

  1. Expansion is valid only when −1 < x < 1
  2. nCr can not be used because it is defined only for natural numbers, so nCr will be written as n(n - 1)…(n - r + 1)r!.
  3. As the series never terminates, the number of terms in the series is infinite.
  4. General term of the series (1 + x)−n = Tr+1 = (−1)rn(n+1)(n+2)…(n+r-1)r! xr

Important Expansions

  1. (1 + x)-1 = 1 − x + x2 − x3 + ... + (−1)rxr + ...
  2. (1 − x)-1 = 1 + x + x2 + x3 + ... + xr + ...
  3. (1 + x)-2 = 1 − 2x + 3x2 − 4x3 + ... + (−1)rr(r + 1)xr + ...
  4. (1 − x)-2 = 1 + 2x + 3x2 + 4x3 + ... + (r + 1)xr + ...
  5. (1 + x)-3 = 1 − 3x + 6x2 − 10x3 + ... + (−1)r(r + 1)(r + 2)/r! xr + ...
  6. (1 − x)-3 = 1 + 3x + 6x2 + 10x3 + ... + (r + 1)(r + 2)/r! xr + ...
  7. (1 − x)-p/q = 1 + p/1! (x/q) + p(p + q)/2! (x/q)2 + ...

Multinomial Expansion

In the expansion of (x1 + x2 + ... + xn)m where m, n ∈ ℕ and x1, x2, ..., xn are independent variables, we have

  1. Total number of terms in the expansion = C(m + n - 1, n - 1)
  2. Coefficient of x1r1 x2r2 x3r3 ... xnrn (where r1 + r2 + ... + rn = m, ri ∈ ℕ ∪ {0}) is
    m!r1! r2! ... rn!

Sum of all the coefficients is obtained by putting all the variables xi equal to 1 and it is equal to nm.

Formulas and Concepts at a Glance

  1. (a + x)n = nC0an + nC1an-1x + nC2an-2x2 + ... + nCran-rxr + ... + nCnxn = ∑r=0nnCrxr
  2. (a + x)n + (a - x)n = ∑r=0nnCrxr[1 + (-1)r] = 2(nC0an + nC2an-2x2 + ...)
  3. (a + x)n - (a - x)n = ∑r=0nnCrxr[1 - (-1)r] = 2(nC1an-1x + nC3an-3x3 + ...)
  4. C0 + C1 + C2 + ... + Cn = 2n
  5. C0 - C1 + C2 - ... = 0
  6. C0 + C2 + C4 + ... = C1 + C3 + C5 + ... = 2n-1
  7. nCr + nCr-1 = n+1Cr
  8. nCr = [(n - r + 1) / r] nCr-1
  9. rnCr = nn-1Cr-1
  10. nCr / (r + 1) = n+1Cr+1 / (n + 1)
  11. There are (n + 1) terms in expansion.
  12. Binomial coefficients of terms equidistant from beginning and end are equal.
  13. The general term of the expansion is nCran-rxr, this is in fact the (r+1)th term from the beginning.
  14. If n is even, there is only one middle term namely (n/2 + 1)th and is equal to nCn/2an/2xn/2.
  15. If n is odd, there are two middle terms namely (n+1)/2 th and (n+3)/2 th and are equal to nC(n-1)/2a(n+1)/2x(n-1)/2 and nC(n+1)/2a(n-1)/2x(n+1)/2 respectively.
  16. Binomial coefficient of middle term is the greatest binomial coefficient occurring in the expansion.

Frequently Asked Questions

Before tackling the binomial theorem, you should master:

  • Laws of exponents and powers.
  • Factorials (n!)and their use in counting.
  • Basics of combinations (n/k).
  • Polynomials and expansion of small powers.
    These provide the foundation to grasp why the theorem works.

Pascal’s Triangle emerges naturally because each row represents the coefficients of a binomial expansion. The triangle is built by summing adjacent numbers above, reflecting the recursive relationship of combinations:

(n choose k) = (n-1 choose k-1) + (n-1 choose k)

That’s why the rows of the triangle correspond exactly to the coefficients for (a + b)n.

The theorem provides a formula to expand (a + b)n without multiplying term by term. It states:

(a + b)n = Σ k=0n (n choose k) an-k bk

This works because the coefficients (n choose k) count how many times each unique term occurs in the expansion. The beauty is that this formula generalizes for all natural numbers n, and through binomial series, even extends to negative and fractional exponents.

 

The binomial theorem derives from the idea of repeatedly multiplying a two-term expression, such as (a + b)n. If you expand this manually, you notice patterns: the coefficients align with entries in Pascal’s Triangle, and the terms reflect the combination formula C(n, k). Historically, it was derived by ancient mathematicians studying patterns in polynomial expansions. Each term in the expansion represents the number of ways of choosing “k” instances of b (and the rest a) across n factors, which is why combinatorics naturally connects. This makes the binomial theorem not just an algebraic shortcut, but a principle grounded in counting.

 

Often, curricula delay the binomial theorem until late high school because it requires understanding of exponents, factorials, and combinations. However, simplified versions (like using Pascal’s Triangle to expand small powers) can be introduced earlier as an engaging way to connect arithmetic, patterns, and algebra.

The derivation is grounded in combinatorics. Expanding (a + b)n involves choosing whether each of the n factors contributes “a” or “b.” To form a term with k b’s, you must choose k positions for b among n slots. The number of ways is C(n, k), i.e., the binomial coefficient, which becomes the coefficient.

 

At its core, the binomial theorem is a shortcut for expanding expressions like (a + b)n. Instead of writing out every multiplication, the theorem tells us the expansion’s structure: each term involves powers of a and b that add up to n, multiplied by coefficients from Pascal’s Triangle. For example:

(a + b)3 = a3 + 3a2b + 3ab2 + b3

This pattern continues for any power.

Start with Pascal’s Triangle and expand small powers manually, then observe patterns. Visual tools (tree diagrams, combinatorial models) make the “counting” idea clear. Practice real-life examples like calculating probabilities with coins or dice.

The binomial theorem isn’t just abstract — it appears in:

  • Probability: Binomial probability distribution relies directly on binomial expansion.
  • Finance: Calculating compound interest approximations.
  • Physics: Approximating equations of motion when variables are small.
  • Computer science: Algorithm analysis often uses binomial coefficients.

Because each term in (a + b)n corresponds to choosing positions for “b” across n slots. The number of ways to choose k slots is (n k), the combination formula.

They are numbers like 1, 3, 6, 10, representing the number of ways to choose items from a set. Written as (n choose k), they play a dual role: counting outcomes and determining polynomial coefficients.

For (1 + x)-1/2, the binomial theorem generalizes into an infinite series:

(1 + x)-1/2 = 1 - (1/2)x + [(-1/2)(-3/2) / 2!] x2 - ...

This is known as the binomial series, valid when |x| < 1.

Using the theorem:

(a + b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4

The coefficients come from Pascal’s Triangle’s 5th row.

Set 0.98 = (1 - 0.02). Then apply binomial expansion with negative x. Keeping first terms:

(1 - 0.02)7 ≈ 1 - 0.14 + 0.0084 = 0.8684

Apply the binomial formula:

(x + 5)6 = Σ (6 choose k) x6-k 5k , k=0 to 6

Expanding gives:
x6 + 6x5(5) + 15x4(25) + … + 56

We treat it as (1 + x)n with x = 0.002, n = 9. Using first few terms:

(1 + 0.002)9 ≈ 1 + 9(0.002) + C(9,2)(0.002)2
= 1 + 0.018 + 0.000072 = 1.018072

This approximation is extremely close to the exact value.

Factorial (n!) counts all possible arrangements. In combinations, we divide factorials to remove order sensitivity:

(n/k) = n! / (k!(n-k)!)

This explains why factorial is integral to the theorem.