Skip to main content
Northern IrelandMathsSyllabus dot point

How does the binomial theorem expand powers of a bracket, and how are series described and summed?

The binomial expansion of (a+b)n(a + b)^n for positive integer nn using binomial coefficients, and sequences and series described by sigma notation and recurrence.

A CCEA A-Level Mathematics answer on the binomial expansion of bracket powers for positive integer n, binomial coefficients and Pascal's triangle, finding a specific term, and describing sequences and series with sigma notation and recurrence relations.

Generated by Claude Opus 4.812 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

CCEA wants you to expand (a+b)n(a + b)^n for a positive integer nn using binomial coefficients, find a particular term or coefficient without writing the whole expansion, and describe sequences and series using sigma notation and recurrence relations. The binomial expansion is a recurring AS skill and the foundation for the general binomial series at A2.

The answer

Binomial coefficients and Pascal's triangle

The binomial expansion for positive integer n

To find a single term, use the general term (nr)anrbr\binom{n}{r} a^{n-r} b^{r} and choose the rr that gives the required power. This avoids expanding the whole bracket when you only need one coefficient.

Sequences and series

A sequence is an ordered list of terms; a series is their sum. A sequence can be defined in two ways. A formula for the nnth term gives any term directly, for example un=2n+1u_n = 2n + 1 produces 3,5,7,3, 5, 7, \dots, so you can jump straight to u50u_{50} without listing the earlier terms. A recurrence relation instead defines each term from the previous one, such as un+1=un+3u_{n+1} = u_n + 3 with a stated first term u1=4u_1 = 4, which you must generate step by step. Sigma notation writes a sum compactly: r=1nur\sum_{r=1}^{n} u_r means add the terms from r=1r = 1 to r=nr = n, so r=14r2=1+4+9+16=30\sum_{r=1}^{4} r^2 = 1 + 4 + 9 + 16 = 30. The lower and upper numbers are the first and last values of the counter.

Worked example: a term independent of x

Examples in context

Example 1. Approximating a power
Putting xx small in (1+x)n(1 + x)^n gives a quick approximation: (1.02)41+4(0.02)+6(0.02)2=1.08240(1.02)^4 \approx 1 + 4(0.02) + 6(0.02)^2 = 1.08240, since higher terms are tiny. This is why the binomial expansion underpins numerical estimation.
Example 2. A recurrence model
A savings account with un+1=1.03un+200u_{n+1} = 1.03 u_n + 200 adds 3%3\% interest and a £200\pounds200 deposit each year. The recurrence generates the balance term by term, showing how sequences model real growth before the formal series work at A2. Starting from u1=1000u_1 = 1000, the next balance is u2=1.03(1000)+200=1230u_2 = 1.03(1000) + 200 = 1230, then u3=1.03(1230)+200=1466.90u_3 = 1.03(1230) + 200 = 1466.90, and so on, so a recurrence is the natural description when each year depends on the one before.
Example 3. Choosing a coefficient quickly
In an exam you are often asked for just one term, such as the coefficient of x4x^4 in (3x)9(3 - x)^9. Rather than expand all ten terms, use the general term (9r)(3)9r(x)r\binom{9}{r}(3)^{9-r}(-x)^r and set r=4r = 4: (94)(3)5(1)4=126×243=30618\binom{9}{4}(3)^5(-1)^4 = 126 \times 243 = 30618. The general-term method turns a long expansion into a single calculation, which is why CCEA rewards it.

Try this

Q1. Write down the coefficients in the expansion of (a+b)4(a + b)^4. [1 mark]

  • Cue. 1,4,6,4,11, 4, 6, 4, 1.

Q2. Find the coefficient of x2x^2 in (3+x)4(3 + x)^4. [3 marks]

  • Cue. (42)32=6×9=54\binom{4}{2}3^2 = 6 \times 9 = 54.

Q3. A sequence is defined by un+1=2un1u_{n+1} = 2u_n - 1, u1=3u_1 = 3. Find u3u_3. [2 marks]

  • Cue. u2=2(3)1=5u_2 = 2(3) - 1 = 5, then u3=2(5)1=9u_3 = 2(5) - 1 = 9.

Exam-style practice questions

Practice questions written in the style of CCEA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

CCEA 20195 marksFind the first four terms, in ascending powers of xx, of the binomial expansion of (2+3x)5(2 + 3x)^5.
Show worked answer →

The expansion of (a+b)5(a + b)^5 is a5+5a4b+10a3b2+10a2b3+a^5 + 5a^4 b + 10 a^3 b^2 + 10 a^2 b^3 + \dots, with coefficients from row 5 of Pascal's triangle: 1,5,10,10,5,11, 5, 10, 10, 5, 1.

With a=2a = 2 and b=3xb = 3x:

25=32.2^5 = 32.

5×24×(3x)=5×16×3x=240x.5 \times 2^4 \times (3x) = 5 \times 16 \times 3x = 240x.

10×23×(3x)2=10×8×9x2=720x2.10 \times 2^3 \times (3x)^2 = 10 \times 8 \times 9x^2 = 720x^2.

10×22×(3x)3=10×4×27x3=1080x3.10 \times 2^2 \times (3x)^3 = 10 \times 4 \times 27x^3 = 1080x^3.

So (2+3x)5=32+240x+720x2+1080x3+(2 + 3x)^5 = 32 + 240x + 720x^2 + 1080x^3 + \dots

Markers reward the correct coefficients, the descending powers of 22, the ascending powers of 3x3x, and the arithmetic in each term.

CCEA 20224 marksFind the coefficient of x3x^3 in the expansion of (12x)7(1 - 2x)^7.
Show worked answer →

The general term is (7r)(1)7r(2x)r=(7r)(2)rxr\binom{7}{r}(1)^{7 - r}(-2x)^r = \binom{7}{r}(-2)^r x^r.

For x3x^3 take r=3r = 3:

(73)(2)3=35×(8)=280.\binom{7}{3}(-2)^3 = 35 \times (-8) = -280.

So the coefficient of x3x^3 is 280-280.

Markers reward selecting r=3r = 3, evaluating (73)=35\binom{7}{3} = 35, handling the (2)3=8(-2)^3 = -8 including the sign, and the final product.

Related dot points

Sources & how we know this