Skip to content

Arithmetic Sequences

By the end of this section, you will be able to:

  • 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-3{,}400.

{25,000, 21,600, 18,200, 14,800, 11,400, 8,000}\{25{,}000,\ 21{,}600,\ 18{,}200,\ 14{,}800,\ 11{,}400,\ 8{,}000\}

Each value is 3,4003{,}400 less than the one before it.

The sequence below is another example of an arithmetic sequence. In this case, the constant difference is 33. You can choose any term of the sequence, and add 33 to find the subsequent term.

{3, 6, 9, 12, 15,}\{3,\ 6,\ 9,\ 12,\ 15,\ldots\}

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

{an}={a1,a1+d,a1+2d,a1+3d,}\{a_n\}=\{a_1,a_1+d,a_1+2d,a_1+3d,\ldots\}

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

a. {1,2,4,8,16,}\{1,2,4,8,16,\ldots\} b. {3,1,5,9,13,}\{-3,1,5,9,13,\ldots\}

Solution. Subtract each term from the subsequent term to determine whether a common difference exists.

a.

21=142=284=4168=8 \begin{array}{lrcl} & 2-1 &=& 1 \\[4pt] & 4-2 &=& 2 \\[4pt] & 8-4 &=& 4 \\[4pt] & 16-8 &=& 8 \end{array}

The sequence is not arithmetic because there is no common difference.

b.

1(3)=451=495=4139=4 \begin{array}{lrcl} & 1-(-3) &=& 4 \\[4pt] & 5-1 &=& 4 \\[4pt] & 9-5 &=& 4 \\[4pt] & 13-9 &=& 4 \end{array}

The sequence is arithmetic because there is a common difference. The common difference is 44.

Analysis. The graph of each of these sequences is shown below. 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.

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.

Is the sequence18,16,14,12,10,18,16,14,12,10,\ldotsarithmetic?

Find the common difference of the arithmetic sequence18,16,14,12,10,18,16,14,12,10,\ldots.

Is the sequence1,3,6,10,15,1,3,6,10,15,\ldotsarithmetic?

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 nn and dd into the formula below.

an=a1+(n1)da_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. Write the first five terms of the arithmetic sequence with a1=17a_1=17 and d=3d=-3.

Solution. Adding 3-3 is the same as subtracting 33. Beginning with the first term, subtract 33 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, shown below.

List the first five terms of the arithmetic sequence witha1=1a_1=1andd=5d=5. Enter the first five terms, in order, separated by commas.

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

  1. Substitute the values given for a1,an,na_1,a_n,n into the formula an=a1+(n1)da_n=a_1+(n-1)d to solve for dd.
  2. Find a given term by substituting the appropriate values for a1,n,a_1,n, and dd into the formula an=a1+(n1)da_n=a_1+(n-1)d.

Example. Given a1=8a_1=8 and a4=14a_4=14, find a5a_5.

Solution. The sequence can be written in terms of the initial term 88 and the common difference dd.

{8,8+d,8+2d,8+3d}\{8,8+d,8+2d,8+3d\}

We know the fourth term equals 1414; we know the fourth term has the form a1+3d=8+3da_1+3d=8+3d. We can find the common difference dd.

an=a1+(n1)da4=a1+3dWrite the fourth term of the sequence in terms of a1 and d.a4=8+3dSubstitute 14 for a4.14=8+3dSolve for the common difference.d=2 \begin{array}{lrcl} & a_n &=& a_1+(n-1)d \\[4pt] & a_4 &=& a_1+3d \\[4pt] \text{Write the fourth term of the sequence in terms of }a_1\text{ and }d. & a_4 &=& 8+3d \\[4pt] \text{Substitute }14\text{ for }a_4. & 14 &=& 8+3d \\[4pt] \text{Solve for the common difference.} & d &=& 2 \end{array}

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

a5=a4+2=16a_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 an=a1+(n1)da_n=a_1+(n-1)d.

Givena3=7a_3=7anda5=17a_5=17, finda2a_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 55, then each term is the previous term plus 55. As with any recursive formula, the first term must be given.

an=an1+dn2a_n=a_{n-1}+d\qquad n\ge2

Recursive Formula for an Arithmetic Sequence. The recursive formula for an arithmetic sequence with common difference dd is:

an=an1+dn2a_n=a_{n-1}+d\qquad n\ge2

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. Write a recursive formula for the arithmetic sequence.

{18,7,4,15,26,}\{-18,-7,4,15,26,\ldots\}

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)=11d=-7-(-18)=11

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

a1=18an=an1+11, for n2 \begin{array}{lrcl} & a_1 &=& -18 \\[4pt] & a_n &=& a_{n-1}+11,\text{ for }n\ge2 \end{array}

Analysis. We see that the common difference is the slope of the line formed when we graph the terms of the sequence, shown below. The growth pattern of the sequence shows the constant difference of 1111 units.

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.

The arithmetic sequence25,37,49,61,25,37,49,61,\ldotsis defined by a recursive formula. Find its initial terma1a_1.

Find the recursive rule for the sequence25,37,49,61,25,37,49,61,\ldots, in the forman=a_n=\ldots(in terms ofan1a_{n-1}) forn2n\ge2.

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(n1)a_n=a_1+d(n-1)

