Fiveable

📈College Algebra Unit 13 Review

QR code for College Algebra practice questions

13.2 Arithmetic Sequences

13.2 Arithmetic Sequences

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

Arithmetic Sequences

Arithmetic sequences are lists of numbers where the gap between consecutive terms is always the same. That constant gap is called the common difference, and once you know it along with the first term, you can find any term in the sequence. These sequences model situations with steady, constant change, like adding the same amount to a savings account each month or scheduling equal time intervals.

Common Difference

The common difference (dd) is the value added to each term to get the next one. You calculate it by subtracting any term from the term that follows it:

d=an+1and = a_{n+1} - a_n

  • If d>0d > 0, the sequence increases (e.g., 2, 5, 8, 11, ...)
  • If d<0d < 0, the sequence decreases (e.g., 20, 17, 14, 11, ...)
  • If d=0d = 0, every term is the same (e.g., 4, 4, 4, 4, ...)

The common difference stays the same for the entire sequence. If the difference between terms changes at any point, it's not arithmetic.

Common difference in arithmetic sequences, Terms of an Arithmetic Sequence | College Algebra

Generating Terms

An arithmetic sequence is fully defined by its first term a1a_1 and its common difference dd. To build the sequence, start at a1a_1 and keep adding dd:

  • a2=a1+da_2 = a_1 + d
  • a3=a1+2da_3 = a_1 + 2d
  • a4=a1+3da_4 = a_1 + 3d

Notice the pattern: the coefficient in front of dd is always one less than the term number. This observation leads directly to the explicit formula covered below.

Common difference in arithmetic sequences, Arithmetic Sequences | College Algebra

Recursive Formula

A recursive formula defines each term using the previous term:

an+1=an+da_{n+1} = a_n + d

To use it, you need two pieces of information: the first term a1a_1 and the common difference dd. Then you build the sequence one step at a time.

Example: a1=3a_1 = 3, d=2d = 2, so the recursive formula is an+1=an+2a_{n+1} = a_n + 2.

  1. a2=3+2=5a_2 = 3 + 2 = 5
  2. a3=5+2=7a_3 = 5 + 2 = 7
  3. a4=7+2=9a_4 = 7 + 2 = 9

The recursive approach is straightforward, but it has a drawback: to find the 50th term, you'd need to calculate all 49 terms before it. That's where the explicit formula comes in.

Explicit Formula

The explicit formula lets you jump straight to any term without computing all the ones before it:

an=a1+(n1)da_n = a_1 + (n - 1)d

  • ana_n = the term you're looking for
  • a1a_1 = the first term
  • nn = the position of the term
  • dd = the common difference

Example: Find the 10th term when a1=3a_1 = 3 and d=2d = 2.

  1. Plug into the formula: a10=3+(101)(2)a_{10} = 3 + (10 - 1)(2)

  2. Simplify inside the parentheses: a10=3+(9)(2)a_{10} = 3 + (9)(2)

  3. Multiply and add: a10=3+18=21a_{10} = 3 + 18 = 21

This formula is especially useful when you need a term far into the sequence, like the 200th term, without grinding through every previous one.

Sequences vs. Series

A sequence is an ordered list of numbers that follows a pattern. An arithmetic sequence is the specific case where consecutive terms differ by a constant amount.

A series is what you get when you add up the terms of a sequence. So while the sequence 2, 5, 8, 11 is a list, the series 2+5+8+11=262 + 5 + 8 + 11 = 26 is a sum. Keep these terms straight, since exam questions often test whether you know the difference.