How do we expand (a+b)n, and what does Pascal's triangle reveal about the coefficients?
State and use the binomial theorem, identify general and specific terms, and relate it to Pascal's triangle
A focused answer to the HSC Maths Extension 1 dot point on the binomial theorem. The expansion of (a+b)n using binomial coefficients, the general term Tk+1β, applications to coefficient finding and approximation, and Pascal's triangle built row by row, with worked examples.
β¦ Generated by Claude Opus 4.8Β·13 min answerΒ·
Reviewed by: AI editorial process; not yet individually human-reviewed
NESA wants you to expand (a+b)n using the binomial theorem, identify the general term and specific powered terms, find coefficients (including the independent or constant term), and use Pascal's triangle for small n. The two halves of the dot point are tightly linked: the entries of Pascal's triangle are the binomial coefficients (knβ), so understanding one explains the other. The workhorse for almost every exam question is the general term Tk+1β.
The answer
The binomial theorem
For any non-negative integer n,
(a+b)n=k=0βnβ(knβ)anβkbk.
Each term has a coefficient (knβ) and powers of a and b that always add to n. The reason the coefficient is (knβ) is itself a counting argument: expanding (a+b)n=(a+b)(a+b)β―(a+b) means choosing a or b from each of the n brackets; a term anβkbk comes from choosing b in exactly k of the brackets, and there are (knβ) ways to do that. So the binomial theorem is combinations in disguise, which is why this dot point sits in the combinatorics module.
Expanded form for small n
(a+b)2=a2+2ab+b2,
(a+b)3=a3+3a2b+3ab2+b3,
(a+b)4=a4+4a3b+6a2b2+4ab3+b4,
(a+b)5=a5+5a4b+10a3b2+10a2b3+5ab4+b5.
The coefficients 1,2,1; 1,3,3,1; 1,4,6,4,1; 1,5,10,10,5,1 are exactly the rows of Pascal's triangle, and the powers of a count down from n to 0 while the powers of b count up from 0 to n.
The general term
The (k+1)-th term in the expansion of (a+b)n is
Tk+1β=(knβ)anβkbk.
So T1β=an (with k=0), T2β=nanβ1b, and the last term is Tn+1β=bn. The general term is the single most useful object in this topic: "find the coefficient of xm" and "find the term independent of x" both reduce to writing Tk+1β, finding which k produces the power you want, and evaluating.
Pascal's triangle, built row by row
Each row of Pascal's triangle gives the coefficients of (a+b)n for that n. The triangle is built from two simple rules: every row begins and ends with 1, and every interior entry is the sum of the two entries directly above it. That second rule is Pascal's rule, (knβ)=(kβ1nβ1β)+(knβ1β), so the triangle is a fast way to generate binomial coefficients for small n without any factorials.
Stage 1, the apex and the edges. Start with a single 1 at the top (this is (00β), the coefficient in (a+b)0=1). Each new row begins and ends with 1, because (0nβ)=(nnβ)=1.
Stage 2, add the two above. To make the next row, each interior entry is the sum of the two entries diagonally above it. In row 3 the middle entry is 1+2=3. This is Pascal's rule in action.
Stage 3, the triangle to row 5. Continuing the same rule fills out every row. Row 5 reads 1,5,10,10,5,1, and these are precisely the coefficients in (a+b)5=a5+5a4b+10a3b2+10a2b3+5ab4+b5.
Reading the rows (n starting from 0):
n=0: 1
n=1: 1,1
n=2: 1,2,1
n=3: 1,3,3,1
n=4: 1,4,6,4,1
n=5: 1,5,10,10,5,1
n=6: 1,6,15,20,15,6,1
Entry k of row n (counting from k=0) is (knβ), so Pascal's triangle is just a table of binomial coefficients.
Sum identities
k=0βnβ(knβ)=2n (set a=b=1): the sum of each row of Pascal's triangle is a power of 2.
k=0βnβ(β1)k(knβ)=0 for nβ₯1 (set a=1, b=β1): the alternating row sum is 0.
k=0βnβk(knβ)=n2nβ1 (differentiate (1+x)n then set x=1).
These show up regularly in HSC binomial-identity proofs, almost always proved by substituting convenient values of a and b into the binomial theorem.
Finding specific terms
Coefficient of xm in (ax+b)n
write Tk+1β=(knβ)(ax)nβkbk, find the k that gives xm, then read the coefficient.
Term independent of x (the constant term)
set the power of x in Tk+1β to 0 and solve for k.
Approximation (1+x)nβ1+nx+(2nβ)x2+β¦ for small x
keep only the first few terms, because higher powers of a small x are negligible.
How exam questions ask about the binomial theorem
"Expand (a+b)n" for small n: read the coefficients off Pascal's triangle and attach the descending and ascending powers.
"Find the coefficient of xm in ...": general term, solve the power equation for k, evaluate. The most common type.
"Find the term independent of x / the constant term in ...": general term, set the power of x to 0, solve for k.
"Find the middle term of ...": for even n the middle term is Tn/2+1β.
"Find the greatest coefficient / the greatest term when x=β¦": form the ratio TkβTk+1ββ and find where it crosses 1.
"Show that β(knβ)=2n" (or an alternating / weighted sum): substitute suitable a, b (often 1 and Β±1) into the binomial theorem, or differentiate (1+x)n first.
"Use the expansion to approximate (1.0β¦)n": write the base as 1+x with small x and keep the first two or three terms.
A (pxa+xbqβ)n form is the cue that the power of x in the general term is a(nβk)βbk; balance it to the target power.
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2022 HSC Q223 marksFind the coefficient of x4 in the expansion of (2x+3)7.