AP Precalculus: Sequences

Master explicit and recursive formulas for arithmetic and geometric sequences

πŸ“Š Explicit Formulas πŸ”„ Recursive Formulas βž• Arithmetic βœ–οΈ Geometric

πŸ“š Understanding Sequences

A sequence is an ordered list of numbers following a specific pattern. In AP Precalculus, you'll work with two main ways to define sequences: explicit formulas (direct calculation) and recursive formulas (building from previous terms). Mastering both approaches is essential for the exam.

1 Sequence Basics

A sequence is an ordered list of terms: \(a_1, a_2, a_3, \ldots, a_n, \ldots\). Each term is identified by its position number \(n\).

First Term
\(a_1\)
nth Term
\(a_n\)
Previous Term
\(a_{n-1}\)
Next Term
\(a_{n+1}\)
πŸ“Œ Example Sequence

\(2, 5, 8, 11, 14, \ldots\)

\(a_1 = 2\), \(a_2 = 5\), \(a_3 = 8\), \(a_4 = 11\), \(a_5 = 14\)

2 Explicit vs. Recursive Formulas

There are two ways to define a sequence: explicitly (direct formula for any term) or recursively (each term defined using previous terms).

Explicit Formula
\(a_n = f(n)\)
Calculate any term directly by plugging in \(n\)
Recursive Formula
\(a_n = f(a_{n-1})\) + initial term(s)
Each term depends on the previous term(s)

Explicit Advantage

Find any term directly without calculating all previous terms

Recursive Advantage

Shows the pattern of how each term relates to the previous

3 Arithmetic Sequences

An arithmetic sequence has a constant difference \(d\) between consecutive terms. Each term is found by adding \(d\) to the previous term.

Explicit Formula
\(a_n = a_1 + (n-1)d\)
\(a_1\) = first term, \(d\) = common difference
Recursive Formula
\(a_n = a_{n-1} + d\), with \(a_1\) given
Add \(d\) to get the next term
Finding Common Difference \(d = a_n - a_{n-1} = a_2 - a_1\)
πŸ“Œ Example

Sequence: \(3, 7, 11, 15, 19, \ldots\)

Common difference: \(d = 7 - 3 = 4\)

Explicit: \(a_n = 3 + (n-1)(4) = 3 + 4n - 4 = 4n - 1\)

Recursive: \(a_1 = 3\), \(a_n = a_{n-1} + 4\)

Find \(a_{10}\): \(a_{10} = 4(10) - 1 = 39\)

4 Geometric Sequences

A geometric sequence has a constant ratio \(r\) between consecutive terms. Each term is found by multiplying the previous term by \(r\).

Explicit Formula
\(a_n = a_1 \cdot r^{n-1}\)
\(a_1\) = first term, \(r\) = common ratio
Recursive Formula
\(a_n = r \cdot a_{n-1}\), with \(a_1\) given
Multiply by \(r\) to get the next term
Finding Common Ratio \(r = \frac{a_n}{a_{n-1}} = \frac{a_2}{a_1}\)
πŸ“Œ Example

Sequence: \(2, 6, 18, 54, 162, \ldots\)

Common ratio: \(r = \frac{6}{2} = 3\)

Explicit: \(a_n = 2 \cdot 3^{n-1}\)

Recursive: \(a_1 = 2\), \(a_n = 3 \cdot a_{n-1}\)

Find \(a_6\): \(a_6 = 2 \cdot 3^5 = 2 \cdot 243 = 486\)

⚠️ Watch the Exponent

The exponent is \((n-1)\), not \(n\). For the first term, \(a_1 = a_1 \cdot r^0 = a_1 \cdot 1 = a_1\).

5 Identifying Sequence Type

Identify the type by checking whether consecutive terms have a constant difference (arithmetic) or constant ratio (geometric).

Feature Arithmetic Geometric
Pattern Add constant \(d\) Multiply by constant \(r\)
Test \(a_n - a_{n-1} =\) constant \(\frac{a_n}{a_{n-1}} =\) constant
Explicit \(a_n = a_1 + (n-1)d\) \(a_n = a_1 \cdot r^{n-1}\)
Recursive \(a_n = a_{n-1} + d\) \(a_n = r \cdot a_{n-1}\)
Graph Shape Linear Exponential
πŸ’‘ Quick Test

If you subtract consecutive terms and get the same value β†’ Arithmetic. If you divide consecutive terms and get the same value β†’ Geometric.

6 Converting Recursive ↔ Explicit

You can convert between recursive and explicit forms once you identify the sequence type and its parameters.

Recursive β†’ Explicit

  • Arithmetic: \(a_n = a_{n-1} + d\) β†’ \(a_n = a_1 + (n-1)d\)
  • Geometric: \(a_n = r \cdot a_{n-1}\) β†’ \(a_n = a_1 \cdot r^{n-1}\)
  • Identify \(a_1\), \(d\) or \(r\) from the recursive definition

Explicit β†’ Recursive

  • Arithmetic: Identify \(d\) from the explicit formula, write \(a_n = a_{n-1} + d\)
  • Geometric: Identify \(r\) from the explicit formula, write \(a_n = r \cdot a_{n-1}\)
  • Always include the initial term \(a_1\)
πŸ“Œ Example

Given explicit: \(a_n = 5 + 3(n-1)\)

Identify: \(a_1 = 5\), \(d = 3\) (arithmetic)

Recursive: \(a_1 = 5\), \(a_n = a_{n-1} + 3\)

7 Finding Specific Terms

Use the appropriate formula to find any term in the sequence.

Using Explicit Formula

Substitute \(n\) directly into the formula to find \(a_n\)

Using Recursive Formula

Start with \(a_1\) and apply the rule repeatedly until reaching \(a_n\)

πŸ“Œ Example: Find \(a_8\)

Given: \(a_1 = 4\), \(a_n = a_{n-1} + 7\)

Method 1 (Recursive): \(4 β†’ 11 β†’ 18 β†’ 25 β†’ 32 β†’ 39 β†’ 46 β†’ 53\)

Method 2 (Convert to Explicit): \(a_n = 4 + (n-1)(7)\)

\(a_8 = 4 + (7)(7) = 4 + 49 = 53\)

πŸ’‘ When to Use Each

For large \(n\) values, explicit is faster. For understanding pattern relationships, recursive is clearer.

πŸ“‹ Quick Reference

Arithmetic Explicit

\(a_n = a_1 + (n-1)d\)

Arithmetic Recursive

\(a_n = a_{n-1} + d\)

Geometric Explicit

\(a_n = a_1 \cdot r^{n-1}\)

Geometric Recursive

\(a_n = r \cdot a_{n-1}\)

Common Difference

\(d = a_n - a_{n-1}\)

Common Ratio

\(r = \frac{a_n}{a_{n-1}}\)

Need Help with Sequences?

Our expert tutors provide personalized instruction to help you excel in AP Precalculus.

Book Free Consultation