Statement.
(a+b)n=∑r=0n(rn)an−rbr=an+(1n)an−1b+(2n)an−2b2+…+bn.
Each term is (rn)an−rbr — the power of a decreases from n to 0 and the power of b increases from 0 to n as r goes from 0 to n.
Worked example. Expand (2+3x)4 fully.
Row 4 of Pascal: 1,4,6,4,1.
(2+3x)4=1⋅24+4⋅23(3x)+6⋅22(3x)2+4⋅2(3x)3+1⋅(3x)4
=16+96x+216x2+216x3+81x4.
Critical: (3x)2=9x2, not 3x2. The whole bracket gets raised to the power.
Special case (1+x)n. Set a=1, b=x:
(1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+…+xn.
This form is THE most common in Edexcel questions — many problems are set up so the bracket is (1+something)n.
Ascending vs descending powers. Edexcel exams almost always ask for terms in ascending powers of x — start with the constant, then x, then x2, etc. Read the question carefully.