upgrade
upgrade

📏Honors Pre-Calculus

Sequences Formulas

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

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 nnth 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+(n1)da_n = a_1 + (n-1)d—calculates the nnth term using the first term a1a_1 and common difference dd
  • Linear growth pattern—each term increases (or decreases) by the same constant amount, creating an additive structure
  • Identify by subtraction—if anan1a_{n} - a_{n-1} gives the same value for all consecutive pairs, you have an arithmetic sequence

Geometric Sequence Formula

  • an=a1r(n1)a_n = a_1 \cdot r^{(n-1)}—calculates the nnth term using the first term a1a_1 and common ratio rr
  • Exponential growth pattern—each term is multiplied by the same factor, creating a multiplicative structure
  • Identify by division—if anan1\frac{a_n}{a_{n-1}} 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 (dd) while geometric uses multiplication (rr). On FRQs, always check: is the pattern additive or multiplicative? That determines your formula choice.

Explicit Sequence Formula

  • an=f(n)a_n = f(n)—provides a direct calculation for any term using only the term number nn
  • 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(an1,an2,)a_n = f(a_{n-1}, a_{n-2}, \ldots)—defines each term based on one or more previous terms plus initial conditions
  • Requires starting values—you must know a1a_1 (and sometimes a2a_2) 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=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n)—sums nn terms by averaging the first and last terms, then multiplying by the count
  • Alternative form: Sn=n2(2a1+(n1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d)—useful when you know dd but haven't calculated ana_n
  • Gauss's insight—pairing terms from opposite ends gives equal sums, making this formula elegant and fast

Geometric Series Sum Formula

  • Sn=a11rn1rS_n = a_1 \cdot \frac{1 - r^n}{1 - r} for r1r \neq 1—sums nn terms of a geometric sequence
  • Derived from factoringmultiplying the series by rr and subtracting creates telescoping cancellation
  • Watch for r=1r = 1—this special case means all terms equal a1a_1, so Sn=na1S_n = n \cdot a_1

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=a11rS = \frac{a_1}{1 - r} when r<1|r| < 1—the series converges to this finite value
  • Convergence condition is critical—if r1|r| \geq 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|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)\sum_{i=m}^{n} f(i)—compact notation where ii is the index, mm is the start, nn is the end, and f(i)f(i) defines each term
  • Essential for series work—translates "add up all terms from mm to nn" 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=Fn1+Fn2F_n = F_{n-1} + F_{n-2} with F0=0F_0 = 0 and F1=1F_1 = 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+(n1)d)r(n1)a_n = (a_1 + (n-1)d) \cdot r^{(n-1)}—combines linear growth with exponential growth in each term
  • Hybrid structure—the arithmetic component (a1+(n1)d)(a_1 + (n-1)d) gets multiplied by the geometric component r(n1)r^{(n-1)}
  • Financial applications—models scenarios like increasing payments with interest, common in annuity calculations

Quick Reference Table

ConceptBest Examples
Finding the nnth term directlyArithmetic Sequence Formula, Geometric Sequence Formula, Explicit Formula
Building terms from previous termsRecursive Formula, Fibonacci Sequence
Summing finite sequencesArithmetic Series Sum, Geometric Series Sum
Summing infinite sequencesInfinite Geometric Series (when r<1\|r\| < 1)
Additive (linear) growthArithmetic Sequence, Arithmetic Series
Multiplicative (exponential) growthGeometric Sequence, Geometric Series
Compact summation notationSigma Notation
Hybrid growth patternsArithmetic-Geometric Sequence

Self-Check Questions

  1. What's the key difference between identifying an arithmetic sequence versus a geometric sequence? Which operation do you perform on consecutive terms?

  2. You're given a geometric series and asked to find its sum. What must you check before using the infinite series formula S=a11rS = \frac{a_1}{1-r}?

  3. Compare and contrast explicit and recursive formulas: when would you prefer each, and what information do you need to use them?

  4. 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?

  5. A problem gives you a1=5a_1 = 5, a10=50a_{10} = 50, and tells you the sequence is arithmetic. Which sum formula would you use, and why might you choose one version over the other?