The Maclaurin series is a powerful tool in calculus that lets you represent complicated functions as simple polynomials. Named after the Scottish mathematician Colin Maclaurin, this series is actually a special case of the Taylor series—but centered at x = 0. The formula is:
f(x) = f(0) + f'(0)x + f''(0)x²/2! + f'''(0)x³/3! + ... = Σ_{n=0}^{∞} [f⁽ⁿ⁾(0)/n!] xⁿ
Here, f⁽ⁿ⁾(0) means the n-th derivative of the function evaluated at x = 0, and n! is the factorial of n. This infinite sum can approximate the function arbitrarily well within its radius of convergence.
Breaking Down the Formula
Let's look at each piece:
f(0)– The constant term. It's the function's value at zero, so the series starts at the right point.f'(0)– The first derivative at zero. It controls the slope of the approximation at the origin.f''(0)/2!– The second derivative term. It shapes the curvature (concavity) near zero.- Higher derivatives – Each term adds finer details, like wiggles in the function.
xⁿ– The power of x for each term. The series is a polynomial in x.n!– The factorial in the denominator ensures the series converges (for well-behaved functions).
In essence, the Maclaurin series matches the function's value, slope, curvature, and all higher-order derivatives at x = 0. That's why it works so well for small x.
Derivation: From Taylor to Maclaurin
The general Taylor series for a function f(x) around a point x = a is:
f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)²/2! + f'''(a)(x-a)³/3! + ...
To get the Maclaurin series, we simply set a = 0. Then (x-a) becomes x, and everything simplifies. The result is the formula above. This special case is so common that it has its own name. For a step-by-step guide on evaluating derivatives and building the series, check out our how-to guide.
Intuition: Why the Formula Makes Sense
Imagine you want to describe a function near x = 0. The simplest approximation is a constant: f(0). That's the first term. But if the function is sloping, you need a linear term: f'(0)x adds the correct slope. Next, if the function curves, the quadratic term f''(0)x²/2! captures that. Each higher term adds a little more detail, like a sculptor adding finer features. The factorial in the denominator ensures that higher terms become smaller (for values of x where the series converges).
This is why the Maclaurin series is called a power series expansion—it expresses the function as a sum of powers of x, each weighted by a number that comes from the function's derivatives at zero.
Historical Origin
The series was named after Colin Maclaurin (1698–1746), a Scottish mathematician who used this series extensively in his work. However, the general Taylor series was discovered earlier by Brook Taylor (1685–1731). Maclaurin didn't claim priority; the name stuck because he applied the series to a wide range of problems. Today, the Maclaurin series is a cornerstone of calculus and appears in physics, engineering, and finance.
Practical Implications and Applications
Maclaurin series are used everywhere. For example:
- Euler's formula – The series for
ex,sin(x), andcos(x)combine to give one of the most beautiful results in math:eix = cos(x) + i sin(x). - Approximations – Engineers use the first few terms of the series for functions like
√(1+x)to quickly estimate values without a calculator. - Physics – Many laws (like the pendulum equation) are simplified using Maclaurin series to make them solvable.
For more real-world uses, see our engineering applications page.
Edge Cases and Convergence
Not all functions can be expanded in a Maclaurin series. The series only converges within a certain distance from zero—the radius of convergence. For example:
exconverges for all x.ln(1+x)only converges for|x| < 1(and at x=1 if you use the alternating series test).1/(1-x)diverges if|x| ≥ 1.
Also, if the function is not infinitely differentiable at zero (e.g., |x|), the series doesn't exist. For more on accuracy and convergence, visit our convergence guide.
Summary
The Maclaurin series formula is a simple yet powerful way to turn a function into a polynomial. By matching all derivatives at zero, it creates an approximation that improves as you add more terms. Whether you're a student learning calculus or an engineer solving real problems, this series is a tool you'll use again and again.
Try the free Maclaurin Series Calculator ⬆
Get your Maclaurin Series: Taylor series expansion centered at x=0 for function approximation and analysis result instantly — no signup, no clutter.
Open the Maclaurin Series Calculator