Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Chapter · Progressions

Understanding arithmetic and geometric progressions

A progression is just a list of numbers with a fixed rule. In an arithmetic progression you add the same amount each time; in a geometric progression you multiply by the same amount.

Get that one distinction firm and the formulas, nth term, sum, and sum to infinity, stop being things to memorise blindly.

What a progression actually is

A progression, you may also hear "sequence", is simply a list of numbers built by a fixed rule. Each number is a term, the first term is written aa, and the term in position nn is written TnT_{n}.

The whole chapter rests on one question: what is the rule that gets you from one term to the next? Add Math cares about exactly two answers.

  • If you get to the next term by adding a fixed number, it is an arithmetic progression, and that fixed number is the common difference dd.
  • If you get to the next term by multiplying by a fixed number, it is a geometric progression, and that fixed number is the common ratio rr.

The very first thing to do in any question is decide which kind you are looking at. Check the gap between terms: if T2T1T_{2}-T_{1} equals T3T2T_{3}-T_{2}, it is arithmetic; if the ratio T2/T1T_{2}/T_{1} equals T3/T2T_{3}/T_{2}, it is geometric.

Everything after that follows from this single choice.

Arithmetic progressions: adding the same amount

In an arithmetic progression, you start at aa and add dd again and again. So the terms are aa, a+da+d, a+2da+2d, a+3da+3d, and so on.

Notice the pattern in the multiples of dd: the second term has one dd, the third has two. That is where the n1n-1 in the formula comes from, the nnth term has added dd a total of n1n-1 times.

Tn=a+(n1)dT_{n} = a + (n-1)d

To add up the first nn terms, there is a neat formula. It is worth reading it as "the number of terms, times the average of the first and last term", which is exactly what it says once you look closely.

Sn=n2[2a+(n1)d]S_{n} = \frac{n}{2}\left[\,2a + (n-1)d\,\right]
Q1[4 marks]

An arithmetic progression has first term a=5a = 5 and common difference d=3d = 3. Find the 10th term and the sum of the first 10 terms.

Show worked solution

For the 10th term, use Tn=a+(n1)dT_{n} = a + (n-1)d: T10=5+(101)(3)=5+27=32T_{10} = 5 + (10-1)(3) = 5 + 27 = 32. For the sum, use Sn=n2[2a+(n1)d]S_{n} = \frac{n}{2}[2a + (n-1)d]: S10=102[2(5)+9(3)]=5[10+27]=5×37=185S_{10} = \frac{10}{2}[2(5) + 9(3)] = 5[10 + 27] = 5 \times 37 = 185.

Q2[4 marks]

The 3rd term of an arithmetic progression is 11 and the 7th term is 27. Find aa, dd, and the sum of the first 12 terms.

Show worked solution

Write both as equations: T3=a+2d=11T_{3} = a + 2d = 11 and T7=a+6d=27T_{7} = a + 6d = 27. Subtracting the first from the second gives 4d=164d = 16, so d=4d = 4.

Then a=112(4)=3a = 11 - 2(4) = 3. Now S12=122[2(3)+11(4)]=6[6+44]=6×50=300S_{12} = \frac{12}{2}[2(3) + 11(4)] = 6[6 + 44] = 6 \times 50 = 300.

Geometric progressions: multiplying the same amount

In a geometric progression, you start at aa and multiply by rr again and again. The terms are aa, arar, ar2ar^{2}, ar3ar^{3}, and so on.

Again count the powers: the second term has r1r^{1}, the third has r2r^{2}, so the nnth term has rn1r^{n-1}.

Tn=arn1T_{n} = ar^{\,n-1}

The sum of the first nn terms has two equivalent forms; use whichever keeps the numbers positive and tidy. Both are valid for r1r \neq 1.

Sn=a(rn1)r1=a(1rn)1rS_{n} = \frac{a\left(r^{\,n} - 1\right)}{r - 1} = \frac{a\left(1 - r^{\,n}\right)}{1 - r}
Q3[4 marks]

A geometric progression has first term a=2a = 2 and common ratio r=3r = 3. Find the 5th term and the sum of the first 5 terms.

Show worked solution

For the 5th term, Tn=arn1T_{n} = ar^{n-1}: T5=2×34=2×81=162T_{5} = 2 \times 3^{4} = 2 \times 81 = 162. For the sum, S5=2(351)31=2(2431)2=2431=242S_{5} = \frac{2(3^{5} - 1)}{3 - 1} = \frac{2(243 - 1)}{2} = 243 - 1 = 242.

The sum to infinity, the idea that surprises people

