BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus II: Integral Calculus - Integration, Series, and Parametric EquationsChapter Study Guide: Sequences
Study Guide878 words

Chapter Study Guide: Sequences

Sequences

Learning Objectives

By the end of this study guide, you should be able to:

  • Find the formula for the general term of a sequence.
  • Calculate the limit of a sequence if it exists.
  • Determine the convergence or divergence of a given sequence.

Key Terms & Glossary

  • Infinite Sequence: An ordered list of numbers of the form a1,a2,a3,…,an,…a_1, a_2, a_3, \dots, a_n, \dotsa1​,a2​,a3​,…,an​,…
  • Term: Each individual number in a sequence (e.g., ana_nan​ is the nthn^{\text{th}}nth term).
  • Index Variable: The subscript (usually nnn) indicating the position of a term within the sequence.
  • Explicit Formula: A mathematical expression that computes the nthn^{\text{th}}nth term andirectlyasafunctionoftheindexna_n directly as a function of the index nan​directlyasafunctionoftheindexn.
  • Recurrence Relation: A mathematical expression defining the nthn^{\text{th}}nth term ana_nan​ based on one or more preceding terms in the sequence.
  • Arithmetic Sequence: A sequence where the difference between any pair of consecutive terms is a constant value.
  • Geometric Sequence: A sequence where the ratio of any pair of consecutive terms is a constant value.

The "Big Idea"

Sequences can be fundamentally understood as functions whose domain is restricted to the positive integers. Instead of the continuous curves you studied in differential calculus, sequences represent discrete, ordered lists of values. By finding explicit mathematical patterns (formulas) for these lists, we can analyze their long-term behavior as nnn approaches infinity. This forms the foundational concept for understanding whether an infinite list of numbers settles on a specific limit (convergence) or fails to do so (divergence), ultimately paving the way for the study of infinite series.

[!NOTE] Although sequences most commonly begin with an index of n=1,theycantechnicallystartatn=0n = 1, they can technically start at n = 0n=1,theycantechnicallystartatn=0 or any other integer depending on the mathematical context.

Formula / Concept Box

