Taylor's theorem#Explicit formulas for the remainder

{{short description|Approximation of a function by a truncated power series}}

File:Taylorspolynomialexbig.svg

{{Calculus |Differential}}

In calculus, Taylor's theorem gives an approximation of a k-times differentiable function around a given point by a polynomial of degree k, called the k-th-order Taylor polynomial. For a smooth function, the Taylor polynomial is the truncation at the order k of the Taylor series of the function. The first-order Taylor polynomial is the linear approximation of the function, and the second-order Taylor polynomial is often referred to as the quadratic approximation.(2013). [http://www.math.ubc.ca/~sujatha/2013/103/week10-12/Linearapp.pdf"Linear and quadratic approximation"] Retrieved December 6, 2018 There are several versions of Taylor's theorem, some giving explicit estimates of the approximation error of the function by its Taylor polynomial.

Taylor's theorem is named after the mathematician Brook Taylor, who stated a version of it in 1715,{{cite book|language=la|last=Taylor |first=Brook |title=Methodus Incrementorum Directa et Inversa |url=https://archive.org/details/UFIE003454_TO0324_PNI-2529_000000|trans-title=Direct and Reverse Methods of Incrementation |location=London |date=1715 |at=p. 21–23 (Prop. VII, Thm. 3, Cor. 2)}} Translated into English in {{cite book|first=D. J. |last=Struik|title=A Source Book in Mathematics 1200–1800 |location=Cambridge, Massachusetts |publisher=Harvard University Press |date=1969 |pages= 329–332}} although an earlier version of the result was already mentioned in 1671 by James Gregory.{{harvnb|Kline|1972|pp=442, 464}}.

Taylor's theorem is taught in introductory-level calculus courses and is one of the central elementary tools in mathematical analysis. It gives simple arithmetic formulas to accurately compute values of many transcendental functions such as the exponential function and trigonometric functions.

It is the starting point of the study of analytic functions, and is fundamental in various areas of mathematics, as well as in numerical analysis and mathematical physics. Taylor's theorem also generalizes to multivariate and vector valued functions. It provided the mathematical basis for some landmark early computing machines: Charles Babbage's Difference Engine calculated sines, cosines, logarithms, and other transcendental functions by numerically integrating the first 7 terms of their Taylor series.

Motivation

File:E^x with linear approximation.png P_1(x)=1+x (red) at a=0.]]

If a real-valued function f(x) is differentiable at the point x=a, then it has a linear approximation near this point. This means that there exists a function h1(x) such that

f(x) = f(a) + f'(a)(x - a) + h_1(x)(x - a), \quad \lim_{x \to a} h_1(x) = 0.

Here

P_1(x) = f(a) + f'(a)(x - a)

is the linear approximation of f(x) for x near the point a, whose graph y=P_1(x) is the tangent line to the graph y=f(x) at {{nowrap|1=x = a}}. The error in the approximation is:

R_1(x) = f(x) - P_1(x) = h_1(x)(x - a).

As x tends to a, this error goes to zero much faster than (x-a), making f(x)\approx P_1(x) a useful approximation.

File:E^x with quadratic approximation corrected.png

For a better approximation to f(x), we can fit a quadratic polynomial instead of a linear function:

P_2(x) = f(a) + f'(a)(x - a) + \frac{f''(a)}{2}(x - a)^2.

Instead of just matching one derivative of f(x) at x=a, this polynomial has the same first and second derivatives, as is evident upon differentiation.

Taylor's theorem ensures that the quadratic approximation is, in a sufficiently small neighborhood of x=a, more accurate than the linear approximation. Specifically,

f(x) = P_2(x) + h_2(x)(x - a)^2, \quad \lim_{x \to a} h_2(x) = 0.

Here the error in the approximation is

R_2(x) = f(x) - P_2(x) = h_2(x)(x - a)^2,

which, given the limiting behavior of h_2, goes to zero faster than (x - a)^2 as x tends to a.

File:Tayloranimation.gif Similarly, we might get still better approximations to f if we use polynomials of higher degree, since then we can match even more derivatives with f at the selected base point.

In general, the error in approximating a function by a polynomial of degree k will go to zero much faster than (x-a)^k as x tends to a. However, there are functions, even infinitely differentiable ones, for which increasing the degree of the approximating polynomial does not increase the accuracy of approximation: we say such a function fails to be analytic at x = a: it is not (locally) determined by its derivatives at this point.

Taylor's theorem is of asymptotic nature: it only tells us that the error R_k in an approximation by a k-th order Taylor polynomial Pk tends to zero faster than any nonzero k-th degree polynomial as x \to a. It does not tell us how large the error is in any concrete neighborhood of the center of expansion, but for this purpose there are explicit formulas for the remainder term (given below) which are valid under some additional regularity assumptions on f. These enhanced versions of Taylor's theorem typically lead to uniform estimates for the approximation error in a small neighborhood of the center of expansion, but the estimates do not necessarily hold for neighborhoods which are too large, even if the function f is analytic. In that situation one may have to select several Taylor polynomials with different centers of expansion to have reliable Taylor-approximations of the original function (see animation on the right.)

There are several ways we might use the remainder term:

  1. Estimate the error for a polynomial Pk(x) of degree k estimating f(x) on a given interval (ar, a + r). (Given the interval and degree, we find the error.)
  2. Find the smallest degree k for which the polynomial Pk(x) approximates f(x) to within a given error tolerance on a given interval (ar, a + r) . (Given the interval and error tolerance, we find the degree.)
  3. Find the largest interval (ar, a + r) on which Pk(x) approximates f(x) to within a given error tolerance. (Given the degree and error tolerance, we find the interval.)

{{clear}}

Taylor's theorem in one real variable

= Statement of the theorem =

The precise statement of the most basic version of Taylor's theorem is as follows:

