AP Calculus BC Unit 10 Study Guide: Infinite Sequences, Series, Convergence Tests, and Power Series
Sequences: What They Are and How Limits Work
A sequence is a list of numbers written in a specific order. You can think of it as a function whose input is a positive integer %%LATEX0%% (the “term number”) and whose output is the value of the %%LATEX1%%th term, usually written %%LATEX2%%. In this course, %%LATEX3%% is always an integer.
For example, the sequence
produces the list
Another example (starting at ) is
which generates
Why sequences matter
Sequences are the building blocks for series (sums of infinitely many terms). In AP Calculus BC, nearly every question about infinite series depends on understanding what happens to the underlying terms %%LATEX9%% as %%LATEX10%%. A key idea you’ll use repeatedly is this: if the terms of a series do not go to zero, then the series cannot converge.
Limits of sequences
The limit of a sequence is the value the terms approach as grows without bound. We write
if you can make %%LATEX13%% arbitrarily close to %%LATEX14%% by taking large enough.
Many sequence limits use the same algebraic strategies you learned for limits of functions: dividing by the highest power, using dominant-term reasoning, or recognizing known limits.
A more formal definition that sometimes appears in explanations is the %%LATEX16%%-%%LATEX17%% definition: a sequence has limit %%LATEX18%% if for any %%LATEX19%% there is an associated positive integer such that
for all .
Example 1: A rational sequence
Find the limit:
Reasoning: For large %%LATEX24%%, the highest power dominates. Divide numerator and denominator by %%LATEX25%%.
Now take the limit as :
So the sequence converges to .
Example 2: A geometric-type sequence
Evaluate:
Reasoning: Each term is multiplied by again. Because
the powers shrink to .
Divergence and oscillation
A sequence diverges if it does not approach a single finite number. Divergence can happen in different ways:
- It can grow without bound (for example ).
- It can oscillate without settling (for example ).
A common misconception is to think “bounded means convergent.” Not true: %%LATEX37%% is bounded between %%LATEX38%% and but does not converge.
Exam Focus
- Typical question patterns:
- Compute for a given formula (often rational, exponential, or involving radicals).
- Use a sequence limit to decide whether a related series can possibly converge (the nth-term test).
- Common mistakes:
- Assuming a bounded sequence must converge (it can oscillate).
- Confusing %%LATEX41%% (terms) with partial sums %%LATEX42%% (sums) once series begin.
Series and Partial Sums: Turning a Sequence into an Infinite Sum
An infinite series is what you get when you add the terms of a sequence. If the sequence is , then the series is
Equivalently, you can picture it as
where the numbers are the terms of the series.
The key idea: convergence is about partial sums
An infinite sum only makes sense through the concept of partial sums. The th partial sum is
As %%LATEX49%% increases, the partial sum includes more and more terms of the series. The series converges if the sequence of partial sums converges to a finite limit %%LATEX50%%:
means
If does not approach a finite number, the series diverges, which means a divergent series has no sum.
Why “terms go to zero” is necessary but not sufficient
If a series converges, then its terms must approach zero:
The contrapositive is a fast divergence check (the nth-term test for divergence): you find the limit of the term sequence.
If the limit equals , the nth-term test does not finish the problem and you must choose a different test.
Be careful: does not guarantee convergence. A classic example is the harmonic series:
The terms go to zero, but the sum still diverges.
Telescoping series
A telescoping series is designed so most terms cancel in the partial sums. These are among the most “directly computable” infinite series because you can often find explicitly and then take a limit.
Example: telescoping by decomposition
Consider
Compute partial sums:
Write out the first few terms:
Everything cancels except the first and the last negative term:
Now take the limit:
So the series converges to .
Exam Focus
- Typical question patterns:
- Determine whether converges using the nth-term test.
- Compute the exact sum of a telescoping series by finding and taking a limit.
- Common mistakes:
- Thinking “terms go to zero” implies convergence.
- Cancelling incorrectly in telescoping problems (write out several terms to see the pattern).
Geometric Series and p-Series: The Two Core Benchmarks
Two families of series show up constantly because they are easy to classify and they serve as comparison targets.
Geometric series
A geometric series can be written in either of these common forms:
or
where %%LATEX71%% is the first term and %%LATEX72%% is the common ratio.
- It converges if .
- It diverges if .
These show up often on the AP exam: you are frequently asked to determine whether a geometric series converges or diverges, and if it converges, to what value.
When it converges, its sum is
and the corresponding finite partial sum (sum of the first terms) is
Where the finite geometric sum formula comes from (classic derivation)
Let
Multiply by :
Subtract:
Factor and solve:
For an infinite geometric series with , you also use the fact that
which leads to the infinite-sum formula
Example: rewrite as geometric
Evaluate
Factor out the constant and recognize a geometric series with first term %%LATEX88%% and ratio %%LATEX89%%:
Use the formula starting at %%LATEX91%% by identifying the first term %%LATEX92%%:
So the sum is .
Example (from benchmark intuition): convergent vs divergent geometric
The series
converges because the ratio is , while
diverges because the ratio is .
Harmonic series and p-series
The harmonic series has the pattern
It might look as though it is converging because terms get small, but it diverges because the partial sums do not approach a finite limit.
A p-series has the form
It converges if %%LATEX101%% and diverges if %%LATEX102%% (including the harmonic series case %%LATEX103%%). In particular, for %%LATEX104%% it diverges as well.
Example: classify using p-series knowledge
Determine convergence of
This is a p-series with
so it converges.
Exam Focus
- Typical question patterns:
- Recognize a series as geometric or p-series (possibly after algebraic rewriting).
- Compute the sum of a convergent geometric series.
- Common mistakes:
- Using the geometric sum formula when .
- Mixing up the p-series cutoff (the boundary is exactly ).
The Integral Test and Error Bounds: Series as “Continuous” Objects
The integral test connects an infinite series to an improper integral. It is especially useful for terms that come from a nice, decreasing function like %%LATEX109%% or %%LATEX110%%.
Integral Test (what it says)
Suppose %%LATEX111%% where %%LATEX112%% is continuous, positive, and decreasing for %%LATEX113%% (many textbooks state it for %%LATEX114%% as a common starting point). Then
and
either both converge or both diverge.
(Original reference image from the earlier notes: https://knowt-user-attachments.s3.amazonaws.com/a56dd38d188547ed9a01c1412cc92d3f.jpeg)
Why it works (intuition)
If %%LATEX117%% is decreasing, the rectangles of width %%LATEX118%% with heights can be compared to the area under the curve. The integral gives a continuous approximation to the discrete sum.
Remainder (error) estimate for the Integral Test
If you approximate the series by the partial sum , the remainder is
For the integral test conditions (positive, decreasing), you can bound the error using integrals:
This is powerful on exams when you’re asked how many terms are needed so that the approximation is within a given tolerance.
Example: using the integral test for convergence
Test
Let
for %%LATEX125%%. It is positive and decreasing for large enough %%LATEX126%%. Consider
Use substitution
so
Then
But
diverges, so the series diverges.
Example: terms needed for a p-series approximation
How large must be so that
approximates
within error less than ?
Here %%LATEX136%% and %%LATEX137%%. Use
Compute the integral:
To guarantee error less than , require
So %%LATEX142%%. Taking %%LATEX143%% is sufficient.
Exam Focus
- Typical question patterns:
- Decide convergence or divergence by comparing a series to an improper integral.
- Use the remainder bound to find how many terms are needed for a given accuracy.
- Common mistakes:
- Forgetting the conditions (positive and decreasing) before applying the integral test.
- Using the %%LATEX144%% and %%LATEX145%% bounds backwards.
Comparison Tests: Direct and Limit Comparison
Most series you meet are not exactly geometric or p-series, so you often prove convergence by comparing them to something you already understand.
Direct Comparison Test
Assume
and
- If %%LATEX148%% for all sufficiently large %%LATEX149%% and %%LATEX150%% converges, then %%LATEX151%% converges.
- If %%LATEX152%% for all sufficiently large %%LATEX153%% and %%LATEX154%% diverges, then %%LATEX155%% diverges.
Intuition: if the terms of one series are always less than the terms of a convergent benchmark series (eventually), the smaller one cannot “build up” enough to diverge. Similarly, if the terms are larger than a divergent benchmark (eventually), it cannot converge.
Example: direct comparison (convergence)
Test
For all ,
So
And since
converges (p-series with ), the given series converges by comparison.
Example: direct comparison (divergence)
Test
For %%LATEX163%%, %%LATEX164%%, so
Since
diverges, the given series diverges.
Limit Comparison Test
Direct comparison can be tricky when inequalities aren’t obvious. The limit comparison test avoids this by comparing ratios.
Let
and
and suppose
where
Then %%LATEX171%% and %%LATEX172%% either both converge or both diverge.
(Original reference image from the earlier notes: https://knowt-user-attachments.s3.amazonaws.com/d13ec47c1a4b4f9a9cd9a57b6db59660.jpeg)
Example: limit comparison with a rational expression
Test
For large , the expression behaves like
Choose
Compute the limit:
Simplify:
Then
Since the limit is finite and positive, the series behaves like , which diverges. Therefore the given series diverges.
Exam Focus
- Typical question patterns:
- Pick a known benchmark (often ) and justify comparison.
- Use limit comparison for rational functions or expressions with roots.
- Common mistakes:
- Using direct comparison with the inequality in the wrong direction.
- Getting a limit of %%LATEX182%% or %%LATEX183%% in limit comparison and concluding “both converge or both diverge” (that conclusion only works when the limit is a positive finite constant).
Alternating Series, Absolute vs Conditional Convergence
Not all convergent series have positive terms. Alternating signs can create cancellation that makes a series converge even when the corresponding positive-term series diverges.
Alternating Series Test (Leibniz Test)
An alternating series typically looks like
or
or
where
The series converges if:
- %%LATEX188%% is decreasing for all sufficiently large %%LATEX189%% (many notes phrase this as %%LATEX190%% for all %%LATEX191%% once you’re far enough out), and
- .
Why it works: the partial sums zig-zag and get trapped in a shrinking interval.
Example: alternating harmonic series
Test
Here
decreases and goes to , so the series converges by the alternating series test.
Absolute vs conditional convergence
Given a series :
- It is absolutely convergent if converges.
- It is conditionally convergent if %%LATEX198%% converges but %%LATEX199%% diverges.
This is sometimes summarized as an “absolute convergence theorem”: if a series converges absolutely, then it converges.
Example: conditional convergence
We already know
converges. But
diverges. So the alternating harmonic series is conditionally convergent.
Alternating Series Estimation Theorem (error bound)
When summing an alternating series with a finite number of terms, the partial sum will not equal the full infinite sum. If an alternating series converges by the alternating series test, then the error when approximating by is at most the next term:
In practical terms: if you sum the first 10 terms, the error is less than the absolute value of the 11th term (assuming the hypotheses are met).
Example: how many terms for an alternating approximation
How many terms of
are needed so that the error is less than ?
Here
We want
So
That means
So
and %%LATEX211%% works. Using the first 31 terms guarantees error less than %%LATEX212%%.
Exam Focus
- Typical question patterns:
- Decide convergence of an alternating series and classify absolute vs conditional.
- Use the alternating series error bound to choose for a required accuracy.
- Common mistakes:
- Forgetting to check that decreases (or is eventually decreasing).
- Applying the alternating error bound to a series that is not alternating or not decreasing.
Ratio and Root Tests: Best for Factorials and Exponentials
Some series involve factorials, exponentials, or products where comparison to p-series is awkward. The ratio test and root test handle these efficiently.
Ratio Test
For a series %%LATEX215%% (often applied to %%LATEX216%% when signs alternate), compute
- If , the series converges absolutely.
- If %%LATEX219%% (or %%LATEX220%%), the series diverges.
- If , the test is inconclusive.
(Original reference image from the earlier notes: https://knowt-user-attachments.s3.amazonaws.com/d875fe737ef44e8e84f0f937b60cb06e.jpeg)
Example: factorial series (diverges)
Test
Let
Then
So
Since , the series diverges.
Example: ratio test convergence
Test
Let
Then
Thus
So the series converges absolutely.
Root Test
Compute
- If , the series converges absolutely.
- If , it diverges.
- If , inconclusive.
The root test is especially useful when terms look like something “to the ” power.
Example: root test inconclusive
Test
Let
Then
So
The root test is inconclusive here; you would need a different approach.
Exam Focus
- Typical question patterns:
- Apply the ratio test to factorial or exponential expressions.
- Use the ratio test or root test to find the radius of convergence of a power series.
- Common mistakes:
- Forgetting absolute values in the ratio or root test when signs alternate.
- Concluding convergence or divergence when (the test is inconclusive).
Power Series: Infinite Polynomials and Their Convergence
A power series centered at looks like an infinite polynomial:
Here %%LATEX243%% are constants and %%LATEX244%% is the variable.
Why power series matter
Power series are the bridge between infinite series and functions. In BC calculus, you use them to represent functions (sometimes exactly), approximate function values with polynomials, differentiate and integrate functions via their series, and evaluate otherwise difficult limits and integrals.
Convergence behavior: radius and interval
A key fact (used routinely in AP problems) is that a power series has one of three convergence patterns:
- It converges only at .
- It converges for all real .
- It converges for %%LATEX247%% and diverges for %%LATEX248%%, and you must test endpoints %%LATEX249%% and %%LATEX250%% separately.
The number %%LATEX251%% is the radius of convergence, and the set of all %%LATEX252%% values where the series converges is the interval of convergence.
A common bookkeeping issue is that some power series are written starting at %%LATEX253%% rather than %%LATEX254%%, which changes the first term but does not change the overall convergence strategy.
Special cases to remember:
- If the series converges only for %%LATEX255%%, then %%LATEX256%%.
- If the series converges for all real %%LATEX257%%, then %%LATEX258%%.
When centered at %%LATEX259%%, the interval is typically written %%LATEX260%% before checking endpoints.
(Original reference image from the earlier notes: https://knowt-user-attachments.s3.amazonaws.com/a40b3988ed984aa69bd06871e6bcb23e.jpeg)
Finding the radius of convergence (usually ratio test)
Most AP BC problems use the ratio test because it handles powers cleanly.
Example: find radius and interval of convergence
Find the interval of convergence of
Let
Apply the ratio test:
Take the limit:
Convergence requires , so
This gives the open interval .
Now test endpoints.
At , the series becomes
This converges by the alternating series test.
At , the series becomes
This diverges (harmonic series).
So the interval of convergence is %%LATEX272%% and the radius of convergence is %%LATEX273%%.
Convergence is about the full series, not just
A frequent error is to stop after finding and forget to test endpoints. Endpoints can converge, diverge, or (less commonly) one of each.
Exam Focus
- Typical question patterns:
- Use the ratio test to find and then test endpoints to get the interval.
- Determine for which a given power series defines a function.
- Common mistakes:
- Not testing endpoints.
- Algebra mistakes when simplifying the ratio test (especially handling powers of ).
Differentiating and Integrating Power Series (Term-by-Term)
One of the most useful properties of power series is that, within their interval of convergence, they behave like polynomials: you can differentiate and integrate term-by-term.
The core rules
If
then for in the interval of convergence,
and
Why this matters
This is the engine behind many AP BC tasks: generating a new series from a known one, finding a series for a derivative or antiderivative, representing functions as power series, and approximating integrals using Maclaurin or Taylor expansions.
A subtle but important point: differentiating or integrating a power series keeps the same center and typically the same radius of convergence, though endpoint behavior can change.
Example: differentiate a power series and discuss convergence
Given
Differentiate term-by-term:
For convergence, note the original is geometric:
So it converges when
That is
So the radius is %%LATEX289%% and the differentiated series converges at least on %%LATEX290%% (endpoint behavior can be checked if needed).
Exam Focus
- Typical question patterns:
- Find a power series for a new function by differentiating or integrating a known series.
- Use a derived power series to approximate values or compute coefficients.
- Common mistakes:
- Differentiating the index incorrectly (watch the starting index shift from %%LATEX291%% to %%LATEX292%%).
- Forgetting to update the power of after differentiation or integration.
Taylor Polynomials and Taylor Series: Building Functions from Derivatives
A Taylor polynomial approximates a function near a point %%LATEX294%% using information from derivatives at %%LATEX295%%. The Taylor series is what you get if you keep adding higher-degree terms forever.
Taylor polynomial (degree )
If %%LATEX297%% can be differentiated %%LATEX298%% times at %%LATEX299%%, the degree-%%LATEX300%% Taylor polynomial about is
Equivalently, written out:
(Original reference image from the earlier notes: https://knowt-user-attachments.s3.amazonaws.com/4742db23289d4067951dd1f440ba5b82.jpeg)
Taylor series
The Taylor series is the infinite extension:
If the Taylor series converges to on an interval, then you have a powerful representation of the function as an infinite polynomial.
Maclaurin series
A Maclaurin series is just a Taylor series centered at :
Why Taylor series matter in BC
Taylor series unify many topics: polynomial approximations (for estimation), creating new series from known ones through algebra/differentiation/integration, and evaluating tricky limits by replacing functions with their series near a point.
Worked example: build a Taylor polynomial from derivatives
Find the degree-3 Taylor polynomial for %%LATEX308%% about %%LATEX309%%.
Compute derivatives:
Evaluate at :
Now plug into the Taylor polynomial:
So
A common mistake is forgetting the factorial in the denominator.
Exam Focus
- Typical question patterns:
- Construct a Taylor polynomial from a table of derivative values at a point.
- Recognize the general term and match coefficients.
- Common mistakes:
- Confusing the expansion point %%LATEX322%% (using %%LATEX323%% instead of ).
- Dropping factorials or miscomputing derivative values.
Common Maclaurin Series You Must Know (and How to Generate More)
AP Calculus BC expects you to know several “parent” Maclaurin series. You then build many other series from them using substitution, algebra, differentiation, and integration.
The geometric-series template
The geometric series
converges for and sums to
This identity is the starting point for many derived series. Replacing %%LATEX328%% with another expression (like %%LATEX329%% or ) is one of the fastest ways to generate new power series.
Exponential, sine, and cosine
These are fundamental Maclaurin series:
These converge for all real .
Logarithm and arctangent
A key derived series (obtainable from geometric series by integration) is:
This converges for .
Another common one is:
This converges for .
How to create new series from known ones
You’ll repeatedly do these moves:
- Substitute: replace %%LATEX339%% with some expression (like %%LATEX340%% or ). This changes the interval of convergence accordingly.
- Multiply or divide by powers of : shifts powers and coefficients.
- Differentiate or integrate term-by-term: generates series for related functions.
- Combine series: add or subtract series to represent more complicated functions.
Example: build a series for a rational function
Find a power series for
Start from
Replace %%LATEX345%% by %%LATEX346%%:
Convergence requires %%LATEX348%%, so %%LATEX349%%.
Example: build a series for a related logarithm
Find a series for .
Use %%LATEX351%% and substitute %%LATEX352%%:
Simplify:
The convergence interval transforms from %%LATEX355%% for %%LATEX356%% into %%LATEX357%% for %%LATEX358%%.
Exam Focus
- Typical question patterns:
- Start from a known Maclaurin series and derive a new one by substitution and algebra.
- State the interval of convergence after transforming the series.
- Common mistakes:
- Transforming the series but forgetting to transform the convergence interval.
- Losing an index shift (for example confusing a series starting at %%LATEX359%% versus %%LATEX360%%).
Taylor Remainder (Error) and When a Taylor Series Equals the Function
Taylor polynomials are approximations. To use them responsibly, you need a way to talk about the error.
Lagrange form of the remainder
If %%LATEX361%% is the degree-%%LATEX362%% Taylor polynomial for %%LATEX363%% centered at %%LATEX364%%, then the remainder is
A standard bound used in AP Calculus is the Lagrange error bound:
where is a number such that
for all %%LATEX369%% between %%LATEX370%% and .
(Original reference image from the earlier notes: https://knowt-user-attachments.s3.amazonaws.com/10726dbb765d4c64bd3b4029f9428e93.jpeg)
A practical rule-of-thumb that appears often in class notes: if you are finding an th-degree Taylor polynomial and the associated Taylor series behaves like a decreasing alternating series at your evaluation point, then a good approximation to the error bound is the next nonzero term (because the alternating-series bound applies in that situation).
Worked example: error bound for
Approximate using the degree-2 Maclaurin polynomial and bound the error.
For %%LATEX375%%, all derivatives are %%LATEX376%%. The degree-2 Maclaurin polynomial is
So
Now bound the error. Here %%LATEX379%%, %%LATEX380%%, and we need an upper bound %%LATEX381%% on %%LATEX382%% for %%LATEX383%% between %%LATEX384%% and %%LATEX385%%. Since %%LATEX386%% increases, the maximum occurs at %%LATEX387%%, so you can take %%LATEX388%%. For a simple numerical bound without knowing %%LATEX389%% exactly, you can use %%LATEX390%%.
Using gives
This is approximately .
When does the Taylor series equal the function?
In AP BC, you generally rely on known facts: for functions like %%LATEX394%%, %%LATEX395%%, and %%LATEX396%%, the Taylor series converges to the function for all real %%LATEX397%%. For other functions, the Taylor series might converge only on an interval, and sometimes it converges but not to the original function outside a certain region.
Practically, on the AP exam, you are usually told (or expected to know from the standard list) when a series representation is valid and on what interval.
Exam Focus
- Typical question patterns:
- Use the Lagrange remainder bound to guarantee an approximation is within a tolerance.
- Use alternating-series error bounds for alternating Taylor series (like %%LATEX398%% and %%LATEX399%%) when applicable.
- Common mistakes:
- Using %%LATEX400%% incorrectly (it must bound the absolute value of the next derivative on the entire interval between %%LATEX401%% and ).
- Forgetting that Taylor error depends on and factorial growth; missing parentheses or powers changes everything.
Using Series to Evaluate Limits and Compute Approximations
A major payoff of Taylor and Maclaurin series is that they let you replace complicated functions with simpler polynomial-like expressions near a point.
The core strategy for limits
When %%LATEX404%% is close to %%LATEX405%% (or close to another center), replace functions with their truncated series and simplify. The lowest-power nonzero term usually determines the limit.
This is especially useful for indeterminate forms like where repeated L’Hôpital’s Rule would be slow.
Example: classic series-based limit
Evaluate
Use the Maclaurin series
Then
Divide by :
As , the higher-power terms vanish, so the limit is
A common mistake is stopping too early: if you approximate %%LATEX414%%, you would incorrectly get %%LATEX415%%. You need enough terms to capture the first non-canceling behavior.
Approximating definite integrals with series
If you have a power series for , you can integrate term-by-term to approximate integrals that have no elementary antiderivative.
Example: integrate a series to approximate an area
Approximate
Use the geometric identity
with :
This is valid for %%LATEX421%%, which includes %%LATEX422%%. Integrate term-by-term:
Compute each integral:
So
For a numerical approximation, take a few terms:
That is
You can bound the error depending on the series type (often geometric-type tail bounds or alternating bounds if alternating).
Real-world interpretation: why series approximations are useful
In science and engineering, measuring devices and computations often work best with polynomials. Taylor polynomials let you approximate non-polynomial behavior using a small number of arithmetic operations, while also controlling error.
Exam Focus
- Typical question patterns:
- Evaluate a limit by replacing functions with their series and simplifying.
- Approximate a value (function or integral) using a Taylor polynomial and give an error bound.
- Common mistakes:
- Using too few terms so that leading terms cancel and you lose the true dominant behavior.
- Forgetting the interval where a substituted series is valid (for example using a geometric-series expansion outside ).
Putting It Together: Choosing the Right Convergence Test
By the time you reach the AP exam, the hard part is often not executing a test but choosing it efficiently. Different tests shine for different structures.
How to decide (conceptual guide)
If you see:
- A clear geometric form %%LATEX429%% (or %%LATEX430%%): use geometric convergence and sum if asked.
- A pure form: use p-series.
- A rational function in %%LATEX432%%: use limit comparison with the dominant power of %%LATEX433%%.
- An alternating sign with decreasing magnitude: use the alternating series test, then check absolute convergence if asked.
- Factorials or products like : use the ratio test.
- Terms like %%LATEX435%% or %%LATEX436%%: use the root test or ratio test.
- A function-like term where integrals are easy and terms are positive and decreasing: use the integral test.
Important warning: “inconclusive” is a real outcome
Ratio and root tests often give . That is not failure, it is information that you must switch strategies (often to comparison, p-series recognition, or alternating series tools).
Example: ratio test inconclusive, use p-series
Consider
Ratio test gives
and
Inconclusive. You must recognize it as the harmonic series (p-series with ), which diverges.
Exam Focus
- Typical question patterns:
- “Determine whether the series converges” where multiple tests could work but one is simplest.
- “Justify your answer” requiring a named test and correct conditions.
- Common mistakes:
- Forcing an inappropriate test (for example integral test on a messy expression when limit comparison is simpler).
- Treating “inconclusive” as “diverges” or “converges.”