Arithmetic Sequences

Learning Outcomes

  • 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.

Terms of an Arithmetic Sequence

The values of the truck in the example 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.

A sequence, {25000, 21600, 18200, 14800, 8000}, that shows the terms differ only by -3400.

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.

A sequence {3, 6, 9, 12, 15, ...} that shows the terms only differ by 3.

A General Note: 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 [latex]{a}_{1}[/latex] is the first term of an arithmetic sequence and [latex]d[/latex] is the common difference, the sequence will be:
[latex]\left\{{a}_{n}\right\}=\left\{{a}_{1},{a}_{1}+d,{a}_{1}+2d,{a}_{1}+3d,…\right\}[/latex]

Example: Finding Common Differences

Is each sequence arithmetic? If so, find the common difference.

  1. [latex]\left\{1,2,4,8,16,…\right\}[/latex]
  2. [latex]\left\{-3,1,5,9,13,…\right\}[/latex]

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

Is the given sequence arithmetic? If so, find the common difference.

[latex]\left\{18,16,14,12,10,\dots \right\}[/latex]

Try It

Is the given sequence arithmetic? If so, find the common difference.

[latex]\left\{1,3,6,10,15,\dots \right\}[/latex]

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 [latex]n[/latex] and [latex]d[/latex] into formula below.

[latex]{a}_{n}={a}_{1}+\left(n - 1\right)d[/latex]

How To: Given the first term and the common difference of an arithmetic sequence, find the first several terms.

  1. Add the common difference to the first term to find the second term.
  2. Add the common difference to the second term to find the third term.
  3. Continue until all of the desired terms are identified.
  4. Write the terms separated by commas within brackets.

Example: Writing Terms of Arithmetic Sequences

Write the first five terms of the arithmetic sequence with [latex]{a}_{1}=17[/latex] and [latex]d=-3[/latex].

Try It

List the first five terms of the arithmetic sequence with [latex]{a}_{1}=1[/latex] and [latex]d=5[/latex] .

How To: Given any the first term and any other term in an arithmetic sequence, find a given term.

  1. Substitute the values given for [latex]{a}_{1},{a}_{n},n[/latex] into the formula [latex]{a}_{n}={a}_{1}+\left(n - 1\right)d[/latex] to solve for [latex]d[/latex].
  2. Find a given term by substituting the appropriate values for [latex]{a}_{1},n[/latex], and [latex]d[/latex] into the formula [latex]{a}_{n}={a}_{1}+\left(n - 1\right)d[/latex].

Example: Writing Terms of Arithmetic Sequences

Given [latex]{a}_{1}=8[/latex] and [latex]{a}_{4}=14[/latex] , find [latex]{a}_{5}[/latex] .

Try It

Given [latex]{a}_{3}=7[/latex] and [latex]{a}_{5}=17[/latex] , find [latex]{a}_{2}[/latex] .

Formulas for Arithmetic Sequences

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.

[latex]{a}_{n}={a}_{1}+d\left(n - 1\right)[/latex]

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.

A sequence, {200, 150, 100, 50, 0, ...}, that shows the terms differ only by -50.

The common difference is [latex]-50[/latex] , so the sequence represents a linear function with a slope of [latex]-50[/latex] . To find the [latex]y[/latex] -intercept, we subtract [latex]-50[/latex] from [latex]200:200-\left(-50\right)=200+50=250[/latex] . You can also find the [latex]y[/latex] -intercept by graphing the function and determining where a line that connects the points would intersect the vertical axis.

Graph of the arithmetic sequence. The points form a negative line.

Recall the slope-intercept form of a line is [latex]y=mx+b[/latex]. When dealing with sequences, we use [latex]{a}_{n}[/latex] in place of [latex]y[/latex] and [latex]n[/latex] in place of [latex]x[/latex]. If we know the slope and vertical intercept of the function, we can substitute them for [latex]m[/latex] and [latex]b[/latex] in the slope-intercept form of a line. Substituting [latex]-50[/latex] for the slope and [latex]250[/latex] for the vertical intercept, we get the following equation:

[latex]{a}_{n}=-50n+250[/latex]

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 [latex]{a}_{n}=200 - 50\left(n - 1\right)[/latex] , which simplifies to [latex]{a}_{n}=-50n+250[/latex].

A General Note: Explicit Formula for an Arithmetic Sequence

An explicit formula for the [latex]n\text{th}[/latex] term of an arithmetic sequence is given by

