Unit 10 Notes: Taylor & Maclaurin Series (AP Calculus BC)
Taylor Polynomial Approximations
What a Taylor polynomial is
A Taylor polynomial is a polynomial that imitates a function near a specific point. The key idea is: if you match enough derivative information at a point, a polynomial can “hug” the function extremely well in a neighborhood of that point.
Concretely, suppose you care about a function near . You build a polynomial of degree so that it matches:
- the function value:
- the first derivative:
- the second derivative:
- and so on, up through the th derivative.
This creates a polynomial approximation that is “locally tuned” to the function’s behavior at .
Why Taylor polynomials matter
Taylor polynomials matter because they let you:
- Approximate values of complicated functions using simple arithmetic.
- Estimate errors (how accurate your approximation is) using rigorous bounds.
- Set up Taylor series (infinite versions of these polynomials), which power many convergence and representation questions in Unit 10.
A good mental model: a Taylor polynomial is like taking a “snapshot” of the function at , including slope, concavity, and higher-order shape, then reconstructing the nearby curve using a polynomial.
How the Taylor polynomial formula works
The th-degree Taylor polynomial for about is
Here:
- means the th derivative evaluated at .
- (factorial) normalizes the coefficients.
- shifts the approximation to be centered at .
When , it’s called a Maclaurin polynomial (a special case of Taylor).
Notation you’ll see (and how to translate it)
| Idea | Common notation | Meaning |
|---|---|---|
| th Taylor polynomial about | or | Polynomial approximation of degree |
| Taylor series about | Infinite power series centered at | |
| Maclaurin polynomial/series | Same but with | Centered at |
Example 1: Build a Maclaurin polynomial for
You often know derivative cycles for trig functions, so is a classic.
We compute derivatives and evaluate at :
- so
- so
- so
- so
- so
- so
The degree-5 Maclaurin polynomial is
Only the nonzero derivative values contribute:
So near ,
A common mistake here is forgetting factorials (for example, writing instead of ).
Example 2: Use a Taylor polynomial to approximate a value
Approximate using the degree-3 Maclaurin polynomial for .
For , every derivative is , so for all . Thus
Plug in :
Compute:
- so
- so
So
This is the basic move behind many AP questions: “Use a Taylor polynomial of degree about to approximate .”
Exam Focus
- Typical question patterns:
- “Find the Taylor polynomial of degree for about .”
- “Use a Maclaurin polynomial to approximate and show work.”
- “Given values of derivatives at , write (no re-differentiation needed).”
- Common mistakes:
- Mixing up and (writing powers of when the center is ; you need ).
- Forgetting factorials in coefficients.
- Using a polynomial beyond its “safe zone” (approximating far from without any error reasoning).
Lagrange Error Bound
What the error term is
A Taylor polynomial is an approximation, so you need a way to quantify the gap:
This difference is called the **remainder** (or error) after using the degree- Taylor polynomial.
Why the Lagrange error bound matters
The AP exam often asks for a guaranteed bound on the error: not “what the exact error is” (usually hard), but “how big it could be at most.” The Lagrange Error Bound gives a clean way to do that if you can bound the next derivative.
This is especially important when you approximate numerical values (like or ) and must justify the number of correct decimal places.
The Lagrange Error Bound formula (how it works)
If you use the degree- Taylor polynomial about , and if exists on the interval between and , then
where is any number such that
for all between and .
Interpretation:
- The error depends on the size of the next derivative (captured by ).
- The error shrinks quickly when is small and is larger, because factorials grow fast.
A subtle but crucial point: the bound uses the maximum possible size of the derivative on the interval. If you underestimate , your “bound” may be false.
Example 1: Bound the error for approximating with
We previously used about to approximate . Now bound the error.
Here and , so we need .
On the interval between and , the maximum of occurs at (because increases). So we can take
Then
Compute pieces:
So
Since , the bound is approximately
So the approximation is accurate to about the millionths place (and certainly to 4 decimal places).
Example 2: Choosing correctly
Suppose you approximate near using and want an error bound at .
Here , so we need the 6th derivative. The derivatives of cycle, and the 6th derivative is . So
for all real . You can safely choose .
Then
This is usually enough for AP justification; you don’t need to fully decimal-evaluate unless asked.
Exam Focus
- Typical question patterns:
- “Use the Lagrange Error Bound to find an upper bound on the error when approximating by at .”
- “Find the degree needed so the approximation error is less than a given tolerance.”
- “Justify that the approximation is within (or has a certain number of correct decimals).”
- Common mistakes:
- Using instead of in the bound.
- Picking from the wrong interval (you must use the interval between and the target ).
- Treating the bound as the exact error; it’s only a guaranteed maximum.
Radius and Interval of Convergence of Power Series
What a power series is
A power series is an infinite polynomial-like expression, typically centered at some point :
For each fixed , this becomes an infinite series of numbers. The big question is: for which values does it converge?
Why convergence matters
If a power series converges, it defines a function (you can plug in and get a finite value). If it diverges, it doesn’t represent a meaningful value there.
On the AP exam, you’re often asked to:
- find the radius of convergence (how far from the center it converges)
- find the interval of convergence (the exact set of values, including endpoint checks)
The radius vs. the interval (what’s the difference?)
For many power series centered at , there exists a number such that:
- the series converges for
- the series diverges for
- at (the endpoints), convergence must be checked separately
That is the radius of convergence. The interval of convergence is typically
plus whatever endpoints actually converge.
How to find the radius (Ratio Test is the workhorse)
The most common method is the Ratio Test applied to the general term.
If your series is
and
then:
- if , the series converges
- if (or infinite), the series diverges
- if , the test is inconclusive
In a power series, depends on , so the Ratio Test usually produces an inequality in that gives .
Example 1: Find the interval of convergence
Find the interval of convergence of
Let
Compute the ratio:
Take the limit:
Convergence requires , so the radius is and the “open interval” is .
Now check endpoints:
- At : series becomes , which diverges (harmonic series).
- At : series becomes , which converges (alternating harmonic).
So the interval of convergence is
Example 2: A power series with factorials
Find the radius of convergence of
Let
Ratio:
As , this ratio grows without bound unless makes the factor equal to zero. So:
- If , the ratio tends to infinity, so the series diverges.
- If , every term after the first is zero, so it converges.
This means the radius of convergence is (only converges at the center).
That’s a good reminder: not every power series converges on an interval; sometimes it collapses to a single point.
Exam Focus
- Typical question patterns:
- “Find the radius of convergence and interval of convergence of a power series.”
- “Use the Ratio Test (or Root Test) to determine convergence.”
- “Check endpoints separately and classify convergence (absolute vs conditional).”
- Common mistakes:
- Forgetting to check endpoints after finding .
- Algebra errors when simplifying the ratio—especially with factorials and powers.
- Assuming endpoints behave the same; they often differ (one converges, the other diverges).
Finding Taylor and Maclaurin Series
What a Taylor series is
A Taylor series is what you get if you keep increasing the Taylor polynomial degree forever. Formally, the Taylor series of about is
The corresponding Maclaurin series is the special case :
Important nuance: Writing down the Taylor series is one step; asserting it actually equals is another. On the AP exam, you often use known expansions or are implicitly working where equality is valid.
Why learning to find series matters
You’re building a toolkit to:
- generate power series representations for functions,
- approximate values efficiently,
- analyze limits and integrals using series,
- and solve differential equation–style modeling problems (in broader calculus contexts).
Two main methods for finding series
- Derivative method (from the definition): compute patterns.
- Known series + algebra: start from a “library” of standard series (like geometric) and transform.
The second method is usually faster and more common in AP problems, but the derivative method is essential when a function isn’t easily linked to a known series.
A small “library” of standard Maclaurin series
These are commonly used in AP Calculus BC:
- Geometric series
(valid for )
- Exponential
(converges for all real )
- Sine
(converges for all real )
- Cosine
(converges for all real )
- Natural log (often derived via integration)
(valid for )
- Arctangent (often derived from geometric)
(valid for )
A frequent mistake is memorizing these without the conditions (intervals) where they converge.
Example 1: Find the Taylor series for about
This is a classic BC skill because it produces a power series centered at .
Let . Compute derivatives:
- so
- so
- so
- so
A pattern emerges: for ,
Plug into the Taylor series formula:
Since , this simplifies to
This is equivalent to the well-known series for if you set .
Example 2: Find a Maclaurin series using known series (no derivatives)
Find a power series for
Start from the geometric series:
Here you want in the denominator, so rewrite:
So . Substitute:
Convergence requires , so .
Exam Focus
- Typical question patterns:
- “Find the Maclaurin series for ” (often trig, exponential, log).
- “Find the Taylor series centered at and state its interval of convergence.”
- “Use a known series (often geometric) to produce a new one by substitution.”
- Common mistakes:
- Dropping the center shift: writing powers of instead of .
- Not simplifying factorial patterns correctly (like turning into ).
- Forgetting to transform the convergence condition when substituting (for example, becomes a condition on ).
Representing Functions as Power Series
What “represent as a power series” means
To represent a function as a power series means to rewrite it in the form
on some interval of convergence.
This is more than an algebra trick: once you have a power series, you can often differentiate, integrate, and approximate in ways that are difficult with the original function.
Why this is powerful (big ideas)
Power series are like “function LEGO bricks.” Once you know a few standard series, you can build many others by:
- Substitution (replace with another expression)
- Multiplying by a power (shift indices)
- Differentiating/integrating term-by-term (within the interval of convergence)
On the AP exam, this shows up in problems that ask for a series for a new function, and often also ask for the radius/interval of convergence after the transformation.
Core tools for transforming series
Suppose
Then (within the interval of convergence):
- Multiply by :
- Differentiate:
- Integrate:
A common misconception is that you can always differentiate/integrate any series anywhere. For AP purposes, the safe statement is: you can do these operations on the interval of convergence, and the resulting series has the same radius of convergence.
Example 1: Derive the series for by integrating a geometric series
Start with
Replace with :
This holds for .
Now integrate both sides from to . The left side:
The right side integrates term-by-term:
Rewrite the index with :
This is the standard Maclaurin series for .
Convergence: the original geometric series required . At endpoints, you check separately; this series converges at (alternating harmonic) and diverges at (harmonic-like), giving .
Example 2: Create a power series for
A common route is to start from
Use geometric series with :
(valid for ).
Now integrate term-by-term:
and
So
This representation is useful for approximating (which relates to ) and for many series-based approximation questions.
Example 3: Represent a nonstandard function by substitution and scaling
Find a power series for
First rewrite it to match geometric form. Factor the denominator:
Now apply geometric series with :
So
Convergence comes from , so .
Common pitfall: forgetting to carry the prefactor into the series.
How these representations connect back to Taylor polynomials
Once you have a power series, a Taylor polynomial is just a truncation (cutting off after finitely many terms). For example, if
then a degree- Maclaurin polynomial is
That’s why “represent as a power series” and “approximate with a polynomial” are two sides of the same idea.
Exam Focus
- Typical question patterns:
- “Find a power series representation for using a known series for .”
- “Differentiate/integrate a power series to obtain a series for a related function, and state the interval of convergence.”
- “Use a power series to approximate a definite integral or function value.”
- Common mistakes:
- Not updating the convergence condition after substitution (for example, becomes an inequality in ).
- Differentiating/integrating incorrectly (especially index shifts and new starting indices).
- Forgetting the constant of integration when integrating an indefinite series (when appropriate); using a definite integral from often avoids this.