1.6.2 Arithmetic Progressions

In this topic we will learn how to:

  • recognise an arithmetic progression
  • use the formulae for nth term and for the sum of the first n terms to solve problems involving arithmetic progressions

An arithmetic progression is a sequence of numbers in which each differs from the preceding one by a common difference. To find the nth term under an arithmetic progression, we use the formula,
u_{n} = a + (n-1)dWhere u_{n} represents the nth term, a represents the first term of the progression, n represents the position of the nth term and d represents the common difference.

To find the sum of the first n terms under an arithmetic progression, we use the following two formulae,
S_{n} = \frac{1}{2}n(a + l)S_{n} = \frac{1}{2}n(2a + (n - 1)d)Where S_{n} represents sum of first n terms, a represents the first term of the progression, l represents the last term of the of the progression, d is the common difference.

Note: Only use the first formula if you know the last term of the progression, otherwise use the second formula.

Let’s look at some past paper questions.

1. The sum of the first nine terms of an arithmetic progression is 117. The sum of the next four terms is 91. Find the first term and the common difference of the progression. (9709/11/M/J/20 number 1)

Let’s write out, mathematically, the information we have been given,
S_{9} = 117\ \ \ \ \ \ S_{13} = S_{9} + 91We can make two equations, in terms of a and d that we can solve simultaneously,
S_{9} = 117\ \ \ \ \ \ S_{13} = S_{9} + 91S_{9} = 117\ \ \ \ \ \ S_{13} = 117 + 91S_{9} = 117\ \ \ \ \ \ S_{13} = 208Use the formula for sum of first n terms, to create two equations,
\frac{1}{2}(9)(2a + (9 - 1)d) = 117\ \ \ \ \ \ \frac{1}{2}(13)(2a + (13 - 1)d) = 208Solve the two equations simultaneously,
\frac{9}{2}(2a + 8d) = 117\ \ \ \ \ \ \frac{13}{2}(2a + 12d) = 2089a + 36d = 117\ \ \ \ \ \ 13a + 78d = 2089a = 117 - 36da = \frac{117 - 36d}{9}13a + 78d = 20813\left(\frac{117 - 36d}{9}\right) + 78d = 208169 - 52d + 78d = 208169 + 26d = 20826d = 208 - 16926d = 39d = \frac{3}{2}a = \frac{117 - 36\left(\frac{3}{2}\right)}{9}a = 7Therefore, the final answer is,
a = 7 d = \frac{3}{2}2. The nth term of an arithmetic progression is \frac{1}{2}(3n - 15). Find the value of n for which the sum of the first n terms is 84. (9709/12/M/J/20 number 4)

We have been given that,
S_{n} = 84Use the formula for S_{n},
\frac{1}{2}(n)(2a + (n - 1)d) = 84Let’s use the formula for the nth term that we have been given to find a and d,
u_{n} = \frac{1}{2}(3n - 15)u_{1} represents the first term. So let’s substitute n = 1 to find the first term,
u_{1} = \frac{1}{2}(3(1) - 15)u_{1} = -6a = -6Let’s find the second term, so we can calculate d,
u_{2} = \frac{1}{2}(3(2) - 15)u_{2} = -\frac{9}{2}Now let’s find d,
d = u_{2} - u_{1}d = -\frac{9}{2} - (-6)d = \frac{3}{2}Now that we have a and d let’s solve for n,
\frac{1}{2}(n)(2a + (n - 1)d) = 84\frac{1}{2}(n)(2(-6) + (n - 1)(\frac{3}{2}) = 84\frac{1}{2}(n)(-12 + \frac{3}{2}n - \frac{3}{2}) = 84\frac{1}{2}(n)(\frac{3}{2}n - \frac{27}{2}) = 84\frac{3}{4}n^{2} - \frac{27}{4}n = 84\frac{3}{4}n^{2} - \frac{27}{4}n - 84 = 03n^{2} - 27n - 336 = 0n^{2} - 9n - 112 = 0(n + 7)(n - 16) = 0n = -7, n = 16Note: Disregard n = -7, because n represents positive integers, since it the sum of first n terms.

Therefore, our final answer is,
n = 163. The first term of a progression is \sin^{2}{\theta}, where 0 < {\theta} < \frac{1}{2}\pi. The second term of the progression \sin^{2}{\theta} \cos^{2}{\theta}. It is given that the progression is arithmetic. (9709/13/M/J/20 number 8)

(a) Find the common difference of the progression in terms of \sin{\theta}.

Let’s write out the information we have been given,
a = \sin^{2}{\theta}\ \ \ \ \ \ u_{2} = \sin^{2}{\theta} \cos^{2}{\theta}We can find d using a and u_{2},
d = u_{2} - ad = \sin^{2}{\theta} \cos^{2}{\theta} - \sin^{2}{\theta}Replace \cos^{2}{\theta} with 1 - \sin^{2},
d = \sin^{2}{\theta}(1 - \sin^{2}{\theta}) - \sin^{2}{\theta}d = \sin^{2}{\theta} - \sin^{4}{\theta} - \sin^{2}{\theta}d = -\sin^{4}{\theta}Therefore, the final answer is,
d = -\sin^{4}{\theta}(b) Find the sum of the first 16 terms when {\theta} = \frac{1}{3}\pi.
a = \sin^{2}{\theta}\ \ \ \ \ \ d = -\sin^{4}{\theta}Substitute {\theta} with \frac{1}{3}\pi in a and d,
a = \sin^{2}\left(\frac{1}{3}\pi\right)\ \ \ \ \ \ d = -\sin^{4}\left(\frac{1}{3}\pi\right)a = \frac{3}{4}\ \ \ \ \ \ d = -\frac{9}{16}Now let’s find the sum of the first 16 terms,
S_{n} = \frac{1}{2}n(2a + (n - 1)d)S_{16} = \frac{1}{2}(16)\left(2\left(\frac{3}{4}\right) + (16 - 1) \times \frac{-9}{16}\right)S_{16} = -\frac{111}{2}Therefore, the final answer is,
S_{16} = -\frac{111}{2}