MATHALGIU34Arithmetic Sequences
MATHALGIU34Arithmetic Sequences
Unit Overview
An important mathematical skill is discovering patterns. In this unit, you will investigate
different types of patterns represented in sequences. In this unit, we will look at arithmetic
sequences. In the next unit, you will discover geometric sequences.
Arithmetic Sequences
A sequence is a list of numbers in a particular order. Each number in a sequence is called a term.
The first term is represented by a1 , the second term is represented by a2 , and so on. an
represents the nth term of the sequence. One kind of sequence is an arithmetic sequence. In an
arithmetic sequence each term after the first is found by adding a constant, called the common
difference, d, to the previous term.
+3 +3 +3 +3
5 8 11 14 17
This sequence is arithmetic because to go from one number to the next, you just add or subtract
the same amount. It is a simple pattern to add 3 to find the next number in the sequence. The +3
you see in red is just an illustration. The numbers in purple are the sequence.
Mathematically, 3 is known as the common difference. 5 is known as a1 or the first term in the
sequence. a2 = 8, a3 = 11, a4 = 14, a5 = 17 and so on. What is a6 ? Well, take a5 and add 3.
a6 (the 6th term of the sequence = 17 + 3 = 20).
Example #1: Find the next three terms in the following arithmetic sequence.
–4, 5, 14, 23 …
Step #1: Determine the common difference between terms. To do this find the
difference between each pair of numbers. It should be the same.
5 − (−4) =9
14 − 5 =9
23 − 14 =
9
Therefore, d = 9.
Step #2: Add the common difference to the last term, then to the result, then again
and as often as required.
23 + 9 =32
32 + 9 =41
41 + 9 =50
Being able to find numbers in a sequence from numbers already given is known as a
recursive process. In our first example, we were able take the last term and add 3 to
get the next term. However, sometimes, it may be difficult or tedious to do this. For
example, what if you were asked for the 200th term of the sequence from the first
example? You could work this out recursively by adding 3 until you got to the 200th
term, but this could take a long time. Another option is to find the explicit formula
for the sequence.
a1
a=
2 a1 + d
a3 = a1 + d + d = a1 + 2d
a4 = a1 + d + d + d = a1 + 3d
a5 = a1 + d + d + d + d = a1 + 4d
…
We can generalize the expression for an if we realize that the common difference in a sequence
of n terms is added to the terms of the sequence n − 1 times. For instance, in the sequence 2, 7,
12, 17, there are 4 terms in the sequence therefore n = 4 and the common difference is d = 5 .
Starting with the first term and ending with the last, d = 5 is added to the terms a total of 3 times.
2+5=7 7 + 5 = 12 12 + 5 = 17
For a sequence with n terms, the common difference d is added to the terms in a sequence n − 1
times. From this, we obtain the following result:
This is known as an explicit formula. We will use this to find terms that are more difficult like that
200th term mentioned earlier.
Example #2: Find the 20th, 53rd and 100th terms in the following sequence.
23 – 15 = 8 31 – 23 = 8 39 – 31 = 8
⇒ d=
8
Step #2: Substitute value for n and d into the formula for the nth term of an arithmetic
sequence along with a1 = 15 , the 1st term in the sequence.
20th term: 53th term: 100th term:
a 20 = 15 + 19 ⋅ 8 a 53 = 15 + 52 ⋅ 8 a100 = 15 + 99 ⋅ 8
Example #3: Find the explicit formula for the sequence in example #2. First, define a1
and d. a1 is the first term so a1 = 15. d is the common difference which is 8. Plug these
into the formula to give a n = 15 + (n − 1) ⋅ 8 .
Click on the link to watch the video "Introduction to arithmetic sequences" or click on the video.
Notice that our explicit formula shows a linear relationship. Written in the more familiar
slope-intercept form, y = mx + b may help you see this. Let’s take another look at our
very first example (in yellow at beginning.) In this example, we had the numbers 5, 8,
11, 14, 17 with the pattern of adding 3. Let’s make a table of values for this sequence.
The term # refers to “it’s place in line.” Term #1 is the first term in the sequence; in this
case 5. Term #2 is 8, and so on. Fill in the chart.
Term # Value
1 5
2 8
3 11
4 14
5 17
Next, plot these values on a coordinate plane. Let the term # be x and the value be y. So,
we will plot (1, 5), (2, 8), (3, 11), (4, 14), and (5, 17).
Notice that this is similar to the linear equation we found. The difference is that the graph line
shows all values including values that come before 5 that are not part of our pattern. But it finds
the same values!
Our explicit formula can also be written as a function. Remember, function notation is written as
f (x). So, to put our formula for this example in function notation, we simply write:
f (n) = 5 + (n − 1) ⋅ 3 .
Try this! Use the table of values to find the next value in the arithmetic sequence.
Term # Value
1 85
2 80
3 75
4 70
5 65
6 ?
Now, use the table to find the explicit formula for this sequence.
an = 85 + (n – 1) �–5
Explanation
The first term, a1 = 85.
The common difference is –5 (notice the numbers are decreasing).
Try this! A sequence begins with 17 and increases by 2.2 with each term. Find the
explicit formula for this sequence.
an = 17 + (n – 1) �2.2
Explanation
The first term, a1 = 17. The common difference is 2.2.
f (n) = 17 + (n – 1) �2.2
Now, use the formula that you just found (use either the explicit formula or the one in
function notation) to find the 14th term of the sequence.
Example #1: Justin sells cars at a local dealership and earns $150.00 commission on the first car
he sells each month. For each additional car Justin sells during the month, he receives $10.00 more
on his commission. How much commission will Justin earn on the 30th car?
Step #1: Determine whether the situation represents an arithmetic sequence or geometric
sequence (Geometric sequences are in the next unit but you will need to know the
difference. We will discuss this further in the next unit.)
The 150, 160, 170, … represents an arithmetic sequence. The question asks for the
amount of money earned on the 30th car so use the formula for an arithmetic sequence.
=
a1 $150.00,= =
d 10, n 30