1. Arithmetic Sequences & Series0%

Sequences and Series · Topic 1 of 3

1. Arithmetic Sequences & Series

Video coming soon3 worked examples

Theory

An arithmetic sequence increases by a constant common difference dd each step. With first term aa, the nnth term is:

un=a+(n1)du_n = a + (n-1)d

The sum of the first nn terms is:

Sn=n2[2a+(n1)d]=n2(a+l)S_n = \frac{n}{2}\bigl[2a + (n-1)d\bigr] = \frac{n}{2}(a + l)

where ll is the last term. Use the second form when you already know the last term.

The sum formula comes from a neat trick worth knowing, since you may be asked to derive it. Write the series out, then write it again in reverse underneath:

Sn=a+(a+d)++(a+(n1)d)Sn=(a+(n1)d)++(a+d)+a\begin{aligned} S_n &= a + (a+d) + \cdots + \bigl(a+(n-1)d\bigr) \\ S_n &= \bigl(a+(n-1)d\bigr) + \cdots + (a+d) + a \end{aligned}

Adding the two lines pairs the first term of one with the last of the other. Every pair sums to the same total, 2a+(n1)d2a + (n-1)d, and there are nn pairs:

2Sn=n[2a+(n1)d]    Sn=n2[2a+(n1)d]2S_n = n\bigl[2a + (n-1)d\bigr] \quad\implies\quad S_n = \frac{n}{2}\bigl[2a + (n-1)d\bigr]

The Golden Rule: almost every arithmetic question reduces to finding aa and dd — pin those down first, then substitute.

⚠️ Common Examiner Traps

  • The (n1)(n-1) slip: the nnth term uses (n1)d(n-1)d, not ndnd — the first term already counts as one.
  • Wrong sum formula: only use n2(a+l)\frac{n}{2}(a+l) when the last term ll is actually known.
  • Counting terms: the number of terms from the ppth to the qqth is qp+1q - p + 1.

Worked examples

Example 1

An arithmetic sequence has first term 55 and common difference 33. Find the 20th term and the sum of the first 20 terms.

Step 1: Apply the nnth term formula with a=5a=5, d=3d=3, n=20n=20:

u20=5+(201)(3)=5+57=62u_{20} = 5 + (20-1)(3) = 5 + 57 = 62

Step 2: Apply the sum formula:

S20=202[2(5)+(19)(3)]=10[10+57]=670S_{20} = \frac{20}{2}\bigl[2(5) + (19)(3)\bigr] = 10\,[10 + 57] = 670

Example 2

The 4th term of an arithmetic sequence is 1111 and the 9th term is 2626. Find the first term and common difference, then the sum of the first 12 terms.

Step 1: Write each term with the formula and subtract to eliminate aa:

a+3d=11a+8d=26    5d=15    d=3a + 3d = 11 \qquad a + 8d = 26 \implies 5d = 15 \implies d = 3

Step 2: Substitute back to find aa:

a+3(3)=11    a=2a + 3(3) = 11 \implies a = 2

Step 3: Find the sum of the first 12 terms:

S12=122[2(2)+(11)(3)]=6[4+33]=222S_{12} = \frac{12}{2}\bigl[2(2) + (11)(3)\bigr] = 6\,[4 + 33] = 222

Example 3

How many terms are there in the arithmetic sequence 7, 11, 15, , 1117,\ 11,\ 15,\ \ldots,\ 111? Hence find the sum of the sequence.

Step 1: Identify aa and dd, then write a formula for the nnth term:

a=7,d=117=4    un=7+(n1)(4)=4n+3a = 7, \quad d = 11 - 7 = 4 \quad\implies\quad u_n = 7 + (n-1)(4) = 4n + 3

Step 2: The last term is 111111, so set un=111u_n = 111 and solve for nn:

4n+3=111    4n=108    n=274n + 3 = 111 \implies 4n = 108 \implies n = 27

There are 27 terms.

Step 3: Since the last term is known, the quicker sum formula applies:

S27=272(a+l)=272(7+111)=272(118)=27×59=1593S_{27} = \frac{27}{2}(a + l) = \frac{27}{2}(7 + 111) = \frac{27}{2}(118) = 27 \times 59 = 1593