study guideSequences and series is one of the most reliable topics in Grade 12 Maths Paper 1. It appears every single year and carries around 25 marks. Students who understand the difference between arithmetic and geometric sequences, and who know how to use the formulas correctly, can bank these marks with confidence. The problem is that many students mix up the formulas, confuse Tn with Sn, or panic when they see sigma notation.
In This Post You Will Learn
✓ The difference between arithmetic and geometric sequences and how to identify each one
✓ How to use the Tn formula to find any term in a sequence
✓ How to calculate the sum of a series using the Sn formulas
✓ How to handle sigma notation without getting confused
✓ What convergence means and how to find the sum to infinity
✓ How this topic is tested in the NSC exam and where to find easy marks
Understanding Arithmetic Sequences
An arithmetic sequence is a list of numbers where the difference between consecutive terms is always the same. This difference is called the common difference (d).
Example: 3, 7, 11, 15, 19, ...
Here, d = 7 - 3 = 4. Each term is 4 more than the previous one.
The Formula for the nth Term (Tn)
Tn = a + (n - 1)d
Where:
a = the first term
d = the common difference
n = the position of the term you want to find
Example: Find the 20th term of the sequence 5, 8, 11, 14, ...
a = 5, d = 3, n = 20
T20 = 5 + (20 - 1)(3)
T20 = 5 + 57
T20 = 62
The Sum of an Arithmetic Series (Sn)
When you add up the terms of a sequence, it becomes a series. There are two formulas you can use:
Sn = n/2 [2a + (n - 1)d] when you know a, d, and n
Sn = n/2 (a + l) when you know the first term (a) and the last term (l)
Example: Find the sum of the first 15 terms of 2, 5, 8, 11, ...
a = 2, d = 3, n = 15
S15 = 15/2 [2(2) + (15 - 1)(3)]
S15 = 15/2 [4 + 42]
S15 = 15/2 x 46
S15 = 345
Understanding Geometric Sequences
A geometric sequence is a list of numbers where each term is found by multiplying the previous term by a fixed number. This number is called the common ratio (r).
Example: 2, 6, 18, 54, ...
Here, r = 6/2 = 3. Each term is 3 times the previous one.
To find the common ratio, divide any term by the one before it: r = T2/T1 or r = T3/T2.
The Formula for the nth Term of a Geometric Sequence
Tn = a.r^(n-1)
Where:
a = the first term
r = the common ratio
n = the position of the term
Example: Find the 8th term of the sequence 3, 6, 12, 24, ...
a = 3, r = 2, n = 8
T8 = 3 x 2^(8-1)
T8 = 3 x 2^7
T8 = 3 x 128
T8 = 384
The Sum of a Geometric Series (Sn)
Sn = a(r^n - 1) / (r - 1) when r > 1 or r < -1
Sn = a(1 - r^n) / (1 - r) when -1 < r < 1
Both formulas give the same answer. Use whichever one avoids negative signs in your working.
Example: Find the sum of the first 6 terms of 4, 12, 36, 108, ...
a = 4, r = 3, n = 6
S6 = 4(3^6 - 1) / (3 - 1)
S6 = 4(729 - 1) / 2
S6 = 4(728) / 2
S6 = 2912 / 2
S6 = 1456
The Sum to Infinity of a Geometric Series
This only works when -1 < r < 1. When the common ratio is between -1 and 1, the terms get smaller and smaller, and the series converges to a fixed value.
S∞ = a / (1 - r)
Example: Find the sum to infinity of 8, 4, 2, 1, 0.5, ...
a = 8, r = 4/8 = 0.5
Since -1 < 0.5 < 1, the series converges.
S∞ = 8 / (1 - 0.5) = 8 / 0.5 = 16
This means if you kept adding terms forever, the total would get closer and closer to 16 but never pass it.
If r ≥ 1 or r ≤ -1, the series diverges and you cannot find a sum to infinity. The NSC exam will sometimes ask you to explain why a series does or does not converge. The answer is always about whether |r| < 1.
For full live lessons on this topic, see our Grade 12 Maths tuition page.
How to Handle Sigma Notation
Sigma notation uses the symbol Σ to represent a sum. It looks complicated but it is just a shorthand way of telling you to add up terms.
When you see something like:
Σ (from k=1 to 5) of (2k + 1)
It means: substitute k = 1, then k = 2, then k = 3, then k = 4, then k = 5, and add up all the results.
k=1: 2(1) + 1 = 3
k=2: 2(2) + 1 = 5
k=3: 2(3) + 1 = 7
k=4: 2(4) + 1 = 9
k=5: 2(5) + 1 = 11
Sum = 3 + 5 + 7 + 9 + 11 = 35
You can also recognise that this is an arithmetic series with a = 3, d = 2, and n = 5, then use the Sn formula to get the same answer.
Sigma Notation Starting From a Number Other Than 1
Sometimes the sum starts at k = 2 or k = 3. In that case, you can use this trick:
Σ (from k=3 to 10) = Σ (from k=1 to 10) - Σ (from k=1 to 2)
Calculate the full sum from 1 to 10, then subtract the terms you do not want.
Finding a Specific Term Using Sn
A very common exam question gives you Sn and asks you to find a specific term. The key formula is:
Tn = Sn - S(n-1)
This means the nth term equals the sum of n terms minus the sum of (n-1) terms.
Example: If Sn = 3n² + 2n, find T5.
S5 = 3(25) + 2(5) = 75 + 10 = 85
S4 = 3(16) + 2(4) = 48 + 8 = 56
T5 = S5 - S4 = 85 - 56 = 29
If you haven't covered functions and graphs yet, read our guide on Grade 12 Functions and Graphs - Everything You Need to Know.
Common Mistakes Students Make
- Confusing Tn with Sn
Tn gives you a single term. Sn gives you the sum of the first n terms. Students often use the Sn formula when the question asks for a term, or use Tn when the question asks for a sum. Read the question carefully. "Find the 10th term" means use Tn. "Find the sum of the first 10 terms" means use Sn.
- Using the wrong formula for the common ratio
The common ratio is r = T2/T1, not T1/T2. Getting this backwards gives you the reciprocal (e.g. 1/3 instead of 3), which changes every answer that follows. Always divide a later term by the one before it.
- Forgetting to check convergence before using S∞
If |r| ≥ 1, the sum to infinity does not exist. Students sometimes calculate S∞ = a/(1-r) without checking whether r is between -1 and 1. If r = 2, there is no sum to infinity. The series gets bigger without limit.
- Making arithmetic errors with exponents in geometric sequences
When calculating r^n, especially for larger values of n, students make calculator errors. If r = 2 and n = 10, then r^n = 1024. Double check your calculator input. A wrong exponent ruins the whole answer.
- Not recognising a sequence from a pattern
Some questions do not tell you whether a sequence is arithmetic or geometric. You have to figure it out. Check for a common difference first (subtract consecutive terms). If that does not work, check for a common ratio (divide consecutive terms). If neither works, the sequence might be quadratic, which is a different type of question entirely.
How This Topic Appears in the NSC Exam
Sequences and series appears in Paper 1 of the NSC Maths exam.
It typically carries around 25 marks and has appeared every single year in the NSC exam.
This topic usually appears as Question 2 or Question 3 in Paper 1. It is one of the earlier questions, which means it is meant to be accessible. The DBE generally structures it as follows:
Part (a) asks you to find a specific term using the Tn formula. Part (b) asks for the sum of a certain number of terms. Part (c) may involve sigma notation, sum to infinity, or finding the value of n when given certain conditions.
In the 2023 NSC exam, sequences and series appeared as a multi-part question that tested arithmetic sequences, geometric sequences, and the sum to infinity. There was also a sub-question involving sigma notation.
The DBE has a pattern of asking students to "show that" a sequence is arithmetic or geometric. For arithmetic sequences, you show that the common difference is constant. For geometric sequences, you show that the common ratio is constant. These "show that" questions carry 2 to 3 marks and are straightforward if you know what to do.
Another common pattern: the exam gives you three terms (like x+1, 2x, 3x+1) and tells you they form an arithmetic or geometric sequence. You then solve for x using the property of equal differences or equal ratios. This has appeared multiple times in recent years.
Want live lessons covering this exact topic?
A-Game Academy teaches Grade 12 Maths online via Zoom. Small classes, max 15 students. Weekly past paper practice. Study notes for every topic.
R799/month or try one lesson for R199 with no commitment.
0 comments