Arithmetic and Geometric Sequences
1Introduction
The central task of this lecture is to distinguish additive change by a constant amount from multiplicative change by a constant factor. We define both classes by recurrences between adjacent terms and prove their general-term and finite-sum formulas.
2Definitions
Consider a real sequence . It is an {arithmetic sequence} if there is a constant such that
for every . The number is its {common difference}. This definition includes constant sequences, for which .
It is a {geometric sequence} if there is a constant such that
for every . The number is a {common ratio}. This definition includes the zero sequence arising from . For the zero sequence, every satisfies the recurrence, so the common ratio need not be unique.
3General Terms
3.1Arithmetic Sequences
For every ,
At , the right-hand side is . For , sum over :
The sum in the middle telescopes because its intermediate terms cancel, proving the formula.
3.2Geometric Sequences
For every ,
At , this follows from . If , then ; mathematical induction proves the formula. This proof uses no division and remains valid when or .
4Finite Sums
For , define
There are terms.
4.1Finite Arithmetic Sums
Add the same sum written in reverse order:
The arithmetic property makes every parenthesis equal to , and there are parentheses. This proves the formula, including the endpoint case , where it gives .
In particular, for ,
4.2Finite Geometric Sums
If , then
Write and subtract to obtain
Division by proves the formula, including . If , that division is invalid and every term equals , so instead
Both formulas include .
5Tests by Differences and Ratios
- If is the same constant for every , the sequence is arithmetic by definition.
- If for every and is the same constant, then , so the sequence is geometric.
- A ratio test cannot be applied where its denominator is zero. When zero terms may occur, test directly for a single constant , without division.
- Agreement among finitely many displayed differences or ratios does not classify an infinite sequence unless the same rule is guaranteed for every unshown term.
For example, has common difference and . The nonzero sequence has ratio and . By contrast, is geometric, but the ratio test is unavailable because is undefined.
6Structural Interpretation
The arithmetic general term is affine in the index and is a discrete counterpart of an affine function. When , a geometric sequence consists of the values of the exponential-form function at integer points. When and , its signs alternate, while makes every term after the first zero, so these cases must be distinguished from that correspondence. Moreover, a first-order recurrence is arithmetic when ; when , its deviation from an equilibrium point is geometric.
7Scope
The finite-sum identities in this lecture concern finitely many terms and require no convergence assumption. Summing an infinite geometric series requires additional conditions such as . The formulas here do not apply directly when the difference or multiplier depends on the index.
8Basic Formulas
9Summary
- Arithmetic sequences are defined by adding a constant amount; geometric sequences are defined by multiplying by a constant factor.
- General-term and finite-sum formulas must track the first term, last term, and number of terms; a geometric sum must treat separately.
- A ratio test requires nonzero denominators. When zero terms occur, test the recurrence directly.