Use a Formula for an Arithmetic Sequence

Now, we will learn how to find the terms of an arithmetic sequence given a recursive formula.

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.

a_n=a_1+d(n−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, so the sequence represents a linear function with a slope of −50. To find the y -intercept, we subtract −50 from 200: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 a_n 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 for the slope and 250 for the vertical intercept, we get the following equation:

a_n=−50n+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 a_n=200−50(n−1), which simplifies to a_n=−50n+250.


Explicit Formula for an Arithmetic Sequence

An explicit formula for the nth term of an arithmetic sequence is given by

a_n=a_1+d(n−1)


How To

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

  1. Find the common difference, a_2−a_1.
  2. Substitute the common difference and the first term into a_n=a_1+d(n−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, …\}


Solution

The common difference can be found by subtracting the first term from the second term.

\begin{array}{ll}
d &= a_2 - a_1 \\
&= 12 - 2 \\
&=10
\end{array}

The common difference is 10. Substitute the common difference and the first term of the sequence into the formula and simplify.

\begin{array}{ll}
a_n = 2+10(n-1) \\
a_n = 10n-8
\end{array}


Analysis

The graph of this sequence, represented in Figure 5, shows a slope of 10 and a vertical intercept of −8.


Figure 5


Try It #6

Write an explicit formula for the following arithmetic sequence.

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

  1. Find the common difference d.
  2. Substitute the common difference and the first term into a_n=a_1+d(n–1).
  3. Substitute the last term for a_n 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\}


Solution

The common difference can be found by subtracting the first term from the second term.

1−8=−7

The common difference is−7. Substitute the common difference and the initial term of the sequence into the nth term formula and simplify.

\begin{array}{ll}
a_n = a_1+d(n-1) \\
a_n = 8+(-7)(n-1) \\
a_n= 15 - 7n
\end{array}

Substitute −41 for a_n and solve for n

\begin{array}{ll}
-41 &= 15 -7n \\
8 &= n
\end{array}

There are eight terms in the sequence.


Solving Application Problems with Arithmetic Sequences

In many application problems, it often makes sense to use an initial term of a_0 instead of a_1. In these problems, we alter the explicit formula slightly to account for the difference in initial terms. We use the following formula:

a_n=a_0+dn


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:

A_n=1+2n

ⓑ  We can find the number of years since age 5 by subtracting.

16−5=11

We are looking for the child's allowance after 11 years. Substitute 11 into the formula to find the child's allowance at age 16.

A_{11}=1+2(11)=23

The 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?