Taylor series

As the degree of the Taylor series rises, it approaches the correct function. This image shows sin(x) and Taylor approximations, polynomials of degree 1, 3, 5, 7, 9, 11 and 13.
Enlarge
As the degree of the Taylor series rises, it approaches the correct function. This image shows sin(x) and Taylor approximations, polynomials of degree 1, 3, 5, 7, 9, 11 and 13.

In mathematics, the Taylor series of an infinitely often differentiable real (or complex) function f defined on an open interval (ar, a + r) is the power series

<math>

f(x) = \sum_{n=0}^{\infin} \frac{f^{(n)}(a)}{n!} (x-a)^{n}. <math>

If a = 0, the series is also called a Maclaurin series.

Here, n! is the factorial of n and f (n)(a) denotes the nth derivative of f at the point a. The Taylor series is named for mathematician Brook Taylor, who published the power series formulas in 1715. However, James Gregory had been working with these series long before Taylor, and published several Maclaurin series while Taylor was still very young. Taylor was unaware of Gregory's work. The series , however, was first invented by Madhava about three centuries before Taylor and Gregory.

If this series converges for every x in the interval (ar, a + r) and the sum is equal to f(x), then the function f(x) is called analytic. 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 in 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.

Missing image
Expinvsq.png
The function e-1/x² is not analytic: the Taylor series is 0, although the function is not.

