Taylor & Maclaurin Series - Complete Interactive Lesson
Part 1: Core Concepts
Taylor & Maclaurin Series — The General Formula
Part 1 of 7 — Taylor Polynomial Construction
Taylor Series Centered at x=c
f(x)=n=0∑∞n!f(
=f(c)+f
Maclaurin Series (Special Case: c=0)
f(x)=∑n=0
Taylor Polynomials
The nth-degree Taylor polynomial is the partial sum:
Tn(x)=∑k=0
Degree
Polynomial
Approximation Quality
T0
f(c)
Constant (matches value)
T
AP Tip: "Write the nth-degree Taylor polynomial" means Tn(x). "Write the first four nonzero terms of the Taylor series" may give a higher-degree polynomial.
Example: Taylor Series for ex at c=0
for all
Taylor Polynomial Basics
Building Taylor Polynomials
Derivative Extraction
Summary
Taylor series: ∑f(n)(c)(x−c)n/n!
Maclaurin series: Taylor at
Part 2: Worked Examples
Taylor & Maclaurin Series — Computing from Scratch
Part 2 of 7 — Derivative Tables & Non-Zero Centers
Method: Derivative Table
To build the Taylor series at c:
Compute f(c),f
Part 3: Problem-Solving Patterns
Taylor & Maclaurin — Known Series & Manipulation
Part 3 of 7 — Using Known Series to Build New Ones
The Big Six (Must Memorize)
\frac{1}{1-x} &= \sum_{n=0}^\infty x^n, \quad |x| < 1 \\
e^x &= \sum_{n=0}^\infty \frac{x^n}{n!}, \quad \text{all } x \\
\sin x &= \sum_{n=0}^\infty \frac{(-1)^n x^{2n+1}}{(2n+1)!}, \quad \text{all } x \\
\cos x &= \sum_{n=0}^\infty \frac{(-1)^n x^{2n}}{(2n)!}, \quad \text{all } x \\
\ln(1+x) &= \sum_{n=1}^\infty \frac{(-1)^{n+1} x^n}{n}, \quad -1 < x \le 1 \\
\arctan x &= \sum_{n=0}^\infty \frac{(-1)^n x^{2n+1}}{2n+1}, \quad -1 \le x \le 1
\end{aligned}}$$
### Manipulation Toolkit
| Technique | Example |
|-----------|---------|
| **Substitution** | $e^{-x^2}$: replace $x$ with $-x^2$ in $e^x$ |
| **Multiplication** | $x\cos x$: multiply $\cos x$ series by $x$ |
| **Differentiation** | $1/(1-x)^2$: differentiate $1/(1-x)$ |
| **Integration** | $\arctan x$: integrate $1/(1+x^2)$ |
| **Addition** | $\cosh x = (e^x + e^{-x})/2$: add two series |
> **AP Tip:** Building from known series is MUCH faster than computing derivatives from scratch. Always try this first.
Worked Examples
Example 1: xe−x
Part 4: Graphs and Interpretation
Taylor & Maclaurin — Taylor's Theorem & Remainder
Part 4 of 7 — The Lagrange Error Bound
Taylor's Theorem
If f has (n+1) continuous derivatives, then:
f(x)=
Part 5: Applications
Taylor & Maclaurin — AP FRQ Strategies
Part 5 of 7 — Exam Techniques
The FRQ Taylor Series Question
This appears on virtually EVERY BC exam. The typical structure:
Part (a): Write the first 4 nonzero terms and the general term of the Taylor/Maclaurin series for f.
Part (b): Find the interval/radius of convergence.
Part (c): Use the series to approximate a value or integral.
Part (d): Show the approximation has error less than some bound.
Part (a) Strategy
If f is...
Strategy
A known function (, , etc.)
Part 6: Exam Strategy
Taylor & Maclaurin — Problem-Solving Workshop
Part 6 of 7 — Mixed Practice
Workshop Focus
This workshop covers the full range of Taylor series tasks:
Computing series from scratch
Manipulating known series
Finding intervals of convergence
Error bound calculations
Integrating/differentiating series
Workshop Problems
Series Identification
Derivative from Series
Workshop Takeaways
Derivative table method for unfamiliar functions (like tanx)
Binomial series for (1+x) when is not a positive integer
Part 7: Mixed Review
Taylor & Maclaurin — Comprehensive Review
Part 7 of 7 — Complete Topic Review
Master Reference
Concept
Key Formula
Taylor series
∑f(n)(c)(x−c)
n
)
(
c
)
(
x
−
c
)n
′
(
c
)
(
x
−
c)+
2!f′′(c)(x−
c)2+
3!f′′′(c)(x−
c)3+
⋯
∞
n!f(n)(0)
xn
=
f(0)+
f′(0)x+
2!f′′(0)x2+
⋯
n
k!f(k)(c)
(
x
−
c)k
1
f(c)+f′(c)(x−c)
Linear (matches slope)
T2
+f′′(c)(x−c)2/2
Quadratic (matches concavity)
f(x)=
ex⟹
f(n)(x)=
ex⟹
f(n)(0)=
1
n
ex=∑n=0∞n!xn=1+x+2x2+6x3+24x4+⋯
Example: Taylor Series for sinx at c=0
n
f(n)(x)
f(n)(0)
0
sinx
0
1
cosx
1
2
−
Pattern repeats with period 4: 0,1,0,−1,0,1,0,−1,…
sinx=x−3!x3+5!x5−7!x7+⋯=∑n=0∞(2n+1)!(−1)nx
c=0
Tn(x) = partial sum through degree n
Know the difference between "degree n" and "first k nonzero terms"
Next: Part 2 — Computing Taylor Series from Scratch.
′
(
c
)
,
f′′
(
c
)
,
f′′′
(
c
)
,
…
Form coefficients an=f(n)(c)/n!
Write ∑an(x−c)n
Example: f(x)=x at c=4
n
f(n)(x)
f(n)(4)
an=f(n)(4)/n!
0
x1/2
2
2
1
x≈2+41(x−4)−641(x−4)2+5121(x−4)3−⋯
AP Tip: This is the method for functions NOT in the "big six" list. You compute derivatives until a pattern emerges or until you have enough terms.
Taylor Series at Non-Zero Centers
Example:ex centered at c=1
f(n)(1)=e for all n.
ex=∑n=0
Example:sinx centered at c=π/2
n
f(n)(π/2)
0
1
1
sinx=1−2!(x−π/2
Notice this looks like cos(x−π/2), which makes sense since sinx=cos(x−π/2)!
Computing Taylor Series
Derivative Computation
Taylor at Non-Zero Center
Summary
Build Taylor series via derivative tables
Non-zero centers: evaluate at c, use (x−c)n
Look for patterns in derivatives (cyclic, factorial, powers)
On the AP exam, you typically need 3-4 terms, not the general formula
Next: Part 3 — Known Series and Manipulation Techniques.
e−x=∑n!(−x)n=∑n!(−1)nxn
xe−x=∑n=0∞n!(−1)nxn+1=x−x2+2x3−6x4+⋯
Example 2: cos2x (using identity)
cos2x=21+cos2x=21+21∑n=0∞(2n)!
=21+21[1−2x2+32x4−⋯]
Wait: cos(2x)=1−(2x)2/2!+(2x)4/4!−⋯=1−2x2+2x4/3−⋯
cos2x=1−x2+x4/3−⋯
Key Insight: Using trig identities + known series is often the fastest approach.
Manipulation Practice
Series Construction
Quick Coefficient
Summary
Always try manipulating known series before computing derivatives
Substitution, multiplication, and differentiation/integration are the main tools
Trig identities can simplify series construction
Only even/odd powers? Pay attention to symmetry
Next: Part 4 — Taylor's Theorem and the Remainder.
Tn(x)+
Rn(x)
where Rn(x)= the remainder (error of approximation).
The Lagrange Error Bound
∣Rn(x)∣≤(n+1)!M⋅∣x−c∣n+1
where M=maxt∣f(n+1)(t)∣ on the interval between c and x.
Comparison of Error Bounds
Bound
When to Use
Formula
Lagrange
Any Taylor polynomial
$M
AST
Alternating Taylor series
$
AP Tip: Use the AST error bound when the series alternates — it's simpler. Use Lagrange when it doesn't alternate or when specifically asked.
Example: Bound the Error of ex≈T3(x) at x=0.5
T3(0.5)=1+0.5+0.125+0.02083=1.64583
For the Lagrange bound: f(4)(x)=ex
M=max0≤t≤0.5et=e
∣R3(0.5)∣≤4!
Actual: e0.5≈1.6487, error ≈0.0029. The bound (0.0043) is correct and conservative.
Common M Values
Function
f(n+1)(x)
M on [0,
Lagrange Error Practice
Error Bound Decisions
Lagrange Computation
Summary
Lagrange Error: ∣Rn(x)∣≤M∣x−c∣n+1/(n+1)!
Find M by bounding ∣f(n+1)∣ on the interval
For sin/cos: M=1 always
For ex: M=e∣x∣ (or use crude bound like 3)
Use AST when series alternates (it's tighter and easier)
Next: Part 5 — AP FRQ Strategies for Taylor Series.
e
x
sinx
Write the known series directly
A composition/product
Manipulate known series
An unfamiliar function
Compute derivatives at center
Given as a DE solution
Match coefficients
AP Tip: "General term" means write ∑ notation with n. This is where students lose the most points — verify your general term by checking it produces the first few terms correctly.
Part (b): Interval of Convergence
Always use Ratio Test → test endpoints.
Write your answer as an interval with proper notation: [−1,1), not "−1 to 1."
Part (c): Approximation
Substitute the given value into your series:
sin(0.5)≈0.5−(0.5)3/6+(0.5)5/120=0.5−0.02083+0.00026=
Part (d): Error Bound
Choose between:
AST Error Bound if the series alternates (simpler!)
Lagrange Error Bound if not alternating or specifically asked
Template for AST: "Since the series is alternating with decreasing terms converging to 0, the error is bounded by the first omitted term: ∣R∣≤∣aN+1∣=…<."
Template for Lagrange: "By Taylor's theorem, ∣Rn(x)∣≤M∣x−c∣ where "
Scoring Insight
Each part is typically worth 2-3 points. Justification language matters — use precise mathematical statements.
AP Question Types
FRQ Decisions
FRQ Practice
Summary
The Taylor FRQ has a predictable structure: series → IOC → approx → error
Use known series when possible; compute derivatives as last resort
For error bounds: AST when alternating, Lagrange otherwise
Verify your general term reproduces the terms you wrote
Show ALL work — the AP graders need to see your reasoning
Next: Part 6 — Problem-Solving Workshop.
p
p
Series evaluation by identifying the function
Integration of series for functions with no elementary antiderivative
Next: Part 7 — Comprehensive Review.
n
/
n
!
Maclaurin
Taylor at c=0
Tn(x)
Partial sum through degree n
Lagrange error
$
Coefficient ↔ derivative
an=f(n)(c)/n! ↔ f(n)(c)=n!⋅an
The Six Essential Series
1−x1,ex,sinx,cosx,ln(1+x),arctanx
Key Fact: Taylor/Maclaurin series is the single most heavily tested BC topic. Expect 4+ MC questions and a full FRQ.
Comprehensive Review MC
More Review
Final Drill
Final Challenge
Taylor & Maclaurin — Complete Summary
You've mastered:
Taylor formula — ∑f(n)(c)(x−c)n/n!
Computing from scratch — derivative tables
Known series manipulation — substitution, products, differentiation, integration