Historical Context & Motivation
The desire to approximate complicated functions with simpler expressions stretches back centuries. Long before modern analysis formalized the notion of convergence, mathematicians in India, Europe, and beyond recognized that certain functions—trigonometric, exponential, logarithmic—could be represented as infinite sums of polynomial terms. The central insight was both elegant and practical: if a function is sufficiently smooth, its behavior near a chosen point is entirely determined by its derivatives at that point. This idea crystallized into what we now call Taylor series and, as a special case centered at zero, Maclaurin series.
The fundamental question these mathematicians addressed remains the guiding problem of this lesson: given a smooth function f(x), how can we construct a polynomial (potentially of infinite degree) that faithfully reproduces f near a specific point, and under what conditions does this polynomial converge to the original function? Answering this question gives us one of the most powerful tools in all of analysis—the ability to replace transcendental functions with sums we can compute, differentiate, and integrate term by term.
Core Principles & Definitions
At the heart of Taylor and Maclaurin expansions lies a single, unifying idea: a function that is infinitely differentiable at a point can be reconstructed—at least locally—from the complete set of its derivatives at that point. Each successive derivative contributes a higher-order correction term, refining the approximation like adding finer details to a sketch. The following principles form the conceptual scaffolding for everything that follows.
Local Polynomial Approximation
Taylor Series vs. Maclaurin Series
Factorial Normalization
Radius of Convergence
Remainder and Error Bound
Visual Explanation — Successive Polynomial Approximations
The diagram below illustrates how successive Taylor polynomials approximate f(x) = eˣ centered at a = 0 (i.e., Maclaurin polynomials). Each additional term captures more curvature information, extending the region over which the polynomial closely tracks the original function.
Observe a critical pattern in the diagram: near x = 0, all of the Taylor polynomials are nearly indistinguishable from eˣ. As we move farther from the center, the lower-degree polynomials diverge from the true function, while higher-degree polynomials maintain accuracy over a broader domain. This visual captures the essence of local approximation—Taylor polynomials are most accurate near their center, and adding more terms extends the interval of faithful reproduction. For eˣ, the Maclaurin series has an infinite radius of convergence, meaning the series converges to eˣ for every real number x, given enough terms.
Mathematical Framework
We now formalize the constructions previewed in the preceding sections. The two cornerstone formulas—the general Taylor series and its Maclaurin specialization—are accompanied by the remainder theorem that governs approximation error.
Essential Maclaurin Series & Their Properties
A handful of Maclaurin series appear so frequently across mathematics, physics, and engineering that they should be committed to memory. The table below catalogs the most important expansions, their radii of convergence, and the general-term patterns that make them recognizable at a glance.
| Function | Maclaurin Series | Radius R |
|---|---|---|
| eˣ | Σ xⁿ/n! = 1 + x + x²/2! + x³/3! + ⋯ | ∞ |
| sin x | Σ (−1)ⁿ x²ⁿ⁺¹/(2n+1)! = x − x³/3! + x⁵/5! − ⋯ | ∞ |
| cos x | Σ (−1)ⁿ x²ⁿ/(2n)! = 1 − x²/2! + x⁴/4! − ⋯ | ∞ |
| ln(1 + x) | Σ (−1)ⁿ⁺¹ xⁿ/n = x − x²/2 + x³/3 − ⋯ | 1 |
| 1/(1 − x) | Σ xⁿ = 1 + x + x² + x³ + ⋯ | 1 |
| arctan x | Σ (−1)ⁿ x²ⁿ⁺¹/(2n+1) = x − x³/3 + x⁵/5 − ⋯ | 1 |
| (1 + x)ᵅ | Σ C(α,n) xⁿ, where C(α,n) = α(α−1)⋯(α−n+1)/n! | 1 (for non-integer α) |
Several powerful techniques extend these base expansions to broader families of functions. Substitution allows you to replace x with a more complex expression—for instance, substituting −x² into the series for eˣ immediately yields the expansion for e−x². Term-by-term differentiation and integration are valid inside the interval of convergence: differentiating the series for sin x term by term produces the series for cos x, and integrating the geometric series 1/(1 + t) yields the series for ln(1 + x). Multiplication and division of series (Cauchy products) generate expansions for products and quotients like eˣ sin x or tan x, though the algebra grows quickly.
Worked Example — Finding a Maclaurin Series and Bounding Error
We will find the Maclaurin series for f(x) = ln(1 + x), then use the fourth-degree Maclaurin polynomial T₄(x) to approximate ln(1.5) and bound the error via the alternating series estimation theorem.
Strengths, Limitations, and When to Use Taylor Series
| Aspect | Strengths | Limitations |
|---|---|---|
| Approximation Power | Can approximate any analytic function to arbitrary precision by taking enough terms. Error bounds are computable. | The approximation degrades as x moves away from the center a. Outside the radius of convergence, the series diverges entirely. |
| Computational Utility | Replaces transcendental functions with polynomials—easy to differentiate, integrate, multiply, and evaluate on calculators/computers. | Slow convergence for some functions near the boundary of convergence (e.g., ln(2) via the Maclaurin series for ln(1 + x) converges very slowly). |
| Theoretical Insight | Reveals hidden connections—for instance, Euler's formula eⁱˣ = cos x + i sin x emerges naturally from comparing Taylor coefficients. | Not all infinitely differentiable functions are analytic—smooth non-analytic functions exist where the Taylor series converges to the wrong value. |
| Generality | Works for any center a, allowing expansions to be tailored to the region of interest. | Requires all derivatives at a to exist and be computable—not always feasible for piecewise or implicitly defined functions. |
Connections to Advanced Theory
Taylor and Maclaurin series are not merely computational shortcuts—they are foundational structures that recur throughout higher mathematics. The ideas introduced here ramify into several advanced domains, and understanding these connections deepens your appreciation of why these series are central to the mathematical canon.
| This Lesson's Concept | Advanced Extension |
|---|---|
| Maclaurin series of eˣ, sin x, cos x | Euler's formula eⁱˣ = cos x + i sin x unifies these series in the complex plane, providing the gateway to complex analysis and Fourier theory. |
| Taylor polynomial approximation Tₙ(x) | The theory of jets in differential geometry generalizes Taylor polynomials to functions on manifolds, encoding local behavior at higher orders. |
| Radius of convergence | In complex analysis, R equals the distance from the center to the nearest singularity in ℂ, explaining why 1/(1 + x²) has R = 1 despite being smooth on all of ℝ. |
| Lagrange remainder Rₙ(x) | Asymptotic analysis and the big-O notation formalize remainder estimates, forming the basis for computational complexity and numerical methods. |
| Term-by-term differentiation / integration | Power series solutions of ODEs (Frobenius method, Airy functions, Bessel functions) exploit this property to solve equations with no elementary closed-form solutions. |
One particularly striking connection deserves emphasis. The function f(x) = 1/(1 + x²) is perfectly smooth for all real x, yet its Maclaurin series 1 − x² + x⁴ − x⁶ + ⋯ converges only for |x| < 1. From a purely real-variable standpoint this seems mysterious—where is the obstruction? The answer lies in complex analysis: the function has poles at x = ±i, which are distance 1 from the origin in the complex plane. The radius of convergence always equals the distance to the nearest complex singularity, a profound fact that only becomes visible when the domain is extended to ℂ. This illustrates how Taylor series naturally bridge real and complex analysis, and why a deeper study of series leads inevitably into the complex plane.
Practice Problems
Summary — Taylor & Maclaurin Series Expansions
A Taylor series represents a smooth function f(x) as the infinite sum Σ f⁽ⁿ⁾(a)/n! · (x − a)ⁿ, with the Maclaurin series being the special case a = 0. Each term encodes derivative information at the center: the constant term gives the function's value, the linear term its slope, the quadratic term its concavity, and so on. The series converges within a radius of convergence R determined by the ratio or root test (or, from the complex viewpoint, the distance to the nearest singularity in ℂ), and truncating at the n-th term produces the Taylor polynomial Tₙ(x) whose error is bounded by the Lagrange remainder or the alternating series estimation theorem.
Essential Maclaurin series—for eˣ, sin x, cos x, ln(1 + x), 1/(1 − x), arctan x, and the binomial series (1 + x)ᵅ—serve as building blocks from which more complex expansions are derived through substitution, term-by-term differentiation and integration, and series multiplication. These techniques transform Taylor series from a theoretical construct into a versatile computational tool for approximating integrals, evaluating limits, solving differential equations, and bridging real and complex analysis.