{{math theorem

| name = Taylor's theorem{{ citation|first1=Angelo|last1=Genocchi|first2= Giuseppe|last2=Peano|title=Calcolo differenziale e principii di calcolo integrale|location=(N. 67, pp. XVII–XIX)|publisher=Fratelli Bocca ed.|year=1884}}{{Citation | last1=Spivak | first1=Michael | author1-link=Michael Spivak | title=Calculus | publisher=Publish or Perish | location=Houston, TX | edition=3rd | isbn=978-0-914098-89-8 | year=1994| page=383}}{{springer|title=Taylor formula|id=p/t092300}}

| math_statement = Let k ≥ 1 be an integer and let the function {{nowrap|f : RR}} be k times differentiable at the point {{nowrap|aR}}. Then there exists a function {{nowrap|hk : RR}} such that

f(x) = \sum_{i=0}^k \frac{f^{(i)}(a)}{i!}(x-a)^i + h_k(x)(x-a)^k,

and

\lim_{x\to a} h_k(x) = 0.

This is called the Peano form of the remainder.

}}

The polynomial appearing in Taylor's theorem is the \boldsymbol{k}-th order Taylor polynomial

P_k(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots + \frac{f^{(k)}(a)}{k!}(x-a)^k

of the function f at the point a. The Taylor polynomial is the unique "asymptotic best fit" polynomial in the sense that if there exists a function {{nowrap|hk : RR}} and a k-th order polynomial p such that

f(x) = p(x) + h_k(x)(x-a)^k, \quad \lim_{x\to a} h_k(x) = 0 ,

then p = Pk. Taylor's theorem describes the asymptotic behavior of the remainder term

R_k(x) = f(x) - P_k(x),

which is the approximation error when approximating f with its Taylor polynomial. Using the little-o notation, the statement in Taylor's theorem reads as

R_k(x) = o(|x-a|^{k}), \quad x\to a.

= Explicit formulas for the remainder =

Under stronger regularity assumptions on f there are several precise formulas for the remainder term Rk of the Taylor polynomial, the most common ones being the following.

{{math theorem

| name = Mean-value forms of the remainder

| math_statement = Let {{nowrap|f : RR}} be k + 1 times differentiable on the open interval between a and x with f{{i sup|(k)}} continuous on the closed interval between a and x.The hypothesis of f{{i sup|(k)}} being continuous on the closed interval between a and x is not redundant. Although f being k + 1 times differentiable on the open interval between a and x does imply that f{{i sup|(k)}} is continuous on the open interval between a and x, it does not imply that f{{i sup|(k)}} is continuous on the closed interval between a and x, i.e. it does not imply that f{{i sup|(k)}} is continuous at the endpoints of that interval. Consider, for example, the function {{nowrap|f : [0,1] → R}} defined to equal \sin(1/x) on (0,1] and with f(0)=0. This is not continuous at 0, but is continuous on (0,1). Moreover, one can show that this function has an antiderivative. Therefore that antiderivative is differentiable on (0,1), its derivative (the function f) is continuous on the open interval (0,1), but its derivative f is not continuous on the closed interval [0,1]. So the theorem would not apply in this case. Then

R_k(x) = \frac{f^{(k+1)}(\xi_L)}{(k+1)!} (x-a)^{k+1}

for some real number \xi_L between a and x. This is the Lagrange form{{harvnb|Kline|1998|loc=§20.3}}; {{harvnb|Apostol|1967|loc=§7.7}}. of the remainder.

Similarly,

R_k(x) = \frac{f^{(k+1)}(\xi_C)}{k!}(x-\xi_C)^k(x-a)

for some real number \xi_C between a and x. This is the Cauchy form{{harvnb|Apostol|1967|loc=§7.7}}. of the remainder.

Both can be thought of as specific cases of the following result: Consider p>0

R_k(x) = \frac{f^{(k+1)}(\xi_S)}{k!}(x-\xi_S)^{k+1-p}\frac{(x-a)^p}{p}

for some real number \xi_S between a and x. This is the Schlömilch form of the remainder (sometimes called the Schlömilch-Roche). The choice p=k+1 is the Lagrange form, whilst the choice p=1 is the Cauchy form.

}}

These refinements of Taylor's theorem are usually proved using the mean value theorem, whence the name. Additionally, notice that this is precisely the mean value theorem when k=0. Also other similar expressions can be found. For example, if G(t) is continuous on the closed interval and differentiable with a non-vanishing derivative on the open interval between a and x, then

R_k(x) = \frac{f^{(k+1)}(\xi)}{k!}(x-\xi)^k \frac{G(x)-G(a)}{G'(\xi)}

for some number \xi between a and x. This version covers the Lagrange and Cauchy forms of the remainder as special cases, and is proved below using Cauchy's mean value theorem. The Lagrange form is obtained by taking G(t)=(x-t)^{k+1} and the Cauchy form is obtained by taking G(t)=t-a.

{{anchor|Integral form of the remainder}}The statement for the integral form of the remainder is more advanced than the previous ones, and requires understanding of Lebesgue integration theory for the full generality. However, it holds also in the sense of Riemann integral provided the (k + 1)th derivative of f is continuous on the closed interval [a,x].

{{math theorem|name=Integral form of the remainder{{harvnb|Apostol|1967|loc=§7.5}}. |math_statement=Let f^{(k)} be absolutely continuous on the closed interval between a and x. Then

R_k(x) = \int_a^x \frac{f^{(k+1)} (t)}{k!} (x - t)^k \, dt.

}}

Due to the absolute continuity of f{{i sup|(k)}} on the closed interval between a and x, its derivative f{{i sup|(k+1)}} exists as an L{{i sup|1}}-function, and the result can be proven by a formal calculation using the fundamental theorem of calculus and integration by parts.

= Estimates for the remainder =

It is often useful in practice to be able to estimate the remainder term appearing in the Taylor approximation, rather than having an exact formula for it. Suppose that f is {{nowrap|(k + 1)}}-times continuously differentiable in an interval I containing a. Suppose that there are real constants q and Q such that

q\le f^{(k+1)}(x)\le Q

throughout I. Then the remainder term satisfies the inequality{{harvnb|Apostol|1967|loc=§7.6}}

q\frac{(x-a)^{k+1}}{(k+1)!}\le R_k(x)\le Q\frac{(x-a)^{k+1}}{(k+1)!},

if {{nowrap|x > a}}, and a similar estimate if {{nowrap|x < a}}. This is a simple consequence of the Lagrange form of the remainder. In particular, if

|f^{(k+1)}(x)|\le M

on an interval {{nowrap|1=I = (ar,a + r)}} with some r > 0 , then

|R_k(x)|\le M\frac{|x-a|^{k+1}}{(k+1)!}\le M\frac{r^{k+1}}{(k+1)!}

for all {{nowrap|x∈(ar,a + r).}} The second inequality is called a uniform estimate, because it holds uniformly for all x on the interval {{nowrap|(ar,a + r).}}

= Example =

File:Expanimation.gif Suppose that we wish to find the approximate value of the function f(x)=e^x on the interval [-1,1] while ensuring that the error in the approximation is no more than 10−5. In this example we pretend that we only know the following properties of the exponential function:

{{NumBlk|:|e^0=1, \qquad \frac{d}{dx} e^x = e^x, \qquad e^x>0, \qquad x\in\R.|{{EquationRef|★}}}}

From these properties it follows that f^{(k)}(x)=e^x for all k, and in particular, f^{(k)}(0)=1. Hence the k-th order Taylor polynomial of f at 0 and its remainder term in the Lagrange form are given by

P_k(x) = 1+x+\frac{x^2}{2!}+\cdots+\frac{x^k}{k!}, \qquad R_k(x)=\frac{e^\xi}{(k+1)!}x^{k+1},

where \xi is some number between 0 and x. Since ex is increasing by ({{EquationNote|★}}), we can simply use e^x \leq 1 for x \in [-1,0] to estimate the remainder on the subinterval [-1,0]. To obtain an upper bound for the remainder on [0,1], we use the property e^\xi for 0<\xi to estimate

e^x = 1 + x + \frac{e^\xi}{2}x^2 < 1 + x + \frac{e^x}{2}x^2, \qquad 0 < x\leq 1

using the second order Taylor expansion. Then we solve for ex to deduce that

e^x \leq \frac{1+x}{1-\frac{x^2}{2}} = 2\frac{1+x}{2-x^2} \leq 4, \qquad 0 \leq x\leq 1

simply by maximizing the numerator and minimizing the denominator. Combining these estimates for ex we see that

|R_k(x)| \leq \frac{4|x|^{k+1}}{(k+1)!} \leq \frac{4}{(k+1)!}, \qquad -1\leq x \leq 1,

so the required precision is certainly reached, when

\frac{4}{(k+1)!} < 10^{-5} \quad \Longleftrightarrow \quad 4\cdot 10^5 < (k+1)! \quad \Longleftrightarrow \quad k \geq 9.

(See factorial or compute by hand the values 9! =362880 and 10! =3628800.) As a conclusion, Taylor's theorem leads to the approximation

e^x = 1+x+\frac{x^2}{2!} + \cdots + \frac{x^9}{9!} + R_9(x), \qquad |R_9(x)| < 10^{-5}, \qquad -1\leq x \leq 1.

For instance, this approximation provides a decimal expression e \approx 2.71828, correct up to five decimal places.

Relationship to analyticity

= Taylor expansions of real analytic functions =

Let IR be an open interval. By definition, a function f : IR is real analytic if it is locally defined by a convergent power series. This means that for every a ∈ I there exists some r > 0 and a sequence of coefficients ck ∈ R such that {{nowrap|(ar, a + r) ⊂ I}} and

f(x) = \sum_{k=0}^\infty c_k(x-a)^k = c_0 + c_1(x-a) + c_2(x-a)^2 + \cdots, \qquad |x-a|

In general, the radius of convergence of a power series can be computed from the Cauchy–Hadamard formula

\frac{1}{R} = \limsup_{k\to\infty}|c_k|^\frac{1}{k}.

This result is based on comparison with a geometric series, and the same method shows that if the power series based on a converges for some bR, it must converge uniformly on the closed interval [a-r_b,a+r_b], where r_b=\left\vert b-a \right\vert. Here only the convergence of the power series is considered, and it might well be that {{nowrap|(aR,a + R)}} extends beyond the domain I of f.

The Taylor polynomials of the real analytic function f at a are simply the finite truncations

P_k(x) = \sum_{j=0}^k c_j(x-a)^j, \qquad c_j = \frac{f^{(j)}(a)}{j!}

of its locally defining power series, and the corresponding remainder terms are locally given by the analytic functions

R_k(x) = \sum_{j=k+1}^\infty c_j(x-a)^j = (x-a)^k h_k(x), \qquad |x-a|

Here the functions

\begin{align}

& h_k:(a-r,a+r)\to \R \\[1ex]

& h_k(x) = (x-a)\sum_{j=0}^\infty c_{k+1+j} \left(x - a\right)^j

\end{align}

are also analytic, since their defining power series have the same radius of convergence as the original series. Assuming that {{nowrap|[ar, a + r]}} ⊂ I and r < R, all these series converge uniformly on {{nowrap|(ar, a + r)}}. Naturally, in the case of analytic functions one can estimate the remainder term R_k(x) by the tail of the sequence of the derivatives f′(a) at the center of the expansion, but using complex analysis also another possibility arises, which is described below.

= Taylor's theorem and convergence of Taylor series =

The Taylor series of f will converge in some interval in which all its derivatives are bounded and do not grow too fast as k goes to infinity. (However, even if the Taylor series converges, it might not converge to f, as explained below; f is then said to be non-analytic.)

One might think of the Taylor series

f(x) \approx \sum_{k=0}^\infty c_k(x-a)^k = c_0 + c_1(x-a) + c_2(x-a)^2 + \cdots

of an infinitely many times differentiable function f : RR as its "infinite order Taylor polynomial" at a. Now the estimates for the remainder imply that if, for any r, the derivatives of f are known to be bounded over (a − r, a + r), then for any order k and for any r > 0 there exists a constant {{nowrap|Mk,r > 0}} such that

{{NumBlk|:| |R_k(x)| \leq M_{k,r} \frac{|x-a|^{k+1}}{(k+1)!} |{{EquationRef|★★}}}}

for every x ∈ (a − r,a + r). Sometimes the constants {{nowrap|Mk,r}} can be chosen in such way that {{nowrap|Mk,r}} is bounded above, for fixed r and all k. Then the Taylor series of f converges uniformly to some analytic function

\begin{align}

& T_f:(a-r,a+r)\to\R \\

& T_f(x) = \sum_{k=0}^\infty \frac{f^{(k)}(a)}{k!} \left(x-a\right)^k

\end{align}

(One also gets convergence even if {{nowrap|Mk,r}} is not bounded above as long as it grows slowly enough.)

The limit function {{nowrap|Tf}} is by definition always analytic, but it is not necessarily equal to the original function f, even if f is infinitely differentiable. In this case, we say f is a non-analytic smooth function, for example a flat function:

\begin{align}

& f:\R \to \R \\

& f(x) = \begin{cases}

e^{-\frac{1}{x^2}} & x>0 \\

0 & x \leq 0 .

\end{cases}

\end{align}

Using the chain rule repeatedly by mathematical induction, one shows that for any order k,

f^{(k)}(x) = \begin{cases}

\frac{p_k(x)}{x^{3k}}\cdot e^{-\frac{1}{x^2}} & x>0 \\

0 & x \leq 0

\end{cases}

for some polynomial pk of degree 2(k − 1). The function e^{-\frac{1}{x^2}} tends to zero faster than any polynomial as x \to 0, so f is infinitely many times differentiable and {{nowrap|1=f{{i sup|(k)}}(0) = 0}} for every positive integer k. The above results all hold in this case:

  • The Taylor series of f converges uniformly to the zero function Tf(x) = 0, which is analytic with all coefficients equal to zero.
  • The function f is unequal to this Taylor series, and hence non-analytic.
  • For any order k ∈ N and radius r > 0 there exists Mk,r > 0 satisfying the remainder bound ({{EquationNote|★★}}) above.

However, as k increases for fixed r, the value of Mk,r grows more quickly than rk, and the error does not go to zero.

= Taylor's theorem in complex analysis =

Taylor's theorem generalizes to functions f : CC which are complex differentiable in an open subset U ⊂ C of the complex plane. However, its usefulness is dwarfed by other general theorems in complex analysis. Namely, stronger versions of related results can be deduced for complex differentiable functions f : U → C using Cauchy's integral formula as follows.

Let r > 0 such that the closed disk B(zr) ∪ S(zr) is contained in U. Then Cauchy's integral formula with a positive parametrization {{nowrap|1=γ(t) = z + reit}} of the circle S(z, r) with t \in [0,2 \pi] gives

f(z) = \frac{1}{2\pi i}\int_\gamma \frac{f(w)}{w-z}\,dw, \quad f'(z) = \frac{1}{2\pi i}\int_\gamma \frac{f(w)}{(w-z)^2} \, dw, \quad \ldots, \quad f^{(k)}(z) = \frac{k!}{2\pi i}\int_\gamma \frac{f(w)}{(w-z)^{k+1}} \, dw.

Here all the integrands are continuous on the circle S(zr), which justifies differentiation under the integral sign. In particular, if f is once complex differentiable on the open set U, then it is actually infinitely many times complex differentiable on U. One also obtains Cauchy's estimate{{harvnb|Rudin|1987|loc=§10.26}}

|f^{(k)}(z)| \leq \frac{k!}{2\pi}\int_\gamma \frac{M_r}

w-z|^{k+1}} \, dw = \frac{k!M_r}{r^k}, \quad M_r = \max_{|w-c|=r}|f(w)|

for any z ∈ U and r > 0 such that B(zr) ∪ S(cr) ⊂ U. The estimate implies that the complex Taylor series

T_f(z) = \sum_{k=0}^\infty \frac{f^{(k)}(c)}{k!}(z-c)^k

of f converges uniformly on any open disk B(c,r) \subset U with S(c,r) \subset U into some function Tf. Furthermore, using the contour integral formulas for the derivatives f{{i sup|(k)}}(c),

\begin{align}

T_f(z) &= \sum_{k=0}^\infty \frac{(z-c)^k}{2\pi i}\int_\gamma \frac{f(w)}{(w-c)^{k+1}} \, dw \\

&= \frac{1}{2\pi i} \int_\gamma \frac{f(w)}{w-c} \sum_{k=0}^\infty \left(\frac{z-c}{w-c}\right)^k \, dw \\

&= \frac{1}{2\pi i} \int_\gamma \frac{f(w)}{w-c}\left( \frac{1}{1-\frac{z-c}{w-c}} \right) \, dw \\

&= \frac{1}{2\pi i} \int_\gamma \frac{f(w)}{w-z} \, dw \\

&= f(z),

\end{align}

so any complex differentiable function f in an open set U ⊂ C is in fact complex analytic. All that is said for real analytic functions here holds also for complex analytic functions with the open interval I replaced by an open subset U ∈ C and a-centered intervals (a − ra + r) replaced by c-centered disks B(cr). In particular, the Taylor expansion holds in the form

f(z) = P_k(z) + R_k(z), \quad P_k(z) = \sum_{j=0}^k \frac{f^{(j)}(c)}{j!}(z-c)^j,

where the remainder term Rk is complex analytic. Methods of complex analysis provide some powerful results regarding Taylor expansions. For example, using Cauchy's integral formula for any positively oriented Jordan curve \gamma which parametrizes the boundary \partial W \subset U of a region W \subset U, one obtains expressions for the derivatives {{nowrap|f{{i sup|(j)}}(c)}} as above, and modifying slightly the computation for {{nowrap|1=Tf(z) = f(z)}}, one arrives at the exact formula

R_k(z) = \sum_{j=k+1}^\infty \frac{(z-c)^j}{2\pi i} \int_\gamma \frac{f(w)}{(w-c)^{j+1}} \, dw = \frac{(z-c)^{k+1}}{2\pi i} \int_\gamma \frac{f(w) \, dw}{(w-c)^{k+1}(w-z)} , \qquad z\in W.

The important feature here is that the quality of the approximation by a Taylor polynomial on the region W \subset U is dominated by the values of the function f itself on the boundary \partial W \subset U. Similarly, applying Cauchy's estimates to the series expression for the remainder, one obtains the uniform estimates

|R_k(z)|

\leq \sum_{j=k+1}^\infty \frac{M_r |z-c|^j}{r^j}

= \frac{M_r}{r^{k+1}} \frac{|z-c|^{k+1}}{1-\frac{|z-c

{r}}

\leq \frac{M_r \beta^{k+1}}{1-\beta}, \qquad \frac

z-c
{r} \leq \beta < 1.

= Example =

File:Function with two poles.png

The function

\begin{align}

& f : \R \to \R \\

& f(x) = \frac{1}{1+x^2}

\end{align}

is real analytic, that is, locally determined by its Taylor series. This function was plotted above to illustrate the fact that some elementary functions cannot be approximated by Taylor polynomials in neighborhoods of the center of expansion which are too large. This kind of behavior is easily understood in the framework of complex analysis. Namely, the function f extends into a meromorphic function

\begin{align}

& f:\Complex \cup \{\infty\} \to \Complex \cup \{\infty\} \\

& f(z) = \frac{1}{1+z^2}

\end{align}

on the compactified complex plane. It has simple poles at z=i and z=-i, and it is analytic elsewhere. Now its Taylor series centered at z0 converges on any disc B(z0, r) with r < |z − z0|, where the same Taylor series converges at z ∈ C. Therefore, Taylor series of f centered at 0 converges on B(0, 1) and it does not converge for any zC with |z| > 1 due to the poles at i and −i. For the same reason the Taylor series of f centered at 1 converges on B(1, \sqrt{2}) and does not converge for any z ∈ C with \left\vert z-1 \right\vert>\sqrt{2}.

Generalizations of Taylor's theorem

= Higher-order differentiability =

A function {{math|f: RnR}} is differentiable at {{math|aRn}} if and only if there exists a linear functional {{math|L : RnR}} and a function {{math|h : RnR}} such that

f(\boldsymbol{x}) = f(\boldsymbol{a}) + L(\boldsymbol{x}-\boldsymbol{a}) + h(\boldsymbol{x})\lVert\boldsymbol{x}-\boldsymbol{a}\rVert,

\qquad \lim_{\boldsymbol{x}\to\boldsymbol{a}} h(\boldsymbol{x})=0.

If this is the case, then L = df(\boldsymbol{a}) is the (uniquely defined) differential of {{math|f}} at the point {{math|a}}. Furthermore, then the partial derivatives of {{math|f}} exist at {{math|a}} and the differential of {{math|f}} at {{math|a}} is given by

df( \boldsymbol{a} )( \boldsymbol{v} ) = \frac{\partial f}{\partial x_1}(\boldsymbol{a}) v_1 + \cdots + \frac{\partial f}{\partial x_n}(\boldsymbol{a}) v_n.

Introduce the multi-index notation

|\alpha| = \alpha_1+\cdots+\alpha_n, \quad \alpha!=\alpha_1!\cdots\alpha_n!, \quad \boldsymbol{x}^\alpha=x_1^{\alpha_1}\cdots x_n^{\alpha_n}

for {{math|αNn}} and {{math|xRn}}. If all the k-th order partial derivatives of {{math|f : RnR}} are continuous at {{math|aRn}}, then by Clairaut's theorem, one can change the order of mixed derivatives at {{math|a}}, so the short-hand notation

D^\alpha f = \frac{\partial^

\alpha
f}{\partial\boldsymbol x^\alpha} = \frac{\partial^{\alpha_1 + \ldots + \alpha_n}f}{\partial x_1^{\alpha_1}\cdots \partial x_n^{\alpha_n}}

for the higher order partial derivatives is justified in this situation. The same is true if all the ({{math|k − 1}})-th order partial derivatives of {{math|f}} exist in some neighborhood of {{math|a}} and are differentiable at {{math|a}}.This follows from iterated application of the theorem that if the partial derivatives of a function {{math|f}} exist in a neighborhood of {{math|a}} and are continuous at {{math|a}}, then the function is differentiable at {{math|a}}. See, for instance, {{harvnb|Apostol|1974|loc=Theorem 12.11}}. Then we say that {{math|f}} is {{math|k}} times differentiable at the point {{math|a}}.

= Taylor's theorem for multivariate functions =

Using notations of the preceding section, one has the following theorem.

{{math theorem|name=Multivariate version of Taylor's theoremKönigsberger Analysis 2, p. 64 ff.|math_statement= Let {{math|f : RnR}} be a {{math|k}}-times continuously differentiable function at the point {{math|aRn}}. Then there exist functions {{math|hα : RnR}}, where |\alpha|=k, such that

\begin{align}

& f(\boldsymbol{x}) = \sum_

\alpha|\leq k} \frac{D^\alpha f(\boldsymbol{a})}{\alpha!} (\boldsymbol{x}-\boldsymbol{a})^\alpha + \sum_{|\alpha|=k} h_\alpha(\boldsymbol{x})(\boldsymbol{x}-\boldsymbol{a})^\alpha, \\

& \mbox{and}\quad \lim_{\boldsymbol{x}\to \boldsymbol{a}}h_\alpha(\boldsymbol{x})=0.

\end{align}}}

If the function {{math|f : RnR}} is {{math|k + 1}} times continuously differentiable in a closed ball B = \{ \mathbf{y} \in \R^n : \left\|\mathbf{a}-\mathbf{y}\right\| \leq r\} for some r > 0, then one can derive an exact formula for the remainder in terms of {{nowrap|({{math|k+1}})-th}} order partial derivatives of f in this neighborhood.{{cite web | title = Higher-Order Derivatives and Taylor's Formula in Several Variables | last = Folland | first = G. B. | url = https://sites.math.washington.edu/~folland/Math425/taylor2.pdf | website = Department of Mathematics {{!}} University of Washington | access-date = 2024-02-21 }} Namely,

\begin{align}

& f( \boldsymbol{x} ) = \sum_{|\alpha|\leq k} \frac{D^\alpha f(\boldsymbol{a})}{\alpha!} (\boldsymbol{x}-\boldsymbol{a})^\alpha + \sum_{|\beta|=k+1} R_\beta(\boldsymbol{x})(\boldsymbol{x}-\boldsymbol{a})^\beta, \\

& R_\beta( \boldsymbol{x} ) = \frac{|\beta

{\beta!} \int_0^1 (1-t)^
\beta
1}D^\beta f \big(\boldsymbol{a}+t( \boldsymbol{x}-\boldsymbol{a} )\big) \, dt.

\end{align}

In this case, due to the continuity of ({{math|k+1}})-th order partial derivatives in the compact set {{math|B}}, one immediately obtains the uniform estimates

\left|R_\beta(\boldsymbol{x})\right| \leq \frac{1}{\beta!} \max_{|\alpha|=|\beta

\max_{\boldsymbol{y}\in B} |D^\alpha f(\boldsymbol{y})|, \qquad \boldsymbol{x}\in B.

= Example in two dimensions =

For example, the third-order Taylor polynomial of a smooth function f:\mathbb R^2\to\mathbb R is, denoting \boldsymbol{x}-\boldsymbol{a}=\boldsymbol{v},

\begin{align}

P_3(\boldsymbol{x}) = f ( \boldsymbol{a} ) + {} &\frac{\partial f}{\partial x_1}( \boldsymbol{a} ) v_1 + \frac{\partial f}{\partial x_2}( \boldsymbol{a} ) v_2 + \frac{\partial^2 f}{\partial x_1^2}( \boldsymbol{a} ) \frac {v_1^2}{2!} + \frac{\partial^2 f}{\partial x_1 \partial x_2}( \boldsymbol{a} ) v_1 v_2 + \frac{\partial^2 f}{\partial x_2^2}( \boldsymbol{a} ) \frac{v_2^2}{2!} \\

& + \frac{\partial^3 f}{\partial x_1^3}( \boldsymbol{a} ) \frac{v_1^3}{3!} + \frac{\partial^3 f}{\partial x_1^2 \partial x_2}( \boldsymbol{a} ) \frac{v_1^2 v_2}{2!} + \frac{\partial^3 f}{\partial x_1 \partial x_2^2}( \boldsymbol{a} ) \frac{v_1 v_2^2}{2!} + \frac{\partial^3 f}{\partial x_2^3}( \boldsymbol{a} ) \frac{v_2^3}{3!}

\end{align}

Proofs

= Proof for Taylor's theorem in one real variable =

Let{{harvnb|Stromberg|1981}}

h_k(x) = \begin{cases}

\frac{f(x) - P(x)}{(x-a)^k} & x\not=a\\

0&x=a

\end{cases}

where, as in the statement of Taylor's theorem,

P(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots + \frac{f^{(k)}(a)}{k!}(x-a)^k.

It is sufficient to show that

\lim_{x\to a} h_k(x) =0.

The proof here is based on repeated application of L'Hôpital's rule. Note that, for each j=0,1,...,k-1, f^{(j)}(a)=P^{(j)}(a). Hence each of the first k-1 derivatives of the numerator in h_k(x) vanishes at x=a, and the same is true of the denominator. Also, since the condition that the function f be k times differentiable at a point requires differentiability up to order k-1 in a neighborhood of said point (this is true, because differentiability requires a function to be defined in a whole neighborhood of a point), the numerator and its k-2 derivatives are differentiable in a neighborhood of a. Clearly, the denominator also satisfies said condition, and additionally, doesn't vanish unless x=a, therefore all conditions necessary for L'Hôpital's rule are fulfilled, and its use is justified. So

\begin{align}

\lim_{x\to a} \frac{f(x) - P(x)}{(x-a)^k}

&= \lim_{x\to a} \frac{\frac{d}{dx}(f(x) - P(x))}{\frac{d}{dx}(x-a)^k} \\[1ex]

&= \cdots \\[1ex]

&= \lim_{x\to a} \frac{\frac{d^{k-1}}{dx^{k-1}}(f(x) - P(x))}{\frac{d^{k-1}}{dx^{k-1}}(x-a)^k}\\[1ex]

&= \frac{1}{k!}\lim_{x\to a} \frac{f^{(k-1)}(x) - P^{(k-1)}(x)}{x-a}\\[1ex]

&=\frac{1}{k!}(f^{(k)}(a) - P^{(k)}(a))

= 0

\end{align}

where the second-to-last equality follows by the definition of the derivative at x=a.

= Alternate proof for Taylor's theorem in one real variable =

Let f(x) be any real-valued continuous function to be approximated by the Taylor polynomial.

Step 1: Let F and G be functions. Set F and G to be

\begin{align}

F(x) = f(x) - \sum^{n-1}_{k=0} \frac{f^{(k)}(a)}{k!}(x-a)^{k}

\end{align}

\begin{align}

G(x) = (x-a)^{n}

\end{align}

Step 2: Properties of F and G:

\begin{align}

F(a) & = f(a) - f(a) - f'(a)(a - a) - ... - \frac{f^{(n-1)}(a)}{(n-1)!}(a-a)^{n-1} = 0 \\

G(a) & = (a-a)^n = 0

\end{align}

Similarly,

\begin{align}

F'(a) = f'(a) - f'(a) - \frac{f''(a)}{(2-1)!}(a-a)^{(2-1)} - ... - \frac{f^{(n-1)}(a)}{(n-2)!}(a-a)^{n-2} = 0

\end{align}

\begin{align}

G'(a) &= n(a-a)^{n-1} = 0\\

&\qquad \vdots\\

G^{(n-1)}(a) &= F^{(n-1)}(a) = 0

\end{align}

Step 3: Use Cauchy Mean Value Theorem

Let f_{1} and g_{1} be continuous functions on [a, b]. Since a < x < b so we can work with the interval [a, x]. Let f_{1} and g_{1} be differentiable on (a, x). Assume g_{1}'(x) \neq 0 for all x \in (a, b).

Then there exists c_{1} \in (a, x) such that

\begin{align}

\frac{f_{1}(x) - f_{1}(a)}{g_{1}(x) - g_{1}(a)} = \frac{f_{1}'(c_{1})}{g_{1}'(c_{1})}

\end{align}

Note: G'(x) \neq 0 in (a, b) and F(a), G(a) = 0 so

\begin{align}

\frac{F(x)}{G(x)} = \frac{F(x) - F(a)}{G(x) - G(a)} = \frac{F'(c_{1})}{G'(c_{1})}

\end{align}

for some c_{1} \in (a, x).

This can also be performed for (a, c_{1}):

\begin{align}

\frac{F'(c_{1})}{G'(c_{1})} = \frac{F'(c_{1}) - F'(a)}{G'(c_{1}) - G'(a)} = \frac{F(c_{2})}{G(c_{2})}

\end{align}

for some c_{2} \in (a, c_{1}).

This can be continued to c_{n}.

This gives a partition in (a, b):

a < c_{n} < c_{n-1} < \dots < c_{1} < x

with

\frac{F(x)}{G(x)} = \frac{F'(c_{1})}{G'(c_{1})} = \dots = \frac{F^{(n)}(c_{n})}{G^{(n)}(c_{n})} .

Set c = c_{n}:

\frac{F(x)}{G(x)} = \frac{F^{(n)}(c)}{G^{(n)}(c)}

Step 4: Substitute back

\begin{align}

\frac{F(x)}{G(x)} = \frac{f(x) - \sum^{n-1}_{k=0} \frac{f^{(k)}(a)}{k!}(x-a)^{k}}{(x-a)^{n}} = \frac{F^{(n)}(c)}{G^{(n)}(c)}

\end{align}

By the Power Rule, repeated derivatives of (x - a)^{n}, G^{(n)}(c) = n(n-1)...1, so:

\frac{F^{(n)}(c)}{G^{(n)}(c)} = \frac{f^{(n)}(c)}{n(n-1)\cdots1} = \frac{f^{(n)}(c)}{n!}.

This leads to:

\begin{align}

f(x) - \sum^{n-1}_{k=0} \frac{f^{(k)}(a)}{k!}(x-a)^{k} = \frac{f^{(n)}(c)}{n!}(x-a)^{n}

\end{align}.

By rearranging, we get:

\begin{align}

f(x) = \sum^{n-1}_{k=0} \frac{f^{(k)}(a)}{k!}(x-a)^{k} + \frac{f^{(n)}(c)}{n!}(x-a)^{n}

\end{align},

or because c_{n} = a eventually:

f(x) = \sum^{n}_{k=0} \frac{f^{(k)}(a)}{k!}(x-a)^{k}.

= Derivation for the mean value forms of the remainder =

Let G be any real-valued function, continuous on the closed interval between a and x and differentiable with a non-vanishing derivative on the open interval between a and x, and define

F(t) = f(t) + f'(t)(x-t) + \frac{f''(t)}{2!}(x-t)^2 + \cdots + \frac{f^{(k)}(t)}{k!}(x-t)^k.

For t \in [a,x] . Then, by Cauchy's mean value theorem,

{{NumBlk|:| \frac{F'(\xi)}{G'(\xi)} = \frac{F(x) - F(a)}{G(x) - G(a)}|{{EquationRef|★★★}}}}

for some \xi on the open interval between a and x. Note that here the numerator F(x)-F(a)=R_k(x) is exactly the remainder of the Taylor polynomial for y=f(x). Compute

\begin{align}

F'(t) = {} & f'(t) + \big(f''(t)(x-t) - f'(t)\big) + \left(\frac{f^{(3)}(t)}{2!}(x-t)^2 - \frac{f^{(2)}(t)}{1!}(x-t)\right) + \cdots \\

& \cdots + \left( \frac{f^{(k+1)}(t)}{k!}(x-t)^k - \frac{f^{(k)}(t)}{(k-1)!}(x-t)^{k-1}\right)

= \frac{f^{(k+1)}(t)}{k!}(x-t)^k,

\end{align}

plug it into ({{EquationNote|★★★}}) and rearrange terms to find that

R_k(x) = \frac{f^{(k+1)}(\xi)}{k!}(x-\xi)^k \frac{G(x)-G(a)}{G'(\xi)}.

This is the form of the remainder term mentioned after the actual statement of Taylor's theorem with remainder in the mean value form.

The Lagrange form of the remainder is found by choosing G(t) = (x-t)^{k+1} and the Cauchy form by choosing G(t) = t-a.

Remark. Using this method one can also recover the integral form of the remainder by choosing

G(t) = \int_a^t \frac{f^{(k+1)}(s)}{k!} (x-s)^k \, ds,

but the requirements for f needed for the use of mean value theorem are too strong, if one aims to prove the claim in the case that f{{i sup|(k)}} is only absolutely continuous. However, if one uses Riemann integral instead of Lebesgue integral, the assumptions cannot be weakened.

= Derivation for the integral form of the remainder =

Due to the absolute continuity of f^{(k)} on the closed interval between a and x, its derivative f^{(k+1)} exists as an L^1-function, and we can use the fundamental theorem of calculus and integration by parts. This same proof applies for the Riemann integral assuming that f^{(k)} is continuous on the closed interval and differentiable on the open interval between a and x, and this leads to the same result as using the mean value theorem.

The fundamental theorem of calculus states that

f(x)=f(a)+ \int_a^x \, f'(t) \, dt.

Now we can integrate by parts and use the fundamental theorem of calculus again to see that

\begin{align}

f(x) &= f(a)+\Big(xf'(x)-af'(a)\Big)-\int_a^x tf''(t) \, dt \\

&= f(a) + x\left(f'(a) + \int_a^x f(t) \,dt \right) -af'(a)-\int_a^x tf(t) \, dt \\

&= f(a)+(x-a)f'(a)+\int_a^x \, (x-t)f''(t) \, dt,

\end{align}

which is exactly Taylor's theorem with remainder in the integral form in the case k=1. The general statement is proved using induction. Suppose that

{{NumBlk|:| f(x) = f(a) + \frac{f'(a)}{1!}(x - a) + \cdots + \frac{f^{(k)}(a)}{k!}(x - a)^k + \int_a^x \frac{f^{(k+1)} (t)}{k!} (x - t)^k \, dt. |{{EquationRef|eq1}}}}

Integrating the remainder term by parts we arrive at

\begin{align}

\int_a^x \frac{f^{(k+1)} (t)}{k!} (x - t)^k \, dt = & - \left[ \frac{f^{(k+1)} (t)}{(k+1)k!} (x - t)^{k+1} \right]_a^x + \int_a^x \frac{f^{(k+2)} (t)}{(k+1)k!} (x - t)^{k+1} \, dt \\

= & \ \frac{f^{(k+1)} (a)}{(k+1)!} (x - a)^{k+1} + \int_a^x \frac{f^{(k+2)} (t)}{(k+1)!} (x - t)^{k+1} \, dt.

\end{align}

Substituting this into the formula {{nowrap|in ({{EquationNote|eq1}})}} shows that if it holds for the value k, it must also hold for the value k+1. Therefore, since it holds for k=1, it must hold for every positive integer k.

= Derivation for the remainder of multivariate Taylor polynomials =

We prove the special case, where f:\mathbb R^n\to\mathbb R has continuous partial derivatives up to the order k+1 in some closed ball B with center \boldsymbol{a}. The strategy of the proof is to apply the one-variable case of Taylor's theorem to the restriction of f to the line segment adjoining \boldsymbol{x} and \boldsymbol{a}.{{harvnb|Hörmander|1976|pp=12–13}} Parametrize the line segment between \boldsymbol{a} and \boldsymbol{x} by \boldsymbol{u}(t)=\boldsymbol{a}+t(\boldsymbol{x}-\boldsymbol{a}) We apply the one-variable version of Taylor's theorem to the function g(t) = f(\boldsymbol{u}(t)):

f(\boldsymbol{x})=g(1)=g(0)+\sum_{j=1}^k\frac{1}{j!}g^{(j)}(0)\ +\ \int_0^1 \frac{(1-t)^k }{k!} g^{(k+1)}(t)\, dt.

Applying the chain rule for several variables gives

\begin{align}

g^{(j)}(t)&=\frac{d^j}{dt^j}f(\boldsymbol{u}(t))\\

&= \frac{d^j}{dt^j} f(\boldsymbol{a}+t(\boldsymbol{x}-\boldsymbol{a}))\\

&= \sum_{|\alpha| =j} \left(\begin{matrix} j\\ \alpha\end{matrix} \right) (D^\alpha f) (\boldsymbol{a}+t(\boldsymbol{x}-\boldsymbol{a})) (\boldsymbol{x}-\boldsymbol{a})^\alpha

\end{align}

where \tbinom j \alpha is the multinomial coefficient. Since \tfrac{1}{j!}\tbinom j \alpha=\tfrac{1}{\alpha!}, we get:

f(\boldsymbol{x})= f(\boldsymbol{a}) + \sum_{1 \leq |\alpha| \leq k}\frac{1}{\alpha!} (D^\alpha f) (\boldsymbol{a})(\boldsymbol{x}-\boldsymbol{a})^\alpha+\sum_{|\alpha|=k+1}\frac{k+1}{\alpha!}

(\boldsymbol{x}-\boldsymbol{a})^\alpha \int_0^1 (1-t)^k (D^\alpha f)(\boldsymbol{a}+t(\boldsymbol{x}-\boldsymbol{a}))\,dt.

See also

{{Portal|Mathematics}}

  • {{annotated link|Hadamard's lemma}}
  • {{annotated link|Laurent series}}
  • {{annotated link|Padé approximant}}
  • {{annotated link|Newton series}}
  • {{annotated link|Approximation theory}}
  • {{annotated link|Function approximation}}

Footnotes

{{Reflist}}

References

  • {{citation

| title=Calculus

| author-link=Tom Apostol

| first=Tom

| last=Apostol

| publisher=Wiley

| year=1967

| isbn=0-471-00005-1

| url-access=registration

| url=https://archive.org/details/calculus01apos

}}.

  • {{citation

| title=Mathematical analysis

| first=Tom

| last=Apostol

| publisher=Addison–Wesley

| year=1974

}}.

  • {{citation

| first1=Robert G.

| last1=Bartle

| first2=Donald R.

| last2=Sherbert

| title=Introduction to Real Analysis

| edition=4th

| publisher=Wiley

| year=2011

| isbn=978-0-471-43331-6

}}.

  • {{citation

| first=L.

| last=Hörmander

| author-link=Lars Hörmander

| title=Linear Partial Differential Operators, Volume 1

| publisher=Springer

| year=1976

| isbn=978-3-540-00662-6

}}.

  • {{citation

| title = Mathematical thought from ancient to modern times, Volume 2

| author-link=Morris Kline

| first=Morris

| last=Kline

| publisher=Oxford University Press

| year=1972

}}.

  • {{citation

| title=Calculus: An Intuitive and Physical Approach

| first=Morris

| last=Kline

| publisher=Dover

| year=1998

| isbn=0-486-40453-6

}}.

  • {{citation

| last=Pedrick

| first=George

| year=1994

| title=A First Course in Analysis

| publisher=Springer

| isbn=0-387-94108-8

| url-access=registration

| url=https://archive.org/details/firstcourseinana0000pedr

}}.

  • {{citation

| last=Stromberg

| first=Karl

| title=Introduction to classical real analysis

| publisher=Wadsworth

| year=1981

| isbn=978-0-534-98012-2

}}.

  • {{citation

| last=Rudin

| first=Walter

| title=Real and complex analysis

| edition=3rd

| publisher=McGraw-Hill

| year=1987

| isbn=0-07-054234-1

}}.

  • {{citation

| last=Tao

| first=Terence

| title=Analysis, Volume I

| edition=3rd

| publisher=Hindustan Book Agency

| year=2014

| isbn=978-93-80250-64-9

}}.