Fiveable

๐Ÿ“˜Intermediate Algebra Unit 12 Review

QR code for Intermediate Algebra practice questions

12.2 Arithmetic Sequences

12.2 Arithmetic Sequences

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“˜Intermediate Algebra
Unit & Topic Study Guides

Arithmetic Sequences

An arithmetic sequence is a list of numbers where you always add (or subtract) the same value to get from one term to the next. That fixed value is called the common difference. Understanding arithmetic sequences lets you predict any term in a pattern and quickly calculate the sum of many terms, which shows up in finance, physics, and plenty of algebra problems.

Patterns in arithmetic sequences

To check whether a sequence is arithmetic, subtract any term from the one that follows it. If that difference is the same every time, you've got an arithmetic sequence. The constant difference is called the common difference, written as dd.

  • Positive common difference: 2, 5, 8, 11, 14, ... Here d=3d = 3 because each term is 3 more than the previous one. The sequence increases.
  • Negative common difference: 10, 7, 4, 1, -2, ... Here d=โˆ’3d = -3 because each term is 3 less than the previous one. The sequence decreases.

If the differences between consecutive terms aren't all equal, the sequence is not arithmetic. For example, 1, 2, 4, 8, ... has differences of 1, 2, 4, so it fails the test.

Patterns in arithmetic sequences, Finding Common Differences | College Algebra

General term formula construction

Instead of listing out every term, you can jump straight to any term using the general term formula:

an=a1+(nโˆ’1)da_n = a_1 + (n - 1)d

  • ana_n = the term you want to find (the nnth term)
  • a1a_1 = the first term
  • nn = the position of the term in the sequence
  • dd = the common difference

How to build the formula:

  1. Identify the first term a1a_1.

  2. Find the common difference dd by subtracting any term from the next one.

  3. Plug a1a_1 and dd into an=a1+(nโˆ’1)da_n = a_1 + (n - 1)d.

  4. Simplify if needed.

Example 1: For the sequence 2, 5, 8, 11, 14, ...

  • a1=2a_1 = 2, d=5โˆ’2=3d = 5 - 2 = 3
  • an=2+(nโˆ’1)(3)=2+3nโˆ’3=3nโˆ’1a_n = 2 + (n - 1)(3) = 2 + 3n - 3 = 3n - 1
  • Quick check: a4=3(4)โˆ’1=11a_4 = 3(4) - 1 = 11 โœ“

Example 2: For the sequence 10, 7, 4, 1, -2, ...

  • a1=10a_1 = 10, d=7โˆ’10=โˆ’3d = 7 - 10 = -3
  • an=10+(nโˆ’1)(โˆ’3)=10โˆ’3n+3=13โˆ’3na_n = 10 + (n - 1)(-3) = 10 - 3n + 3 = 13 - 3n
  • Quick check: a5=13โˆ’3(5)=โˆ’2a_5 = 13 - 3(5) = -2 โœ“

Always do a quick check like this by plugging in a position you already know. It catches sign errors fast.

Patterns in arithmetic sequences, Arithmetic Sequences ยท Intermediate Algebra

Sum of finite arithmetic sequences

When you need the sum of the first nn terms of an arithmetic sequence, use this formula:

Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n)

  • SnS_n = sum of the first nn terms
  • a1a_1 = first term
  • ana_n = the nnth (last) term you're summing to
  • nn = number of terms

The idea behind this formula: if you pair the first term with the last, the second with the second-to-last, and so on, each pair has the same sum. There are n2\frac{n}{2} such pairs, each totaling a1+ana_1 + a_n.

Steps to find the sum:

  1. Identify a1a_1, dd, and nn.

  2. If you don't already know ana_n, calculate it using an=a1+(nโˆ’1)da_n = a_1 + (n - 1)d.

  3. Plug a1a_1, ana_n, and nn into Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n).

Example 1: Find the sum of the first 10 terms of 2, 5, 8, 11, 14, ...

  • a1=2a_1 = 2, d=3d = 3, n=10n = 10
  • a10=2+(10โˆ’1)(3)=2+27=29a_{10} = 2 + (10 - 1)(3) = 2 + 27 = 29
  • S10=102(2+29)=5(31)=155S_{10} = \frac{10}{2}(2 + 29) = 5(31) = 155

Example 2: Find the sum of the first 6 terms of 10, 7, 4, 1, -2, ...

  • a1=10a_1 = 10, d=โˆ’3d = -3, n=6n = 6
  • a6=10+(6โˆ’1)(โˆ’3)=10โˆ’15=โˆ’5a_6 = 10 + (6 - 1)(-3) = 10 - 15 = -5
  • S6=62(10+(โˆ’5))=3(5)=15S_6 = \frac{6}{2}(10 + (-5)) = 3(5) = 15

Types of Sequences and Series

A sequence is an ordered list of numbers. A series is what you get when you add the terms of a sequence together.

  • A finite sequence has a definite number of terms (like the first 10 terms of a pattern). You can always find its sum.
  • An infinite sequence continues without end (indicated by "..." at the end). You can still write a general term formula for it, but the sum formula SnS_n only applies when you pick a specific number of terms to add.

Arithmetic sequences can be described either way depending on context. If a problem says "find the sum of the first 20 terms," you're treating it as finite even if the pattern itself could go on forever.