Unit 10: Infinite Sequences and Series
Sequences: Definitions, Notation, and Limits
A sequence is an infinite succession (list) of numbers arranged in a specific order, usually generated by a rule. In calculus, you typically write a sequence as (read “the sequence ”), where is the th term and is always an integer (usually a positive integer).
Formally, a sequence is a function whose domain is the positive integers. The key idea is that sequences let you study what happens “in the long run” as becomes very large.
A common example is
Beginning with , the terms are
Why sequences matter
Sequences are the foundation for infinite series. A series is built by adding up terms of a sequence. Before you can decide whether an infinite sum makes sense, you need language for whether the terms approach a value, approach zero, oscillate, or blow up.
Common sequence behaviors
A convergent sequence is one where the limit exists and is a finite real number. If that limit exists and equals , you write
A divergent sequence is one where the limit does not exist or is infinite (goes to or ).
An oscillating sequence is a common kind of divergence where the terms bounce between values and never settle, such as
The official (epsilon) definition of sequence limit
A sequence has a limit if for any there is an associated positive integer such that
for all
If so, the sequence converges to .
How you actually evaluate limits of sequences
Many limits of sequences can be treated like limits of functions by thinking of as “very large.” In AP Calculus, you can safely use the same limit tools you learned for functions as long as you reason correctly.
Common strategies include using known limits (like ), dominant-term reasoning (especially for rational expressions in ), and the Squeeze Theorem (trapping a sequence between two others with the same limit).
Example 1 (dominant terms): Find
Divide numerator and denominator by :
As , the fractions go to , so
Example 2 (Squeeze idea): Consider
Because and , you get
A crucial necessary condition for series later
If you plan to add terms of a sequence as a series, a non-negotiable fact is:
If converges, then
This does not mean that if then the series converges. That false reversal causes lots of wrong answers (for example, the harmonic series has terms going to zero but still diverges).
Exam Focus
- Typical question patterns:
- Evaluate for an explicit formula .
- Decide whether a sequence converges or diverges, sometimes with oscillation.
- Use the fact “series convergent implies terms go to zero” as a quick divergence check.
- Common mistakes:
- Assuming guarantees converges.
- Thinking you “can’t” take limits because is discrete (you can).
- Treating an oscillating sequence as “no limit” without checking if it actually approaches a single value.
- Losing track of dominant powers when simplifying rational expressions in .
Infinite Series: Partial Sums, Convergence, and First Examples
An infinite series is an expression of the form
In sigma notation, the associated series of a sequence is
An “infinite sum” only makes sense if the running totals settle toward a finite number.
Partial sums are the definition
The rigorous meaning of
comes from partial sums:
If the sequence of partial sums converges to a limit , meaning
then the series converges and is called the **sum** of the series. If diverges, then the series diverges and has no sum.
(Heuristically, as increases you include more and more terms, so when the partial sums approach a limit, that limit is the value the infinite sum is defined to have.)
The nth-term test for divergence
The simplest test is the nth-term test:
If
or the limit does not exist, then
diverges.
This is only a one-way test: if , you still need more information.
Geometric series (finite and infinite)
A geometric series has terms with a constant ratio. Two common index forms are:
or
These show up often on the AP exam: you’re often asked whether the series converges or diverges, and if it converges, to what value.
A geometric series converges if and only if
It diverges if
and when
the partial sums grow linearly.
For instance,
converges, while
diverges.
Finite geometric sum formula (first terms): If the first term is and the common ratio is , then the sum of the first terms is
Why this works (algebra trick): Write
Multiply by and subtract:
Subtracting gives
so
and dividing by produces the formula above.
Infinite geometric sum: If then
and the infinite sum is
Example 1 (geometric): Find
Here and , and since it converges:
Common misconception: Students sometimes apply the geometric sum formula even when .
Telescoping series
A telescoping series is one where algebraic rewriting creates massive cancellation in partial sums.
Example 2 (telescoping): Evaluate
Partial sums:
Writing out terms shows everything cancels except the first and last negative term, giving
Then
So the series converges to .
Exam Focus
- Typical question patterns:
- Use partial sums to justify a telescoping sum.
- Identify a geometric series embedded in an expression and compute its sum.
- Apply the nth-term test quickly to prove divergence.
- Common mistakes:
- Forgetting that the nth-term test only proves divergence, not convergence.
- Using when the series starts at without adjusting the first term.
- Missing cancellation in telescoping series because you do not write out several terms.
- Applying geometric convergence rules without checking .
Benchmark Series: Harmonic and p-Series (and Why They’re So Useful)
Some series appear so often that they become “benchmarks” you compare other series to.
The harmonic series
The harmonic series is
It diverges. This is surprising at first because
but the partial sums still grow without bound (very slowly, but unbounded).
p-series
A p-series is
It has a complete convergence rule:
- Converges if
- Diverges if
In particular, it diverges for the range
and the harmonic series is the special case .
Why p-series matter
Many complicated-looking terms behave “like” for large . If you can compare your series to a p-series, you can decide convergence without needing an exact sum.
Example 1: Determine whether
converges.
This is a p-series with
so it converges.
Example 2: Determine whether
converges.
This is a classic borderline type. A standard approach uses the integral test (see later). The key warning is that “a little smaller than ” is not automatically enough to guarantee convergence.
Exam Focus
- Typical question patterns:
- Recognize a p-series and decide convergence from .
- Compare a new series to or .
- Use “harmonic diverges” to justify divergence of a related series.
- Common mistakes:
- Thinking any converges because terms go to zero.
- Confusing the condition with .
- Treating logarithms as powers (they grow much more slowly than any positive power).
Convergence Tests for Series with Positive Terms
Many important tests assume (at least eventually). When all terms are positive, partial sums increase, so the only question is whether they level off (converge) or grow without bound (diverge).
Direct comparison test
Suppose
for all sufficiently large .
- If converges, then converges.
- If diverges, then diverges.
Example 1 (comparison to p-series): Test
Since
we have
and converges, so the given series converges.
A common mistake is to flip the inequality the wrong way. With denominators, a bigger denominator means a smaller fraction.
Limit comparison test
The direct comparison test can be hard because you must find a clean inequality. The limit comparison test avoids that by comparing ratios.
Let and and compute
If
then and either both converge or both diverge.
Example 2: Test
For large this behaves like
Choose
Then
Since and diverges, the given series diverges.
Integral test
If is positive, continuous, and decreasing for
and
then
and
either both converge or both diverge.
Example 3: Test
Let
Then
Substitute
so
to get
This converges, so the series converges.
Ratio test
The ratio test is powerful when factorials, exponentials, or repeated products appear.
For , compute
- If , the series converges.
- If (or ), the series diverges.
- If , the test is inconclusive.
Example 4: Test
Let
Then
So
Therefore the series converges.
Root test
The root test is often useful when terms look like something to the th power.
Compute
- If , the series converges.
- If , the series diverges.
- If , inconclusive.
Example 5: Test
Let
Then
So
Since , the series converges.
Exam Focus
- Typical question patterns:
- Decide which test to use based on the form (powers, factorials, rational functions, logs).
- Use comparison/limit comparison to a p-series.
- Use ratio test with factorials or exponentials.
- Use the integral test on classic forms like .
- Common mistakes:
- Using the integral test when is not decreasing or not positive.
- Forgetting that ratio/root tests can be inconclusive at .
- Setting up limit comparison with a poor choice of (choose the dominant behavior).
- Thinking “smaller than a divergent series” is enough to prove convergence (it is not).
Alternating Series, Absolute vs Conditional Convergence
Not all series have positive terms. Many important series alternate signs, such as
where .
Alternating series test (Leibniz test)
An alternating series
converges if all of the following are true (at least eventually):
- The terms alternate in sign (the factor enforces this).
- is decreasing.
- .
Example 1: Test
Here decreases and goes to , so the series converges.
Absolute convergence vs conditional convergence
Given a series , consider the series of absolute values .
- Absolutely convergent means converges. Then also converges.
- Conditionally convergent means converges, but diverges.
This is sometimes summarized as the Absolute Convergence Theorem:
If
converges, then
converges.
Example 2 (conditional): The series
converges by the alternating series test, but
diverges, so it is conditionally convergent.
Example 3 (absolute): Test
Check absolute convergence:
Use the ratio test with :
So
Since , the absolute value series converges, so the original series converges absolutely.
Alternating series error estimate (remainder bound)
If an alternating series converges by the alternating series test, then the error when approximating the infinite sum by the th partial sum is bounded by the next term.
Let
and let be the partial sum through . Then the remainder
satisfies
Equivalently, if you sum the first 10 terms, the error is less than the absolute value of the 11th term.
Example 4 (error control): How many terms of
are needed to approximate the sum within ?
We need
So
and
Using the first 999 terms guarantees error at most .
Exam Focus
- Typical question patterns:
- Determine whether an alternating series converges, and whether it is absolute or conditional.
- Use ratio/root to check absolute convergence first.
- Use the alternating series remainder bound to find the number of terms needed for a desired accuracy.
- Common mistakes:
- Forgetting to verify is decreasing for the alternating series test.
- Assuming “alternating” automatically means convergent.
- Confusing conditional vs absolute convergence (always check ).
- Using instead of the theorem’s “next term” .
Power Series: Building Functions from Infinite Polynomials
A power series centered at has the form
where are constants. It is like an infinite-degree polynomial.
Why power series matter
Power series turn difficult function questions into algebra. If a function can be represented as a power series, you can differentiate and integrate term-by-term (within its interval of convergence), approximate values, and estimate errors.
Convergence depends on
Unlike a number series, a power series may converge for some values and diverge for others. There is always an interval of convergence, typically
where is the radius of convergence.
- If , the series converges (often absolutely).
- If , the series diverges.
- If , you must test endpoints separately.
Special cases worth knowing:
- If the series converges only when , then .
- If the series converges absolutely for all real , then .
Also, pay attention to where the index starts. Starting at versus changes the first term but does not change convergence behavior; you may need to rewrite a series to match a known form.
Finding the radius and interval of convergence (ratio test)
Let
Compute
and solve
for .
A common “shortcut” form (when the needed limit exists) is that the radius can be found by solving
Example 1 (interval of convergence): Find the interval of convergence of
Let
Then
So
Ratio test gives convergence for
which is . Now test endpoints:
- At the series becomes , which converges by the alternating series test.
- At the series becomes , which diverges (harmonic).
So the interval of convergence is
Term-by-term differentiation and integration
If a power series converges on , then inside that interval you may differentiate and integrate term-by-term, producing new power series with the same radius of convergence.
If
then for ,
and
Example 2 (differentiate a power series): Suppose
This is geometric with
for
Differentiate term-by-term:
Differentiate the closed form:
Therefore, for ,
Exam Focus
- Typical question patterns:
- Use the ratio test to find radius and interval of convergence.
- Test endpoint convergence using alternating, p-series, comparison, etc.
- Differentiate/integrate a power series and state the new interval of convergence.
- Common mistakes:
- Forgetting endpoint testing.
- Misapplying the ratio test algebra when powers involve .
- Assuming the interval of convergence changes after differentiation or integration (radius stays the same).
- Losing track of whether the series starts at or .
Taylor and Maclaurin Series: Turning Derivatives into Polynomials (and Beyond)
A Taylor series represents a function as an infinite power series centered at , built from the function’s derivatives at .
The Taylor series formula
If is infinitely differentiable near , its Taylor series is
The special case is called a Maclaurin series:
Taylor polynomials
The Taylor polynomial of degree (also written as ) about is the finite truncation:
Equivalently, written out in expanded form,
Standard Maclaurin series you should know
These are commonly used (often provided):
Geometric (for ):
Exponential (all real ):
Sine (all real ):
Cosine (all real ):
Natural log (for ):
Arctangent (for ):
Building new Taylor series from known ones
On the AP exam you often start from a known series and apply substitution, multiplication/division by simple functions, and term-by-term differentiation or integration.
Example 1 (substitution): Find a power series for
Start with
Replace by :
The condition still results from .
Example 2 (integration to get arctan): Integrate term-by-term from to :
This produces
(valid at least for , and in this case it also converges at the endpoints).
Exam Focus
- Typical question patterns:
- Write the first few nonzero terms of a Taylor/Maclaurin series for a function.
- Create a new series from a known one via substitution and term-by-term calculus.
- Identify the interval of convergence after manipulating a series.
- Common mistakes:
- Losing factorial structure or sign alternation in sine/cosine/exponential series.
- Substituting into a known series but not updating the convergence condition.
- Confusing a Taylor polynomial (finite) with the Taylor series (infinite).
- Making index-shift errors after differentiating/integrating.
Taylor Polynomial Approximation and Error (Remainder) Estimates
A Taylor polynomial approximates a function near the center . On exams and in applications, you must control how good the approximation is.
The remainder
If
then is the **remainder** (error) after degree .
Two main BC error tools are:
- Alternating-series error bound (when the Taylor series is alternating with decreasing term magnitudes)
- Lagrange error bound (general bound using the next derivative)
Alternating series remainder for a Taylor series
If a Taylor/Maclaurin series alternates and its term magnitudes decrease to , then truncating gives an error bounded by the first omitted term:
This matches the broader alternating-series error bound: the error is less than the absolute value of the next term.
Example 1 (cosine approximation): Approximate using the Maclaurin polynomial through the term, and bound the error.
Maclaurin series:
Use
Evaluate:
Compute:
So
Thus
Error bound is the next term magnitude:
At :
Since
the error is at most
Lagrange error bound
The Lagrange form of the remainder gives a general bound:
where is a number such that
for all between and .
A practical note: if you are finding an th-degree Taylor polynomial and the series terms are decreasing in magnitude, a good approximation to the error is often the next nonzero term, but the Lagrange bound is the general guarantee.
Example 2 (Lagrange bound with ): Approximate by the Maclaurin polynomial of degree 2, and bound the error.
For ,
So
For the remainder, so use the third derivative. All derivatives are , so
On the maximum is at , so
Then
So
A common mistake is to set automatically. must bound the derivative on the whole interval between and .
Exam Focus
- Typical question patterns:
- Use a Taylor polynomial to approximate a function value and give an error bound.
- Decide how many terms are needed to guarantee a desired accuracy.
- Choose alternating-series error vs Lagrange error depending on the situation.
- Common mistakes:
- Using the alternating error bound when the terms are not decreasing in magnitude.
- Forgetting factorials in the next omitted term.
- Choosing incorrectly (must be a maximum bound on the interval).
Working with Power Series as Models: Center Shifts, Multiplication, and Differential Equations
Power series are a flexible “language” for representing and manipulating functions.
Shifting the center and rewriting to match known series
A series centered at uses powers of . Often you rewrite a function to match a known geometric or known Maclaurin series.
Example 1 (shift via substitution): Starting with
find a series for
Rewrite:
Now apply geometric series:
Convergence requires
so
Multiplying a power series by a polynomial
If
then
Example 2: Find a power series for
Using
multiply by :
(valid for ).
Power series and differential equations (concept level)
In BC, you may see that a function defined by a power series can be differentiated and substituted into relationships. While full power-series solutions of differential equations are beyond AP, the key takeaways are:
- Power series let you build functions that satisfy certain derivative patterns.
- Term-by-term differentiation makes it possible to match coefficients and identify a function.
This shows up in problems where you are given a series for and asked for series for , , or a related expression. You can also approximate an integral by replacing the integrand with its Maclaurin series and integrating term-by-term (within the interval of convergence).
Exam Focus
- Typical question patterns:
- Rewrite an expression to fit a known geometric or known Maclaurin series.
- Shift/scale a series by substituting or .
- Multiply/divide by simple terms and rewrite with clean sigma notation.
- Differentiate/integrate a given power series and use it to approximate values.
- Common mistakes:
- Forgetting to transform the convergence interval after substituting .
- Incorrect index shifting (starting at vs ).
- Treating the new interval of convergence as automatic rather than derived from the original condition.
Strategies for Choosing a Convergence Test (How to Think, Not Just What to Memorize)
Convergence tests can feel like a menu where you guess randomly. A better approach is to read the structure of and let that structure suggest a tool.
Recognize “signature” term patterns
- Looks like : use p-series, comparison, or limit comparison.
- Has factorials : ratio test is usually best.
- Has something to the th power: root test or ratio test.
- Has logs like : comparison or integral test often works.
- Alternating signs: check absolute convergence first; if not, alternating series test.
- Difference of fractions: try algebra for telescoping.
Why “inconclusive” happens
Some tests are designed for specific growth rates. Ratio/root tests are tuned to exponential (geometric-like) decay and often give
for polynomial-type series (like p-series). That is why you also need comparison and integral tests.
Worked “test selection” examples
Example 1: Decide convergence of
The exponential dominates polynomial , so use the ratio test. Let
Then
So
It converges.
Example 2: Decide convergence of
This is a classic integral test case. Let
Then
Substitute
so
to get
This diverges, so the series diverges.
A common mistake is to compare directly to and conclude “smaller so convergent.” Smaller than a divergent series tells you nothing; you need to be smaller than a convergent benchmark.
Exam Focus
- Typical question patterns:
- “Does it converge? Which test?” with justification.
- Mixed-feature series (factorials and powers, logs and powers, alternating plus rational terms).
- Endpoint convergence of power series requiring multiple different tests.
- Common mistakes:
- Picking a test that cannot apply (comparison needs nonnegative terms; alternating test needs alternating structure and decreasing terms).
- Treating “smaller than harmonic” as automatically convergent.
- Not stating reasoning clearly (free response often expects the test name and its conditions).
- Forgetting that the nth-term test is only for divergence, not convergence.