Study Guide

Maclaurin and Taylor series (HL only)

IB Mathematics AA HLΒ· Topic 5: Calculus, 5.14Β· 45 min read

1. Core Definitionsβ˜…β˜…β˜†β˜†β˜†HL only⏱ 15 min

πŸ“˜ Definition

Taylor Series

For a function that is infinitely differentiable at (called the center of expansion), the Taylor series is given by:

Example:

Expands around any point

f(x)=βˆ‘n=0∞f(n)(a)n!(xβˆ’a)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x-a)^n
πŸ“˜ Definition

Maclaurin Series

A special case of Taylor series where the center of expansion is , given by:

Example:

Expands around the origin

f(x)=βˆ‘n=0∞f(n)(0)n!xnf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n
πŸ“ Worked Example

Find the first 3 non-zero terms of the Maclaurin series for

  1. 1

    Calculate derivatives and evaluate at :

  2. 2

  3. 3

    Substitute into the Maclaurin formula:

  4. 4

    term: term: term:

  5. 5

    Final result (first 3 non-zero terms):

  6. 6
    exβ‰ˆ1+x+x22e^x \approx 1 + x + \frac{x^2}{2}

Exam tip:

You can be asked to derive the general formula for a Taylor or Maclaurin series from first principles, so memorize the general form.

2. Standard Maclaurin Seriesβ˜…β˜…β˜…β˜†β˜†HL only⏱ 25 min

There are 6 standard Maclaurin series you should memorize for exams, along with their intervals of convergence:

Function

Maclaurin Series

Interval of Convergence

πŸ“ Worked Example

Use the standard series to find the first 4 non-zero terms of the Maclaurin series for

  1. 1

    Recall the standard expansion for :

  2. 2
    cos⁑u=1βˆ’u22!+u44!βˆ’u66!+...\cos u = 1 - \frac{u^2}{2!} + \frac{u^4}{4!} - \frac{u^6}{6!} + ...
  3. 3

    Substitute :

  4. 4
    cos⁑(2x)=1βˆ’(2x)22!+(2x)44!βˆ’(2x)66!+...\cos(2x) = 1 - \frac{(2x)^2}{2!} + \frac{(2x)^4}{4!} - \frac{(2x)^6}{6!} + ...
  5. 5

    Simplify each coefficient:

  6. 6
    1βˆ’4x22+16x424βˆ’64x6720=1βˆ’2x2+2x43βˆ’8x645+...1 - \frac{4x^2}{2} + \frac{16x^4}{24} - \frac{64x^6}{720} = 1 - 2x^2 + \frac{2x^4}{3} - \frac{8x^6}{45} + ...
βœ“ Quick check
  1. What is the interval of convergence for the Maclaurin series of ?

    Reveal answer
    2 β€”

    The series converges when , diverges at .

Exam tip:

Memorizing standard series saves 5-10 minutes per question compared to deriving them from scratch in an exam.

3. Taylor Series About Non-Zero Centersβ˜…β˜…β˜…β˜…β˜†HL only⏱ 25 min

To expand a function around any center , we use the general Taylor series formula. A useful shortcut is substitution: let , expand as a Maclaurin series in , then substitute back .

πŸ“ Worked Example

Find the first 3 non-zero terms of the Taylor series for centered at .

  1. 1

    Calculate derivatives and evaluate at :

  2. 2

  3. 3

    Substitute into the Taylor formula:

  4. 4
    f(x)=f(1)+fβ€²(1)(xβˆ’1)+fβ€²β€²(1)2!(xβˆ’1)2+fβ€²β€²β€²(1)3!(xβˆ’1)3+...f(x) = f(1) + f'(1)(x-1) + \frac{f''(1)}{2!}(x-1)^2 + \frac{f'''(1)}{3!}(x-1)^3 + ...
  5. 5

    Simplify to get the first 3 non-zero terms:

  6. 6
    ln⁑xβ‰ˆ(xβˆ’1)βˆ’(xβˆ’1)22+(xβˆ’1)33\ln x \approx (x-1) - \frac{(x-1)^2}{2} + \frac{(x-1)^3}{3}

4. Applications: Approximation and Limitsβ˜…β˜…β˜…β˜…β˜†HL only⏱ 20 min

Two of the most common exam applications of Maclaurin/Taylor series are approximating function values near the center, and evaluating indeterminate limits that would be cumbersome with L'Hospital's rule.

πŸ“ Worked Example

Evaluate using Maclaurin series.

  1. 1

    Substitute the Maclaurin expansion of into the numerator:

  2. 2
    exβˆ’1βˆ’x=(1+x+x22!+x33!+...)βˆ’1βˆ’x=x22+x36+...e^x - 1 - x = \left(1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + ...\right) - 1 - x = \frac{x^2}{2} + \frac{x^3}{6} + ...
  3. 3

    Divide the entire expression by :

  4. 4
    exβˆ’1βˆ’xx2=12+x6+x224+...\frac{e^x - 1 - x}{x^2} = \frac{1}{2} + \frac{x}{6} + \frac{x^2}{24} + ...
  5. 5

    Take the limit as : all terms containing approach 0, so the limit is:

  6. 6
    lim⁑xβ†’0exβˆ’1βˆ’xx2=12\lim_{x \to 0} \frac{e^x - 1 - x}{x^2} = \frac{1}{2}
βœ“ Quick check
  1. What is the center of the Taylor series:

    • 0

    • 2

    • -2

    • n

    Reveal answer
    1 β€”

    The general term of a Taylor series is , so here.

5. Common Pitfalls

Wrong move:

Forgetting the denominator in series terms

Why:

This is the most common avoidable mistake, and examiners always penalize missing factorials

Correct move:

Always write out the general formula with before substituting derivative values

Wrong move:

Trying to find a Maclaurin series for a function undefined at 0, e.g.

Why:

All derivatives will be undefined at 0, so no valid expansion can be found

Correct move:

Use Taylor series centered at a point where the function is defined, e.g. for

Wrong move:

Forgetting to raise the substitution constant to the power of the term, e.g. writing

Why:

This leads to incorrect coefficients for all terms after the first

Correct move:

Simplify for every term when substituting into a standard series

Wrong move:

Using a series outside its interval of convergence

Why:

The series does not equal the function outside this interval, so results are meaningless

Correct move:

Always confirm your value lies within the interval of convergence before using the series

Wrong move:

Treating the binomial series for non-integer as a finite expansion

Why:

Only for positive integer is the binomial expansion finite; for all other , it is infinite

Correct move:

Use the infinite binomial series with interval of convergence for non-integer

6. Quick Reference Cheatsheet

Type

Formula

Key Note

Maclaurin (center 0)

Special case of Taylor

Taylor (center )

Works for any center

All real

All real

All real

, all

7. Frequently Asked

When do I use Taylor series instead of Maclaurin series?

Use Maclaurin only when you are expanding around . Use Taylor when expanding around any other center, or when the function is undefined at (e.g. has no Maclaurin series).

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2021 Β· 2

    Taylor series approximation

  • 2022 Β· 1

    Limit via Maclaurin series

  • 2023 Β· 2

    Maclaurin series derivation

What's Next

Maclaurin and Taylor series are foundational tools for advanced calculus, used in error estimation, solving differential equations, and numerical analysis. In IB AA HL, the next core topic related to this sub-topic is Lagrange error bounds, which teaches you to calculate the maximum error of a Taylor polynomial approximation. Understanding series expansions also makes evaluating complex indeterminate limits much easier, and is used to solve many types of differential equations that cannot be solved with standard algebraic methods.