Skip to main content
SingaporeMathsSyllabus dot point

How do arithmetic progressions grow, and how do we sum them?

Use the formulae for the nth term and the sum of the first n terms of an arithmetic progression, and solve problems involving arithmetic sequences and series

A focused answer to the H2 Mathematics outcome on arithmetic progressions. The nth term and sum formulae, finding the first term and common difference from given conditions, and applying APs to worded problems.

Generated by Claude Opus 4.88 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

SEAB wants you to use the standard formulae for an arithmetic progression (AP) - the nnth term and the sum of the first nn terms - to find unknowns from given conditions and to solve worded problems. This is the foundation for sigma notation and series work.

The answer

Definition and the nth term

An arithmetic progression has a constant common difference dd between consecutive terms. With first term aa:

un=a+(nβˆ’1)du_n = a + (n - 1)d

The terms form a straight-line pattern: plotting unu_n against nn gives points on a line of gradient dd.

The sum of the first n terms

The sum Sn=u1+u2+β‹―+unS_n = u_1 + u_2 + \cdots + u_n has two equivalent formulae:

Sn=n2(2a+(nβˆ’1)d)=n2(a+l)S_n = \frac{n}{2}\big(2a + (n - 1)d\big) = \frac{n}{2}(a + l)

where l=unl = u_n is the last term. The second form is handy when you know the first and last terms.

Finding a and d from conditions

Most AP problems give you two pieces of information (two terms, or a term and a sum). Write each as an equation in aa and dd using the formulae, then solve the simultaneous equations.

Recovering terms from the sum

If you are given SnS_n as a formula in nn, the nnth term is un=Snβˆ’Snβˆ’1u_n = S_n - S_{n-1}. For an AP this expression is always linear in nn, and the coefficient of nn is the common difference.

Summing a slice of an AP

To add the terms from the ppth to the qqth of an arithmetic progression, the cleanest method is to subtract two partial sums: βˆ‘pq=Sqβˆ’Spβˆ’1\sum_{p}^{q} = S_q - S_{p-1}. For the AP 3,7,11,…3, 7, 11, \ldots, the sum of the 55th to the 1010th terms is S10βˆ’S4S_{10} - S_4. An alternative is to treat the slice as a new AP whose first term is upu_p, last term is uqu_q, and number of terms is qβˆ’p+1q - p + 1, then apply n2(a+l)\tfrac{n}{2}(a + l). Both routes work, but writing the slice as a difference of partial sums is less prone to the off-by-one error in counting the terms, which is the usual pitfall here.

Recognising an AP hidden in a word problem

Many H2 problems describe an AP without naming it, so the first skill is spotting the constant common difference. Any situation where a quantity increases or decreases by the same fixed amount each step, equal monthly repayments, seats increasing by a fixed number per row, a salary rising by a set raise each year, is arithmetic. Once you identify aa (the starting value) and dd (the fixed change), the whole problem reduces to substituting into the two AP formulae. Translating the words into aa and dd before reaching for a formula is what turns a wordy question into a routine calculation.

Examples in context

Example 1. A savings plan. Saving 50inmonthoneand50 in month one and 10 more each month gives an AP with a=50a = 50, d=10d = 10. After 1212 months the total saved is S12=122(2Γ—50+11Γ—10)=6Γ—210=1260S_{12} = \dfrac{12}{2}(2 \times 50 + 11 \times 10) = 6 \times 210 = 1260 dollars.

Example 2. Stacked logs. Logs stacked with 2020 on the bottom row and one fewer each row up form an AP. The number in a full stack down to a single top log is S=202(20+1)=210S = \dfrac{20}{2}(20 + 1) = 210 logs, using the first-plus-last form.

Try this

Q1. Find the 1212th term of the AP 7,10,13,…7, 10, 13, \ldots [2 marks]

  • Cue. a=7a = 7, d=3d = 3, u12=7+11Γ—3=40u_{12} = 7 + 11 \times 3 = 40.

Q2. The sum of the first nn terms of an AP is Sn=3n2βˆ’nS_n = 3n^2 - n. Find the first term and the common difference. [3 marks]

  • Cue. u1=S1=2u_1 = S_1 = 2; un=Snβˆ’Snβˆ’1=6nβˆ’4u_n = S_n - S_{n-1} = 6n - 4, so d=6d = 6.

Q3. An AP has a=100a = 100 and d=βˆ’4d = -4. Find how many terms are positive. [3 marks]

  • Cue. un=100βˆ’4(nβˆ’1)>0u_n = 100 - 4(n-1) > 0 gives n<26n < 26, so 2525 terms are positive (the 2626th is zero).

Exam-style practice questions

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

Original4 marksThe third term of an arithmetic progression is 1111 and the seventh term is 2727. Find the first term, the common difference, and the sum of the first 2020 terms.
Show worked answer β†’

Using un=a+(nβˆ’1)du_n = a + (n - 1)d: the third term gives a+2d=11a + 2d = 11 and the seventh gives a+6d=27a + 6d = 27.

Subtract: 4d=164d = 16, so d=4d = 4. Then a+8=11a + 8 = 11, so a=3a = 3.

Sum of 2020 terms: S20=202(2(3)+19(4))=10(6+76)=10Γ—82=820S_{20} = \dfrac{20}{2}\left(2(3) + 19(4)\right) = 10(6 + 76) = 10 \times 82 = 820.

Markers reward setting up two simultaneous equations from the term formula, solving for aa and dd, and a correct sum using Sn=n2(2a+(nβˆ’1)d)S_n = \dfrac{n}{2}(2a + (n-1)d).

Original4 marksThe sum of the first nn terms of an arithmetic progression is given by Sn=2n2+3nS_n = 2n^2 + 3n. Find an expression for the nth term and state the common difference.
Show worked answer β†’

The nth term is un=Snβˆ’Snβˆ’1u_n = S_n - S_{n-1}.

Snβˆ’1=2(nβˆ’1)2+3(nβˆ’1)=2n2βˆ’4n+2+3nβˆ’3=2n2βˆ’nβˆ’1S_{n-1} = 2(n-1)^2 + 3(n-1) = 2n^2 - 4n + 2 + 3n - 3 = 2n^2 - n - 1.

So un=(2n2+3n)βˆ’(2n2βˆ’nβˆ’1)=4n+1u_n = (2n^2 + 3n) - (2n^2 - n - 1) = 4n + 1.

The common difference is the coefficient of nn, namely 44 (since un=4n+1u_n = 4n + 1 is linear in nn). The first term is u1=5u_1 = 5.

Markers reward using un=Snβˆ’Snβˆ’1u_n = S_n - S_{n-1}, correct algebra, and identifying d=4d = 4 from the linear term.

Related dot points