Fiveable

🍬Honors Algebra II Unit 9 Review

QR code for Honors Algebra II practice questions

9.1 Arithmetic and Geometric Sequences

9.1 Arithmetic and Geometric Sequences

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🍬Honors Algebra II
Unit & Topic Study Guides
Pep mascot

Arithmetic and geometric sequences describe how numbers grow or shrink in predictable, repeating patterns. Arithmetic sequences grow by adding the same amount each time; geometric sequences grow by multiplying by the same amount each time.

These two types form the foundation for understanding series, financial models (like loan payments and compound interest), and many science applications. Once you're comfortable identifying and writing formulas for these sequences, the rest of this unit builds directly on top of them.

Arithmetic vs Geometric Sequences

Pep mascot
more resources to help you study

Arithmetic Sequences

An arithmetic sequence has a constant difference between consecutive terms. That difference is called the common difference, written as dd. You get each new term by adding dd to the previous one.

  • nnth term formula: an=a1+(n1)da_n = a_1 + (n-1)d, where a1a_1 is the first term and dd is the common difference
  • Sum of the first nn terms (SnS_n):
    • Sn=n2(2a1+(n1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d)
    • Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n)

The second sum formula is often faster when you already know the last term ana_n. It's just the average of the first and last terms, multiplied by the number of terms.

Example: In the sequence 4,7,10,13,...4, 7, 10, 13, ..., the common difference is d=3d = 3. The 10th term is a10=4+(101)(3)=31a_{10} = 4 + (10-1)(3) = 31. The sum of the first 10 terms is S10=102(4+31)=175S_{10} = \frac{10}{2}(4 + 31) = 175.

Geometric Sequences

A geometric sequence has a constant ratio between consecutive terms. That ratio is called the common ratio, written as rr. You get each new term by multiplying the previous one by rr.

  • nnth term formula: an=a1rn1a_n = a_1 \cdot r^{n-1}, where a1a_1 is the first term and rr is the common ratio
  • Sum of the first nn terms (SnS_n):
    • Sn=a1(1rn)1rS_n = \frac{a_1(1 - r^n)}{1 - r} for r1r \neq 1
    • Sn=na1S_n = n \cdot a_1 for r=1r = 1 (since every term is the same)

Notice that the sum formula is undefined when r=1r = 1 because you'd be dividing by zero, which is why the r=1r = 1 case needs its own formula.

Example: In the sequence 3,12,48,192,...3, 12, 48, 192, ..., the common ratio is r=4r = 4. The 6th term is a6=345=3072a_6 = 3 \cdot 4^{5} = 3072. The sum of the first 6 terms is S6=3(146)14=3(14096)3=4095S_6 = \frac{3(1 - 4^6)}{1 - 4} = \frac{3(1 - 4096)}{-3} = 4095.

Properties of Sequences

Identifying Sequence Types

To classify a sequence, test both operations:

  1. Check for arithmetic: Subtract consecutive terms (a2a1a_2 - a_1, a3a2a_3 - a_2, etc.). If all the differences are equal, it's arithmetic.

  2. Check for geometric: Divide consecutive terms (a2a1\frac{a_2}{a_1}, a3a2\frac{a_3}{a_2}, etc.). If all the ratios are equal, it's geometric.

  3. If neither the differences nor the ratios are constant, the sequence is neither arithmetic nor geometric.

Watch out: A sequence like 5,5,5,5,...5, 5, 5, 5, ... is technically both arithmetic (d=0d = 0) and geometric (r=1r = 1). Also, a geometric sequence can never contain a zero term, because you can't divide by zero to find a ratio, and no fixed ratio times zero produces a nonzero next term.

Sequence Notation and Terminology

Sequences use subscript notation: a1,a2,a3,...,ana_1, a_2, a_3, ..., a_n, where ana_n represents the term at position nn.

  • a1a_1 is the first term, a2a_2 is the second, and so on
  • The variable nn represents the position (or index) of a term

For example, in the sequence 3,7,11,15,...3, 7, 11, 15, ..., we'd say a1=3a_1 = 3, a2=7a_2 = 7, and a3=11a_3 = 11.

Finding Common Difference or Ratio

Calculating Common Difference

The most direct method: subtract any term from the next one.

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

If you're given non-consecutive terms, rearrange the nnth term formula:

d=ana1n1d = \frac{a_n - a_1}{n - 1}

Example: If a1=2a_1 = 2 and a5=14a_5 = 14, then d=14251=124=3d = \frac{14 - 2}{5 - 1} = \frac{12}{4} = 3.

Calculating Common Ratio

Divide any term by the previous one:

r=an+1anr = \frac{a_{n+1}}{a_n}

If you're given non-consecutive terms, rearrange the nnth term formula:

r=ana1n1r = \sqrt[n-1]{\frac{a_n}{a_1}}

Example: If a1=3a_1 = 3 and a4=81a_4 = 81, then r=8133=273=3r = \sqrt[3]{\frac{81}{3}} = \sqrt[3]{27} = 3.

Be careful with even roots here. If a1=2a_1 = 2 and a3=18a_3 = 18, then r=182=9=±3r = \sqrt{\frac{18}{2}} = \sqrt{9} = \pm 3. Both r=3r = 3 (giving 2,6,182, 6, 18) and r=3r = -3 (giving 2,6,182, -6, 18) are valid unless the problem gives you more information to rule one out.

Explicit and Recursive Formulas

These are two different ways to describe the same sequence. The difference is practical: explicit formulas let you jump straight to any term, while recursive formulas define each term based on the one before it.

Explicit Formulas

An explicit formula gives you the nnth term directly from nn, with no need to know previous terms.

  • Arithmetic: an=a1+(n1)da_n = a_1 + (n-1)d
    • For the sequence 5,8,11,14,...5, 8, 11, 14, ...: an=5+(n1)(3)a_n = 5 + (n-1)(3), which simplifies to an=3n+2a_n = 3n + 2
  • Geometric: an=a1rn1a_n = a_1 \cdot r^{n-1}
    • For the sequence 2,6,18,54,...2, 6, 18, 54, ...: an=23n1a_n = 2 \cdot 3^{n-1}

Explicit formulas are more useful when you need, say, the 50th term. You'd rather plug in n=50n = 50 once than apply a recursive rule 49 times.

Recursive Formulas

A recursive formula defines each term using the previous term. You always need to state the first term alongside the rule.

  • Arithmetic: a1=(first term),an=an1+da_1 = \text{(first term)}, \quad a_n = a_{n-1} + d
    • For the sequence 5,8,11,14,...5, 8, 11, 14, ...: a1=5,an=an1+3a_1 = 5, \quad a_n = a_{n-1} + 3
  • Geometric: a1=(first term),an=an1ra_1 = \text{(first term)}, \quad a_n = a_{n-1} \cdot r
    • For the sequence 2,6,18,54,...2, 6, 18, 54, ...: a1=2,an=an13a_1 = 2, \quad a_n = a_{n-1} \cdot 3

A common mistake is writing a recursive formula without specifying a1a_1. Without that starting value, the formula doesn't define a unique sequence.