To find the yy-intercept of the function, we can subtract the common difference from the first term of the sequence. Consider the following sequence.

{200, 150, 100, 50, 0,}\{200,\ 150,\ 100,\ 50,\ 0,\ldots\}

The common difference is 50-50, so the sequence represents a linear function with a slope of 50-50. To find the yy-intercept, we subtract 50-50 from 200200: 200(50)=200+50=250200-(-50)=200+50=250. You can also find the yy-intercept by graphing the function and determining where a line that connects the points would intersect the vertical axis. The graph is shown below.

Recall the slope-intercept form of a line is y=mx+by=mx+b. When dealing with sequences, we use ana_n in place of yy and nn in place of xx. If we know the slope and vertical intercept of the function, we can substitute them for mm and bb 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+250a_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 an=20050(n1)a_n=200-50(n-1), which simplifies to an=50n+250a_n=-50n+250.

Explicit Formula for an Arithmetic Sequence. An explicit formula for the nnth term of an arithmetic sequence is given by

an=a1+d(n1)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, a2a1a_2-a_1.
  2. Substitute the common difference and the first term into an=a1+d(n1)a_n=a_1+d(n-1).

Example. Write an explicit formula for the arithmetic sequence.

{2,12,22,32,42,}\{2,12,22,32,42,\ldots\}

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

d=a2a1=122=10 \begin{array}{lrcl} d &=& a_2-a_1 \\[4pt] &=& 12-2 \\[4pt] &=& 10 \end{array}

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

an=2+10(n1)an=10n8 \begin{array}{lrcl} & a_n &=& 2+10(n-1) \\[4pt] & a_n &=& 10n-8 \end{array}

Analysis. The graph of this sequence, shown below, shows a slope of 1010 and a vertical intercept of 8-8.

Write an explicit formula for the arithmetic sequence50,47,44,41,50,47,44,41,\ldots.

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 dd.
  2. Substitute the common difference and the first term into an=a1+d(n1)a_n=a_1+d(n-1).
  3. Substitute the last term for ana_n and solve for nn.

Example. Find the number of terms in the finite arithmetic sequence.

{8,1,6,,41}\{8,1,-6,\ldots,-41\}

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

18=71-8=-7

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

an=a1+d(n1)an=8+(7)(n1)an=157n \begin{array}{lrcl} & a_n &=& a_1+d(n-1) \\[4pt] & a_n &=& 8+(-7)(n-1) \\[4pt] & a_n &=& 15-7n \end{array}

Substitute 41-41 for ana_n and solve for nn.

41=157n8=n \begin{array}{lrcl} & -41 &=& 15-7n \\[4pt] & 8 &=& n \end{array}

There are eight terms in the sequence.

Find the number of terms in the finite arithmetic sequence6,11,16,,566,11,16,\ldots,56.

Solving Application Problems with Arithmetic Sequences

In many application problems, it often makes sense to use an initial term of a0a_0 instead of a1a_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+dna_n=a_0+dn

Example. A five-year old child receives an allowance of $1 each week. His parents promise him an annual increase of $2 per week.

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

Solution.

a. The situation can be modeled by an arithmetic sequence with an initial term of 11 and a common difference of 22. Let AA be the amount of the allowance and nn be the number of years after age 55. Using the altered explicit formula for an arithmetic sequence we get:

An=1+2nA_n=1+2n

b. We can find the number of years since age 55 by subtracting.

165=1116-5=11

We are looking for the child’s allowance after 11 years. Substitute 1111 into the formula to find the child’s allowance at age 1616.

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

The child’s allowance at age 16 will be $23 per week.

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 (in minutes),TnT_n, afternnweeks.

Using the formulaTn=10+4nT_n=10+4nfor the length, in minutes, of the woman’s daily run afternnweeks, how long will her daily run be 8 weeks from today?

Media. Access this online resource for additional instruction and practice with arithmetic sequences.

  • Arithmetic Sequences

Key equations

recursive formula for nnth term of an arithmetic sequencean=an1+d, n2a_n=a_{n-1}+d,\ n\ge2
explicit formula for nnth term of an arithmetic sequencean=a1+d(n1)a_n=a_1+d(n-1)

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 dd is given by an=an1+d, n2a_n=a_{n-1}+d,\ n\ge2.
  • As with any recursive formula, the initial term of the sequence must be given.
  • An explicit formula for an arithmetic sequence with common difference dd is given by an=a1+d(n1)a_n=a_1+d(n-1).
  • 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 an=a0+dna_n=a_0+dn.

Practice

Find the common difference for an arithmetic sequence

Is the sequence4,16,64,256,1024,4,16,64,256,1024,\ldotsarithmetic?

Find the common difference, as a fraction, of the arithmetic sequence0,12,1,32,2,0,\tfrac12,1,\tfrac32,2,\ldots.

Write terms of an arithmetic sequence

Write the first five terms of the arithmetic sequence given the first terma1=0a_1=0and common differenced=23d=\tfrac23. Enter the first five terms, in order, separated by commas.

