Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Taylor and Maclaurin Series (Writing, Radius of Convergence)
Source: https://www.fatskills.com/ap/chapter/how-to-solve-taylor-and-maclaurin-series-writing-radius-of-convergence

How to Solve: Taylor and Maclaurin Series (Writing, Radius of Convergence)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

How to Solve: Taylor and Maclaurin Series (Writing, Radius of Convergence)

For AP Calculus AB/BC & Physics Students


Introduction

Mastering Taylor and Maclaurin series lets you approximate any function—like predicting projectile motion in physics or acing the 10-15% of your AP Calc BC exam that covers infinite series. Miss this, and you’re leaving easy points on the table.


What You Need To Know First

  1. Derivatives: You must be able to compute the first few derivatives of a function (e.g., f(x), f'(x), f''(x), etc.).
  2. Convergence Tests: Know the Ratio Test (for radius of convergence) and Geometric Series (for comparison).
  3. Factorials: Be comfortable with n! (e.g., 3! = 6, 4! = 24).

Key Vocabulary

Term Plain-English Definition Quick Example
Taylor Series A polynomial that approximates a function near a point a. eˣ ≈ 1 + x + x²/2! + x³/3! + ... (at a=0)
Maclaurin Series A Taylor series centered at a=0. sin(x) ≈ x - x³/3! + x⁵/5! - ...
Radius of Convergence (R) The distance from a where the series works. For 1/(1-x), R=1 (works for
Interval of Convergence The x-values where the series converges (includes endpoints). For 1/(1-x), interval is (-1, 1).
Remainder (Error) How far the approximation is from the real function. Rₙ(x) = f(x) - Pₙ(x) (Lagrange error bound).
General Term The n-th term of the series (pattern). For , general term is xⁿ/n!.

Formulas To Know

1. Taylor Series Formula

Formula: [ f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^n ] Variables: - f(x) = function you’re approximating - a = center point (where you’re expanding) - f⁽ⁿ⁾(a) = n-th derivative of f at x=a - n! = factorial of n

Memorise This. (but the AP exam often provides it).


2. Maclaurin Series Formula

Formula: [ f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n ] Variables: - Same as Taylor, but a=0.

Memorise This. (it’s just Taylor at a=0).


3. Common Maclaurin Series (MEMORIZE THESE)

Function Series Radius of Convergence
(\sum_{n=0}^{\infty} \frac{x^n}{n!}) R = ∞ (works for all x)
sin(x) (\sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1)!}) R = ∞
cos(x) (\sum_{n=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!}) R = ∞
1/(1-x) (\sum_{n=0}^{\infty} x^n) R = 1 (
ln(1+x) (\sum_{n=1}^{\infty} (-1)^{n+1} \frac{x^n}{n}) R = 1 (

MEMORIZE THESE (AP exams test these constantly).


4. Ratio Test for Radius of Convergence

Formula: [ R = \lim_{n \to \infty} \left| \frac{a_n}{a_{n+1}} \right| ] Variables: - aₙ = general term of the series - R = radius of convergence

GIVEN ON EXAM SHEET (but you must know how to use it).


Step-by-Step Method

How to Write a Taylor/Maclaurin Series

Step 1: Choose the center (a) - If the problem says "Maclaurin," a=0. - If it says "Taylor at x=a," use that a.

Step 2: Compute derivatives at x=a - Find f(a), f'(a), f''(a), f'''(a), etc., until you see a pattern.

Step 3: Plug into the Taylor formula - Write the series: (\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^n).

Step 4: Simplify the general term - Look for patterns (e.g., alternating signs, factorials, powers).

Step 5: Write the first 3-4 terms explicitly - Exams often ask for the "first four non-zero terms."


How to Find the Radius of Convergence

Step 1: Identify the general term (aₙ) - For a series (\sum a_n (x - a)^n), extract aₙ.

Step 2: Apply the Ratio Test - Compute ( L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| ). - If L=0, R=∞ (converges everywhere). - If L=∞, R=0 (converges only at x=a). - Otherwise, R = 1/L.

Step 3: Check endpoints (if asked for interval) - Plug x = a + R and x = a - R into the series. - Test convergence (e.g., p-series, alternating series test).


Worked Examples

Example 1 – Basic: Maclaurin Series for f(x) = eˣ

Problem: Find the Maclaurin series for f(x) = eˣ and its radius of convergence.

Step 1: a=0 (Maclaurin). Step 2: Compute derivatives at x=0: - f(x) = eˣf(0) = 1 - f'(x) = eˣf'(0) = 1 - f''(x) = eˣf''(0) = 1 - All derivatives at x=0 are 1.

Step 3: Plug into Taylor formula: [ eˣ = \sum_{n=0}^{\infty} \frac{1}{n!} x^n ]

Step 4: Simplify: [ eˣ = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \dots ]

Step 5: Radius of convergence (Ratio Test): - General term: aₙ = 1/n! - ( L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \frac{1/(n+1)!}{1/n!} = \lim_{n \to \infty} \frac{1}{n+1} = 0 ) - Since L=0, R=∞.

Answer: [ eˣ = \sum_{n=0}^{\infty} \frac{x^n}{n!}, \quad R = \infty ]

What we did and why: We used the definition of Maclaurin series (Taylor at a=0) and the Ratio Test to confirm it converges everywhere. This is a must-know series for the AP exam.


Example 2 – Medium: Taylor Series for f(x) = ln(x) at a=1

Problem: Find the Taylor series for f(x) = ln(x) centered at a=1 and its radius of convergence.

Step 1: a=1. Step 2: Compute derivatives at x=1: - f(x) = ln(x)f(1) = 0 - f'(x) = 1/xf'(1) = 1 - f''(x) = -1/x²f''(1) = -1 - f'''(x) = 2/x³f'''(1) = 2 - f⁽⁴⁾(x) = -6/x⁴f⁽⁴⁾(1) = -6 - Pattern: f⁽ⁿ⁾(1) = (-1)ⁿ⁺¹ (n-1)!

Step 3: Plug into Taylor formula: [ \ln(x) = \sum_{n=1}^{\infty} \frac{(-1)^{n+1} (n-1)!}{n!} (x - 1)^n ] Simplify: [ \ln(x) = \sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} (x - 1)^n ]

Step 4: First 4 terms: [ \ln(x) = (x-1) - \frac{(x-1)^2}{2} + \frac{(x-1)^3}{3} - \frac{(x-1)^4}{4} + \dots ]

Step 5: Radius of convergence (Ratio Test): - General term: aₙ = (-1)ⁿ⁺¹ / n - ( L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \frac{n}{n+1} = 1 ) - So, R = 1/L = 1.

Step 6: Check endpoints: - At x=2: (\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}) (converges by Alternating Series Test). - At x=0: (\sum_{n=1}^{\infty} \frac{-1}{n}) (diverges, harmonic series).

