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

[latex]\begin{array}{lllll}{a}_{n}={a}_{n - 1}+d\hfill & \hfill & \hfill & \hfill & n\ge 2\hfill \end{array}[/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{array}{lllll}{a}_{n}={a}_{n - 1}+d\hfill & \hfill & \hfill & \hfill & n\ge 2\hfill \end{array}[/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 4: Writing a Recursive Formula for an Arithmetic Sequence

Write a recursive formula for theĀ arithmetic sequence.

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

Solution

The first term is given as [latex]-18[/latex] . The common difference can be found by subtracting the first term from the second term.

[latex]d=-7-\left(-18\right)=11[/latex]

Substitute the initial term and the common difference into the recursive formula for arithmetic sequences.

[latex]\begin{array}{l}{a}_{1}=-18\hfill \\ {a}_{n}={a}_{n - 1}+11,\text{ for }n\ge 2\hfill \end{array}[/latex]

Analysis of the Solution

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.

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

Figure 3

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 5

Write a recursive formula for the arithmetic sequence.

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

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. The graph is shown in Figure 4.

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

Figure 4

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 5: Writing the nth Term Explicit Formula for an Arithmetic Sequence

Write an explicit formula for the arithmetic sequence.

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

Solution

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

[latex]\begin{array}{ll}d\hfill & ={a}_{2}-{a}_{1}\hfill \\ \hfill & =12 - 2\hfill \\ \hfill & =10\hfill \end{array}[/latex]

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

[latex]\begin{array}{l}{a}_{n}=2+10\left(n - 1\right)\hfill \\ {a}_{n}=10n - 8\hfill \end{array}[/latex]

Analysis of the Solution

The graph of this sequence, represented in Figure 5, shows a slope of 10 and a vertical intercept of [latex]-8[/latex] .

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

Figure 5

Try It 6

Write an explicit formula for the following arithmetic sequence.

[latex]\left\{50,47,44,41,\dots \right\}[/latex]