[latex]{a}_{n}={a}_{1}+d\left(n - 1\right)[/latex]

How To: Given the first several terms for an arithmetic sequence, write an explicit formula.

  1. Find the common difference, [latex]{a}_{2}-{a}_{1}[/latex].
  2. Substitute the common difference and the first term into [latex]{a}_{n}={a}_{1}+d\left(n - 1\right)[/latex].

Example: Writing the nth Term Explicit Formula for an Arithmetic Sequence

Write an explicit formula for the arithmetic sequence.

[latex]\left\{2\text{, }12\text{, }22\text{, }32\text{, }42\text{, \ldots }\right\}[/latex]

Try It

Write an explicit formula for the following arithmetic sequence.
[latex]\left\{50,47,44,41,\dots \right\}[/latex]

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.

[latex]\begin{align}&{a}_{n}={a}_{n - 1}+d && n\ge 2 \end{align}[/latex]

A General Note: Recursive Formula for an Arithmetic Sequence

The recursive formula for an arithmetic sequence with common difference [latex]d[/latex] is:

[latex]\begin{align}&{a}_{n}={a}_{n - 1}+d && n\ge 2 \end{align}[/latex]

How To: Given an arithmetic sequence, write its recursive formula.

  1. Subtract any term from the subsequent term to find the common difference.
  2. State the initial term and substitute the common difference into the recursive formula for arithmetic sequences.

Example: Writing a Recursive Formula for an Arithmetic Sequence

Write a recursive formula for the arithmetic sequence.

[latex]\left\{-18,-7,4,15,26, \ldots \right\}[/latex]

How To: 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

Write a recursive formula for the arithmetic sequence.

[latex]\left\{25,37,49,61, \dots \right\}[/latex]

Find the Number of Terms in an 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.

  1. Find the common difference [latex]d[/latex].
  2. Substitute the common difference and the first term into [latex]{a}_{n}={a}_{1}+d\left(n - 1\right)[/latex].
  3. Substitute the last term for [latex]{a}_{n}[/latex] and solve for [latex]n[/latex].

Example: Finding the Number of Terms in a Finite Arithmetic Sequence

Find the number of terms in the finite arithmetic sequence.
[latex]\left\{8,1,-6, \dots ,-41\right\}[/latex]

Try It

Find the number of terms in the finite arithmetic sequence.
[latex]\left\{6\text{, }11\text{, }16\text{, }…\text{, }56\right\}[/latex]

In the following video lesson, we present a recap of some of the concepts presented about arithmetic sequences up to this point.

Solving Application Problems with Arithmetic Sequences

In many application problems, it often makes sense to use an initial term of [latex]{a}_{0}[/latex] instead of [latex]{a}_{1}[/latex]. In these problems we alter the explicit formula slightly to account for the difference in initial terms. We use the following formula:
[latex]{a}_{n}={a}_{0}+dn[/latex]

Example: 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.

  1. Write a formula for the child’s weekly allowance in a given year.
  2. What will the child’s allowance be when he is 16 years old?

Try It

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?

Key Equations

recursive formula for nth term of an arithmetic sequence [latex]{a}_{n}={a}_{n - 1}+d \text{ for } n\ge 2[/latex]
explicit formula for nth term of an arithmetic sequence [latex]{a}_{n}={a}_{1}+d\left(n - 1\right)[/latex]

Key Concepts

  • An arithmetic sequence is a sequence where the difference between any two consecutive terms is a constant.
  • The constant between two consecutive terms is called the common difference.
  • The common difference is the number added to any one term of an arithmetic sequence that generates the subsequent term.
  • The terms of an arithmetic sequence can be found by beginning with the initial term and adding the common difference repeatedly.
  • A recursive formula for an arithmetic sequence with common difference [latex]d[/latex] is given by [latex]{a}_{n}={a}_{n - 1}+d,n\ge 2[/latex].
  • As with any recursive formula, the initial term of the sequence must be given.
  • An explicit formula for an arithmetic sequence with common difference [latex]d[/latex] is given by [latex]{a}_{n}={a}_{1}+d\left(n - 1\right)[/latex].
  • An explicit formula can be used to find the number of terms in a sequence.
  • In application problems, we sometimes alter the explicit formula slightly to [latex]{a}_{n}={a}_{0}+dn[/latex].

Glossary

arithmetic sequence a sequence in which the difference between any two consecutive terms is a constant

common difference the difference between any two consecutive terms in an arithmetic sequence