Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. AP Precalculus
  2. Change in Arithmetic and Geometric Sequences

AP PRECALCULUS • EXPONENTIAL AND LOGARITHMIC FUNCTIONS

Change in Arithmetic and Geometric Sequences

Understanding how constant differences and constant ratios characterize linear and exponential growth patterns.

SECTION 1

Historical Context & Motivation

The study of sequences—ordered lists of numbers governed by predictable rules—dates back to some of the earliest mathematical civilizations. Ancient Babylonian clay tablets from roughly 1800 BCE contain tables of squares and cubes that implicitly encode arithmetic progressions, while Greek mathematicians formalized the distinction between additive and multiplicative patterns. The question of how successive terms of a sequence change—whether by a constant sum or a constant product—became foundational to algebra, number theory, and ultimately to the modeling of real-world phenomena such as population dynamics, compound interest, and radioactive decay.

c. 300 BCE
Euclid's Elements
Euclid formally defined geometric progressions in Book IX and proved that the sum of a geometric series can be expressed in closed form, laying the groundwork for ratio-based analysis of sequences.
c. 500 CE
Aryabhata's Arithmetic Series
The Indian mathematician Aryabhata derived explicit formulas for the sum of arithmetic series and applied them to astronomical calculations, demonstrating the practical power of constant-difference sequences.
1202
Fibonacci's Liber Abaci
Leonardo of Pisa introduced compound-interest problems to European mathematics, showing that money growing at a fixed percentage rate follows a geometric sequence—an insight central to modern finance.
1798
Malthus's Population Model
Thomas Malthus argued that populations grow geometrically while food supplies grow arithmetically, framing one of the earliest comparisons between additive and multiplicative change as a policy concern.
Modern Era
AP Precalculus Framework
The College Board's AP Precalculus course formalizes the connection between arithmetic sequences and linear functions and between geometric sequences and exponential functions, unifying discrete and continuous perspectives.

The central question this lesson addresses is deceptively simple: What distinguishes a sequence whose terms grow by addition from one whose terms grow by multiplication, and how do these discrete patterns connect to the continuous functions—linear and exponential—that model them? Mastering this distinction is essential for the AP Precalculus exam, where you must fluently translate between recursive definitions, explicit formulas, and their function-family counterparts.

SECTION 2

Core Principles & Definitions

At its heart, the study of change in sequences rests on two contrasting mechanisms. An arithmetic sequence changes by repeatedly adding (or subtracting) the same quantity, called the common difference d. A geometric sequence changes by repeatedly multiplying by the same nonzero quantity, called the common ratio r. These two types of change correspond, respectively, to linear and exponential behavior, and recognizing which type is operating is the first analytical step in modeling any sequential data.

1

Common Difference (d)

For an arithmetic sequence, d = an+1 − an is constant for all consecutive terms. A positive d yields an increasing sequence; a negative d yields a decreasing one.
2

Common Ratio (r)

For a geometric sequence, r = an+1 / an is constant for all consecutive terms. When |r| > 1 the terms diverge from zero; when 0 < |r| < 1 the terms converge toward zero.
3

Linear Connection

An arithmetic sequence is the discrete analog of a linear function f(x) = mx + b. The common difference d plays the role of the slope m, and the initial term a0 plays the role of the y-intercept b.
4

Exponential Connection

A geometric sequence is the discrete analog of an exponential function g(x) = a · bx. The common ratio r corresponds to the base b, and the initial term a0 corresponds to the coefficient a.
5

Rate of Change Perspective

Arithmetic sequences exhibit a constant rate of change (the first differences are constant), while geometric sequences exhibit a constant percentage rate of change (each term is a fixed multiple of the previous).
✦ KEY TAKEAWAY
Think of an arithmetic sequence like a conveyor belt adding identical packages at a fixed interval—one box every minute means the total grows linearly. A geometric sequence is more like compound interest in a bank account: each period's growth is proportional to the current balance, so the total curves upward (or downward) exponentially. The constant additive change of arithmetic sequences produces straight-line behavior, while the constant multiplicative change of geometric sequences produces curved, exponential behavior.
SECTION 3

Visual Explanation

