Taylor series
From Free net encyclopedia
Image:Sintay.png In mathematics, the Taylor series of an infinitely differentiable real (or complex) function f defined on an open interval (a − r, a + r) is the power series
- <math>
T(x) = \sum_{n=0}^{\infin} \frac{f^{(n)}(a)}{n!} (x-a)^{n}. </math>
Here, n! is the factorial of n and f (n)(a) denotes the nth derivative of f at the point a. If a = 0, the series is also called a Maclaurin series.
Functions that involve rational operations such as addition, subtraction, multiplication and division are relatively easy to evaluate. Many other functions aren't so easy to evaluate, like those that involve logarithms or trigonometric functions such as cos(x). These and many other functions can be approximated accurately within a certain range by calculating the partial sum of a power series - one of the most useful power series being the Taylor series.
Pictured in the right are increasingly accurate approximations of sin(x) around the point x = 0. The yellow curve is a polynomial of degree seven:
- <math>\sin\left( x \right) \approx x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} </math>
Contents |
History
The Taylor series, power series, and infinite series expansions of functions were first discovered in India by Madhava in the 14th century. He found a number of special cases of the Taylor series, including the Taylor series for the trigonometric functions of sine, cosine, tangent and arctangent, and the second-order Taylor series approximations of the sine and cosine functions, which he extended to the third-order Taylor series approximation of the sine function. He also discovered the power series of the radius, diameter, circumference, angle θ, π and π/4, along with rational approximations of π, and infinite continued fractions. His students and followers in the Kerala School further expanded his works with various series expansions and rational approximations until the 16th century.
In the 17th century, James Gregory also worked in this area and published several Maclaurin series. It was not until 1715 however that a general method for constructing these series for all functions for which they exist was finally provided by Brook Taylor, after whom the series are now named.
Properties
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 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 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 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) = 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, 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 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.
The the Parker-Sochacki method is a recent advance in finding Taylor series which are solutions to differential equations. This algorithm is an extension of the Picard iteration.
Taylor series for several variables
The Taylor series may also be generalised to functions of more than one variable with
- <math>
T(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>
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:
- <math>f(x,y) \,</math>
- <math>\approx f(a,b) + f_x(a,b)(x-a) + f_y(a,b)(y-b) \,</math>
- <math>+ \frac{1}{2}\left( f_{xx}(a,b)(x-a)^2 + 2f_{xy}(a,b)(x-a)(y-b) + f_{yy}(a,b)(y-b)^2 \right). </math>
- <math>\approx f(a,b) + f_x(a,b)(x-a) + f_y(a,b)(y-b) \,</math>
A second-order Taylor series expansion of a scalar-valued function of more than one variable can be compactly written as
- <math>
T(\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}) + \cdots </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>
T(\mathbf{x}) = \sum_{|\alpha| \ge 0}^{}{\frac{\mathrm{D}^{\alpha}f(\mathbf{a})}{\alpha !}(\mathbf{x}-\mathbf{a})^{\alpha}} </math>
in full analogy to the single variable case.
List of Taylor series of some common functions
Several important Taylor/Maclaurin series expansions follow. All these expansions are also valid for complex arguments x.
Exponential function and natural logarithm:
- <math>\mathrm{e}^{x} = \sum^{\infin}_{n=0} \frac{x^n}{n!}\quad\mbox{ for all } x</math>
- <math>\ln(1+x) = \sum^{\infin}_{n=0} \frac{(-1)^n}{n+1} x^{n+1}\quad\mbox{ for } \left| x \right| < 1</math>
- <math>\frac{x^m}{1-x} = \sum^{\infin}_{n=m} x^n\quad\mbox{ for } \left| x \right| < 1</math>
- <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>
- <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>
- <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>\mathrm{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>\mathrm{arctanh} \left(x\right) = \sum^{\infin}_{n=0} \frac{1}{2n+1} x^{2n+1}\quad\mbox{ for } \left| x \right| < 1</math>
- <math>W_0(x) = \sum^{\infin}_{n=1} \frac{(-n)^{n-1}}{n!} x^n\quad\mbox{ for } \left| x \right| < \frac{1}{\mathrm{e}}</math>
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>\left(1 -{x^2\over 2!}+{x^4\over 4!}-\cdots\right)-{1\over 2}\left(1 -{x^2\over 2!}+{x^4\over 4!}-\cdots\right)^2 +{1\over 3}\left(1 -{x^2\over 2!}+{x^4\over 4!}-\cdots\right)^3-{1\over 4}\left(1 -{x^2\over 2!}+{x^4\over 4!}-\cdots\right)^4+\cdots</math>
Expanding by using multinomial coefficients gives the requisite Taylor series.
Or, for example, consider
- <math>g(x)=\frac{e^x}{\cos x}</math>
We have
- <math>e^x = 1 + x + {x^2 \over 2!} + {x^3 \over 3!} + {x^4 \over 4!} +\cdots </math>
- <math>\cos x = 1 - {x^2 \over 2!} + {x^4 \over 4!} - \cdots </math>
Then,
- <math>{e^x \over \cos{x}} = \frac{1 + x + {x^2 \over 2!} + {x^3 \over 3!} + {x^4 \over 4!} \cdots}{1 - {x^2 \over 2!} + {x^4 \over 4!} - \cdots} </math>
Assume the power series is
- <math>c_0 + c_1 x + c_2 x^2 + c_3 x^3 + \cdots = \frac{1 + x + {x^2 \over 2!} + {x^3 \over 3!} + {x^4 \over 4!} + \cdots}{1 - {x^2 \over 2!} + {x^4 \over 4!} - \cdots} </math>
Then
- <math>=\left(c_0 + c_1 x + c_2 x^2 + c_3 x^3 + c_4x^4 + \cdots\right)\left(1 - {x^2 \over 2!} + {x^4 \over 4!} - \cdots\right) = 1 + x + {x^2 \over 2!} + {x^3 \over 3!} + {x^4 \over 4!} + \cdots </math>
- <math>=c_0 - {c_0 \over 2}x^2 + {c_0 \over 4!}x^4 + c_1x - {c_1 \over 2}x^3 + {c_1 \over 4!}x^5 + c_2x^2 - {c_2 \over 2}x^4 + {c_2 \over 4!}x^6 + c_3x^3 - {c_3 \over 2}x^5 + {c_3 \over 4!}x^7 + c_4x^4 - {c_4 \over 2}x^6 + {c_4 \over 4!}x^8 +\cdots </math>
Collecting the terms up to fourth order yields
- <math>=c_0 + c_1x + \left(c_2 - {c_0 \over 2}\right)x^2 + \left(c_3 - {c_1 \over 2}\right)x^3+\left(c_4+{c_0 \over 4!}-{c_2\over 2}\right)x^4 + \cdots = 1 + x + {x^2 \over 2!} + {x^3 \over 3!} +{x^4 \over 4!} + \cdots</math>
Comparing coefficients finally yields the Taylor series for the function
- <math>\frac{e^x}{\cos x}=1 + x + x^2 + {2x^3 \over 3} + {x^4 \over 4} + \cdots</math>
See also
- Laurent series
- Taylor's theorem
- Holomorphic functions are analytic — a proof that a holomorphic function can be expressed as a Taylor power series
- Newton's divided difference interpolation
- Madhava of Sangamagrama (credited with the first use of "Taylor" series)
References
External links
- "Taylor Series" on MathWorld
- Madhava of Sangamagramma
- "Discussion of the Parker-Sochacki Method"da:Taylorpolynomium
de:Taylorreihe es:Serie de Taylor fr:Série de Taylor ko:테일러 급수 it:Serie di Taylor he:טור טיילור hu:Taylor-sor nl:Taylorreeks ja:テイラー展開 pl:Szereg Taylora pt:Série de Taylor ru:Ряд Тейлора sl:Taylorjeva vrsta fi:Taylorin sarja sv:Taylorserie tr:Taylor serisi
zh:泰勒级数