Taylor and Maclaurin Series
If a function equals a power series, its coefficients are forced: the nth is the nth derivative at the center over n factorial. We derive that formula, use Taylor's Inequality to prove the standard series for the exponential, sine, and cosine, record the binomial series and a reference table, and bound the error when a Taylor polynomial replaces a function.
╌╌╌╌
Manipulating the geometric series produces a power series for a function without ever asking the direct question: given , what coefficients make ? The coefficients are determined by the derivatives of at the center.
The coefficient formula
Suppose has a power series representation about ,
Setting gives . Differentiating term by term (legal inside ) and setting each time isolates one coefficient per step:
The pattern is , so .
The coefficients are unique: however a power series for is obtained, its coefficients must be these. Substituting them back names the series.
Taylor polynomials and the remainder
Having a Taylor series is not the same as equalling it: the series might converge to something other than , or not converge at all. To check, look at its partial sums.
is the tangent-line linearization; agrees with in value and in the first derivatives at . The function equals its Taylor series exactly when . Writing the gap as , the remainder, the condition is .
To show , bound the remainder by the size of the next derivative.
Paired with the fact that for every real , this drives the remainder to zero whenever the derivatives stay uniformly bounded.
The exponential, sine, and cosine
Exponential. For , every derivative is , so and the Maclaurin series is . On any interval the derivatives satisfy , so Taylor's Inequality with gives . Hence
Setting recovers .
Sine. For the derivatives cycle through , giving . Every derivative is or , so and works for all . Thus
Cosine. Rather than repeat the computation, differentiate the sine series term by term (legal inside the interval of convergence, here all of ):
Existing series combine without any new differentiation. Multiplying the cosine series by gives the series for ; substituting into the exponential series gives series for and the like.
The binomial series
The last standard series generalizes the Binomial Theorem to any real exponent. For with real, , so the Maclaurin coefficients are the binomial coefficients
The Ratio Test gives radius of convergence for non-integer .
If is a nonnegative integer the coefficients eventually vanish and the series terminates, reducing to the ordinary Binomial Theorem. Otherwise it is infinite.
Example. To expand , factor: , then apply the binomial series with and replaced by . The result converges for .
A reference table
The standard Maclaurin series, collected in one place, recur constantly.
| Function | Maclaurin series | Radius |
|---|---|---|
Approximating with a controlled error
In practice, a low-degree Taylor polynomial approximates near , and Taylor's Inequality (or, for alternating series, the first omitted term) certifies the accuracy over an interval.
Integrals and limits from series
A Maclaurin series turns two otherwise hard computations into arithmetic on a convergent series: integrating a function with no elementary antiderivative, and evaluating an indeterminate limit without repeated l'Hospital differentiation.
The Newtonian limit of relativistic energy
Taylor polynomials formalize the physicist's habit of keeping only the leading correction. In special relativity the kinetic energy of a mass moving at speed is
Expanding by the binomial series and keeping terms through ,
At speeds small compared with the higher terms are negligible and the relativistic energy reduces to the Newtonian . The Taylor series makes precise the sense in which one theory contains another as a low-order approximation, and quantifies the correction the next term supplies.
╌╌ END ╌╌