12.2 Binomial General Term


2026 📋 Syllabus Objectives

By the end of these notes, you will be able to:

  • Use the general term formula: nCranrbr^nC_r \cdot a^{n-r} \cdot b^r, where 0rn0 \leq r \leq n, to find any specific term in a binomial expansion.
  • Apply the general term to find a particular term, the coefficient of a specific power, or the term independent of xx (the constant term) in a binomial expansion.

What is a Binomial Expression?

A binomial expression is any expression that has exactly two terms added or subtracted together. The word "bi" means two.

Examples of binomial expressions:

  • (a+b)(a + b)
  • (2x+3)(2x + 3)
  • (x+1x)\left(x + \dfrac{1}{x}\right)
  • (3y)(3 - y)

When you raise a binomial expression to a power nn — like (a+b)n(a + b)^n — and expand it (multiply it all out), you get several terms. Finding each of those terms is what this topic is all about.


The Binomial Theorem — A Quick Recap

When you expand (a+b)n(a + b)^n, the full expansion is:

(a+b)n=an+nC1an1b+nC2an2b2+nC3an3b3++bn(a + b)^n = a^n + {}^nC_1\, a^{n-1}b + {}^nC_2\, a^{n-2}b^2 + {}^nC_3\, a^{n-3}b^3 + \cdots + b^n

Notice the pattern in each term:

  • The power of aa decreases from nn down to 00.
  • The power of bb increases from 00 up to nn.
  • The coefficient (the number in front) of each term uses a combination written as nCr^nC_r.

Rather than writing out every single term (which is very slow when nn is large), we use a shortcut called the General Term.


The General Term Formula

The general term of the expansion of (a+b)n(a + b)^n is:

Tr+1=nCranrbr\boxed{T_{r+1} = {}^nC_r \cdot a^{n-r} \cdot b^r}

Let's break down every part of this formula so it is crystal clear:

SymbolWhat it means
Tr+1T_{r+1}The (r+1)(r+1)th term of the expansion — i.e., the term you are finding
nnThe power the whole binomial is raised to
rrA whole number from 00 to nn — it tells you which term you are looking at
nCr{}^nC_rThe combination — the number of ways to choose rr items from nn; calculated as n!r!(nr)!\dfrac{n!}{r!(n-r)!}
anra^{n-r}The first term of the binomial raised to the power (nr)(n - r)
brb^rThe second term of the binomial raised to the power rr

💡 Important: rr starts at 00, not 11. So when r=0r = 0, you get the 1st term (T1T_1); when r=1r = 1, you get the 2nd term (T2T_2); and so on.

Sign in to view full notes