Write the Terms of an Arithmetic Sequence

Site: Saylor Academy
Course: MA001: College Algebra
Book: Write the Terms of an Arithmetic Sequence
Printed by: Guest user
Date: Wednesday, May 8, 2024, 3:18 PM

Description

We will explore two kinds of sequneces in this unit. The first is the arithmetic sequence. In this section, you will learn the characteristics of arithmetic sequences and use a formula to find the terms.

Arithmetic Sequences

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.


Source: Rice University, https://openstax.org/books/college-algebra/pages/9-2-arithmetic-sequences
Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 License.

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 a_1 is the first term of an arithmetic sequence and d is the common difference, the sequence will be:

\{a_n\}=\{a_1,a_1+d,a_1+2d,a_1+3d,...\}


Example 1

Finding Common Differences

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

\{1,2,4,8,16,...\}

\{−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.

2 - 1 = 1, 4 - 2 = 2, 8 - 4 = 4, 16 - 8 = 8

ⓑ The sequence is arithmetic because there is a common difference. The common difference is 4.

1 - ( -3) = 4, 5 - 1 = 4, 9 - 5 = 4, 13 - 9 = 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,…}


Try It #2

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

\{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.

a_n=a_1+(n−1)d


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 2

Writing Terms of Arithmetic Sequences

Write the first five terms of the arithmetic sequence with a_1=17 and d=−3.


Solution

Adding −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\}


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 a_1=1 and d=5.


How To

Given any first term and any other term in an arithmetic sequence, find a given term.

  1. Substitute the values given for a_1,a_n,n into the formula a_n=a_1+(n−1)d to solve for d.
  2. Find a given term by substituting the appropriate values for a_1,n, and d into the formula a_n=a_1+(n−1)d.


Example 3

Writing Terms of Arithmetic Sequences

Given a_1=8 and a_4=14, find a_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\}

We know the fourth term equals 14; we know the fourth term has the form a_1+3d=8+3d .

We can find the common difference d.

\begin{array}{ll}a_{n}=a_{1}+(n-1) d & \\a_{4}=a_{1}+3 d & \\a_{4}=8+3 d & \text { Write the four th term of the sequence in terms of } a_{1} \text { and } d . \\14=8+3 d & \text { Substitute } 14 \text { for } a_{4} . \\d=2 & \text { Solve for the common difference. }\end{array}

Find the fifth term by adding the common difference to the fourth term.

a_5=a_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 a_n=a_1+(n−1)d.


Try It #4

Given a_3=7 and a_5=17, find a_2.