NDA Maths · Binomial Theorem

Coefficients & Specific Terms in the Expansion

The binomial theorem writes (a+b)ⁿ as a sum of n+1 terms; the general term lets you reach into that sum and pull out any single term — a specific power, the middle term, or the term independent of x — without expanding the whole thing.

Why this matters

This is the chapter's foundation and largest pocket (29 PYQs). Almost every question reduces to one move: write the general term, set its exponent to the value you want, solve for r, and read off the coefficient. Master that and the rest is bookkeeping.

Concept 1 of 8

The Binomial Theorem & the General Term

Intuition

Expanding (a+b)ⁿ by hand is hopeless for large n. The binomial theorem gives every term at once: term number (r+1) is built from C(n, r), a power of a, and a power of b whose exponents always add to n. Knowing this 'general term' means you never expand — you jump straight to the term you need.

Definition

For a positive integer nn,

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

  • It has exactly **n+1n+1 terms**.
  • The general term (the (r+1)(r+1)-th term) is Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{\,n-r} b^{\,r}, with r=0,1,,nr = 0, 1, \ldots, n.
  • The exponents of aa and bb **always sum to nn**; the powers of aa decrease while the powers of bb increase.

This single formula answers "find the term with xkx^k", "find the middle term", "find the constant term" — substitute and solve for rr.

General term

Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r}\, a^{\,n-r} b^{\,r}

Worked example

Write the general term of (2x3x)7\left(2x - \dfrac{3}{x}\right)^7 and find T3T_3.
  1. General term: Tr+1=(7r)(2x)7r(3x)r=(7r)27r(3)rx72rT_{r+1} = \binom{7}{r}(2x)^{7-r}\left(-\dfrac{3}{x}\right)^r = \binom{7}{r} 2^{7-r}(-3)^r x^{7-2r}.
  2. T3T_3 is the term with r=2r = 2: (72)25(3)2x3=21329x3\binom{7}{2} 2^{5}(-3)^2 x^{3} = 21 \cdot 32 \cdot 9 \, x^3.
Answer:T3=6048x3T_3 = 6048\,x^3.
Practice this concept2 quick reps

