An arithmetic sequence is a sequence where the step from one term to the next is constant. That is, you always add the same thing to get from one term to the next.
An arithmetic sequence is like going up a huge flight of stairs. Most days, you will walk up the flight of stairs one step at time. Sometimes, though, you are in a hurry, and you skip stairs as you rush up the stairs to get your coat before the bus comes. The increment between each of your steps is constant: one stair if you are on time, and two stairs if you are in a hurry. Be careful not to trip. A bruised shin is the worst.
Sample Problem
The sequence
2, 4, 6, 8, 10,...
is an arithmetic sequence. To get from one term to the next, we always add 2.
Sample Problem
The sequence
2, 4, 8, 16,...
is not an arithmetic sequence. To get from 2 to 4 we add 2, but to get from 4 to 8 we add 4.
Since we didn't add the same thing every time, this isn't arithmetic.
Saying the step up from one term to the next term is constant is the same as saying the step down from one term to the previous term is constant. In an arithmetic sequence, the difference between one term and the previous term must always be the same. Our base-running analogy breaks down here. You wouldn't want to run them backwards unless you go from first to second base facing the wrong way.
Sample Problem
Is the sequence
4, 8, 12, 16,...
arithmetic?
Answer.
Let's find the difference between each pair of successive terms.
8 – 4 = 4
12 – 8 = 4
16 – 12 = 4
The difference between each pair of consecutive terms is 4.
That means this is an arithmetic sequence.
Sample Problem
Is the sequence
3, 6, 10, 15, 21,...
arithmetic?
Answer.
Let's find the difference between each pair of terms.
6 – 3 = 3
10 – 6 = 4
We don't have to go any further. The difference between successive terms isn't always the same. That means this is not an arithmetic sequence.
It's also okay for the step from one term to the next to be negative, as long as the step is constant.
Sample Problem
The sequence
10, 0, -10, -20,...
is an arithmetic sequence because the step from one term to the next is always -10.
Now that we're clear on what an arithmetic sequence is, let's put the definition into symbols and an equation. Mathematicians love equations.
In an arithmetic sequence, to get from one term to the next term we add some constant d.
In symbols,
an + 1 = an + d.
This is the same as saying that to get from one term to the previous term we subtract some constant d.
In symbols,
an + 1 – an = d.
Arithmetic sequences are usually defined in terms of subtraction rather than addition. The value d is called the common difference for the sequence.
We'll start all our arithmetic sequences with n = 1 corresponding to the first term, just because we can. We can also jump up on our desks and sing, "Take Me Out to the Ball Game," at the top of our lungs, but it probably won't help us with sequences.
An arithmetic sequence is completely determined by two things: its starting term a1 and its common difference d. Once you know where an arithmetic sequence starts and what its step size is, you know everything there is to know about it.
If we throw a baseball backwards behind us, we might break our mother's chandelier. But if we know two terms in an arithmetic sequence, we can work backwards to figure out a1 and d.
We can figure out a1 and d even if we're given two terms am and an that aren't consecutive (assume m < n). We have to do one extra operation. After finding the difference an – am, we have to divide by the number of steps required to get from am to an. That gives us d, and we can proceed as before.
This means we need to know how many steps it takes to get from one term am to another term an.
Practice:
Write the first four terms of the arithmetic sequence with a1 = 4 and d = 5. | |
To get from one term to the next we add d = 5. So a2 = a1 + 5 = 9 a3 = a2 + 5 = 14 a4 = a3 + 5 = 19 We were given the first term, a1 = 4. The first four terms are 4, 9, 14, 19. | |
If a1 = 3 and d = 5, find a5. | |
To get from a1 to a5 takes four steps. Each step has size d = 5. If we start at a1 = 3 and take four steps of size d = 5, we land at a5 = a1 + 4d = 3 + 4(5) = 23 | |
If a1 = 12 and d = -2, find a11. | |
It takes 1 step to get to a2, 2 steps to get to a3, 3 steps to get to a4, etc. It must take 10 steps to get to a11. Each step has size d = -2. If we start at a1 = 12 and take 10 steps of size d = -2, we land at a11 = a1 + 10d = 12 + 10(-2) = -8. | |
An arithmetic sequence has a5 = 11 and a6 = 13. Find a1 and d. | |
If this is an arithmetic sequence, then d = 2 because that's the size of the step from a5 to a6. We must have taken 4 steps to get from a1 to a5. Working backwards by stepping down 2 each time, we can fill in a4, a3, a2, and finally a1. We find that a1 = 3. Here's another way to do the example. Whatever a1 is, we took 4 steps of size 2 to get to a5. In symbols, a1 + 4(2) = a5. Since we know a5 = 11, we can solve this equation for a1. a1 + 4(2) = 11 a1 = 3 Thankfully, we got the same answer as before. | |
An arithmetic sequence has a10 = 52 and a11 = 56. Find a1 and d. | |
Since this is an arithmetic sequence, the step size d is a11 – a10 = 4. We could work backwards and find a9, a8, etc., but that's more steps than we really want to do. Instead, let's just think about working backwards. Whatever a1 is, we know it takes 9 steps of size 4 to get to a10. In symbols, a1 + 9(4) = a10. Since we know a10 = 52, we can solve this equation for a1: a1 + 9(4) = 52 a1 = 52 – 36 a1 = 16 | |
Find a1 and d for the arithmetic sequence with a2 = 8 and a4 = 28 | |
To get from a2 to a4 takes two steps. The difference between a4 and a2 is a4 – a2 = 28 – 8 = 20. In order for this difference of 20 to be split between two equally-sized steps, each step must have size 10. This means d = 10. Now we proceed as before. There's one step from a1 to a2. If d = 10 and a2 = 8, then a1 + 1d = a2 a1 + (10) = 8 a1 = -2. | |
Find a1 and d for the arithmetic sequence with a50 = 14 and a100 = -136. | |
There are 100 – 50 = 50 steps from a50 to a100. This means the difference a100 – a50 = -136 – 14 = -150 must be divided into 50 separate steps. We find 
Then we proceed as usual. We have 49 steps from a1 to a50, so a1 + 49d = a50 a1 + 49(-3) = 14 a1 = 161. To summarize, if we're given two terms am and an that aren't consecutive, we 1) find an – am 2) divide by the number of steps (n – m) to get d 3) proceed as before to find a1. | |
Determine whether the sequence is arithmetic or not.
1, 2, 3, 4, 5,...
Answer
The step up from one term to the next term is always 1.
Equivalently, the step down from one term to the previous term is always 1:
This is an arithmetic sequence.
Determine whether the sequence is arithmetic or not.
10, 13, 16, 20,...
Answer
The step up from one term to the next isn't always the same.
That means this is NOT an arithmetic sequence.
Determine whether the sequence is arithmetic or not.
1, 3, 5, 7, 9,...
Answer
Look at the difference between successive terms:
3 – 1 = 2
5 – 3 = 2
7 – 5 = 2
9 – 7 = 2
Since we always get 2 as the difference, this is an arithmetic sequence.
Determine whether the sequence is arithmetic or not.
15, 21, 26, 30,...
Answer
Look at the difference between successive terms:
21 – 15 = 6
26 – 21 = 5
30 – 26 = 4
Since we don't get the same difference every time, this is not an arithmetic sequence.
Determine whether the sequence is arithmetic or not.
0, 10, 20, 30,...
Answer
Look at the step up from one term to the next.
Since the step is always 10, this IS an arithmetic sequence.
Determine whether the sequence is arithmetic or not.
1, -1, 1, -1,...
Answer
The step from one term to the next alternates between -2 and + 2.
Since the step isn't always the same, this is NOT an arithmetic sequence.
Determine whether the sequence is arithmetic or not.
5, -10, 15, -20,...
Answer
Look at the difference between successive terms:
-10 – 5 = -15
15 – 10 = 5
-20 – 15 = -35
Since the difference between successive terms isn't always the same, this is NOT an arithmetic sequence.
Determine whether the sequence is arithmetic or not.
0, -2, -4, -6,...
Answer
To get from one term to the next, we subtract 2 (or add -2, if you prefer).
Since the step size is always the same, this IS an arithmetic sequence.
Write the first four terms of the arithmetic sequence with
a1 = 10 and d = 7
Answer
We start at 10 and step up 7 to get to the next term.
The first four terms are 10, 17, 24, 31.
Write the first four terms of the arithmetic sequence with
a1 = 5 and d = -2
Answer
We start at 5 and step down 2 each time.
The first four terms are 5, 3, 1, -1.
Write the first four terms of the arithmetic sequence with
a1 = -1 and d = -3
Answer
We start at -1 and step down 3 each time.
The first four terms are -1, -4, -7, -10.
How many steps does it take to get from
a1 to a6?
How many steps does it take to get from
a1 to a75?
Answer
It takes 74 steps. From a1 to a2 is 1 step. From a1 to a3 is 2 steps. From a1 to a4 is 3 steps.
Continuing this pattern, from a1 to a75 must be 74 steps.
How many steps does it take to get from
a1 to an?
Answer
Continuing the pattern, from a1 to an takes (n – 1) steps.
Find the requested term for the arithmetic sequence.
Find a8 if a1 = 20 and d = 3.
Answer
It takes 7 steps to get from a1 to a8. The step size is d = 3, so
a8 = a1 + 7d
= 20 + 7(3)
= 41.
Find the requested term for the arithmetic sequence.
Find a11 if a1 = 1 and d = -1.
Answer
It takes 10 steps of size d = -1 to get from a1 to a11, so
a11 = a1 + 10d
= 1 + 10(-1)
= -9.
Find the requested term for the arithmetic sequence.
Find a20 if a1 = 5 and d = 2.
Answer
It takes 19 steps of size 2 to get from a1 to a20, so
a20 = a1 + 19d
= 5 + 19(2)
= 43.
Find the requested term for the arithmetic sequence.
Find a10 if a1 = -3 and d = -5.
Answer
It takes 9 steps to get from a1 to a10. If each step has size -5, then
a10 = a1 + 9d
= -3 + 9(-5)
= -48.
Find the requested term for the arithmetic sequence.
Find a100 if a1 = 7 and d = 5.
Answer
It takes 99 steps to get from a1 to a100. If the step size is d = 5, then
a100 = a1 + 100d
= 7 + 100(5)
= 507.
Find a1 and d for the arithmetic sequence with the given terms.
a100 = 204, a101 = 206
Answer
The step size is
d = a101 – a100 = 2.
To get from a1 to a100 is 99 steps of size 2, so
a1 + 99d = a100
a1 + 99(2) = 204
a1 = 6.
We have a1 = 6 and d = 2.
Find a1 and d for the arithmetic sequence with the given terms.
a11 = 22, a12 = 33
Answer
The step size is
d = a12 – a11 = 11.
There are 10 steps from a1 to a11, so
a1 + 10d = a11
a1 + 10(11) = 22
a1 = -88.
We have a1 = -88 and d = 11.
Find a1 and d for the arithmetic sequence with the given terms.
a20 = -2, a21 = -7.
Answer
The step size is
d = a21 – a20 = -5.
It takes 19 steps to get from a1 to a20, so
a1 + 19d = a20
a1 + 19(-5) = -2
a1 = 93
We have a1 = 93 and d = -2.
How many steps does it take to get from a10 to a15?
How many steps does it take to get from a100 to a200?
Answer
It takes 1 step to get from a100 to a101, 2 steps to get from a100 to a102, and so on. It must take
100 steps to get from a100 to a200.
How many steps does it take to get from am to an (assume m < n)?
Answer
Suppose you have a staircase with n stairs, labeled from 1 to n. If you're standing on the mth stair,
there are (n – m) stairs left before you get to the top.
This translates nicely to sequences. If you're on the mth term of a sequence, and you want to get to the nth term, that means you have to take
n – m
steps.
Find a1 and d for the arithmetic sequence with the given terms.
a20 = 13, and a25 = 33
Answer
We have
a25 – a20 = 20.
There are 5 steps from a20 to a25, so we divide by 5 to get
d = 4.
Then we proceed as before:
a1 + 19d = a20
a1 + 19(4) = 13
a1 = -63.
Once we know we have an arithmetic sequence, if we start at a1 and take (n – 1) steps of size d, we end up on term an.
We can write this idea in symbols as
a1 + (n – 1)d = an.
This formula has three unknowns: a1, n and d. Like a buy two, get one free deal on cups of key lime pie yogurt, any two pieces of information about an arithmetic sequence tells us the third and final piece of information. So, if we know a1 and d we can find any term an we like. We can also work backwards from d and some term an (which gives us n) to find a1.