The following diagram places an arithmetic sequence and a geometric sequence side by side on coordinate axes, making their contrasting growth patterns immediately visible. The arithmetic sequence (left, in cyan) increases by a constant step, producing points that lie on a straight line. The geometric sequence (right, in pink) increases by a constant ratio, producing points that curve upward along an exponential path.

Arithmetic SequenceGeometric Sequencen (term index)aₙ246810121401234+2+2+2+2n (term index)aₙ24681012141601234×2×2×2×2
Left: Arithmetic sequence an = 1, 3, 5, 7, 9 with d = 2 (constant additive change, linear alignment). Right: Geometric sequence an = 1, 2, 4, 8, 16 with r = 2 (constant multiplicative change, exponential curvature).

Notice several key features in the diagram. On the left, the annotations +2 between every pair of consecutive points confirm that the first differences are constant—the hallmark of an arithmetic sequence. The dashed line connecting the points is straight, reinforcing the link between arithmetic sequences and linear functions. On the right, the annotations ×2 confirm that each term is obtained by multiplying the previous term by a fixed ratio. The resulting curve steepens dramatically—the spacing between consecutive points on the vertical axis grows wider and wider, which is the visual signature of exponential growth. Understanding these two visual signatures will help you quickly classify sequences on the AP exam.

SECTION 4

Mathematical Framework

The explicit and recursive formulas for arithmetic and geometric sequences encode everything about how each type changes. In this section we derive the key relationships, define all variables precisely, and connect the discrete formulas to their continuous function-family analogs.

Arithmetic Sequences

RECURSIVE DEFINITION (ARITHMETIC)
aₙ = aₙ₋₁ + d, n ≥ 1
Each term is obtained by adding the common difference d to the preceding term. Here a0 is the initial term (when indexing from 0) or a1 when indexing from 1.
EXPLICIT FORMULA (ARITHMETIC)
aₙ = a₀ + dn
This is equivalent to the slope-intercept form y = b + mx of a linear function, where a0 is the y-intercept, d is the slope, and n is the input variable. The average rate of change over any interval of equal length Δn is always d.

Geometric Sequences

RECURSIVE DEFINITION (GEOMETRIC)
aₙ = r · aₙ₋₁, n ≥ 1, r ≠ 0
Each term is obtained by multiplying the preceding term by the common ratio r. When r > 1 the sequence grows; when 0 < r < 1 it decays; when r < 0 the terms alternate in sign.
EXPLICIT FORMULA (GEOMETRIC)
aₙ = a₀ · rⁿ
This mirrors the exponential function f(x) = a · bx, where a0 is the initial value and r is the base. The sequence's successive ratios aₙ₊₁ / aₙ are constant at r, analogous to the constant percentage rate of change of an exponential function over equal-length input intervals.
💡 AP Exam Insight
The College Board often tests whether you can determine d from non-consecutive terms. If you know a3 = 11 and a7 = 27, then d = (27 − 11) / (7 − 3) = 4. Similarly, for a geometric sequence with a2 = 12 and a5 = 96, you solve r³ = 96/12 = 8, giving r = 2.
SECTION 5

Differences vs. Ratios: A Detailed Comparison

The most reliable method for identifying whether a sequence is arithmetic, geometric, or neither is to compute two things: the first differences (successive subtractions) and the successive ratios (successive divisions). If the first differences are constant the sequence is arithmetic; if the successive ratios are constant the sequence is geometric. The following table and diagram illustrate this analysis applied to two sample sequences.

Side-by-side analysis: constant first differences (arithmetic) versus constant successive ratios (geometric).
nArithmetic aₙ1st Diff (Δ)Geometric bₙRatio (bₙ/bₙ₋₁)
05—3—
18362
2113122
3143242
4173482
5203962
Identifying Sequence Type: First Differences vs. Successive RatiosARITHMETIC SEQUENCE TESTSequence: 5, 8, 11, 14, 17, 20Step 1: Compute differences8 − 5 = 311 − 8 = 314 − 11 = 317 − 14 = 320 − 17 = 3Step 2: All differences equal?YES → d = 3 ✓GEOMETRIC SEQUENCE TESTSequence: 3, 6, 12, 24, 48, 96Step 1: Compute ratios6 / 3 = 212 / 6 = 224 / 12 = 248 / 24 = 296 / 48 = 2Step 2: All ratios equal?YES → r = 2 ✓
Flowchart showing the diagnostic process: compute successive differences for arithmetic sequences and successive ratios for geometric sequences. Consistency in one column confirms the sequence type.

