A Maclaurin series is a special case of the Taylor series where the center point is \(a = 0\). Instead of expanding around an arbitrary point, you use everything the function tells you at the origin — its value, its slope, its curvature, and every higher derivative — to build a polynomial that matches it perfectly nearby.
Because \(a = 0\), the \((x - a)^n\) terms simplify to just \(x^n\), making the formula as clean as it gets.
Every coefficient \(\dfrac{f^{(n)}(0)}{n!}\) is fixed once you evaluate the \(n\)-th derivative at zero. The \(n!\) in the denominator is not optional — it cancels exactly the factorial that appears when you differentiate \(x^n\) repeatedly, keeping the coefficients honest.
Imagine zooming into a function at \(x = 0\) with increasingly powerful lenses. The first lens shows you the value \(f(0)\) — a flat constant. The second shows the slope \(f'(0)\) — now you see a line. Each new lens reveals another layer of curvature, encoded by a higher derivative.
The Maclaurin series is the result of looking through all infinitely many lenses at once. Near \(x = 0\), the polynomial built from these observations is indistinguishable from the original function.
Most standard functions — \(e^x\), \(\sin x\), \(\cos x\) — are perfectly well-defined at the origin and their derivatives there turn out to be simple integers or zero. This makes the coefficients clean and the series easy to memorize and apply. Centering elsewhere (Taylor series) only becomes necessary when \(f\) is singular at 0, like \(\ln x\).
The method is always the same three steps:
- Step 1. Compute \(f(0),\, f'(0),\, f''(0),\, \ldots\) until a pattern appears.
- Step 2. Write each coefficient as \(\dfrac{f^{(n)}(0)}{n!}\).
- Step 3. Express as a sum \(\sum_{n=0}^\infty c_n x^n\) and identify the pattern in closed form.
Example walkthrough — \(f(x) = e^x\):
Example walkthrough — \(f(x) = \sin x\):
Even derivatives vanish at zero; only odd powers survive, alternating in sign.
These are the six Maclaurin series worth knowing cold. Every other standard expansion can be derived from them by substitution, differentiation, or integration.
| Function | Maclaurin Series | Converges |
| \(e^x\) | \(\displaystyle 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots = \sum_{n=0}^{\infty} \frac{x^n}{n!}\) | all \(x\) |
| \(\sin x\) | \(\displaystyle x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{(2n+1)!}\) | all \(x\) |
| \(\cos x\) | \(\displaystyle 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \cdots = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{(2n)!}\) | all \(x\) |
| \(\ln(1+x)\) | \(\displaystyle x - \frac{x^2}{2} + \frac{x^3}{3} - \cdots = \sum_{n=1}^{\infty} \frac{(-1)^{n+1} x^n}{n}\) | \(-1 < x \le 1\) |
| \(\dfrac{1}{1-x}\) | \(\displaystyle 1 + x + x^2 + x^3 + \cdots = \sum_{n=0}^{\infty} x^n\) | \(|x| < 1\) |
| \((1+x)^k\) | \(\displaystyle 1 + kx + \frac{k(k-1)}{2!}x^2 + \frac{k(k-1)(k-2)}{3!}x^3 + \cdots\) | \(|x| < 1\) |
You rarely need to start from scratch. Most series you'll encounter can be obtained by applying one of these operations to a known series.
Replace \(x \to -x^2\):
\(e^{-x^2} = \displaystyle\sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{n!}\)
Differentiate:
\(\dfrac{1}{(1-x)^2} = \displaystyle\sum_{n=1}^{\infty} n\,x^{n-1}\)
Integrate (with \(C=0\)):
\(\ln(1+x) = \displaystyle\sum_{n=1}^{\infty} \frac{(-1)^{n+1} x^n}{n}\)
\(\approx \!\left(1+x+\tfrac{x^2}{2}+\cdots\right)\!\left(x - \tfrac{x^3}{6}+\cdots\right)\)
\(= x + x^2 + \tfrac{x^3}{3} - \tfrac{x^5}{30} + \cdots\)
Set \(u = -x^2\):
\(e^{-x^2} = \displaystyle\sum_{n=0}^{\infty} \frac{(-x^2)^n}{n!} = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{n!}\)
\(= 1 - x^2 + \dfrac{x^4}{2} - \dfrac{x^6}{6} + \cdots\)
Differentiate term by term \(\bigl(\cos x = (\sin x)'\bigr)\):
\(\cos x = \displaystyle\sum_{n=0}^{\infty} \frac{(-1)^n (2n+1)\, x^{2n}}{(2n+1)!}\)
\(= \displaystyle\sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{(2n)!}\)
From geometric series, set \(u = -x^2\):
\(\dfrac{1}{1+x^2} = \displaystyle\sum_{n=0}^{\infty}(-1)^n x^{2n}\)
Integrate (constant \(= 0\) since \(\arctan 0 = 0\)):
\(\arctan x = \displaystyle\sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{2n+1}\)
\(\sin x - x = -\dfrac{x^3}{6} + \dfrac{x^5}{120} - \cdots\)
\(\dfrac{\sin x - x}{x^3} = -\dfrac{1}{6} + \dfrac{x^2}{120} - \cdots\)
Ready to test your knowledge?
Maclaurin series appear in limits, approximations, Euler's formula, and throughout physics and engineering. Practice with our quizzes.
Browse All Quizzes →