An arithmetic sequence hasa13=60a_{13}=-60anda33=160a_{33}=-160. Write its first five terms, in order, separated by commas.

Use a recursive formula for an arithmetic sequence

Use the recursive formulaa1=19, an=an11.4,a_1=-19,\ a_n=a_{n-1}-1.4,forn2n\ge2, to write the first five terms of the arithmetic sequence. Enter the first five terms, in order, separated by commas.

The arithmetic sequence17,26,35,17,26,35,\ldotsis defined by a recursive formula. Find its initial terma1a_1.

Find the recursive rule for the sequence17,26,35,17,26,35,\ldots, in the forman=a_n=\ldots(in terms ofan1a_{n-1}) forn2n\ge2.

Use an explicit formula for an arithmetic sequence

Write the first five terms of the arithmetic sequence defined by the explicit formulaan=244na_n=24-4n. Enter the first five terms, in order, separated by commas.

Write an explicit formula for the arithmetic sequence3,5,7,3,5,7,\ldots.

Find the number of terms in the finite arithmetic sequence3,4,11,,603,-4,-11,\ldots,-60.


This section is adapted from Precalculus 2e, Section 11.2: Arithmetic Sequences by Jay Abramson and OpenStax, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: omitted a coreq-skills block the pinned CNXML prepends before the section proper (its own “Learning Objectives” keyed to Intermediate Algebra 12.2.1–12.2.2, with two short “Determine if a sequence is arithmetic” and “Find the general term” examples and their own “Practice Makes Perfect” exercise sets) — confirmed against the rendered PDF, true page 1114 (printed page 1104), where an unrelated exercise from the prior section runs directly into the “11.2 Arithmetic Sequences” heading, objectives, and the depreciation paragraph with no corequisite-skills material between them; this is the same prepended-block pattern already logged in this book’s errata for other chapters’ opening modules. Recreated all six instructional figures as accessible spec-first scatter plots, points-only (no connecting curve), matching the source art exactly: the two-panel Analysis figure after Example 1 (comparing a non-arithmetic and an arithmetic sequence) is authored as two separate apfigures, each carrying its own panel label ("(a)"/"(b)") as a texts entry beneath the axis, since a two-panel source figure is two figures per house convention. None of this section’s own scatter plots carry per-point coordinate labels, matching the source exactly (unlike the labelled points in Section 11.1’s figures) — every plotted value is already stated in the surrounding prose or the worked solution, so no answer is hidden by the omission. One suspected source defect, confirmed against the raw PDF (true page 1116) and independent computation, corrected locally: the Analysis figure following Example 2 (“Write the first five terms of the arithmetic sequence with a1=17a_1=17 and d=3d=-3”, terms 17,14,11,8,517,14,11,8,5) prints the same raster image used later in the module’s “Using Explicit Formulas” discussion — a y-axis scaled 00 to 250250 with five points at (1,200),(2,150),(3,100),(4,50),(5,0)(1,200),(2,150),(3,100),(4,50),(5,0), which is a different sequence entirely (the a1=200,d=50a_1=200,d=-50 sequence discussed several paragraphs later) and does not depict 17,14,11,8,517,14,11,8,5 at any scale. The local page recreates the correct scatter plot for the printed example (1,17),(2,14),(3,11),(4,8),(5,5)1,17),(2,14),(3,11),(4,8),(5,5) on a 002020 axis instead of reproducing the mismatched source image; the later, correctly-scaled 200/150/100/50/0200/150/100/50/0 figure is recreated faithfully in its own place. Omitted the two small raster illustrations of the depreciation and +3+3 example sequences (informal arrow diagrams, not numbered figures in the source) and the two raster images inside Example 1’s solution showing the four subtraction computations for each part; all of this arithmetic is recreated as ordinary KaTeX (a labelled sequence display for the two intro sequences, and a \begin{array}{lrcl} step table for each part of Example 1’s solution), preserving every computed step rather than the finished result alone. Every “is the sequence arithmetic?” ask is a multiplechoice (yes/no); where the source’s own Try It also asks for the common difference, it splits into the multiple choice plus a separate fill-in, per this book’s established pattern. Every “find a recursive formula” fill-in pins the requested shape (“in the form an=a_n=\ldots, in terms of an1a_{n-1}, for n2n\ge2”) and keys the initial term as its own separate fill-in, since the grader accepts reordered and rescaled restatements of a correct recursive rule but treats a shifted index or a wrong sign as a different rule; the source’s own algebraic answer key states both parts together (e.g. “a1=17;an=an1+9,n2a_1=17;a_n=a_{n-1}+9,n\ge2”), split here into two components per the multipart-expansion rule. The one fraction-valued single-value fill-in (the common difference of 0,12,1,32,2,0,\tfrac12,1,\tfrac32,2,\ldots) declares answerForm="fraction" and its question says “as a fraction,” confirmed against the real grader: a rounded decimal reports form, not correct, once the token is declared. Nine selected end-of-section exercises were adapted into the interactive components of the closing Practice block, one Practice group per objective, every answer independently re-derived — including by running the arithmetic in Node with exact-rational tracking for every fraction — rather than read off the source key.