Practice — Level 1 (2 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    How many terms are in the expansion of (1+x)15(1+x)^{15}?
  2. 2.
    Write Tr+1T_{r+1} for (x+2)10(x+2)^{10}.

Term number is r + 1, not r

Tr+1T_{r+1} uses rr, but the term's POSITION is r+1r+1. The 4th term has r=3r = 3, not r=4r = 4. Off-by-one here is the single most common binomial error.

Concept 2 of 8

Binomial Coefficients — C(n, r)

Intuition

The numbers C(n, r) are the building blocks of every term. They live in Pascal's triangle: each is the sum of the two above it, each row reads the same forwards and backwards, and the whole structure is symmetric. Recognising that symmetry turns many "solve for r" problems into one line.

Definition

The binomial coefficient is

(nr)=nCr=n!r!(nr)!,0rn.\binom{n}{r} = {}^{n}C_r = \dfrac{n!}{r!\,(n-r)!}, \qquad 0 \le r \le n.
Key properties:

  • Symmetry: (nr)=(nnr)\binom{n}{r} = \binom{n}{n-r} (so (94)=(95)\binom{9}{4} = \binom{9}{5}).
  • Ends: (n0)=(nn)=1\binom{n}{0} = \binom{n}{n} = 1.
  • Pascal's rule: (nr)=(n1r1)+(n1r)\binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r} (each entry is the sum of the two above it).
  • Equal coefficients: (na)=(nb)    a=b or a+b=n\binom{n}{a} = \binom{n}{b} \iff a = b \text{ or } a + b = n — the symmetry property in disguise, and a recurring NDA shortcut.

Binomial coefficient

(nr)=n!r!(nr)!\binom{n}{r} = \dfrac{n!}{r!\,(n-r)!}
111121133114641151010511615201561row 0: 1row 1: 2row 2: 4row 3: 8row 4: 16row 5: 32row 6: 64

Worked example

Solve (20r)=(202r3)\binom{20}{r} = \binom{20}{2r-3}.
  1. By symmetry, either the lower indices are equal, r=2r3r=3r = 2r-3 \Rightarrow r = 3,
  2. or they add to n=20n = 20: r+(2r3)=203r=23r + (2r-3) = 20 \Rightarrow 3r = 23, not an integer — reject.
Answer:r=3r = 3.

Equal coefficients gives TWO cases

(na)=(nb)\binom{n}{a}=\binom{n}{b} means a=ba=b OR a+b=na+b=n. Students stop at a=ba=b and miss the a+b=na+b=n solution (which is usually the one the question wants).

Concept 3 of 8

Finding a Specific Term or Coefficient

Intuition

To find the coefficient of a particular power of x, write the general term, collect ALL the powers of x into one exponent, set that exponent equal to the power you want, and solve for r. The single value of r then hands you the coefficient.

Definition

For an expansion in xx, write Tr+1T_{r+1}, simplify the exponent of xx to a single linear expression in rr, set it equal to the target power, and solve:

  • **Coefficient of xkx^k:** solve (exponent of xx) =k= k for rr, then evaluate Tr+1T_{r+1}.
  • A term from the end: the mm-th term from the end of an (n+1)(n+1)-term expansion is the (n+2m)(n+2-m)-th from the start.
  • If solving gives a non-integer rr, that power simply does not appear (its coefficient is 0).

Set the exponent, solve for r

exponent of x in Tr+1=k  r  coefficient\text{exponent of } x \text{ in } T_{r+1} = k \ \Rightarrow\ r \ \Rightarrow\ \text{coefficient}

Worked example

Find the coefficient of x5x^{5} in (x2+1x)10\left(x^2 + \dfrac{1}{x}\right)^{10}.
  1. Tr+1=(10r)(x2)10r(1x)r=(10r)x202rr=(10r)x203rT_{r+1} = \binom{10}{r}(x^2)^{10-r}\left(\tfrac{1}{x}\right)^r = \binom{10}{r} x^{20-2r-r} = \binom{10}{r} x^{20-3r}.
  2. Set 203r=5r=520 - 3r = 5 \Rightarrow r = 5.
  3. Coefficient: (105)=252\binom{10}{5} = 252.
Answer:252252.

From the bank · past-year question

Example 3Binomial TheoremMODERATE
If the 4th term in the expansion of (mx+1x)n\left(mx+\dfrac{1}{x}\right)^n is 52\dfrac{5}{2}, then what is the value of mnmn?

[Q31 · Apr · 2024]

Collect every power of x first

A term like (1x)r=xr\left(\tfrac{1}{x}\right)^r = x^{-r} contributes a NEGATIVE power. Combine all the xx-exponents into one expression before equating — forgetting a fractional or negative exponent is where most slips happen.

Concept 4 of 8

The Middle Term

Intuition

Because an expansion has n+1 terms, there is one middle term when n is even and two middle terms when n is odd. The middle term carries the largest binomial coefficient, which is why questions love it.

Definition

For (a+b)n(a+b)^n (which has n+1n+1 terms):

  • **nn even:** a single middle term, the (n2+1)\left(\tfrac{n}{2}+1\right)-th term, Tn2+1T_{\frac{n}{2}+1}.
  • **nn odd:** two middle terms, the (n+12)\left(\tfrac{n+1}{2}\right)-th and (n+32)\left(\tfrac{n+3}{2}\right)-th.

Tip: a square trinomial like 1+4x+4x2=(1+2x)21 + 4x + 4x^2 = (1+2x)^2 should be collapsed to a binomial first — then it has a clean middle term.

Middle term, n even

Tn2+1=(nn/2)an/2bn/2T_{\frac{n}{2}+1} = \binom{n}{n/2}\, a^{\,n/2} b^{\,n/2}

Worked example

Find the middle term of (x2+2)8\left(\dfrac{x}{2} + 2\right)^8.
  1. n=8n = 8 is even, so the single middle term is T5T_5 (r=4r = 4).
  2. T5=(84)(x2)4(2)4=70x41616T_5 = \binom{8}{4}\left(\tfrac{x}{2}\right)^4 (2)^4 = 70 \cdot \tfrac{x^4}{16} \cdot 16.
Answer:70x470\,x^4.

From the bank · past-year question

Example 4Binomial TheoremMODERATE
If the middle term in the expansion of (x2+1x)2n\left(x^{2}+\dfrac{1}{x}\right)^{2n} is 184756x10184756x^{10}, then what is the value of nn ?

[Q25 · Sep · 2019]

Odd n has two middle terms

For odd nn the question may ask for "the middle term" expecting BOTH, or the ratio of the two. Count n+1n+1 terms and find the two central positions; don't report just one.

Concept 5 of 8

The Term Independent of x (Constant Term)

Intuition

The 'term independent of x' is just the term whose total power of x is zero — the constant. Same method as a specific term, with the target power set to 0.

Definition

Write Tr+1T_{r+1}, collect the exponent of xx into one expression in rr, and set it to 0. Solve for rr; that term is the constant. If rr comes out non-integer, there is no term independent of xx.

Constant term condition

exponent of x in Tr+1=0  r\text{exponent of } x \text{ in } T_{r+1} = 0 \ \Rightarrow\ r

Worked example

Find the term independent of xx in (2x2x)10\left(\dfrac{2}{x^2} - \sqrt{x}\right)^{10}.
  1. Tr+1=(10r)(2x2)10r(x)r=(10r)210r(1)rx2(10r)+r/2T_{r+1} = \binom{10}{r}\left(\tfrac{2}{x^2}\right)^{10-r}(-\sqrt{x})^{r} = \binom{10}{r} 2^{10-r}(-1)^r x^{-2(10-r) + r/2}.
  2. Exponent =20+2r+r2=05r2=20r=8= -20 + 2r + \tfrac{r}{2} = 0 \Rightarrow \tfrac{5r}{2} = 20 \Rightarrow r = 8.
  3. T9=(108)22(1)8=454=180T_9 = \binom{10}{8} 2^{2}(-1)^8 = 45 \cdot 4 = 180.
Answer:180180.

From the bank · past-year question

Example 5Binomial TheoremMODERATE
The term independent of xx in the binomial expansion of (2x2x)10\left(\frac{2}{x^2} - \sqrt{x}\right)^{10} is equal to

[Q2 · Apr · 2020]

Concept 6 of 8

Conditions Linking Coefficients

Intuition

Many questions impose a relation — two coefficients are equal, the first three terms are given, you want the greatest coefficient. Each becomes an equation in n, r, or the parameters by writing the relevant general terms and comparing.

Definition

Common condition types:

  • Equal coefficients of two terms: equate the two general-term coefficients (use (na)=(nb)    a+b=n\binom{n}{a}=\binom{n}{b} \iff a+b=n).
  • First three terms given (e.g. 1, 12x, 64x21,\ 12x,\ 64x^2): read off (n1)a=12\binom{n}{1}a = 12 and (n2)a2=64\binom{n}{2}a^2 = 64, divide to eliminate, solve for nn.
  • Greatest coefficient of (1+x)n(1+x)^n: it is the middle coefficient (nn/2)\binom{n}{\lfloor n/2 \rfloor}.
  • Sum of coefficients = value (e.g. 2n=2562^n = 256): solve for nn first.

First-three-terms shape

(n1)a=(2nd),(n2)a2=(3rd)  divide, solve n\binom{n}{1}a = (\text{2nd}),\quad \binom{n}{2}a^2 = (\text{3rd}) \ \Rightarrow\ \text{divide, solve } n

Worked example

In (1+x)n(1+x)^n the coefficients of the 5th and 9th terms are equal. Find nn.
  1. The 5th term coefficient is (n4)\binom{n}{4}; the 9th is (n8)\binom{n}{8}.
  2. Equal coefficients: (n4)=(n8)\binom{n}{4} = \binom{n}{8}, and by symmetry that needs 4+8=n4 + 8 = n.
Answer:n=12n = 12.

From the bank · past-year question

Example 6Binomial TheoremMODERATE
In the expansion of (1+ax)n(1+ax)^n, the first three terms are respectively 1, 12x and 64x264x^2. What is n equal to?

[Q22 · Apr · 2019]

Concept 7 of 8

Counting Terms in Products and Powers

Intuition

"How many terms?" questions are traps unless you simplify the structure first. Multiply conjugate factors, recognise a perfect square, or spot a trinomial — the simplified form has a clean, countable number of terms.

Definition

Simplify before counting:

  • Conjugate product: (a+b)(ab)=a2b2(a+b)(a-b) = a^2 - b^2, so (a+b)k(ab)k=(a2b2)k(a+b)^k(a-b)^k = (a^2-b^2)^k has k+1k+1 terms.
  • Perfect-square trinomial: 1+2x+x2=(1+x)21 + 2x + x^2 = (1+x)^2; collapse, then count.
  • Genuine trinomial (a+b+c)n(a+b+c)^n: the number of distinct terms is (n+22)\binom{n+2}{2}.
  • Sum/difference of two expansions (a+b)n±(ab)n(a+b)^n \pm (a-b)^n: like powers either add or cancel — count only the survivors.

Distinct terms of a trinomial power

(a+b+c)n  (n+22) distinct terms(a+b+c)^n \ \longrightarrow\ \binom{n+2}{2}\ \text{distinct terms}

Worked example

How many terms are in the expansion of (3xy)4(x+3y)4(3x-y)^4 (x+3y)^4?
  1. Combine the equal powers: (3xy)4(x+3y)4=[(3xy)(x+3y)]4=(3x2+8xy3y2)4(3x-y)^4(x+3y)^4 = [(3x-y)(x+3y)]^4 = (3x^2 + 8xy - 3y^2)^4.
  2. That is a trinomial to the 4th power, so the number of distinct terms is (4+22)=(62)\binom{4+2}{2} = \binom{6}{2}.
Answer:1515 terms.

From the bank · past-year question

Example 7Binomial TheoremHARD
How many terms are there in the expansion of (3xy)4(x+3y)4(3x-y)^{4}(x+3y)^{4}?

[Q25 · Apr · 2023]

Multiply the bases before raising the power

(3xy)4(x+3y)4(3x-y)^4(x+3y)^4 \ne "add the term-counts". Combine the equal exponents into one base first — [(3xy)(x+3y)]4[(3x-y)(x+3y)]^4 — then count.

Concept 8 of 8

Rational Terms & the General-Index Series

Intuition

When the base has surds, a term is rational only if EVERY fractional exponent lands on a whole number — so you count the values of r that clear all the denominators at once. And for a negative or fractional index, the same general term works as an infinite series with binomial coefficients extended to any power.

Definition

  • Rational terms: in (p1/j+q1/k)n(p^{1/j} + q^{1/k})^n, the general term carries exponents (nr)j\tfrac{(n-r)}{j} and rk\tfrac{r}{k}. A term is rational iff BOTH are integers; count the rr in {0,,n}\{0,\ldots,n\} satisfying both divisibility conditions.
  • General index: for any real mm and x<1|x|<1, (1+x)m=r0(mr)xr(1+x)^m = \sum_{r\ge 0} \binom{m}{r} x^r with (mr)=m(m1)(mr+1)r!\binom{m}{r} = \dfrac{m(m-1)\cdots(m-r+1)}{r!}. This is how (1x220)1(1 - \tfrac{x^2}{20})^{-1} becomes a geometric-type series.

Rational-term test

nrjZ  and  rkZ\tfrac{n-r}{j} \in \mathbb{Z}\ \text{ and }\ \tfrac{r}{k} \in \mathbb{Z}

Worked example

How many rational terms are in (21/3+31/2)6\left(2^{1/3} + 3^{1/2}\right)^{6}?
  1. General term: (6r)2(6r)/33r/2\binom{6}{r} 2^{(6-r)/3} 3^{r/2}.
  2. Need 6r3Z\tfrac{6-r}{3}\in\mathbb{Z} (so rr a multiple of 3) AND r2Z\tfrac{r}{2}\in\mathbb{Z} (so rr even).
  3. Both hold when rr is a multiple of 6: r=0,6r = 0, 6.
Answer:22 rational terms.

From the bank · past-year question

Example 8Binomial TheoremMODERATE
What is the number of rational terms in the expansion of (312+514)12\left(3^{\frac{1}{2}} + 5^{\frac{1}{4}}\right)^{12}?

[Q20 · Apr · 2025]

BOTH exponents must be integers, not just one

A term is rational only when every surd disappears. Requiring only one of the two fractional exponents to be an integer over-counts — intersect the two conditions.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (8)

  • The Binomial Theorem & the General Term

    General term

    Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r}\, a^{\,n-r} b^{\,r}
  • Binomial Coefficients — C(n, r)

    Binomial coefficient

    (nr)=n!r!(nr)!\binom{n}{r} = \dfrac{n!}{r!\,(n-r)!}
  • Finding a Specific Term or Coefficient

    Set the exponent, solve for r

    exponent of x in Tr+1=k  r  coefficient\text{exponent of } x \text{ in } T_{r+1} = k \ \Rightarrow\ r \ \Rightarrow\ \text{coefficient}
  • The Middle Term

    Middle term, n even

    Tn2+1=(nn/2)an/2bn/2T_{\frac{n}{2}+1} = \binom{n}{n/2}\, a^{\,n/2} b^{\,n/2}
  • The Term Independent of x (Constant Term)

    Constant term condition

    exponent of x in Tr+1=0  r\text{exponent of } x \text{ in } T_{r+1} = 0 \ \Rightarrow\ r
  • Conditions Linking Coefficients

    First-three-terms shape

    (n1)a=(2nd),(n2)a2=(3rd)  divide, solve n\binom{n}{1}a = (\text{2nd}),\quad \binom{n}{2}a^2 = (\text{3rd}) \ \Rightarrow\ \text{divide, solve } n
  • Counting Terms in Products and Powers

    Distinct terms of a trinomial power

    (a+b+c)n  (n+22) distinct terms(a+b+c)^n \ \longrightarrow\ \binom{n+2}{2}\ \text{distinct terms}
  • Rational Terms & the General-Index Series

    Rational-term test

    nrjZ  and  rkZ\tfrac{n-r}{j} \in \mathbb{Z}\ \text{ and }\ \tfrac{r}{k} \in \mathbb{Z}

