Taylor series
"Series expansion" redirects here. For other notions of the term, see series. As the degree of the Taylor series rises, it approaches the correct function. This image shows sinx and Taylor approximations, polynomials of degree 1, 3, 5, 7, 9, 11 and 13.
Definition and examples
which in a more compact form can be written
where
n! is the
factorial of
n and
f (n)(
a) denotes the
nth
derivative of
f at the point
a; the zeroth derivative of
f is defined to be
f itself and
(x ? a)0 is defined to be 1.
For example, the
Taylor series of the
exponential function ex at
a = 0 (that is, the Maclaurin series) is
The above expansion obtains because the derivative of ex is also ex and e0 equals 1. This leaves the terms (x ? 0)n in the numerator and n! in the denominator for each term in the infinite sum.
The function
f need not in general be equal to its
Taylor series, but often it is. If the function
f is equal to its
Taylor series in a
neighbourhood of
a, it is said to be
analytic in this neighborhood. If
f is equal to its
Taylor series everywhere it is called
entire. The
exponential function ex and the
trigonometric functions sine and cosine are examples of such functions. Examples of functions that are not entire include the
logarithm, the
trigonometric function tangent, and its inverse
arctan. For these functions the
Taylor series do not even
converge if
x is far from
a.
A Taylor series can be used to calculate the value of an entire function in every point, if the value of the function, and of all of its derivatives, is known at a single point. Uses of the Taylor series for entire functions include:
- The partial sums (the Taylor polynomials) of the series can be used as approximations of the entire function. These approximations are good if sufficiently many terms are included.
- The series representation simplifies many mathematical proofs.
Pictured above are increasingly accurate approximations of sin(x) around the point a = 0. The yellow curve is a polynomial of degree seven:
The error in this approximation is no more than

. In particular, for
| x | < 1, the error is less than 0.000003.
Properties
The function e?1/x² is not analytic at x = 0: the Taylor series is identically 0, although the function is not.
If this series converges for every
x in the interval (
a ?
r,
a +
r) and the sum is equal to
f(
x), then the function
f(
x) is said to be
analytic in the interval (
a ?
r,
a +
r). If this is true for any
r then the function is said to be an
entire function. To check whether the series converges towards
f(
x), one normally uses estimates for the remainder term of
Taylor's theorem. A function is analytic if and only if it can be represented as a
power series; the coefficients in that power series are then necessarily the ones given in the above
Taylor series formula.
The importance of such a power series representation is at least fourfold. First, differentiation and integration of power series can be performed term by term and is hence particularly easy. Second, an
analytic function can be uniquely extended to a
holomorphic function defined on an
open disk in the
complex plane, which makes the whole machinery of
complex analysis available. Third, the (truncated) series can be used to compute function values approximately (often by recasting the polynomial into the
Chebyshev form and evaluating it with the
Clenshaw algorithm).
Fourth, algebraic operations can often be done much more readily on the power series representation; for instance the simplest proof of
Euler's formula uses the
Taylor series expansions for sine, cosine, and exponential functions. This result is of fundamental importance in such fields as
harmonic analysis.
Note that there are examples of
infinitely differentiable functions f(
x) whose
Taylor series converge, but are
not equal to
f(
x). For instance, for the function defined piecewise by saying that
f(
x) = e
?1/x² if
x ? 0 and
f(0) = 0, all the derivatives are zero at
x = 0, so the Taylor series of
f(
x) is zero everywhere, and its
radius of convergence is infinite, even though the function most definitely is not zero everywhere. This particular pathology does not afflict
complex-valued functions of a complex variable. Notice that e
?1/z² does not approach 0 as
z approaches 0 along the imaginary axis.
Some functions cannot be written as Taylor series because they have a
singularity; in these cases, one can often still achieve a series expansion if one allows also negative powers of the variable
x; see
Laurent series. For example,
f(
x) = e
?1/x² can be written as a Laurent series.
List of Taylor series of some common functions
The sine function (blue) is closely approximated by its Taylor polynomial of degree 7 (pink) for a full period centered at the origin.
The cosine function.
An 8th degree approximation of the cosine function in the
complex plane.
The two above curves put together.
Several important Maclaurin series expansions follow. All these expansions are valid for complex arguments x.
where

Calculation of Taylor series
Several methods exist for the calculation of
Taylor series of a large number of functions. One can attempt to use the Taylor series as-is and generalize the form of the coefficients, or one can use manipulations such as substitution, multiplication or division, addition or subtraction of standard Taylor series to construct the Taylor series of a function, by virtue of Taylor series being power series. In some cases, one can also derive the
Taylor series by repeatedly applying
integration by parts. Particularly convenient is the use of
computer algebra systems to calculate
Taylor series.
First example
Consider the function
for which we want a Taylor series at 0.
We have for the natural logarithm
and for the cosine function
We can simply substitute the second series into the first. Doing so gives
Expanding by using
multinomial coefficients gives the required
Taylor series. Note that cosine and therefore
f are even functions, meaning that
f(x) = f( ? x), hence the coefficients of the odd powers
x,
x3,
x5,
x7 and so on have to be zero and don't need to be calculated. The first few terms of the series are
The general coefficient can be represented using
Faà di Bruno's formula. However, this representation does not seem to be particularly illuminating and is therefore omitted here.
Second example
Suppose we want the Taylor series at 0 of the function
We have for the exponential function
and, as in the first example,
Assume the power series is
Then multiplication with the denominator and substitution of the series of the cosine yields
Collecting the terms up to fourth order yields
Comparing coefficients with the above series of the exponential function yields the desired Taylor series
Taylor series as definitions
Classically, the above functions are defined by some property that holds for them. For example, the
exponential function is defined as the function that is equal to its own derivative. However, in
computable analysis, functions must be defined by algorithms rather than properties, so the above
Taylor expansions are used as primary definitions rather than derived results. This is also likely to be the case in software implementations of the functions.
Taylor series for several variables
The Taylor series may also be generalised to functions of more than one variable with
For example, for a function that depends on two variables, x and y, the Taylor series to second order about the point (a, b) is:
A second-order Taylor series expansion of a scalar-valued function of more than one variable can be compactly written as
in full analogy to the single variable case.
Source-Wikipedia???.