A critical nuance arises when you encounter a sequence that satisfies neither test. For example, the sequence 1, 4, 9, 16, 25 has first differences 3, 5, 7, 9 (not constant) and successive ratios 4, 2.25, 1.78, 1.5625 (not constant), so it is neither arithmetic nor geometric—it is a quadratic sequence (perfect squares). However, notice that the second differences (5 − 3, 7 − 5, 9 − 7) are all 2, which is constant, signaling that the underlying function is degree 2. The AP Precalculus course focuses on first differences and successive ratios because they correspond directly to linear and exponential models, respectively.

SECTION 6

Worked Example

The following problem integrates several key skills: identifying a sequence type from given terms, extracting the common difference or ratio, writing the explicit formula, and using it to find a specific term.

Finding the 20th Term of an Arithmetic Sequence

Step 1 — Identify Given Information

A sequence has a3 = 14 and a7 = 30. We are told the sequence is arithmetic. Find a20.

Step 2 — Compute the Common Difference

Since the sequence is arithmetic, we can use the relationship between any two terms: a7 = a3 + (7 − 3)d. Substituting: 30 = 14 + 4d, so 4d = 16.
d = 4

Step 3 — Find the Initial Term a₀

Using the explicit formula aₙ = a₀ + dn and the known term a3 = 14: we get 14 = a₀ + 4(3) = a₀ + 12.
a₀ = 2

Step 4 — Write the Explicit Formula

The explicit formula is aₙ = 2 + 4n. We can verify: a3 = 2 + 4(3) = 14 ✓ and a7 = 2 + 4(7) = 30 ✓.
aₙ = 2 + 4n

Step 5 — Evaluate a₂₀

Substituting n = 20: a20 = 2 + 4(20) = 2 + 80.
a₂₀ = 82

Finding a Term in a Geometric Sequence

Step 1 — Identify Given Information

A geometric sequence has a1 = 5 and a4 = 40. Find a8.

Step 2 — Compute the Common Ratio

Using the explicit formula aₙ = a₀ · rⁿ, we have a4 = a1 · r3 (since the exponent difference is 4 − 1 = 3). Substituting: 40 = 5 · r³, so r³ = 8.
r = 2

Step 3 — Find a₀

From a1 = a₀ · r¹ = a₀ · 2, and a₁ = 5, we get a₀ = 5/2 = 2.5.
a₀ = 2.5

Step 4 — Evaluate a₈

a8 = 2.5 · 28 = 2.5 · 256.
a₈ = 640
SECTION 7

Arithmetic vs. Geometric: Strengths & Limitations

Both arithmetic and geometric models are powerful tools, but each excels in different contexts and fails under specific conditions. Recognizing when each model is appropriate is as important as knowing their formulas.

Head-to-head comparison of arithmetic and geometric sequences.
FeatureArithmetic SequenceGeometric Sequence
Type of ChangeConstant additive (d per step)Constant multiplicative (×r per step)
Continuous AnalogLinear function f(x) = mx + bExponential function g(x) = a · bˣ
Long-term BehaviorGrows/decreases without bound (linearly)Grows/decays much faster (exponentially); if |r| < 1, converges to 0
Best ModelsFixed salary increases, uniform depreciation, evenly spaced measurementsCompound interest, population growth, radioactive decay, inflation
LimitationCannot model accelerating or decelerating changeUnrealistic for long-term growth in resource-limited systems (no carrying capacity)
Identifying TestConstant first differencesConstant successive ratios
✦ KEY TAKEAWAY
An arithmetic model is like filling a pool with a garden hose running at a constant flow rate—the water level rises at the same number of gallons per minute, producing a straight-line graph. A geometric model is like a viral social-media post: each person who shares it causes a fixed number of new people to see it, so the total view count doubles (or triples, etc.) in each time period, producing an exponential curve. When you must decide between these two models on the AP exam, ask: "Is the change additive or proportional?" That single question determines the model.
SECTION 8

Connection to Continuous Functions & Advanced Theory

