Historical Context & Motivation
Sequences — ordered lists of numbers following a definite rule — are among the oldest mathematical objects ever studied. Long before algebra was formalized, ancient civilizations recognized that patterns in nature and commerce could be captured by sequences. The two most fundamental types, arithmetic sequences (constant addition) and geometric sequences (constant multiplication), appear in everything from architecture to finance. Understanding them historically illuminates why mathematicians developed two different ways to describe them: recursive formulas (describing each term from the previous one) and explicit formulas (jumping directly to any term).
The central challenge that arithmetic and geometric sequences address is this: given a pattern that grows (or shrinks) in a predictable way, how can we describe the pattern completely, find any term we want, and sum up as many terms as we need? Two complementary tools — recursive formulas and explicit formulas — give us complete mastery over these patterns.
Core Principles & Definitions
Before diving into formulas, we need rock-solid definitions. A sequence is an ordered list of numbers called terms, typically denoted a₁, a₂, a₃, … , aₙ. The subscript n is the term number (or index), and aₙ represents the nth term. Two fundamental questions arise for any sequence: "How does each term relate to the one before it?" and "Can I jump directly to the 100th term without computing the first 99?" These questions lead to our two formula types.
Arithmetic Sequence
Geometric Sequence
Recursive Formula
Explicit Formula
Visual Explanation
The diagram below visualizes how arithmetic and geometric sequences grow. On the left, an arithmetic sequence increases by a constant step (the common difference d), producing a straight line when plotted. On the right, a geometric sequence multiplies by a constant ratio (the common ratio r), producing an exponential curve. This visual difference is fundamental: arithmetic growth is linear, while geometric growth is exponential.
Notice how the arithmetic sequence forms a perfectly straight line — each point is the same vertical distance from the last. The geometric sequence, on the other hand, curves upward dramatically. By term 6, the geometric sequence has already reached 32 while the arithmetic sequence is only at 17. This visual difference captures a profound truth: additive growth is steady; multiplicative growth is explosive. This is why understanding both types — and their formulas — is essential in fields from finance (compound vs. simple interest) to biology (population growth vs. linear approximations).
Mathematical Framework — The Four Formulas
Each sequence type has two formula forms: recursive and explicit. Together, these four formulas form the complete toolkit for arithmetic and geometric sequences. Let us develop each one from first principles, starting with the recursive definitions and then deriving the explicit forms.
Arithmetic Sequence Formulas
In an arithmetic sequence, every term equals the previous term plus the common difference d. If you know a₁ (the first term) and d, you can construct the entire sequence one step at a time.
While the recursive formula is intuitive — it tells you exactly how to build the next term — it has a practical drawback: to find the 100th term, you'd have to compute all 99 terms before it. The explicit formula solves this by observing that term n is simply the first term plus (n − 1) copies of d added on.
The logic is straightforward: to get from a₁ to aₙ, you must add d exactly (n − 1) times. For example, to reach a₅, you add d four times to a₁: a₅ = a₁ + 4d.
Geometric Sequence Formulas
In a geometric sequence, every term equals the previous term multiplied by the common ratio r. The recursive definition is the natural starting point.
Again, the recursive form is wonderful for understanding the pattern but cumbersome for finding distant terms. The explicit formula arises from recognizing that to reach term n, you multiply a₁ by r exactly (n − 1) times.
Notice the elegant parallel between the two explicit formulas. In the arithmetic version, we add d a total of (n − 1) times; in the geometric version, we multiply by r a total of (n − 1) times. This is the essence of the distinction: arithmetic sequences are built on repeated addition, while geometric sequences are built on repeated multiplication.
Detailed Breakdown & Classification
Let us explore the anatomy of each formula type more deeply and see how to identify, classify, and convert between them. The diagram below presents a decision flowchart: given a sequence, how do you determine its type and write both formulas?
The key diagnostic step is simple. Take consecutive terms and compute their differences (a₂ − a₁, a₃ − a₂, etc.) and their ratios (a₂ / a₁, a₃ / a₂, etc.). If the differences are all the same, the sequence is arithmetic with that common difference. If the ratios are all the same, the sequence is geometric with that common ratio. If neither, the sequence is neither type.
Identifying d and r — Worked Through
Consider the sequence 5, 11, 17, 23, 29, … Computing differences: 11 − 5 = 6, 17 − 11 = 6, 23 − 17 = 6, 29 − 23 = 6. Every difference is 6, so this is an arithmetic sequence with a₁ = 5 and d = 6. Recursive: aₙ = aₙ₋₁ + 6, a₁ = 5. Explicit: aₙ = 5 + (n − 1) × 6 = 6n − 1.
Now consider 3, 12, 48, 192, 768, … Computing ratios: 12/3 = 4, 48/12 = 4, 192/48 = 4, 768/192 = 4. Every ratio is 4, so this is a geometric sequence with a₁ = 3 and r = 4. Recursive: aₙ = 4 × aₙ₋₁, a₁ = 3. Explicit: aₙ = 3 × 4(n−1).
Special Cases to Watch
A constant sequence like 7, 7, 7, 7, … is both arithmetic (d = 0) and geometric (r = 1). A geometric sequence with r = −1 alternates signs: 5, −5, 5, −5, …. A geometric sequence with |r| < 1 converges toward zero: 100, 50, 25, 12.5, …. Meanwhile, a negative common difference in an arithmetic sequence produces a decreasing sequence: 40, 33, 26, 19, ….
Worked Example
Let's work through a comprehensive problem that exercises all four formulas. This problem demonstrates how to extract both recursive and explicit formulas for each type, and how to use the explicit formula to find a distant term efficiently.
aₙ = aₙ₋₁ + 4, a₁ = 20 Explicit: aₙ = 20 + (n − 1) × 4 = 4n + 16a₁₅ = 4(15) + 16 = 60 + 16 = 76 seatsaₙ = 2 × aₙ₋₁, a₁ = 5 Explicit: aₙ = 5 × 2^(n−1)a₁₅ = 5 × 2¹⁴ = 5 × 16,384 = 81,920 seatsStrengths, Limitations & Comparison
Now that we understand all four formulas, let's compare them side by side. Each formula type has its own strengths and ideal use cases. The table below provides a comprehensive comparison.
| Feature | Arithmetic | Geometric |
|---|---|---|
| Operation | Repeated addition (+d) | Repeated multiplication (×r) |
| Graph shape | Linear (straight line) | Exponential (curve) |
| Recursive form | aₙ = aₙ₋₁ + d | aₙ = r × aₙ₋₁ |
| Explicit form | aₙ = a₁ + (n−1)d | aₙ = a₁ × r(n−1) |
| Key parameter | Common difference (d) | Common ratio (r) |
| Growth rate | Constant (same amount each step) | Accelerating (proportional to current value) |
| Real-world example | Salary with fixed annual raise | Compound interest on investment |
| Can terms be negative? | Yes (if d < 0 eventually) | Yes (if r < 0, terms alternate signs) |
| When to use recursive | Modeling step-by-step processes, spreadsheets | Population growth models, iterative algorithms |
| When to use explicit | Finding a specific far-off term directly | Computing value after many periods (e.g., 30-year investment) |
Recursive vs. Explicit: Pros and Cons
| Aspect | Recursive Formula | Explicit Formula |
|---|---|---|
| Intuition | ✅ Very intuitive — describes the pattern step by step | ⚠️ Requires algebraic derivation |
| Finding term n | ❌ Must compute all preceding terms | ✅ Direct calculation — O(1) for arithmetic, O(log n) for geometric |
| Memory | ⚠️ Need to track previous term(s) | ✅ Only need a₁ and d (or r) |
| Generalizability | ✅ Works for many sequence types (Fibonacci, etc.) | ⚠️ Not all recursions have clean closed forms |
Connection to Advanced Theory
Arithmetic and geometric sequences are the foundation upon which many advanced mathematical concepts are built. Understanding them deeply prepares you for several major topics you will encounter in precalculus, calculus, and beyond.
Series and Summation. When you add up the terms of a sequence, you get a series. The sum of the first n terms of an arithmetic sequence is Sₙ = n(a₁ + aₙ)/2 (Gauss's insight!), while the partial sum of a geometric series is Sₙ = a₁(1 − rn)/(1 − r). These summation formulas are direct extensions of the sequence formulas studied here.
Infinite Geometric Series. When |r| < 1, a geometric series converges to a finite sum: S = a₁/(1 − r). This remarkable result connects sequences to the concept of limits — a cornerstone of calculus. For example, the series ½ + ¼ + ⅛ + … converges to exactly 1.
Linear and Exponential Functions. An arithmetic sequence's explicit formula aₙ = a₁ + (n − 1)d is a linear function of n. A geometric sequence's explicit formula aₙ = a₁ × r(n−1) is an exponential function of n. This parallel is why studying sequences illuminates the broader relationship between linear and exponential growth — a theme central to Algebra 2 and precalculus.
| Concept | Sequences Foundation | Advanced Extension |
|---|---|---|
| Arithmetic Sequence | aₙ = a₁ + (n−1)d | Linear functions f(x) = mx + b |
| Geometric Sequence | aₙ = a₁ × r(n−1) | Exponential functions f(x) = abx |
| Recursive definitions | aₙ = aₙ₋₁ + d or aₙ₋₁ × r | Difference equations, dynamical systems |
| Finite sums (series) | Sₙ formulas for arith./geom. | Summation notation (Σ), integral calculus |
| Convergence (|r| < 1) | Terms approach zero | Infinite series, limits, Taylor series |
In more advanced courses, you'll encounter sequences that are neither arithmetic nor geometric — like the Fibonacci sequence (where aₙ = aₙ₋₁ + aₙ₋₂) — and discover that finding explicit formulas for such sequences requires techniques from linear algebra. The recursive–explicit duality you're learning now is your first encounter with one of mathematics' deepest themes: describing patterns both locally (what happens next?) and globally (what's the big picture?).
Practice Problems
Work through these five problems in order. They progress from conceptual understanding to multi-step applications and critical thinking. Try each problem on your own before revealing the answer.
Lesson Summary
An arithmetic sequence grows by adding a constant called the common difference (d), while a geometric sequence grows by multiplying by a constant called the common ratio (r). Each type can be expressed in two equivalent ways. The recursive formula defines each term from its predecessor — aₙ = aₙ₋₁ + d for arithmetic and aₙ = r × aₙ₋₁ for geometric — and requires a starting value a₁. The explicit formula gives any term directly: aₙ = a₁ + (n − 1)d for arithmetic and aₙ = a₁ × r(n−1) for geometric.
To classify a sequence, check whether consecutive differences are constant (arithmetic) or consecutive ratios are constant (geometric). Visually, arithmetic sequences produce straight lines and geometric sequences produce exponential curves. Recursive formulas excel at modeling step-by-step processes, while explicit formulas excel at direct computation of distant terms. Together, these four formulas — the twin descriptions of the two most fundamental sequence types — form the gateway to series, summation, limits, and the broader world of functions and calculus.