What you'll learn
- How to recognise an arithmetic sequence and find its common difference.
- How to find any term using the formula for the nth term.
- How to calculate the sum of the first nnn terms efficiently.
- How to form and solve equations involving arithmetic sequences and series.
Sequences and series
A sequence is an ordered list of numbers called terms. The position of each term matters.
For example,
4, 7, 10, 13,…4,\ 7,\ 10,\ 13,\ldots4, 7, 10, 13,…is a sequence. Its first term is 4, its second term is 7, and so on.
We write unu_nun for the term in position nnn. Thus, u1u_1u1 is the first term, u2u_2u2 is the second term and u20u_{20}u20 is the twentieth term.
A series is produced by adding the terms of a sequence. The corresponding series is
4+7+10+13+⋯4+7+10+13+\cdots4+7+10+13+⋯Sequence and series
A sequence is an ordered list of terms. A series is the sum of terms from a sequence.
Arithmetic sequences
An arithmetic sequence is a sequence in which the difference between each term and the previous term is constant. This constant is called the common difference, written as ddd.
For example, in
11, 18, 25, 32,…11,\ 18,\ 25,\ 32,\ldots11, 18, 25, 32,…the common difference is d=7d=7d=7 because 7 is added each time.
The common difference can be negative. For example,
20, 16, 12, 8,…20,\ 16,\ 12,\ 8,\ldots20, 16, 12, 8,…has d=−4d=-4d=−4.
Recognising an arithmetic sequence
Subtract consecutive terms in the same order. A sequence is arithmetic if every calculation of un+1−unu_{n+1}-u_nun+1−un gives the same value.
Checking whether a sequence is arithmetic
Determine whether 5, 11, 17, 23,…5,\ 11,\ 17,\ 23,\ldots5, 11, 17, 23,… is arithmetic and state its common difference.
-
Subtract each term from the term immediately after it:
11−5=6,17−11=6,23−17=611-5=6,\qquad 17-11=6,\qquad 23-17=611−5=6,17−11=6,23−17=6 -
The differences are all equal, so the sequence is arithmetic.
-
The common difference is therefore d=6d=6d=6.
Reversing the subtraction
Calculate later term minus earlier term. For a decreasing sequence, the common difference must be negative.
Finding the nth term
Suppose an arithmetic sequence has first term aaa and common difference ddd.
Starting from aaa:
- the second term is a+da+da+d;
- the third term is a+2da+2da+2d;
- the fourth term is a+3da+3da+3d.
To reach term nnn from the first term, you make n−1n-1n−1 equal jumps. Therefore:
un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)dThe nth-term formula
For an arithmetic sequence with first term aaa and common difference ddd, the term in position nnn is
un=a+(n−1)d.u_n=a+(n-1)d.un=a+(n−1)d.Finding a specified term
Find the twenty-fifth term of the arithmetic sequence
8, 13, 18, 23,…8,\ 13,\ 18,\ 23,\ldots8, 13, 18, 23,…-
Identify the first term and common difference:
a=8,d=5a=8,\qquad d=5a=8,d=5 -
Substitute n=25n=25n=25 into the nth-term formula:
u25=8+(25−1)(5)u_{25}=8+(25-1)(5)u25=8+(25−1)(5) -
Calculate the term:
u25=8+120=128u_{25}=8+120=128u25=8+120=128
Using n differences
The nth term is reached after n−1n-1n−1 jumps from the first term, so the formula contains (n−1)d(n-1)d(n−1)d, not ndndnd.
Writing the nth term in a simpler form
You will often simplify a+(n−1)da+(n-1)da+(n−1)d into a linear expression in nnn.
For example, if a=12a=12a=12 and d=−3d=-3d=−3, then
un=12+(n−1)(−3)=12−3n+3=15−3n.\begin{aligned} u_n&=12+(n-1)(-3)\\ &=12-3n+3\\ &=15-3n. \end{aligned}un=12+(n−1)(−3)=12−3n+3=15−3n.This form makes it easier to solve equations involving particular terms.
Finding the position of a term
If you know a term's value but not its position, set the nth-term formula equal to that value and solve for nnn.
Finding where a term occurs
The sequence 7, 12, 17, 22,…7,\ 12,\ 17,\ 22,\ldots7, 12, 17, 22,… is arithmetic. Determine whether 157 is a term, and find its position if it is.
-
Identify a=7a=7a=7 and d=5d=5d=5, then form the nth term:
un=7+(n−1)5=5n+2u_n=7+(n-1)5=5n+2un=7+(n−1)5=5n+2 -
Set the nth term equal to 157:
5n+2=1575n+2=1575n+2=157 -
Solve the equation:
5n=155⇒n=315n=155\Rightarrow n=315n=155⇒n=31 -
Since 31 is a positive integer, 157 is the thirty-first term.
A term position must be valid
A solution for nnn represents a term position only if it is a positive integer. For example, n=6.4n=6.4n=6.4 would show that the proposed value is not a term of the sequence.
Using information about different terms
Sometimes the first term and common difference are unknown, but two other terms are given. Write each condition using un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)d, then solve the simultaneous equations.
Finding a sequence from two terms
An arithmetic sequence has u5=18u_5=18u5=18 and u12=46u_{12}=46u12=46. Find aaa and ddd.
-
Translate each given term into an equation:
a+4d=18,a+11d=46a+4d=18,\qquad a+11d=46a+4d=18,a+11d=46 -
Subtract the first equation from the second to eliminate aaa:
7d=28⇒d=47d=28\Rightarrow d=47d=28⇒d=4 -
Substitute d=4d=4d=4 into a+4d=18a+4d=18a+4d=18:
a+16=18⇒a=2a+16=18\Rightarrow a=2a+16=18⇒a=2 -
The sequence therefore has first term 2 and common difference 4, with nth term un=4n−2u_n=4n-2un=4n−2.
Differences between distant terms
From term upu_pup to term uqu_quq, there are q−pq-pq−p jumps. Therefore uq−up=(q−p)du_q-u_p=(q-p)duq−up=(q−p)d, which can give the common difference quickly.
Arithmetic series
The sum of the first nnn terms of a sequence is written as SnS_nSn.
For an arithmetic sequence,
Sn=a+(a+d)+(a+2d)+⋯+[a+(n−1)d].S_n=a+(a+d)+(a+2d)+\cdots+\left[a+(n-1)d\right].Sn=a+(a+d)+(a+2d)+⋯+[a+(n−1)d].The last term is
l=a+(n−1)d,l=a+(n-1)d,l=a+(n−1)d,where lll denotes the last term being included.
Deriving the sum formula
Write the sum once forwards and once backwards:
Sn=a+(a+d)+⋯+(l−d)+lSn=l+(l−d)+⋯+(a+d)+a.\begin{aligned} S_n&=a+(a+d)+\cdots+(l-d)+l\\ S_n&=l+(l-d)+\cdots+(a+d)+a. \end{aligned}SnSn=a+(a+d)+⋯+(l−d)+l=l+(l−d)+⋯+(a+d)+a.Adding vertically gives nnn identical pairs, each equal to a+la+la+l:
2Sn=n(a+l).2S_n=n(a+l).2Sn=n(a+l).Therefore,
Sn=n2(a+l).S_n=\frac{n}{2}(a+l).Sn=2n(a+l).Since l=a+(n−1)dl=a+(n-1)dl=a+(n−1)d, this can also be written as
Sn=n2[2a+(n−1)d].S_n=\frac{n}{2}\left[2a+(n-1)d\right].Sn=2n[2a+(n−1)d].Two forms of the sum formula
Use
Sn=n2(a+l)S_n=\frac{n}{2}(a+l)Sn=2n(a+l)when the first and last terms are known, or
Sn=n2[2a+(n−1)d]S_n=\frac{n}{2}\left[2a+(n-1)d\right]Sn=2n[2a+(n−1)d]when the first term and common difference are known.
Summing the first terms of a sequence
Find the sum of the first 40 terms of the arithmetic sequence 3, 8, 13,…3,\ 8,\ 13,\ldots3, 8, 13,…
-
Identify a=3a=3a=3, d=5d=5d=5 and n=40n=40n=40.
-
Use the form involving the common difference:
S40=402[2(3)+(40−1)5]S_{40}=\frac{40}{2}\left[2(3)+(40-1)5\right]S40=240[2(3)+(40−1)5] -
Simplify:
S40=20(6+195)=20(201)=4020.\begin{aligned} S_{40}&=20(6+195)\\ &=20(201)\\ &=4020. \end{aligned}S40=20(6+195)=20(201)=4020.
Confusing a term with a sum
unu_nun is one term, whereas SnS_nSn is the total of the first nnn terms. Check which quantity the question asks for before choosing a formula.
Finding the number of terms from a sum
When SnS_nSn is given, substituting into the sum formula often produces a quadratic equation. Solve it and then check that nnn is a positive integer.
Finding how many terms are included
The arithmetic series 5+8+11+⋯5+8+11+\cdots5+8+11+⋯ has sum 1025. Find the number of terms.
-
Identify a=5a=5a=5, d=3d=3d=3 and Sn=1025S_n=1025Sn=1025, then substitute:
1025=n2[2(5)+(n−1)3]1025=\frac{n}{2}\left[2(5)+(n-1)3\right]1025=2n[2(5)+(n−1)3] -
Simplify to form a quadratic equation:
2050=n(3n+7)3n2+7n−2050=0.\begin{aligned} 2050&=n(3n+7)\\ 3n^2+7n-2050&=0. \end{aligned}20503n2+7n−2050=n(3n+7)=0. -
Factorise:
(3n+82)(n−25)=0(3n+82)(n-25)=0(3n+82)(n−25)=0 -
The solutions are n=−823n=-\frac{82}{3}n=−382 and n=25n=25n=25. Reject the negative solution because a number of terms must be a positive integer, so 25 terms are included.
Modelling with arithmetic sequences
Arithmetic sequences can model quantities that change by a fixed amount in equal stages, such as annual payments increasing by the same amount each year.
Before using the formulas, decide what one term represents and match the first stage to n=1n=1n=1.
Modelling increasing annual payments
A payment is £600 in the first year and rises by £45 each year. Find the payment in year 10 and the total paid over the first 10 years.
-
Model the yearly payments as an arithmetic sequence with a=600a=600a=600, d=45d=45d=45 and n=10n=10n=10.
-
Find the tenth payment:
u10=600+(10−1)45=1005u_{10}=600+(10-1)45=1005u10=600+(10−1)45=1005The payment in year 10 is £1005.
-
Find the total using the first and last payments:
S10=102(600+1005)=8025S_{10}=\frac{10}{2}(600+1005)=8025S10=210(600+1005)=8025The total paid is £8025.
In the exam
- Write down aaa, ddd and nnn before substituting, paying particular attention to the sign of ddd.
- Use un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)d for an individual term and a formula for SnS_nSn only when terms are being added.
- Check that any calculated term position or number of terms is a positive integer, and interpret the answer in its context.
- Keep exact values throughout unless the question explicitly asks for a decimal approximation.
Check yourself
- How would you find the common difference and nth term of 19, 15, 11,…19,\ 15,\ 11,\ldots19, 15, 11,…?
- An arithmetic sequence has u4=17u_4=17u4=17 and u10=41u_{10}=41u10=41. Can you find its first term and common difference?
- Which form of the sum formula would be most efficient if you knew the first term, last term and number of terms?