Here is the part that feels almost magical the first time: if the common ratio rr is a fraction between 1-1 and 11, you can add up infinitely many terms of a geometric progression and still get a finite answer. Think of 8+4+2+1+12+8 + 4 + 2 + 1 + \tfrac{1}{2} + \dots, each term is half the last, and the running total creeps towards 16 without ever passing it.

S=a1r,valid only when r<1S_{\infty} = \frac{a}{1 - r}, \qquad \text{valid only when } |r| < 1

The condition is not optional

The sum to infinity only exists when r<1|r| < 1, that is, 1<r<1-1 < r < 1. If r1|r| \geq 1 the terms do not shrink, the total grows without limit, and the formula gives a meaningless answer.

Always check the ratio before you use it, and say so in your working.

Q4[3 marks]

A geometric progression has first term 12 and common ratio 13\tfrac{1}{3}. Find (a) the 4th term, and (b) the sum to infinity.

Show worked solution

(a) T4=ar3=12×(13)3=1227=49T_{4} = ar^{3} = 12 \times \left(\tfrac{1}{3}\right)^{3} = \dfrac{12}{27} = \dfrac{4}{9}. (b) Since r=13<1|r| = \tfrac{1}{3} < 1, the sum to infinity exists: S=a1r=12113=1223=18S_{\infty} = \dfrac{a}{1 - r} = \dfrac{12}{1 - \tfrac{1}{3}} = \dfrac{12}{\tfrac{2}{3}} = 18.

The mistakes that quietly cost marks

Most lost marks in this chapter come from a handful of predictable slips. Knowing them beforehand protects more marks than extra practice on the parts you already do well.

  • Reaching for the wrong family, using an arithmetic formula on a geometric progression, or the reverse. Always confirm whether terms are added or multiplied first.
  • The n1n-1 trap: the nnth term uses n1n-1, not nn. T5T_{5} of a GP is ar4ar^{4}, not ar5ar^{5}.
  • Using SS_{\infty} when r1|r| \geq 1, where no sum to infinity exists.
  • Sign errors when dd or rr is negative, keep the brackets and substitute carefully.

Why laying it out matters

Progressions appear across Paper 1 (2 hours, 80 marks) and Paper 2 (2 hours 30 minutes, 100 marks), with no Paper 3. Marking is analytic, so writing the formula, the substitution, and the result on separate lines means each step is a scorable one.

Even if the final arithmetic slips on your non-programmable scientific calculator, correct working still claims the method marks.

How one-to-one teaching can help

Progressions is a chapter where the whole thing clicks once the add-versus-multiply distinction is truly solid, and stays muddled while the formulas float around unattached to that idea. Working one-to-one, a teacher can watch how your child decides which family a question belongs to, catch the exact place the n1n-1 or the ratio check goes wrong, and rebuild the reasoning so the formulas feel earned.

Our teachers are experienced; lessons are online and taught in English, while SPM papers are set bilingually in Bahasa Melayu and English.

If progressions are a sticking point, you are welcome to begin with a one-hour paid trial class at the teacher's own rate (from RM50 per hour, depending on experience). We won't promise a grade, but we can help turn this from a chapter of half-remembered formulas into one of the more dependable sources of marks on the paper.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

What is the difference between an arithmetic and a geometric progression?

In an arithmetic progression you get the next term by adding a fixed number, the common difference dd. In a geometric progression you get it by multiplying by a fixed number, the common ratio rr.

The quickest check: if T2T1=T3T2T_{2}-T_{1}=T_{3}-T_{2} it is arithmetic; if T2/T1=T3/T2T_{2}/T_{1}=T_{3}/T_{2} it is geometric.

Why is there an n1n-1 in the term formulas?

Because the first term hasn't added or multiplied anything yet. In an arithmetic progression the 2nd term has added dd once, the 3rd twice, so the nnth has added it n1n-1 times: Tn=a+(n1)dT_{n}=a+(n-1)d.

In a geometric progression the same counting gives Tn=arn1T_{n}=ar^{\,n-1}. Forgetting this and using nn is one of the most common slips.

When can I use the sum to infinity formula?

Only when the common ratio satisfies r<1|r|<1, that is 1<r<1-1<r<1. Then the terms shrink towards zero and the total settles on a finite value, S=a1rS_{\infty}=\dfrac{a}{1-r}.

If r1|r|\geq 1 the terms do not shrink and no sum to infinity exists, so always check the ratio and state that check in your working.

How do I show working to protect marks in this chapter?

Because marking is analytic, write each stage on its own line: the formula you are using, the substitution of the numbers, then the result. That way, even if the final calculation slips on your calculator, the correct method still earns its marks.

Blank or unexplained jumps forfeit those method marks.

Source:SRC-FORMAT

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply