Why This Matters
Sequences and series are the backbone of pattern recognition in mathematics—and they're everywhere on your Pre-Calc exams. Whether you're calculating compound interest, analyzing population growth, or preparing for calculus concepts like limits and convergence, these formulas give you the tools to predict the nth term or find the sum of hundreds of terms in seconds. You're being tested on your ability to identify sequence types, apply the correct formula, and understand when series converge or diverge.
The key insight? Every sequence formula encodes a specific type of growth pattern. Arithmetic sequences grow by constant addition, geometric sequences grow by constant multiplication, and recursive sequences build each term from previous ones. Don't just memorize formulas—know what type of pattern each formula captures and when to reach for it. Master the connections between these formulas, and you'll handle any sequence problem thrown at you.
Defining Individual Terms
Before you can sum a sequence, you need to find specific terms. These formulas let you calculate any term directly or build terms step-by-step.
Arithmetic Sequence Formula
- an=a1+(n−1)d—calculates the nth term using the first term a1 and common difference d
- Linear growth pattern—each term increases (or decreases) by the same constant amount, creating an additive structure
- Identify by subtraction—if an−an−1 gives the same value for all consecutive pairs, you have an arithmetic sequence
Geometric Sequence Formula
- an=a1⋅r(n−1)—calculates the nth term using the first term a1 and common ratio r
- Exponential growth pattern—each term is multiplied by the same factor, creating a multiplicative structure
- Identify by division—if an−1an gives the same value for all consecutive pairs, you have a geometric sequence
Compare: Arithmetic vs. Geometric—both have "common" values, but arithmetic uses addition (d) while geometric uses multiplication (r). On FRQs, always check: is the pattern additive or multiplicative? That determines your formula choice.
Explicit Sequence Formula
- an=f(n)—provides a direct calculation for any term using only the term number n
- No previous terms needed—jump straight to the 100th term without calculating terms 1-99
- Most efficient for finding specific terms—convert recursive definitions to explicit form when possible for faster computation
Recursive Sequence Formula
- an=f(an−1,an−2,…)—defines each term based on one or more previous terms plus initial conditions
- Requires starting values—you must know a1 (and sometimes a2) to generate the sequence
- Natural for pattern description—some sequences like Fibonacci are most intuitively defined recursively, even if explicit formulas exist
Compare: Explicit vs. Recursive—explicit formulas are faster for finding single terms; recursive formulas better capture how a sequence builds. Exams often ask you to convert between them.
Summing Finite Sequences
When you need the total of multiple terms, series formulas save you from adding everything manually. Each formula matches its sequence type.
Arithmetic Series Sum Formula
- Sn=2n(a1+an)—sums n terms by averaging the first and last terms, then multiplying by the count
- Alternative form: Sn=2n(2a1+(n−1)d)—useful when you know d but haven't calculated an
- Gauss's insight—pairing terms from opposite ends gives equal sums, making this formula elegant and fast
Geometric Series Sum Formula
- Sn=a1⋅1−r1−rn for r=1—sums n terms of a geometric sequence
- Derived from factoring—multiplying the series by r and subtracting creates telescoping cancellation
- Watch for r=1—this special case means all terms equal a1, so Sn=n⋅a1
Compare: Arithmetic vs. Geometric Series—arithmetic sums use averaging (addition-based), geometric sums use the ratio formula (multiplication-based). If an FRQ gives you a sum and asks for the sequence type, check which formula works.
Infinite Series and Convergence
Infinite series introduce the critical concept of convergence—does adding forever give a finite answer?
Infinite Geometric Series Sum Formula
- S=1−ra1 when ∣r∣<1—the series converges to this finite value
- Convergence condition is critical—if ∣r∣≥1, the series diverges and has no finite sum
- Foundation for calculus limits—this formula demonstrates how infinite processes can yield finite results, a key concept you'll revisit
Compare: Finite vs. Infinite Geometric Series—finite series always have a sum; infinite series only converge when ∣r∣<1. Exam questions often test whether you check the convergence condition before applying the formula.
Notation and Special Sequences
These tools help you communicate about sequences efficiently and recognize important patterns.
Sigma Notation
- ∑i=mnf(i)—compact notation where i is the index, m is the start, n is the end, and f(i) defines each term
- Essential for series work—translates "add up all terms from m to n" into a single expression
- Properties simplify calculation—you can factor out constants, split sums, and shift indices using algebraic rules
Fibonacci Sequence Formula
- Recursive definition: Fn=Fn−1+Fn−2 with F0=0 and F1=1—each term sums the two before it
- Sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21...—memorize the first several terms for quick recognition
- Appears in nature and algorithms—from spiral shells to computer science efficiency analysis, this sequence has remarkable real-world applications
Compare: Fibonacci vs. Standard Recursive—Fibonacci requires two previous terms, not one. This makes it a second-order recurrence relation, which is more complex but creates richer patterns.
Arithmetic-Geometric Sequence Formula
- an=(a1+(n−1)d)⋅r(n−1)—combines linear growth with exponential growth in each term
- Hybrid structure—the arithmetic component (a1+(n−1)d) gets multiplied by the geometric component r(n−1)
- Financial applications—models scenarios like increasing payments with interest, common in annuity calculations
Quick Reference Table
|
| Finding the nth term directly | Arithmetic Sequence Formula, Geometric Sequence Formula, Explicit Formula |
| Building terms from previous terms | Recursive Formula, Fibonacci Sequence |
| Summing finite sequences | Arithmetic Series Sum, Geometric Series Sum |
| Summing infinite sequences | Infinite Geometric Series (when ∥r∥<1) |
| Additive (linear) growth | Arithmetic Sequence, Arithmetic Series |
| Multiplicative (exponential) growth | Geometric Sequence, Geometric Series |
| Compact summation notation | Sigma Notation |
| Hybrid growth patterns | Arithmetic-Geometric Sequence |
Self-Check Questions
-
What's the key difference between identifying an arithmetic sequence versus a geometric sequence? Which operation do you perform on consecutive terms?
-
You're given a geometric series and asked to find its sum. What must you check before using the infinite series formula S=1−ra1?
-
Compare and contrast explicit and recursive formulas: when would you prefer each, and what information do you need to use them?
-
If an FRQ describes a sequence where each term is the sum of the two preceding terms, which formula type applies? What initial conditions must be given?
-
A problem gives you a1=5, a10=50, and tells you the sequence is arithmetic. Which sum formula would you use, and why might you choose one version over the other?