Sequence TypeRecursive FormulaExplicit FormulaCommon Example
Arithmetican=an−1+da_n = a_{n-1} + dan​=an−1​+dan=a1+d(n−1)a_n = a_1 + d(n-1)an​=a1​+d(n−1)$2, 4, 6, 8, \dots( ((d=2$)
Geometrican=r⋅an−1a_n = r \cdot a_{n-1}an​=r⋅an−1​an=a1⋅rn−1a_n = a_1 \cdot r^{n-1}an​=a1​⋅rn−1$2, 4, 8, 16, \dots( ((r=2$)
AlternatingN/AContains (−1)n(-1)^n(−1)n or (−1)n+1(-1)^{n+1}(−1)n+1−1,1,−1,1,…-1, 1, -1, 1, \dots−1,1,−1,1,…

Hierarchical Outline

  • 1. Terminology of Sequences
    • Infinite Sequence Definition: Denoted using set notation as {an}n=1∞\{a_n\}_{n=1}^{\infty}{an​}n=1∞​, representing a strictly ordered list.
    • Index Variable: The nnn in ana_nan​, anchoring the term to a specific position.
    • Generation Methods: Sequences are built either by an explicit formula (plugging in nnn) or a recurrence relation (bootstrapping from previous terms).
  • 2. Graphing Sequences
    • Because a sequence is a function mapped over positive integers, points are plotted as coordinates (n,an)(n, a_n)(n,an​).
    • The graph forms a set of discrete, disconnected dots.
  • 3. Common Classifications
    • Arithmetic Sequences: Maintain a constant difference (ddd).
    • Geometric Sequences: Maintain a constant ratio (rrr).
    • Alternating Sequences: Flip signs between positive and negative, constructed using an oscillating factor like (−1)n(-1)^n(−1)n.

Visual Anchors

Loading Diagram...
Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • Infinite Sequence
    • Definition: A function whose domain is the set of positive integers, resulting in an ordered, never-ending list.
    • Real-World Example: The sequence of leap years starting from 2000: {2000,2004,2008,2012,… }\{2000, 2004, 2008, 2012, \dots\}{2000,2004,2008,2012,…}.
  • Arithmetic Sequence
    • Definition: A sequence where each term equals the previous term plus a constant difference ddd.
    • Real-World Example: A taxi meter that starts at a $3 base fare and adds $2 per mile. The cost at mile nnn forms the sequence: {3,5,7,9,… }\{3, 5, 7, 9, \dots\}{3,5,7,9,…}.
  • Geometric Sequence
    • Definition: A sequence where each term equals the previous term multiplied by a constant ratio rrr.
    • Real-World Example: The population of a bacteria colony that doubles every hour. If it starts at 100, the hourly populations form the sequence: {100,200,400,800,… }\{100, 200, 400, 800, \dots\}{100,200,400,800,…}.
  • Alternating Sequence
    • Definition: A sequence whose terms strictly alternate between positive and negative values.
    • Real-World Example: The net balance sequence of a bank account where a person alternates between depositing $50 and withdrawing $50 every day: {50,−50,50,−50,… }\{50, -50, 50, -50, \dots\}{50,−50,50,−50,…}.

Worked Examples

Example 1: Finding an Explicit Formula for an Alternating Sequence

Problem: Find an explicit formula for the nthtermofthesequence{−25,58,−811,1114,… }n^{\text{th}} term of the sequence \{-\frac{2}{5}, \frac{5}{8}, -\frac{8}{11}, \frac{11}{14}, \dots\}nthtermofthesequence{−52​,85​,−118​,1411​,…}.

Step-by-Step Solution:

  1. Handle the alternating sign: The sequence goes negative, positive, negative, positive. Because the odd terms (n=1,3)arenegative,thesequencemustincludeafactorof(−1)nn=1, 3) are negative, the sequence must include a factor of (-1)^nn=1,3)arenegative,thesequencemustincludeafactorof(−1)n.
  2. Analyze the numerators: The absolute values of the numerators are $2, 5, 8, 11. The difference between consecutive terms is 3. This is an arithmetic sequence with a_1=2andandandd=3.Theexplicitformulaforthenumeratoris$2+3(n−1)=3n−1. The explicit formula for the numerator is $2 + 3(n-1) = 3n - 1.Theexplicitformulaforthenumeratoris$2+3(n−1)=3n−1.
  3. Analyze the denominators: The denominators are $5, 8, 11, 14. The constant difference is 3. This is an arithmetic sequence with a_1=5andandandd=3.Theexplicitformulaforthedenominatoris$5+3(n−1)=3n+2. The explicit formula for the denominator is $5 + 3(n-1) = 3n + 2.Theexplicitformulaforthedenominatoris$5+3(n−1)=3n+2.
  4. Combine the components: an=(−1)n3n−13n+2a_n = (-1)^n \frac{3n - 1}{3n + 2}an​=(−1)n3n+23n−1​

Example 2: Converting a Recurrence Relation to an Explicit Formula

Problem: A sequence is defined by the recurrence relation a1=3a_1 = 3a1​=3 and an=2an−1a_n = 2a_{n-1}an​=2an−1​ for n≥2n \ge 2n≥2. Find its explicit formula.

Step-by-Step Solution:

  1. Write out the first few terms to spot the pattern:
    • a1=3a_1 = 3a1​=3
    • a2=2(3)=6a_2 = 2(3) = 6a2​=2(3)=6
    • a3=2(6)=12a_3 = 2(6) = 12a3​=2(6)=12
    • a4=2(12)=24a_4 = 2(12) = 24a4​=2(12)=24
  2. Identify the sequence type: The ratio of consecutive terms is consistently 2. Therefore, this is a geometric sequence where the common ratio r=2andthestartingterma1=3r = 2 and the starting term a_1 = 3r=2andthestartingterma1​=3.
  3. Apply the general explicit geometric formula: Substitute the values into an=a1⋅rn−1a_n = a_1 \cdot r^{n-1}an​=a1​⋅rn−1.
  4. Final Formula: an=3(2)n−1a_n = 3(2)^{n-1}an​=3(2)n−1

Checkpoint Questions

▶1. What is the fundamental difference between an explicit formula and a recurrence relation?

An explicit formula allows you to calculate the nthtermdirectlyusingonlytheindexpositionnn^{\text{th}} term directly using only the index position nnthtermdirectlyusingonlytheindexpositionn (e.g., an=2n).Arecurrencerelationrequiresyoutocalculateorknowprevioustermsinordertofindthenextterm(e.g.,an=an−1+2a_n = 2n). A recurrence relation requires you to calculate or know previous terms in order to find the next term (e.g., a_n = a_{n-1} + 2an​=2n).Arecurrencerelationrequiresyoutocalculateorknowprevioustermsinordertofindthenextterm(e.g.,an​=an−1​+2).

▶2. Is the sequence $a_n = \frac{n}{n+1}$ an arithmetic sequence, a geometric sequence, or neither?

Neither. If we calculate the first few terms: 12,23,34,…\frac{1}{2}, \frac{2}{3}, \frac{3}{4}, \dots21​,32​,43​,…


The difference is not constant (23−12=16\frac{2}{3} - \frac{1}{2} = \frac{1}{6}32​−21​=61​, but 34−23=112\frac{3}{4} - \frac{2}{3} = \frac{1}{12}43​−32​=121​).


The ratio is also not constant (2/31/2=43\frac{2/3}{1/2} = \frac{4}{3}1/22/3​=34​, but 3/42/3=98\frac{3/4}{2/3} = \frac{9}{8}2/33/4​=89​).

▶3. If a sequence is treated as a mathematical function, how does its graph visually differ from a typical function like $f(x) = x^2$?

Because the domain of a sequence is restricted to discrete positive integers (n=1,2,3,…n=1, 2, 3, \dotsn=1,2,3,…), its graph consists only of disconnected, individual coordinate points rather than a continuous, smooth curve.

▶4. Write the explicit formula for a geometric sequence where the first term is 5 and the ratio between consecutive terms is 3.

an=5(3)n−1a_n = 5(3)^{n-1}an​=5(3)n−1

All Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Study Resources

Related Notes

  • Alternating Series: Convergence, Remainders, and Classification1,058 words
  • Approximating Areas: Left and Right Endpoint Methods834 words
  • Arc Length of a Curve and Surface Area Study Guide860 words
  • Study Guide: Area and Arc Length in Polar Coordinates732 words
  • Areas Between Curves: Calculus Study Guide1,215 words
  • Chapter Study Guide: Basics of Differential Equations947 words
  • Calculus of Parametric Curves: Comprehensive Study Guide1,134 words
  • Calculus of the Hyperbolic Functions894 words
  • Study Guide: Comparison Tests for Infinite Series1,056 words
  • Conic Sections: Comprehensive Study Guide912 words
  • Determining Volumes by Slicing: Chapter Study Guide940 words
  • Study Guide: Direction Fields and Numerical Methods923 words

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus II: Integral Calculus - Integration, Series, and Parametric Equations ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.