Answer: [ \ln(x) = \sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} (x - 1)^n, \quad R = 1 ] Interval of convergence: (0, 2].

What we did and why: We derived the series by computing derivatives, simplified the general term, and used the Ratio Test to find R. Checking endpoints is critical—exams often ask for the interval, not just R.


Example 3 – Exam-Style: Approximate sin(0.1) Using 3 Non-Zero Terms

Problem: Use the Maclaurin series for sin(x) to approximate sin(0.1) with 3 non-zero terms. Estimate the error.

Step 1: Recall Maclaurin series for sin(x): [ \sin(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \dots ]

Step 2: First 3 non-zero terms: [ \sin(x) \approx x - \frac{x^3}{6} + \frac{x^5}{120} ]

Step 3: Plug in x=0.1: [ \sin(0.1) \approx 0.1 - \frac{(0.1)^3}{6} + \frac{(0.1)^5}{120} ] [ = 0.1 - 0.0001667 + 0.000000083 ] [ \approx 0.0998334 ]

Step 4: Estimate error (Lagrange remainder): - The next term is (-\frac{x^7}{7!}). - Error ≤ (\left| \frac{(0.1)^7}{5040} \right| \approx 2 \times 10^{-10}) (negligible).

Answer: [ \sin(0.1) \approx 0.0998334 ] Error ≤ (2 \times 10^{-10}).

What we did and why: We used the known Maclaurin series for sin(x), truncated it, and plugged in x=0.1. The error bound ensures the approximation is accurate enough for full credit.


Common Mistakes

Mistake Why it Happens Correct Approach
Forgetting n! in the denominator Students confuse Taylor series with power series. Always write (\frac{f^{(n)}(a)}{n!}).
Mixing up Taylor and Maclaurin Maclaurin is just Taylor at a=0, but students forget. If a=0, it’s Maclaurin. Otherwise, Taylor.
Incorrect derivative pattern Stopping too early or miscomputing derivatives. Compute at least 4 derivatives to spot the pattern.
Ignoring endpoints for interval Only finding R but not checking x=a±R. Always test endpoints unless R=∞.
Using the wrong convergence test Using p-series test instead of Ratio Test. For power series, always use Ratio Test first.

Exam Traps

Trap How to Spot it How to Avoid it
Asking for "first four terms" but some are zero Functions like sin(x) or cos(x) have zero terms. Count non-zero terms (e.g., sin(x): x, -x³/6, x⁵/120, -x⁷/5040).
Disguising a known series Problems give f(x) = e²ˣ but expect you to recognize eᵘ. Substitute u=2x and use the eᵘ series.
Radius vs. interval of convergence Questions ask for R but expect the interval. Find R first, then always check endpoints.

1-Minute Recap

"Listen up—this is your 60-second cheat sheet for Taylor and Maclaurin series. First, memorize the big four: , sin(x), cos(x), and 1/(1-x). For any other function, compute derivatives at the center a, plug into the Taylor formula, and simplify. To find the radius of convergence, use the Ratio Test on the general term—if the limit is L, R=1/L. Always check endpoints unless R=∞. On the exam, if they ask for an approximation, truncate the series and estimate the error. You’ve got this—now go ace that test!