Note that there are examples of infinitely often 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) = exp(−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, and its radius of convergence is infinite, even though the function most definitely is not zero. This particular pathology does not afflict complex-valued functions of a complex variable. Notice that exp(−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) = exp(−1/x²) can be written as a Laurent series.

The Parker-Sockacki theorem is a recent advance in finding Taylor series which are solutions to differential equations. This theorem is an expansion on the Picard iteration.

The Taylor series may also be generalised to functions of more than one variable with

<math>

f(x_1,\cdots,x_d) = \sum_{n_1=0}^{\infin} \cdots \sum_{n_d=0}^{\infin} \frac{\partial^{n_1}}{\partial x_1^{n_1}} \cdots \frac{\partial^{n_d}}{\partial x_d^{n_d}} \frac{f(a_1,\cdots,a_d)}{n_1!\cdots n_d!} (x_1-a_1)^{n_1}\cdots (x_d-a_d)^{n_d} <math>

A second-order Taylor series expansion of a scalar-valued function of more than one variable can be compactly written as

<math>

f(\mathbf{x}) = f(\mathbf{a}) + \nabla f(\mathbf{a})^T (\mathbf{x} - \mathbf{a}) + \frac{1}{2} (\mathbf{x} - \mathbf{a})^T \nabla^2 f(\mathbf{a}) (\mathbf{x} - \mathbf{a}) <math>

where <math>\nabla f(\mathbf{a})<math> is the gradient and <math>\nabla^2 f(\mathbf{a})<math> is the Hessian matrix. Applying the multi-index notation the Taylor series for several variables becomes

<math>

f(\mathbf{x}) = \sum_{|\alpha| \ge 0}^{}{\frac{D^{\alpha}f(\mathbf{a})}{\alpha !}(\mathbf{x}-\mathbf{a})^{\alpha}} <math>

in full analogy to the single variable case.

Contents

List of Taylor series of some common functions

Several important Taylor series expansions follow. All these expansions are also valid for complex arguments x.

Exponential function and natural logarithm:

<math>e^{x} = \sum^{\infin}_{n=0} \frac{x^n}{n!}\quad\mbox{ for all } x<math>
<math>\ln(1+x) = \sum^{\infin}_{n=1} \frac{(-1)^{n+1}}n x^n\quad\mbox{ for } \left| x \right| < 1<math>

Geometric series:

<math>\frac{x^m}{1-x} = \sum^{\infin}_{n=m} x^n\quad\mbox{ for } \left| x \right| < 1<math>

Binomial theorem:

<math>(1+x)^\alpha = \sum^{\infin}_{n=0} {\alpha \choose n} x^n\quad\mbox{ for all } \left| x \right| < 1\quad\mbox{ and all complex } \alpha<math>

Trigonometric functions:

<math>\sin x = \sum^{\infin}_{n=0} \frac{(-1)^n}{(2n+1)!} x^{2n+1}\quad\mbox{ for all } x<math>
<math>\cos x = \sum^{\infin}_{n=0} \frac{(-1)^n}{(2n)!} x^{2n}\quad\mbox{ for all } x<math>
<math>\tan x = \sum^{\infin}_{n=1} \frac{B_{2n} (-4)^n (1-4^n)}{(2n)!} x^{2n-1}\quad\mbox{ for } \left| x \right| < \frac{\pi}{2}<math>
<math>\sec x = \sum^{\infin}_{n=0} \frac{(-1)^n E_{2n}}{(2n)!} x^{2n}\quad\mbox{ for } \left| x \right| < \frac{\pi}{2}<math>
<math>\arcsin x = \sum^{\infin}_{n=0} \frac{(2n)!}{4^n (n!)^2 (2n+1)} x^{2n+1}\quad\mbox{ for } \left| x \right| < 1<math>
<math>\arctan x = \sum^{\infin}_{n=0} \frac{(-1)^n}{2n+1} x^{2n+1}\quad\mbox{ for } \left| x \right| < 1<math>

Hyperbolic functions:

<math>\sinh \left(x\right) = \sum^{\infin}_{n=0} \frac{1}{(2n+1)!} x^{2n+1}\quad\mbox{ for all } x<math>
<math>\cosh \left(x\right) = \sum^{\infin}_{n=0} \frac{1}{(2n)!} x^{2n}\quad\mbox{ for all } x<math>
<math>\tanh\left(x\right) = \sum^{\infin}_{n=1} \frac{B_{2n} 4^n (4^n-1)}{(2n)!} x^{2n-1}\quad\mbox{ for } \left|x\right| < \frac{\pi}{2}<math>
<math>arcsinh \left(x\right) = \sum^{\infin}_{n=0} \frac{(-1)^n (2n)!}{4^n (n!)^2 (2n+1)} x^{2n+1}\quad\mbox{ for } \left| x \right| < 1<math>
<math>arctanh \left(x\right) = \sum^{\infin}_{n=0} \frac{1}{2n+1} x^{2n+1}\quad\mbox{ for } \left| x \right| < 1<math>

Lambert's W function:

<math>W_0(x) = \sum^{\infin}_{n=1} \frac{(-n)^{n-1}}{n!} x^n\quad\mbox{ for } \left| x \right| < \frac{1}{e}<math>
The numbers Bk appearing in the expansions of tan(x) and tanh(x) are the Bernoulli numbers. The binomial expansion uses binomial coefficients. The Ek in the expansion of sec(x) are Euler numbers.

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.

For example, consider the function

<math>f(x)=\ln{(1+\cos{x})} \,<math>

for which we want a Taylor series about 0.

We have:

<math>\ln(1+x) = \sum^{\infin}_{n=1} \frac{(-1)^{n+1}}{n} x^n = x - {x^2\over 2}+{x^3 \over 3} - {x^4 \over 4} + \cdots \quad\mbox{ for } \left| x \right| < 1 <math>
<math>\cos x = \sum^{\infin}_{n=0} \frac{(-1)^n}{(2n)!} x^{2n} = 1 -{x^2\over 2!}+{x^4\over 4!}+\cdots \quad\mbox{ for all } x <math>

We can simply substitute the second series into the first. Doing so,

<math>(1 -{x^2\over 2!}+{x^4\over 4!}+\cdots )-{1\over 2}(1 -{x^2\over 2!}+{x^4\over 4!}+\cdots )^2+{1\over 3}(1 -{x^2\over 2!}+{x^4\over 4!}+\cdots)^3-{1\over 4}(1 -{x^2\over 2!}+{x^4\over 4!}+\cdots)^4+\cdots<math>

Expanding by using multinomial coefficients gives the requisite Taylor series.

Or, for example, consider

<math>g(x)={e^x \over \sin{x}}<math>

We have

<math>e^x = 1 + x + {x^2 \over 2!} + {x^3 \over 3!} + \cdots <math>
<math>\sin{x} = x - {x^3 \over 3!} + {x^5 \over 5!} + \cdots <math>

Then,

<math>{e^x \over \sin{x}} = { 1 + x + {x^2 \over 2!} + {x^3 \over 3!} + \cdots \over x - {x^3 \over 3!} + {x^5 \over 5!} + \cdots} <math>

Assume the power series is

<math>c_0 + c_1 x + c_2 x^2 + c_3 x^3 + \cdots = {1 + x + {x^2 \over 2!} + {x^3 \over 3!} + \cdots \over x - {x^3 \over 3!} + {x^5 \over 5!} + \cdots} <math>

Then

<math>=\left(c_0 + c_1 x + c_2 x^2 + c_3 x^3 + \cdots\right)\left(x - {x^3 \over 3!} + {x^5 \over 5!} -+ \cdots\right) = 1 + x + {x^2 \over 2!} + {x^3 \over 3!} + \cdots <math>
<math>=c_0x - {c_0 \over 3!}x^3 + {c_0\over 5!}x^5 + c_1x^2 - {c_1 \over 3!}x^4 + {c_1\over 5!}x^6 + c_2 x^3 - {c_2 \over 3!} x^5 + {c_2 \over 5!} x^7 + c_3x^4-{c_3\over 3!}x^6 + \cdots <math>
<math>= 1 + x + {x^2 \over 2!} + {x^3 \over 3!} + \cdots<math>
<math>=c_0x + c_1x^2 + c_2 x^3 - {c_0 \over 3!}x^3 + c_3x^4- {c_1 \over 3!}x^4 + \cdots <math>
<math>=c_0x + c_1x^2 + (c_2 - {c_0 \over 3!})x^3 + (c_3-{c_1 \over 3!})x^4 + \cdots = 1 + x + {x^2 \over 2!} + {x^3 \over 3!} + \cdots<math>

Comparing coefficients yields the Taylor series for the function.

See also

External links

es:Serie de Taylor fr:Série de Taylor ko:테일러 급수 he:טור טיילור nl:Taylorreeks ja:テイラー展開 pl:Szereg Taylora sl:Taylorjeva vrsta fi:Taylorin sarja sv:Taylorserie

zh:泰勒级数

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools