Sequences and series are the backbone of pattern recognition in mathematics, and they show up everywhere in Honors Algebra II, from modeling real-world growth to laying the foundation for calculus. You're being tested on your ability to distinguish between arithmetic vs. geometric behavior, recursive vs. explicit representations, and finite vs. infinite sums.
Every sequence formula encodes a specific type of pattern. Arithmetic sequences grow by addition (linear growth), while geometric sequences grow by multiplication (exponential growth). When you understand why each formula works, you can derive them on the fly, recognize which to apply in word problems, and handle FRQ-style questions that ask you to compare or combine different sequence types.
Arithmetic Patterns: Growth by Addition
Arithmetic sequences and series are built on constant differences. Each term increases (or decreases) by the same amount, producing a linear pattern that's straightforward to model and sum.
Arithmetic Sequence Formula
anโ=a1โ+(nโ1)d gives you any term directly. a1โ is the first term, d is the common difference.
Common differenced stays constant throughout. Find it by subtracting any term from the next: d=an+1โโanโ. For example, in the sequence 5,8,11,14,โฆ, the common difference is d=8โ5=3.
Linear relationship. If you plot term number vs. term value, you get a straight line with slope d and y-intercept a1โโd.
Arithmetic Series Sum Formula
Snโ=2nโ(a1โ+anโ) calculates the sum of n terms by averaging the first and last terms, then multiplying by n.
Alternate form:Snโ=2nโ(2a1โ+(nโ1)d) works when you don't know the last term. Use this when you're given only a1โ, d, and n.
Why it works (Gauss's insight): If you pair terms from opposite ends of the sequence, each pair has the same sum. For instance, in 1+2+3+โฆ+100, pairing 1+100, 2+99, 3+98, etc., gives 50 pairs that each sum to 101, so S100โ=50ร101=5050.
Compare: Arithmetic Sequence vs. Arithmetic Series. The sequence formula finds individual terms while the series formula finds cumulative sums. On exams, read carefully: "find the 20th term" needs anโ, but "find the sum of the first 20 terms" needs Snโ.
Geometric Patterns: Growth by Multiplication
Geometric sequences multiply by a constant ratio each time, producing exponential behavior. This multiplicative pattern models compound interest, population growth, and decay processes.
Geometric Sequence Formula
anโ=a1โโ rnโ1 gives any term directly. a1โ is the first term, r is the common ratio.
Common ratior is found by dividing any term by the previous one: r=anโan+1โโ. For example, in 2,6,18,54,โฆ, the common ratio is r=26โ=3.
Exponential behavior. When โฃrโฃ>1, terms grow without bound. When โฃrโฃ<1, terms shrink toward zero. When r is negative, terms alternate in sign.
Geometric Series Sum Formula (Finite)
Snโ=a1โโ 1โr1โrnโ sums the first n terms. This is only valid when r๎ =1. (If r=1, every term equals a1โ, so Snโ=nโ a1โ.)
Derivation trick. Multiply Snโ by r, then subtract from the original Snโ. Most terms cancel, leaving SnโโrSnโ=a1โโa1โrn, which factors to Snโ(1โr)=a1โ(1โrn). This is a classic exam derivation question.
Sign tip. If r>1, you can rewrite as Snโ=a1โโ rโ1rnโ1โ to avoid negative values in both the numerator and denominator.
Infinite Geometric Series Sum Formula
S=1โra1โโ gives the sum of infinitely many terms, but only whenโฃrโฃ<1.
Why it converges. When โฃrโฃ<1, each successive term gets smaller and smaller, approaching zero. The partial sums settle toward a finite value. If โฃrโฃโฅ1, the terms don't shrink, so the sum diverges (no finite answer exists).
Calculus preview. This formula is your first encounter with infinite processes producing finite answers, which is the core idea behind limits.
Compare: Finite vs. Infinite Geometric Series. Finite series use Snโ=a1โโ 1โr1โrnโ for any r๎ =1, but infinite series require โฃrโฃ<1 to converge. If a problem asks whether a sum "exists," check the ratio first.
Explicit vs. Recursive: Two Ways to Define Sequences
Every sequence can be described two ways: explicitly (a direct formula for any term) or recursively (each term depends on previous terms). Understanding both representations, and converting between them, is a core Algebra II skill.
Explicit Sequence Formula
anโ=f(n) computes any term directly from its position number. No previous terms needed.
Efficiency advantage. Want the 100th term? Plug in n=100 without calculating terms 1 through 99.
The arithmetic and geometric formulas you already know are explicit: anโ=a1โ+(nโ1)d and anโ=a1โโ rnโ1 both let you jump straight to any term.
Recursive Sequence Formula
anโ=f(anโ1โ,anโ2โ,โฆ) defines each term using previous terms, plus initial conditions (starting values) to anchor the sequence.
Natural for modeling. Recursive definitions often match how real processes work. For example, a bank balance today equals yesterday's balance plus interest earned.
Requires iteration. Finding the 100th term means calculating all 99 terms before it, unless you can convert to an explicit form.
Compare: Explicit vs. Recursive. Explicit formulas are faster for finding distant terms, but recursive formulas better capture how a sequence grows step-by-step. Exam questions often ask you to convert one form to the other.
Special Sequences: Fibonacci and Hybrid Patterns
Some sequences don't fit neatly into arithmetic or geometric categories. They combine patterns or follow unique rules, and they test your ability to apply sequence concepts flexibly.
Fibonacci Sequence Formula
Recursive definition:Fnโ=Fnโ1โ+Fnโ2โ with F0โ=0 and F1โ=1. Each term is the sum of the two before it, giving 0,1,1,2,3,5,8,13,21,โฆ
Binet's explicit formula:Fnโ=5โฯnโ(1โฯ)nโ where ฯ=21+5โโโ1.618 is the golden ratio. Despite the irrational numbers involved, this always produces integers.
Why it matters. The Fibonacci sequence appears in spiral patterns in nature, algorithm analysis, and more. It's the classic example of converting a recursive definition into an explicit formula.
Arithmetic-Geometric Sequence Formula
anโ=(a1โ+(nโ1)d)โ rnโ1 combines linear and exponential growth. The arithmetic part gets multiplied by the geometric part.
Financial applications. This models scenarios like making increasing payments into an account that earns compound interest.
Harder to sum. Series formulas for these require techniques beyond standard Algebra II, but recognizing the pattern itself is testable.
Compare: Fibonacci vs. Standard Recursive. Fibonacci uses two previous terms (anโ1โ+anโ2โ), while basic recursive sequences typically use just one. This second-order recursion creates the distinctive Fibonacci growth pattern.
Connections to Combinatorics: The Binomial Theorem
The Binomial Theorem generates sequences of coefficients that appear throughout algebra and probability. It's the bridge between sequences and polynomial expansion.
Binomial Theorem for Sequences
(a+b)n=k=0โnโ(knโ)anโkbk expands any binomial power into a sum of terms.
Binomial coefficients(knโ)=k!(nโk)!n!โ form Pascal's Triangle. Each row is itself a sequence with useful symmetry properties: (knโ)=(nโknโ).
Connects to probability. The coefficients count combinations, making this essential for binomial distributions and counting problems.
Quick Reference Table
Concept
Best Examples
Linear/Additive Growth
Arithmetic Sequence, Arithmetic Series
Exponential/Multiplicative Growth
Geometric Sequence, Finite Geometric Series
Convergence & Limits
Infinite Geometric Series ($$
Direct Term Calculation
Explicit Formula, Binet's Formula
Step-by-Step Definition
Recursive Formula, Fibonacci Sequence
Hybrid Patterns
Arithmetic-Geometric Sequence
Combinatorial Sequences
Binomial Theorem, Pascal's Triangle
Self-Check Questions
Both arithmetic and geometric sequences have explicit formulas for anโ. What's the key structural difference between anโ=a1โ+(nโ1)d and anโ=a1โโ rnโ1, and what type of growth does each represent?
You're given a geometric series with a1โ=12 and r=0.5. Can you find both the sum of the first 6 terms AND the sum of infinitely many terms? Which formula applies to each?
Compare explicit and recursive formulas: If you need to find the 50th term of a sequence quickly, which type do you want? If you're modeling a process where each step depends on the previous one, which is more natural?
The Fibonacci sequence is defined recursively, but Binet's formula is explicit. Why might you prefer the recursive definition for understanding the pattern, but the explicit formula for computation?
A problem gives you the sequence 3,6,12,24,โฆ and asks for the sum of the first 10 terms. Identify the sequence type, write the appropriate sum formula, and explain why you can't use the infinite series formula here.