Welcome to the World of Maclaurin Series!

Hi there! Have you ever looked at a complicated function like \(e^x\) or \(\ln(1+x)\) and wished they were just simple polynomials like \(1 + 2x + 3x^2\)? Well, that’s exactly what the Maclaurin series does! It allows us to turn complex, "curvy" functions into infinite sums of simple powers of \(x\). This makes them much easier to work with in engineering, physics, and advanced calculus.

Don't worry if this seems a bit abstract at first. By the end of these notes, you'll see that it's just like building a complex shape out of simple Lego bricks!


1. What is a Maclaurin Series?

The Maclaurin series is a way to represent a function \(f(x)\) as an infinite sum of terms. The general formula is:

\(f(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \frac{f'''(0)}{3!}x^3 + \dots + \frac{f^{(r)}(0)}{r!}x^r + \dots\)

Breaking it down:

  • \(f(0)\): The value of the function when \(x = 0\).
  • \(f'(0), f''(0), \dots\): The first, second, and higher-order derivatives of the function, all evaluated at \(x = 0\).
  • \(r!\) (Factorial): Remember that \(3! = 3 \times 2 \times 1 = 6\). These numbers grow very fast, which helps the series "settle down" or converge.

Analogy: Imagine you are trying to mimic a friend's complicated dance move. First, you copy their starting position (\(f(0)\)). Then, you copy how fast they start moving (\(f'(0)\)). Then, you copy how they accelerate (\(f''(0)\)). The more details you copy, the more you look like them!

Quick Review: To find a Maclaurin series from scratch, you just need to keep differentiating and plugging in \(x = 0\).


2. The "Must-Know" Standard Series

The syllabus requires you to be familiar with these standard expansions. You can find these in your MF26 formula sheet, but knowing them by heart will save you a lot of time!

1. Exponential: \(e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \dots\) (Valid for all real \(x\))

2. Sine: \(\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \dots\) (Valid for all real \(x\))

3. Cosine: \(\cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \dots\) (Valid for all real \(x\))

4. Natural Log: \(\ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \dots\) (Valid for \(-1 < x \leq 1\))

5. Binomial: \((1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \dots\) (Valid for \(|x| < 1\))

Memory Aid:

Notice that \(\sin x\) only has odd powers (it's an odd function) and \(\cos x\) only has even powers (it's an even function). Also, their signs alternate: \(+, -, +, -\dots\)

Key Takeaway: Always check the range of validity (the values of \(x\) for which the series actually works). For example, \(\ln(1+x)\) only behaves nicely when \(x\) is between \(-1\) and \(1\).


3. Deriving Series Using Different Methods

Sometimes you can't just look up the answer. You might need to derive the first few terms yourself.

Method A: Repeated Differentiation

If you have a function like \(f(x) = \sec x\), you simply differentiate it multiple times:

  1. Find \(f(0)\).
  2. Find \(f'(x)\), then plug in \(0\) to get \(f'(0)\).
  3. Find \(f''(x)\), then plug in \(0\) to get \(f''(0)\).
  4. Plug these values into the general Maclaurin formula.

Method B: Implicit Differentiation

This is useful when \(y\) is not easily written as \(f(x)\). For example, if \(y^3 + y + x = 0\):

  1. Find \(y\) when \(x=0\) by substituting into the equation.
  2. Differentiate the whole equation with respect to \(x\) (remembering the chain rule for \(y\) terms).
  3. Solve for \(\frac{dy}{dx}\) at the point where \(x=0\).
  4. Differentiate again to find \(\frac{d^2y}{dx^2}\).

Common Mistake: When differentiating \(y^2\) implicitly, don't forget the \(\frac{dy}{dx}\)! It should be \(2y \frac{dy}{dx}\).


4. Combining and Manipulating Series

You don't always have to differentiate. You can build new series from the standard ones!

1. Substitution

To find the series for \(e^{2x}\), take the standard \(e^u\) series and replace every \(u\) with \(2x\):

\(e^{2x} = 1 + (2x) + \frac{(2x)^2}{2!} + \dots = 1 + 2x + 2x^2 + \dots\)

2. Multiplication

To find \(e^x \cos x\), write out the first few terms of both and multiply them like algebraic brackets:

\((1 + x + \frac{1}{2}x^2) (1 - \frac{1}{2}x^2) = 1 - \frac{1}{2}x^2 + x - \frac{1}{2}x^3 + \frac{1}{2}x^2 \dots\)

Tip: Usually, you only need terms up to \(x^2\) or \(x^3\). Ignore higher powers to save time!

3. Using Log Rules

For \(\ln(\frac{1+x}{1-x})\), use log laws first: \(\ln(1+x) - \ln(1-x)\). Then, subtract the two series. It’s much faster!

Key Takeaway: Always look for a way to use the standard series before you start differentiating. It's usually much less messy!


5. Small Angle Approximations

In physics and early calculus, we often say that if \(x\) is very small (close to 0), we can ignore the higher-order terms (\(x^3, x^4, \dots\)).

  • \(\sin x \approx x\)
  • \(\tan x \approx x\)
  • \(\cos x \approx 1 - \frac{1}{2}x^2\)

Did you know? This is why a pendulum's motion is easy to calculate only for "small swings"! When the angle is small, the curvy sine function acts just like a straight line (\(y=x\)).


Summary Checklist for Exams

1. Did I check the formula sheet (MF26)? Don't reinvent the wheel.

2. Is my range of validity correct? Especially for \(\ln(1+x)\) and binomial series.

3. Did I forget the factorials? \(2!\) and \(3!\) are essential in the denominator.

4. Am I keeping enough terms? If the question asks for the series "up to \(x^3\)", ensure your multiplications include all combinations that result in \(x^3\) or lower.

Keep practicing! Maclaurin series are just a game of "match the pattern." You've got this!