What you'll learn
- How to recognise an arithmetic sequence and find its common difference.
- How to use and derive the formula for the nnnth term.
- How to distinguish a sequence from a series.
- How to calculate the sum of the first nnn terms of an arithmetic sequence.
Sequences and terms
A sequence is an ordered list of numbers. Each number in the sequence is called a term.
For example, in the sequence
5, 8, 11, 14, …5,\ 8,\ 11,\ 14,\ \ldots5, 8, 11, 14, …the first term is 5, the second term is 8, and so on. The dots show that the sequence continues.
We usually write the first term as aaa. The term in position nnn is called the nnnth term and may be written as unu_nun.
The nth term
The nnnth term, unu_nun, is a formula that gives the value of the term in position nnn.
Arithmetic sequences
An arithmetic sequence is a sequence in which the difference between consecutive terms is constant.
This constant amount is called the common difference, written as ddd.
For example,
4, 9, 14, 19, …4,\ 9,\ 14,\ 19,\ \ldots4, 9, 14, 19, …is arithmetic because each term is found by adding 5. Therefore, a=4a=4a=4 and d=5d=5d=5.
The common difference can be negative. For example,
20, 17, 14, 11, …20,\ 17,\ 14,\ 11,\ \ldots20, 17, 14, 11, …has common difference d=−3d=-3d=−3.
Recognising an arithmetic sequence
Subtract each term from the term immediately after it. If the difference is always the same, the sequence is arithmetic.
Finding the common difference
Determine whether the sequence 31, 24, 17, 10, …31,\ 24,\ 17,\ 10,\ \ldots31, 24, 17, 10, … is arithmetic.
-
Calculate the differences between consecutive terms:
24−31=−7,17−24=−7,10−17=−724-31=-7,\qquad 17-24=-7,\qquad 10-17=-724−31=−7,17−24=−7,10−17=−7 -
The differences are all equal, so the sequence is arithmetic.
-
Its first term is a=31a=31a=31 and its common difference is d=−7d=-7d=−7.
Reversing the subtraction
Calculate later term minus earlier term. For example, the common difference above is 24−31=−724-31=-724−31=−7, not 31−24=731-24=731−24=7.
Finding the nth term
Starting from the first term 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.
The multiplier of ddd is always one less than the term number. Therefore,
un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)dNth term of an arithmetic sequence
For an arithmetic sequence with first term aaa and common difference ddd,
un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)dFinding a specified term
Find the 40th term of the arithmetic sequence 7, 12, 17, 22, …7,\ 12,\ 17,\ 22,\ \ldots7, 12, 17, 22, ….
-
Identify the first term and common difference:
a=7,d=5a=7,\qquad d=5a=7,d=5 -
Substitute n=40n=40n=40 into the formula:
u40=7+(40−1)(5)u_{40}=7+(40-1)(5)u40=7+(40−1)(5) -
Calculate the term:
u40=7+195=202u_{40}=7+195=202u40=7+195=202
Using n instead of n minus 1
The first term has had the common difference added zero times. This is why the formula contains n−1n-1n−1, not nnn.
Finding the position of a term
You can also use the nnnth-term formula to determine whether a particular value appears in a sequence. Substitute the value for unu_nun and solve the resulting equation for nnn.
A value is a term of the sequence only if the solution for nnn is a positive integer.
Checking whether a value is in a sequence
Determine whether 250 is a term of the arithmetic sequence 10, 16, 22, 28, …10,\ 16,\ 22,\ 28,\ \ldots10, 16, 22, 28, ….
-
Here, a=10a=10a=10 and d=6d=6d=6, so set un=250u_n=250un=250:
250=10+(n−1)6250=10+(n-1)6250=10+(n−1)6 -
Solve for nnn:
240=6(n−1)40=n−1n=41\begin{aligned} 240&=6(n-1)\\ 40&=n-1\\ n&=41 \end{aligned}24040n=6(n−1)=n−1=41 -
Since 41 is a positive integer, 250 is the 41st term of the sequence.
Check the value of n
If solving for nnn gives a decimal, a fraction, zero or a negative value, the proposed number is not a term of the sequence.
Finding an arithmetic sequence from given terms
Sometimes you are given two terms that are not consecutive. In that case, write an equation for each term using
un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)dYou can then solve the equations simultaneously to find aaa and ddd.
Finding the first term and common difference
In an arithmetic sequence, u5=18u_5=18u5=18 and u12=46u_{12}=46u12=46. Find aaa and ddd.
-
Use the formula for each given term:
a+4d=18a+11d=46\begin{aligned} a+4d&=18\\ a+11d&=46 \end{aligned}a+4da+11d=18=46 -
Subtract the first equation from the second to eliminate aaa:
7d=287d=287d=28Therefore, d=4d=4d=4.
-
Substitute d=4d=4d=4 into a+4d=18a+4d=18a+4d=18:
a+16=18a+16=18a+16=18Hence, a=2a=2a=2.
-
The sequence begins 2, 6, 10, 14, …2,\ 6,\ 10,\ 14,\ \ldots2, 6, 10, 14, ….
From sequences to series
A series is formed when the terms of a sequence are added together.
For example,
5+8+11+14+⋯5+8+11+14+\cdots5+8+11+14+⋯is the arithmetic series associated with the arithmetic sequence 5, 8, 11, 14,…5,\ 8,\ 11,\ 14,\ldots5, 8, 11, 14,…
A finite series has a fixed number of terms. We write SnS_nSn for the sum of the first nnn terms.
Arithmetic series
An arithmetic series is the sum of the terms of an arithmetic sequence. The symbol SnS_nSn represents the sum of its first nnn terms.
Confusing a sequence with a series
A sequence is a list of terms, separated by commas. A series is a sum of terms, joined by addition signs.
Deriving the sum formula
Suppose an arithmetic series has first term aaa, common difference ddd and nnn terms:
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)Write the same sum in reverse:
Sn=(a+(n−1)d)+(a+(n−2)d)+⋯+aS_n=\left(a+(n-1)d\right)+\left(a+(n-2)d\right)+\cdots+aSn=(a+(n−1)d)+(a+(n−2)d)+⋯+aAdding the two lines term by term gives nnn identical pairs, each equal to 2a+(n−1)d2a+(n-1)d2a+(n−1)d:
2Sn=n(2a+(n−1)d)2S_n=n\left(2a+(n-1)d\right)2Sn=n(2a+(n−1)d)Therefore,
Sn=n2(2a+(n−1)d)S_n=\frac{n}{2}\left(2a+(n-1)d\right)Sn=2n(2a+(n−1)d)If the final term is called lll, then l=a+(n−1)dl=a+(n-1)dl=a+(n−1)d. This gives an alternative form:
Sn=n2(a+l)S_n=\frac{n}{2}(a+l)Sn=2n(a+l)Two forms of the sum formula
Use
Sn=n2(2a+(n−1)d)S_n=\frac{n}{2}\left(2a+(n-1)d\right)Sn=2n(2a+(n−1)d)when you know aaa, ddd and nnn. Use
Sn=n2(a+l)S_n=\frac{n}{2}(a+l)Sn=2n(a+l)when you know the first term, last term and number of terms.
Summing an arithmetic series
Find the sum of the first 30 terms of the arithmetic sequence 8, 13, 18, 23,…8,\ 13,\ 18,\ 23,\ldots8, 13, 18, 23,…
-
Identify the required values:
a=8,d=5,n=30a=8,\qquad d=5,\qquad n=30a=8,d=5,n=30 -
Substitute into the sum formula:
S30=302(2(8)+(30−1)5)S_{30}=\frac{30}{2}\left(2(8)+(30-1)5\right)S30=230(2(8)+(30−1)5) -
Simplify:
S30=15(16+145)=15(161)=2415\begin{aligned} S_{30}&=15(16+145)\\ &=15(161)\\ &=2415 \end{aligned}S30=15(16+145)=15(161)=2415
Finding the number of terms
If a sum is given, substituting into the formula for SnS_nSn may produce a quadratic equation in nnn.
You must solve the quadratic and then decide which solution is valid. Since nnn is a number of terms, it must be a positive integer.
Finding how many terms were added
The arithmetic series 3+7+11+⋯3+7+11+\cdots3+7+11+⋯ has sum 528. Find the number of terms.
-
Identify a=3a=3a=3, d=4d=4d=4 and Sn=528S_n=528Sn=528, then substitute:
528=n2(2(3)+(n−1)4)528=\frac{n}{2}\left(2(3)+(n-1)4\right)528=2n(2(3)+(n−1)4) -
Simplify to form a quadratic equation:
528=n2(4n+2)528=n(2n+1)2n2+n−528=0\begin{aligned} 528&=\frac{n}{2}(4n+2)\\ 528&=n(2n+1)\\ 2n^2+n-528&=0 \end{aligned}5285282n2+n−528=2n(4n+2)=n(2n+1)=0 -
Factorise:
(2n+33)(n−16)=0(2n+33)(n-16)=0(2n+33)(n−16)=0Therefore, n=−332n=-\frac{33}{2}n=−233 or n=16n=16n=16.
-
Reject the negative solution because a series cannot contain a negative number of terms. The series has 16 terms.
Not every stated sum is possible
If the equation for nnn has no positive integer solution, then the given value cannot be the sum of the first nnn terms of that arithmetic series.
Sigma notation
The Greek capital letter sigma, ∑\sum∑, means “add”. For example,
∑r=1n(a+(r−1)d)\sum_{r=1}^{n}\left(a+(r-1)d\right)r=1∑n(a+(r−1)d)means add the terms a+(r−1)da+(r-1)da+(r−1)d as rrr takes the integer values from 1 to nnn. This is another way of writing SnS_nSn.
Here, rrr is an index: it keeps track of which term is being added.
Evaluating a sum in sigma notation
Evaluate
∑r=120(3r+2)\sum_{r=1}^{20}(3r+2)r=1∑20(3r+2)-
The expression 3r+23r+23r+2 generates an arithmetic sequence. Its first term is obtained using r=1r=1r=1:
a=3(1)+2=5a=3(1)+2=5a=3(1)+2=5 -
The coefficient of rrr gives the common difference, so d=3d=3d=3, and there are 20 terms.
-
Apply the sum formula:
S20=202(2(5)+(20−1)3)=10(10+57)=670\begin{aligned} S_{20}&=\frac{20}{2}\left(2(5)+(20-1)3\right)\\ &=10(10+57)\\ &=670 \end{aligned}S20=220(2(5)+(20−1)3)=10(10+57)=670
In the exam
- Write down aaa, ddd and nnn before substituting into a formula, paying particular attention to a negative common difference.
- Decide whether the question asks for one term, requiring un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)d, or a total, requiring a formula for SnS_nSn.
- When solving for the number of terms, reject any solution that is not a positive integer.
- Check that your answer is sensible: terms should change by ddd, and a sum should reflect the approximate size and number of its terms.
Check yourself
- What is the 25th term of the arithmetic sequence 14, 9, 4,…14,\ 9,\ 4,\ldots14, 9, 4,…?
- An arithmetic sequence has u4=19u_4=19u4=19 and u10=43u_{10}=43u10=43. Can you find its first term and common difference?
- How many terms of the series 5+8+11+⋯5+8+11+\cdots5+8+11+⋯ are needed to give a sum of 1850?