Change in arithmetic and geometric sequences — AP Precalculus
1. Core Concepts of Discrete Sequence Change ★★☆☆☆ ⏱ 3 min
Sequences are discrete functions with domains restricted to subsets of integers, so analyzing change follows the same logic as continuous functions but adapted to discrete inputs. This topic makes up 3–5% of the total AP Precalculus exam score, appearing in both multiple-choice and free-response sections. It acts as a critical bridge between linear change (Unit 1) and the exponential change that forms the core of Unit 2.
2. Change in Arithmetic Sequences ★★☆☆☆ ⏱ 4 min
The sequence difference operator gives the additive change between consecutive terms, defined as:
\Delta a_n = a_{n+1} - a_n
By definition, for any arithmetic sequence, $\Delta a_n = d$ (constant) for all $n$. This constant consecutive change is the defining property of arithmetic sequences. The explicit form of an arithmetic sequence starting at $n=0$ is $a_n = a_0 + nd$, and average rate of change over any interval from $n=k$ to $n=m$ is always constant:
\frac{a_m - a_k}{m - k} = d
Exam tip: When a problem gives you non-consecutive terms of an arithmetic sequence, calculate the common difference directly as $d = \frac{a_j - a_i}{j-i}$ without solving for the initial term first, to save time on MCQs.
3. Change in Geometric Sequences ★★★☆☆ ⏱ 4 min
Geometric sequences are discrete exponential sequences defined by a constant common ratio $r$, the constant proportional change between consecutive terms. By definition, the ratio of any two consecutive terms is constant:
\frac{a_{n+1}}{a_n} = r \quad \text{for all } n
Unlike arithmetic sequences, the additive change between consecutive terms of a geometric sequence is not constant:
\Delta a_n = a_{n+1} - a_n = a_n(r-1)
Additive change is proportional to the current term value, which is the discrete equivalent of the continuous exponential property that the derivative of an exponential function is proportional to the function's value. For non-consecutive terms separated by $k$ positions, the proportional change is constant:
\frac{a_{n+k}}{a_n} = r^k
The explicit form for a sequence starting at $n=0$ is $a_n = a_0 r^n$, or $a_n = a_1 r^{n-1}$ for sequences starting at $n=1$. Unlike arithmetic sequences, the average rate of change over an interval of a geometric sequence is not constant.
Exam tip: If the problem does not specify all terms are positive, remember that $r^k = c$ (for positive $c$ and even $k$) has two solutions: $r = \sqrt[k]{c}$ and $r = -\sqrt[k]{c}$. Do not forget the negative solution unless explicitly told to rule it out.
4. Comparing Long-Term Growth ★★★★☆ ⏱ 3 min
A key AP Precalculus skill is comparing the long-term behavior of increasing arithmetic (discrete linear) and increasing geometric (discrete exponential) sequences as $n$ grows large. For any increasing arithmetic sequence ($d>0$) and any increasing geometric sequence ($r>1$), exponential growth will always outpace linear growth for sufficiently large $n$, even if the arithmetic sequence is larger for small values of $n$. This question often requires testing integer values (or using logarithms) to find the minimum $n$ where the geometric sequence surpasses the arithmetic sequence.
Exam tip: When asked for the minimum $n$ where a geometric sequence exceeds an arithmetic sequence, always check the integer one below your candidate value. Exams regularly include the candidate value one above the correct answer as a MCQ distractor.
Common Pitfalls
Why: Students confuse the defining multiplicative property of geometric sequences with the question's request for 'change', which is always additive unless explicitly stated otherwise
Why: Students are used to finding $d$ from consecutive terms, so they forget to divide by the gap in indices
Why: Students forget that geometric sequences with $0<r<1$ decay to zero, so they can exceed an increasing arithmetic sequence for small $n$ then fall behind permanently
Why: Confusion between sequences starting at $n=0$ vs $n=1$ is extremely common
Why: Students confuse consecutive change (change over 1 step) with change over multiple steps