Arithmetic Sequences
June 16, 2024 | by Bloom Code Studio
Learning Objectives
In this section, you will:
- Find the common difference for an arithmetic sequence.
- Write terms of an arithmetic sequence.
- Use a recursive formula for an arithmetic sequence.
- Use an explicit formula for an arithmetic sequence.
Companies often make large purchases, such as computers and vehicles, for business use. The book-value of these supplies decreases each year for tax purposes. This decrease in value is called depreciation. One method of calculating depreciation is straight-line depreciation, in which the value of the asset decreases by the same amount each year.
As an example, consider a woman who starts a small contracting business. She purchases a new truck for $25,000. After five years, she estimates that she will be able to sell the truck for $8,000. The loss in value of the truck will therefore be $17,000, which is $3,400 per year for five years. The truck will be worth $21,600 after the first year; $18,200 after two years; $14,800 after three years; $11,400 after four years; and $8,000 at the end of five years. In this section, we will consider specific kinds of sequences that will allow us to calculate depreciation, such as the truckβs value.
Finding Common Differences
The values of the truck in the example are said to form an arithmetic sequence because they change by a constant amount each year. Each term increases or decreases by the same constant value called the common difference of the sequence. For this sequence, the common difference is β3,400.
The sequence below is another example of an arithmetic sequence. In this case, the constant difference is 3. You can choose any term of the sequence, and add 3 to find the subsequent term.
ARITHMETIC SEQUENCE
An arithmetic sequence is a sequence that has the property that the difference between any two consecutive terms is a constant. This constant is called the common difference. If a1π1 is the first term of an arithmetic sequence and dπ is the common difference, the sequence will be:
{an}={a1,a1+d,a1+2d,a1+3d,…}{ππ}={π1,π1+π,π1+2π,π1+3π,…}
EXAMPLE 1
Finding Common Differences
Is each sequence arithmetic? If so, find the common difference.
- βΒ {1,2,4,8,16,…}{1,2,4,8,16,…}
- βΒ {β3,1,5,9,13,…}{β3,1,5,9,13,…}
Solution
Subtract each term from the subsequent term to determine whether a common difference exists.
- βThe sequence is not arithmetic because there is no common difference.Β
- βThe sequence is arithmetic because there is a common difference. The common difference is 4.Β
Analysis
The graph of each of these sequences is shown inΒ Figure 1. We can see from the graphs that, although both sequences show growth,Β aπΒ is not linear whereasΒ bπΒ is linear. Arithmetic sequences have a constant rate of change so their graphs will always be points on a line.
Figure 1
Q&A
If we are told that a sequence is arithmetic, do we have to subtract every term from the following term to find the common difference?
No. If we know that the sequence is arithmetic, we can choose any one term in the sequence, and subtract it from the subsequent term to find the common difference.
TRY IT #1
Is the given sequence arithmetic? If so, find the common difference.
{18,16,14,12,10,β¦}{18,16,14,12,10,β¦}
TRY IT #2
Is the given sequence arithmetic? If so, find the common difference.
{1,3,6,10,15,β¦}{1,3,6,10,15,β¦}
Writing Terms of Arithmetic Sequences
Now that we can recognize an arithmetic sequence, we will find the terms if we are given the first term and the common difference. The terms can be found by beginning with the first term and adding the common difference repeatedly. In addition, any term can also be found by plugging in the values of nπ and dπ into formula below.
an=a1+(nβ1)dππ=π1+(πβ1)π
HOW TO
Given the first term and the common difference of an arithmetic sequence, find the first several terms.
- Add the common difference to the first term to find the second term.
- Add the common difference to the second term to find the third term.
- Continue until all of the desired terms are identified.
- Write the terms separated by commas within brackets.
EXAMPLE 2
Writing Terms of Arithmetic Sequences
Write the first five terms of the arithmetic sequence with a1=17π1=17 and d=β3π=β3 .
Solution
Adding β3β3 is the same as subtracting 3. Beginning with the first term, subtract 3 from each term to find the next term.
The first five terms are {17,14,11,8,5}{17,14,11,8,5}
Analysis
As expected, the graph of the sequence consists of points on a line as shown inΒ Figure 2.
Figure 2
TRY IT #3
List the first five terms of the arithmetic sequence with a1=1π1=1 and d=5π=5 .
HOW TO
Given any first term and any other term in an arithmetic sequence, find a given term.
- Substitute the values given forΒ a1,an,nπ1,ππ,πΒ into the formulaΒ an=a1+(nβ1)dππ=π1+(πβ1)πΒ to solve forΒ d.π.
- Find a given term by substituting the appropriate values forΒ a1,n,π1,π,Β andΒ dπΒ into the formulaΒ an=a1+(nβ1)d.ππ=π1+(πβ1)π.
EXAMPLE 3
Writing Terms of Arithmetic Sequences
Given a1=8π1=8 and a4=14π4=14 , find a5π5 .
Solution
The sequence can be written in terms of the initial term 8 and the common difference dπ .
{8,8+d,8+2d,8+3d}{8,8+π,8+2π,8+3π}
We know the fourth term equals 14; we know the fourth term has the form a1+3d=8+3dπ1+3π=8+3π .
We can find the common difference dπ .
an=a1+(nβ1)da4=a1+3da4=8+3d14=8+3d d=2Write the fourth term of the sequence in terms of a1 and d.Substitute 14 for a4.Solve for the common difference.ππ=π1+(πβ1)ππ4=π1+3ππ4=8+3πWrite the fourth term of the sequence in terms of π1 and π.14=8+3πSubstitute 14 for π4. π=2Solve for the common difference.
Find the fifth term by adding the common difference to the fourth term.
a5=a4+2=16π5=π4+2=16
Analysis
Notice that the common difference is added to the first term once to find the second term, twice to find the third term, three times to find the fourth term, and so on. The tenth term could be found by adding the common difference to the first term nine times or by using the equation an=a1+(nβ1)d.ππ=π1+(πβ1)π.
TRY IT #4
Given a3=7π3=7 and a5=17π5=17 , find a2π2 .
Using Recursive Formulas for Arithmetic Sequences
Some arithmetic sequences are defined in terms of the previous term using a recursive formula. The formula provides an algebraic rule for determining the terms of the sequence. A recursive formula allows us to find any term of an arithmetic sequence using a function of the preceding term. Each term is the sum of the previous term and the common difference. For example, if the common difference is 5, then each term is the previous term plus 5. As with any recursive formula, the first term must be given.
an=anβ1+dnβ₯2ππ=ππβ1+ππβ₯2
RECURSIVE FORMULA FOR AN ARITHMETIC SEQUENCE
The recursive formula for an arithmetic sequence with common difference dπ is:
an=anβ1+dnβ₯2ππ=ππβ1+ππβ₯2
HOW TO
Given an arithmetic sequence, write its recursive formula.
- Subtract any term from the subsequent term to find the common difference.
- State the initial term and substitute the common difference into the recursive formula for arithmetic sequences.
EXAMPLE 4
Writing a Recursive Formula for an Arithmetic Sequence
Write a recursive formula for the arithmetic sequence.
{β18, β7, 4, 15, 26, β¦}{β18, β7, 4, 15, 26, β¦}
Solution
The first term is given as β18β18 . The common difference can be found by subtracting the first term from the second term.
d=β7β(β18)=11π=β7β(β18)=11
Substitute the initial term and the common difference into the recursive formula for arithmetic sequences.
a1=β18an=anβ1+11,for nβ₯2π1=β18ππ=ππβ1+11,for πβ₯2
Analysis
We see that the common difference is the slope of the line formed when we graph the terms of the sequence, as shown inΒ Figure 3. The growth pattern of the sequence shows the constant difference of 11 units.
Figure 3
Q&A
Do we have to subtract the first term from the second term to find the common difference?
No. We can subtract any term in the sequence from the subsequent term. It is, however, most common to subtract the first term from the second term because it is often the easiest method of finding the common difference.
TRY IT #5
Write a recursive formula for the arithmetic sequence.
{25, 37, 49, 61, β¦}{25, 37, 49, 61, β¦}
Using Explicit Formulas for Arithmetic Sequences
We can think of an arithmetic sequence as a function on the domain of the natural numbers; it is a linear function because it has a constant rate of change. The common difference is the constant rate of change, or the slope of the function. We can construct the linear function if we know the slope and the vertical intercept.
an=a1+d(nβ1)ππ=π1+π(πβ1)
To find the y-intercept of the function, we can subtract the common difference from the first term of the sequence. Consider the following sequence.
The common difference isΒ β50β50Β , so the sequence represents a linear function with a slope ofΒ β50β50Β . To find theΒ yπ¦Β -intercept, we subtractΒ β50β50Β fromΒ 200:200β(β50)=200+50=250200:200β(β50)=200+50=250Β . You can also find theΒ yπ¦Β -intercept by graphing the function and determining where a line that connects the points would intersect the vertical axis. The graph is shown inΒ Figure 4.
Figure 4
Recall the slope-intercept form of a line is y=mx+b.π¦=ππ₯+π. When dealing with sequences, we use anππ in place of yπ¦ and nπ in place of x.π₯. If we know the slope and vertical intercept of the function, we can substitute them for mπ and bπ in the slope-intercept form of a line. Substituting β50β50 for the slope and 250250 for the vertical intercept, we get the following equation:
an=β50n+250ππ=β50π+250
We do not need to find the vertical intercept to write an explicit formula for an arithmetic sequence. Another explicit formula for this sequence is an=200β50(nβ1)ππ=200β50(πβ1) , which simplifies to an=β50n+250.ππ=β50π+250.
EXPLICIT FORMULA FOR AN ARITHMETIC SEQUENCE
An explicit formula for the nthπth term of an arithmetic sequence is given by
an=a1+d(nβ1)ππ=π1+π(πβ1)
HOW TO
Given the first several terms for an arithmetic sequence, write an explicit formula.
- Find the common difference,Β a2βa1.π2βπ1.
- Substitute the common difference and the first term intoΒ an=a1+d(nβ1).ππ=π1+π(πβ1).
EXAMPLE 5
Writing the nth Term Explicit Formula for an Arithmetic Sequence
Write an explicit formula for the arithmetic sequence.
{2, 12, 22, 32, 42, β¦}{2, 12, 22, 32, 42, β¦}
Solution
The common difference can be found by subtracting the first term from the second term.
d=a2βa1=12β2=10π=π2βπ1=12β2=10
The common difference is 10. Substitute the common difference and the first term of the sequence into the formula and simplify.
an=2+10(nβ1)an=10nβ8ππ=2+10(πβ1)ππ=10πβ8
Analysis
The graph of this sequence, represented inΒ Figure 5, shows a slope of 10 and a vertical intercept ofΒ β8β8Β .
Figure 5
TRY IT #6
Write an explicit formula for the following arithmetic sequence.
{50,47,44,41,β¦}{50,47,44,41,β¦}
Finding the Number of Terms in a Finite Arithmetic Sequence
Explicit formulas can be used to determine the number of terms in a finite arithmetic sequence. We need to find the common difference, and then determine how many times the common difference must be added to the first term to obtain the final term of the sequence.
HOW TO
Given the first three terms and the last term of a finite arithmetic sequence, find the total number of terms.
- Find the common differenceΒ d.π.
- Substitute the common difference and the first term intoΒ an=a1+d(nβ1).ππ=π1+π(πβ1).
- Substitute the last term forΒ anππΒ and solve forΒ n.π.
EXAMPLE 6
Finding the Number of Terms in a Finite Arithmetic Sequence
Find the number of terms in the finite arithmetic sequence.
{8, 1, β6, …, β41}{8, 1, β6, …, β41}
Solution
The common difference can be found by subtracting the first term from the second term.
1β8=β71β8=β7
The common difference is β7β7 . Substitute the common difference and the initial term of the sequence into the nthπth term formula and simplify.
an=a1+d(nβ1)an=8+(β7)(nβ1)an=15β7nππ=π1+π(πβ1)ππ=8+(β7)(πβ1)ππ=15β7π
Substitute β41β41 for anππ and solve for nπ
β41=15β7n8=nβ41=15β7π8=π
There are eight terms in the sequence.
TRY IT #7
Find the number of terms in the finite arithmetic sequence.
{6, 11, 16, …, 56}{6, 11, 16, …, 56}
Solving Application Problems with Arithmetic Sequences
In many application problems, it often makes sense to use an initial term of a0π0 instead of a1.π1. In these problems, we alter the explicit formula slightly to account for the difference in initial terms. We use the following formula:
an=a0+dnππ=π0+ππ
EXAMPLE 7
Solving Application Problems with Arithmetic Sequences
A five-year old child receives an allowance of $1 each week. His parents promise him an annual increase of $2 per week.
- βWrite a formula for the childβs weekly allowance in a given year.
- βWhat will the childβs allowance be when he is 16 years old?
Solution
- βThe situation can be modeled by an arithmetic sequence with an initial term of 1 and a common difference of 2.LetΒ Aπ΄Β be the amount of the allowance andΒ nπΒ be the number of years after age 5. Using the altered explicit formula for an arithmetic sequence we get:An=1+2nπ΄π=1+2π
- βWe can find the number of years since age 5 by subtracting.16β5=1116β5=11We are looking for the childβs allowance after 11 years. Substitute 11 into the formula to find the childβs allowance at age 16.A11=1+2(11)=23π΄11=1+2(11)=23The childβs allowance at age 16 will be $23 per week.
TRY IT #8
A woman decides to go for a 10-minute run every day this week and plans to increase the time of her daily run by 4 minutes each week. Write a formula for the time of her run after n weeks. How long will her daily run be 8 weeks from today?
RELATED POSTS
View all