Watch out for (6)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Binomial TheoremMODERATE
In the expansion of (x+1x)2n\left(x+\frac{1}{x}\right)^{2n}, what is the (n+1)(n+1)th term from the end (when arranged in descending powers of xx)?

[Q50 · Apr · 2022]

Example 2Binomial TheoremMODERATE
Let the coefficient of the middle term of the binomial expansion of (1+x)2n(1+x)^{2n} be α\alpha and those of two middle terms of the binomial expansion of (1+x)2n1(1+x)^{2n-1} be β\beta and γ\gamma. Which one of the following relations is correct?

[Q24 · Sep · 2018]

Example 3Binomial TheoremMODERATE
If the constant term in the expansion of (xkx2)10\left(\sqrt{x} - \dfrac{k}{x^{2}}\right)^{10} is 405, then what can be the values of kk ?

[Q29 · Sep · 2019]

Example 4Binomial TheoremEASY
Consider the following statements in respect of the expansion of (x+y)10(x+y)^{10}: 1. Among all the coefficients of the terms, the coefficient of the 6th term has the highest value. 2. The coefficient of the 3rd term is equal to coefficient of the 9th term. Which of the above statements is/are correct?

[Q12 · Apr · 2022]

Example 5Binomial TheoremMODERATE
How many terms are there in the expansion of (a2b2+b2a2+2)21\left(\frac{a^{2}}{b^{2}}+\frac{b^{2}}{a^{2}}+2\right)^{21} where a0a\ne0, b0b\ne0?

[Q20 · Sep · 2021]

Drill every past-year question on this subtopic

29 questions from the bank — paginated, with cart and Word-export support.