The sequence-to-function bridge is one of the most important conceptual links in AP Precalculus. Every arithmetic sequence with common difference d defines a linear function whose slope equals d, and every geometric sequence with common ratio r defines an exponential function whose base equals r. This correspondence has deeper implications when you advance to calculus, where the derivative of a linear function is a constant (paralleling the constant first difference) and the derivative of an exponential function is proportional to the function itself (paralleling the constant ratio).

Bridging discrete sequences to continuous functions and calculus concepts.
Concept in SequencesConcept in Continuous FunctionsCalculus Extension
Common difference dSlope m in f(x) = mx + bf′(x) = m (constant derivative)
Common ratio rBase b in g(x) = a · bˣg′(x) = a · bˣ · ln(b) (proportional to g)
Constant first differencesConstant average rate of changeZero second derivative (no concavity)
Constant successive ratiosConstant percentage rate of change over equal intervalsConcavity matches sign of ln(b): always concave up if b > 1
Neither constantNeither linear nor exponential; consider polynomial, logistic, etc.Requires higher-order analysis

An important AP Precalculus topic is the semi-log plot. When a geometric sequence is plotted on a standard scale, it curves. However, if you take the logarithm of each term, the resulting values form an arithmetic sequence because log(a₀ · rⁿ) = log(a₀) + n · log(r), which is linear in n with common difference log(r). This transformation—plotting the log of the output against the input—is exactly what a semi-log scale does, and it is the standard graphical test for exponential behavior on the AP exam. If data points appear linear on a semi-log plot, the underlying model is exponential.

🔭 Looking Ahead
In AP Calculus, the idea that the derivative of an exponential function is proportional to the function itself leads directly to the study of differential equations of the form dy/dx = ky. The parameter k in that equation is precisely ln(r) from the geometric sequence perspective, completing the circle from discrete multiplicative change to continuous exponential growth.
SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
A sequence is defined by the property that every consecutive pair of terms has the same ratio. Which of the following must be true about the sequence?
PROBLEM 2 — BASIC CALCULATION
An arithmetic sequence has a₁ = 7 and a common difference d = −3. What is the value of a₁₅?
PROBLEM 3 — INTERMEDIATE
A geometric sequence has a₂ = 18 and a₅ = 486. Find the common ratio r and the first term a₀.
PROBLEM 4 — APPLIED
A pharmaceutical researcher models the concentration C(n) of a drug in a patient's bloodstream, measured every hour. After the initial dose, the data collected are: n: 0 1 2 3 4 C(n): 200 150 112.5 84.375 63.28125 (a) Show that the concentration follows a geometric sequence and determine the common ratio. (b) Write an explicit formula for C(n). (c) Determine after how many whole hours the concentration first drops below 20 mg/L. (d) Explain why a linear (arithmetic) model would be inappropriate for this scenario.
PROBLEM 5 — CRITICAL THINKING
A sequence {aₙ} satisfies the property that for all n ≥ 1, the arithmetic mean of aₙ₋₁ and aₙ₊₁ equals aₙ. (a) Prove that {aₙ} must be an arithmetic sequence. (b) A different sequence {bₙ} with all positive terms satisfies the property that for all n ≥ 1, the geometric mean of bₙ₋₁ and bₙ₊₁ equals bₙ. Prove that {bₙ} must be a geometric sequence. (c) Give an example showing that part (b) fails if the positivity condition is removed.
SUMMARY

Summary

Sequences can be classified by the nature of change between consecutive terms. An arithmetic sequence has a constant common difference d, meaning each term equals the previous term plus d, which produces constant first differences and corresponds to a linear function f(x) = a₀ + dx. A geometric sequence has a constant common ratio r, meaning each term equals the previous term times r, which produces constant successive ratios and corresponds to an exponential function g(x) = a₀ · rˣ.

To identify a sequence's type, compute both first differences and successive ratios: if the differences are constant, the model is linear; if the ratios are constant, the model is exponential. The explicit formulas aₙ = a₀ + dn and aₙ = a₀ · rⁿ allow direct computation of any term without iteration. On a semi-log plot, geometric sequences appear linear because logarithms convert multiplicative relationships into additive ones. These ideas form the conceptual bridge between discrete sequences and the continuous linear and exponential functions that are central to the AP Precalculus curriculum.

Varsity Tutors • AP Precalculus • Change in Arithmetic and Geometric Sequences