A universal language of patterns
From the Fibonacci spirals adorning sunflowers in Provence to the compound interest calculations powering Tokyo's financial markets, sequences and series form a mathematical backbone that transcends borders. The Cambridge IGCSE Additional Mathematics syllabus dedicates a significant portion of its content to two pillars: the binomial theorem and arithmetic and geometric progressions. These are not abstract curiosities. Engineers in Munich use geometric series to model signal decay. Economists in Sao Paulo apply arithmetic progressions to depreciation schedules. The universality of these tools is precisely what makes them worth studying with care.
The 0606 syllabus splits this topic into two distinct but connected areas. The binomial theorem provides a systematic method for expanding expressions of the form (a + b)n, while progressions deal with sequences whose terms follow predictable rules and the sums that arise from them. Both areas reward methodical working and punish careless arithmetic, a combination that makes them reliable sources of examination marks for well-prepared candidates.
The binomial theorem: structured expansion
The binomial theorem states that for any positive integer n:
(a + b)n = nC0 an + nC1 an-1b + nC2 an-2b2 + ... + nCn bn
The binomial coefficient nCr (also written as C(n, r) or "n choose r") counts the number of ways to select r items from n, and equals n! / (r!(n - r)!). These coefficients also appear in Pascal's triangle, a construction familiar to students from China to Chile, where each entry is the sum of the two entries directly above it.
The general term
The (r + 1)th term of the expansion of (a + b)n is:
Tr+1 = nCr an-r br
This formula is indispensable when a question asks for a specific term, the coefficient of a particular power, or the term independent of x. Rather than expanding the entire expression, candidates can target exactly the term they need.
Worked example 1: Full expansion
Expand (2x + 3)4.
- Identify a = 2x, b = 3, n = 4
- Apply the binomial theorem term by term:
T1 = 4C0(2x)4(3)0 = 1 x 16x4 x 1 = 16x4
T2 = 4C1(2x)3(3)1 = 4 x 8x3 x 3 = 96x3
T3 = 4C2(2x)2(3)2 = 6 x 4x2 x 9 = 216x2
T4 = 4C3(2x)1(3)3 = 4 x 2x x 27 = 216x
T5 = 4C4(2x)0(3)4 = 1 x 1 x 81 = 81 - Result: (2x + 3)4 = 16x4 + 96x3 + 216x2 + 216x + 81
A useful check: substituting x = 0 gives (0 + 3)4 = 81, which matches the constant term. Substituting x = 1 gives (2 + 3)4 = 625, and 16 + 96 + 216 + 216 + 81 = 625 confirms the expansion.
Worked example 2: Finding a particular term
Find the coefficient of x3 in the expansion of (x - 2/x)7.
- Here a = x, b = -2/x, n = 7. The general term is Tr+1 = 7Cr (x)7-r (-2/x)r
- Simplify: Tr+1 = 7Cr x7-r (-2)r x-r = 7Cr (-2)r x7-2r
- For the x3 term, set 7 - 2r = 3, giving r = 2
- T3 = 7C2 (-2)2 x3 = 21 x 4 x x3 = 84x3
- The coefficient of x3 is 84
Worked example 3: The term independent of x
Find the term independent of x in the expansion of (x2 + 1/x)6.
- Set a = x2, b = 1/x, n = 6. The general term: Tr+1 = 6Cr (x2)6-r (1/x)r
- Simplify the powers of x: x2(6-r) x x-r = x12-3r
- For the term independent of x, set 12 - 3r = 0, giving r = 4
- T5 = 6C4 (x2)2 (1/x)4 = 15 x x4 x x-4 = 15
The term independent of x is 15. Questions of this type appear frequently in IGCSE Additional Mathematics papers and follow an identical method each time: write out the general term, simplify the power of x into a single expression, then solve for r.
Arithmetic progressions: constant differences
An arithmetic progression (AP) is a sequence where each term differs from the previous one by a fixed amount called the common difference, d. If the first term is a, the sequence runs a, a + d, a + 2d, a + 3d, and so on. The simplicity of this structure belies its wide applicability, from calculating the total distance run by an athlete who increases their daily distance by a fixed amount, to summing the seats in a wedge-shaped auditorium where each row has two more seats than the last.
Key formulas
| Quantity | Formula | Variables |
|---|---|---|
| nth term | un = a + (n - 1)d | a = first term, d = common difference, n = term number |
| Sum of first n terms | Sn = n/2 [2a + (n - 1)d] | Equivalent to Sn = n/2 (a + l) where l is the last term |
The summation formula has an elegant geometric interpretation. The sum of the first and last terms equals the sum of the second and second-to-last terms, and so on. Each such pair totals (a + l), and there are n/2 such pairs, giving Sn = n/2 (a + l). This pairing argument, attributed to the young Gauss who reportedly used it to sum the integers from 1 to 100 in seconds, remains one of the most satisfying proofs in elementary mathematics.
Worked example 4: Finding terms and sums in an AP
An arithmetic progression has first term 5 and common difference 3. Find (a) the 20th term, (b) the sum of the first 20 terms.
- (a) u20 = 5 + (20 - 1)(3) = 5 + 57 = 62
- (b) S20 = 20/2 [2(5) + (20 - 1)(3)] = 10 [10 + 57] = 10 x 67 = 670
Alternatively, using the first-and-last form: S20 = 20/2 (5 + 62) = 10 x 67 = 670, confirming the result.
Worked example 5: Finding the common difference from two conditions
The 5th term of an AP is 17 and the 12th term is 45. Find a and d.
- From u5 = a + 4d = 17
- From u12 = a + 11d = 45
- Subtract equation (1) from (2): 7d = 28, so d = 4
- Substitute back: a + 16 = 17, so a = 1
Geometric progressions: constant ratios
A geometric progression (GP) is a sequence where each term is obtained by multiplying the previous one by a fixed ratio, r. Starting from a first term a, the sequence is a, ar, ar2, ar3, and so on. Geometric growth appears across disciplines: population models in ecology, radioactive decay in physics, and the compounding of investments in finance all follow geometric patterns. The IGCSE Additional Mathematics treatment focuses on the core mechanics, but the global reach of these applications gives the topic a significance that extends well beyond the examination hall.
Key formulas
| Quantity | Formula | Condition |
|---|---|---|
| nth term | un = arn-1 | a = first term, r = common ratio |
| Sum of first n terms | Sn = a(1 - rn) / (1 - r) | r is not equal to 1 |
| Sum to infinity | Sinfinity = a / (1 - r) | |r| < 1 (convergent series) |
The sum to infinity exists only when the absolute value of the common ratio is strictly less than 1. Under this condition, successive terms shrink toward zero and the partial sums approach a finite limit. This concept connects to ideas studied across mathematical traditions, from Zeno's paradoxes in ancient Greece to the convergence criteria that underpin modern analysis.
Worked example 6: Sum of a finite GP
A geometric progression has first term 4 and common ratio 3. Find the sum of the first 8 terms.
- S8 = 4(1 - 38) / (1 - 3) = 4(1 - 6561) / (-2)
- S8 = 4(-6560) / (-2) = -26240 / -2 = 13120
Worked example 7: Sum to infinity
A geometric series has first term 12 and common ratio 2/3. Find the sum to infinity.
- Check convergence: |2/3| = 2/3 < 1, so the series converges
- Sinfinity = 12 / (1 - 2/3) = 12 / (1/3) = 36
Worked example 8: Finding the common ratio from a convergence condition
The first term of a geometric series is 10 and the sum to infinity is 25. Find r.
- Sinfinity = a / (1 - r), so 25 = 10 / (1 - r)
- 1 - r = 10/25 = 2/5
- r = 1 - 2/5 = 3/5
A quick check: Sinfinity = 10 / (1 - 3/5) = 10 / (2/5) = 25. The value r = 3/5 satisfies |r| < 1, confirming convergence.
Distinguishing between AP and GP
Examination questions sometimes present a sequence and ask candidates to determine whether it is arithmetic, geometric, or neither. The distinction is clean:
- Arithmetic: consecutive terms have a constant difference. Check by computing u2 - u1, u3 - u2, and so on. If these differences are equal, the sequence is arithmetic.
- Geometric: consecutive terms have a constant ratio. Check by computing u2/u1, u3/u2, and so on. If these ratios are equal, the sequence is geometric.
Some questions set up a scenario where three terms are simultaneously in AP or GP. For instance, if the terms (k - 1), (2k + 1), and (4k + 3) form an AP, then the common difference is constant: (2k + 1) - (k - 1) = (4k + 3) - (2k + 1). Solving k + 2 = 2k + 2 gives k = 0. This type of condition-setting problem is a staple of the IGCSE Additional Mathematics course.
Common errors and how to avoid them
| Error | Why it happens | Prevention |
|---|---|---|
| Forgetting to apply the power to both parts of a compound term (e.g., writing (2x)3 as 2x3 instead of 8x3) | Rushing through the expansion | Always bracket compound terms and apply the exponent to the entire bracket |
| Using n instead of (n - 1) in the nth term formula | Confusing term number with number of steps | The first term has zero steps from the start, so subtract 1 |
| Applying Sinfinity when |r| >= 1 | Not checking the convergence condition | State the convergence check as a separate line before using the formula |
| Sign errors in binomial expansions with negative terms | Losing track of (-1)r from negative b values | Write out (-2)r explicitly for each term rather than simplifying mentally |
| Off-by-one errors in the general term index | Confusing "the rth term" with "r + 1" | Write Tr+1 = nCr ... and count from r = 0 |
Self-check questions
Work through each problem completely before checking the answers below.
- Expand (1 + 3x)5 and state the coefficient of x3.
- Find the term independent of x in the expansion of (2x - 1/x)4.
- An AP has first term -8 and common difference 5. Find the 15th term and the sum of the first 15 terms.
- A GP has first term 81 and common ratio 1/3. Find the sum of the first 6 terms and the sum to infinity.
- The 3rd term of a GP is 20 and the 6th term is 0.16. Find the first term and the common ratio.
Exam strategy for series questions
Series questions on the IGCSE Additional Mathematics papers typically carry between 4 and 8 marks and follow recognisable patterns. Binomial expansion questions either ask for a full expansion (lower n values like 4 or 5) or target a specific term (higher n values where full expansion would be impractical). Progression questions test formula application but frequently embed the real challenge in setting up simultaneous equations from given conditions.
For binomial questions, write out the general term formula before substituting. This single habit catches the majority of sign and index errors. For progressions, identify whether the sequence is arithmetic or geometric before reaching for a formula. The wrong formula applied correctly still yields the wrong answer, and candidates under time pressure sometimes default to whichever formula they remember more readily rather than the one that fits.
Time allocation matters. A 6-mark progression question that requires simultaneous equations deserves careful, line-by-line working. Candidates who skip steps to save time often lose marks on the intermediate values that examiners expect to see. Clean, well-labelled working is not merely good practice; in Cambridge marking, it is frequently the difference between partial credit and none.
A detailed exploration of series within the Cambridge IGCSE Additional Mathematics (0606) syllabus, covering the binomial theorem for expanding (a + b)^n including general term identification, alongside arithmetic and geometric progressions with their nth term formulas, summation techniques, and conditions for convergence to infinity.
Opmerking(en)