Extended real number line: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Thinking of England
→‎See also: the single infinity from the Real projective line is neither positive nor negative
 
Line 1: Line 1:
[[File:Taylorspolynomialexbig.svg|thumb|right|300px|The exponential function ''y''&nbsp;=&nbsp;''e''<sup>''x''</sup> (solid red curve) and the corresponding Taylor polynomial of degree four (dashed green curve) around the origin.]]
I'm Tresa and I live in a seaside city in northern Switzerland, Toos. I'm 23 and I'm will soon finish my study at Hotel Administration.<br><br>Take a look at my blog post ... [http://www.youtube.com/watch?v=tdMMP74h6GU 5 figure day review]
{{Calculus |Differential}}
 
In [[calculus]], '''Taylor's theorem''' gives an approximation of a ''k'' times [[differentiable]] [[function (mathematics)|function]] around a given point by a ''k''-th order '''Taylor [[polynomial]]'''. For [[analytic functions]] the Taylor polynomials at a given point are finite order truncations of its [[Taylor series]], which completely determines the function in some neighborhood of the point. The exact content of "Taylor's theorem" is not universally agreed upon. Indeed, there are several versions of it applicable in different situations, and some of them contain explicit estimates on 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 [[1712 in science|1712]]. Yet, an explicit expression of the error was provided much later on by [[Joseph-Louis Lagrange]]. An earlier version of the result is already mentioned in [[1617 in science|1671]] by [[James Gregory (astronomer and mathematician)|James Gregory]].<ref>{{harvnb|Kline|1972|p=442,464}}</ref>
 
Taylor's theorem is taught on introductory level calculus courses and it is one of the central elementary tools in [[mathematical analysis]]. Within pure mathematics it is the starting point of more advanced [[asymptotic analysis]], and it is commonly used in more applied fields of numerics as well as in [[mathematical physics]]. Taylor's theorem also generalizes to [[multivariate function|multivariate]] and [[Euclidean vector|vector valued]] functions {{nowrap|''f'' : '''R'''<sup>''n''</sup> &rarr; '''R'''<sup>''m''</sup>}} on any [[dimension]]s ''n'' and ''m''. This generalization of Taylor's theorem is the basis for the definition of so-called [[Jet (mathematics)|jets]] which appear in [[differential geometry]] and [[partial differential equations]].
 
== Motivation ==
[[File:E^x with linear approximation.png|thumb|right|Graph of {{nowrap|''f''(''x'') {{=}} ''e<sup>x</sup>''}} (blue) with its [[linear approximation]] {{nowrap|''P''<sub>1</sub>(''x'') {{=}} 1 + ''x''}} (red) at ''a''&nbsp;=&nbsp;0.]]
If a real-valued [[function (mathematics)|function]] ''f'' is [[derivative|differentiable]] at the point ''a'' then it has a [[linear approximation]] at the point ''a''.  This means that there exists a function ''h''<sub>1</sub> such that
 
:<math> f(x) = f(a) + f'(a)(x-a) + h_1(x)(x-a), \qquad \lim_{x\to a}h_1(x)=0.</math>
 
Here
 
:<math>P_1(x) = f(a) + f'(a)(x-a) \ </math>
 
is the linear approximation of ''f'' at the point ''a''.  The graph of {{nowrap|''y'' {{=}} ''P''<sub>1</sub>(''x'')}} is the [[tangent line]] to the graph of ''f'' at {{nowrap|''x'' {{=}} ''a''}}.  The error in the approximation is
:<math>R_1(x) = f(x)-P_1(x) = h_1(x)(x-a). \ </math>
Note that this goes to zero a little bit faster than {{nowrap|''x'' &minus; ''a''}} as ''x'' tends to&nbsp;''a''.
 
[[File:E^x with quadratic approximation corrected.png|thumb|right|Graph of {{nowrap|''f''(''x''){{=}}''e<sup>x</sup>''}} (blue) with its quadratic approximation {{nowrap|''P''<sub>2</sub>(''x'') {{=}} 1 + ''x'' + ''x''<sup>2</sup>/2}} (red) at ''a''&nbsp;=&nbsp;0. Note the improvement in the approximation.]]
If we wanted a better approximation to ''f'', we might instead try a [[quadratic polynomial]] instead of a linear function.  Instead of just matching one derivative of ''f'' at ''a'', we can match two derivatives, thus producing a polynomial that has the same slope and concavity as ''f'' at ''a''.  The quadratic polynomial in question is
 
:<math>P_2(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2}(x-a)^2. \, </math>
 
Taylor's theorem ensures that the quadratic approximation is, in a sufficiently small neighborhood of the point ''a'', a better approximation than the linear approximation.  Specifically,
 
:<math>f(x) = P_2(x) + h_2(x)(x-a)^2, \qquad \lim_{x\to a}h_2(x)=0.</math>
 
Here the error in the approximation is
 
:<math>R_2(x) = f(x)-P_2(x) = h_2(x)(x-a)^2 \ </math>
 
which, given the limiting behavior of ''h''<sub>2</sub>, goes to zero faster than {{nowrap|(''x'' &minus; ''a'')<sup>2</sup>}} as ''x'' tends to&nbsp;''a''.
 
[[File:Tayloranimation.gif|thumb|360px|right|Approximation of ''f''(''x'')&nbsp;=&nbsp;1/(1&nbsp;+&nbsp;''x''<sup>2</sup>) by its Taylor polynomials ''P<sub>k</sub>'' of order ''k''&nbsp;=&nbsp;1,&nbsp;...,&nbsp;16 centered at ''x''&nbsp;=&nbsp;0 (red) and ''x''&nbsp;=&nbsp;1 (green). The approximations do not improve at all outside (-1,1) and (1-√2,1+√2), respectively.]] Similarly, we get still better approximations to ''f'' if we use [[polynomial]]s 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 a little bit faster than {{nowrap|(''x'' &minus; ''a'')<sup>''k''</sup>}} as ''x'' tends to&nbsp;''a''.
 
This result is of asymptotic nature: it only tells us that the error ''R<sub>k</sub>'' in an [[approximation]] by a ''k''-th order Taylor polynomial ''P<sub>k</sub>'' tends to zero faster than any nonzero ''k''-th degree [[polynomial]] as ''x''&nbsp;→&nbsp;''a''. It does not tell us how large the error is in any concrete [[neighborhood (mathematics)|neighborhood]] of the center of expansion, but for this purpose there are explicit formulae 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 convergence|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 function|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.)
 
It is also possible that increasing the degree of the approximating [[polynomial]] does not increase the quality of approximation at all even if the function ''f'' to be approximated is infinitely many times differentiable. An example of this behavior is given [[Taylor's theorem#Taylor's theorem and convergence of Taylor series|below]], and it is related to the fact that unlike [[analytic functions]], more general functions are not (locally) determined by the values of their derivatives at a single point.
 
== 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:
 
{{quotation|'''Taylor's theorem.'''<ref>{{ citation|first1=Angelo|last1=Genocchi|first2= Giuseppe|last2=Peano| |title=Calcolo differenziale e principii di calcolo integrale|location=(N. 67, p.XVII-XIX)|publisher=Fratelli Bocca ed.|year=1884| }}</ref> <ref>{{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| p=383}}</ref><ref>{{springer|title=Taylor formula|id=p/t092300}}</ref> Let ''k''&nbsp;&ge;&nbsp;1 be an [[integer]] and let the [[Function (mathematics)|function]] {{nowrap|''f'' : '''R''' &rarr; '''R'''}} be ''k'' times [[differentiable]] at the point {{nowrap|''a'' &isin; '''R'''}}. Then there exists a function  {{nowrap|''h<sub>k</sub>'' : '''R''' &rarr; '''R'''}} such that
 
:<math> f(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots + \frac{f^{(k)}(a)}{k!}(x-a)^k + h_k(x)(x-a)^k,</math>
<math>\mbox{and}\quad\lim_{x\to a}h_k(x)=0.</math>    This is called the '''[[Peano]] form of the remainder'''.}}
 
The polynomial appearing in Taylor's theorem is the '''''k''-th order Taylor polynomial'''
 
:<math>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 </math>
 
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|''h<sub>k</sub>'' : '''R''' &rarr; '''R'''}} and a ''k''-th order polynomial ''p'' such that
 
:<math> f(x) = p(x) + h_k(x)(x-a)^k, \quad \lim_{x\to a}h_k(x)=0,</math>
 
then ''p''&nbsp;=&nbsp;''P<sub>k</sub>''. Taylor's theorem describes the asymptotic behavior of the '''remainder term'''
 
:<math> \ R_k(x) = f(x) - P_k(x),</math>
 
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
 
:<math>R_k(x) = o(|x-a|^k), \quad x\to a.</math>
 
=== Explicit formulae for the remainder ===
 
Under stronger regularity assumptions on ''f'' there are several precise formulae for the remainder term ''R<sub>k</sub>'' of the Taylor polynomial, the most common ones being the following.
 
{{quotation|'''Mean-value forms of the remainder.''' Let {{nowrap|''f'' : '''R''' &rarr; '''R'''}}  be ''k+1'' times [[differentiable]] on the [[open interval]] with ''f''<sup>(''k'')</sup> [[continuous function|continuous]] on the [[closed interval]] between ''a'' and ''x''. Then
 
:<math> R_k(x) = \frac{f^{(k+1)}(\xi_L)}{(k+1)!} (x-a)^{k+1} </math>
 
for some real number ''&xi;<sub>L</sub>'' between ''a'' and ''x''. This is the '''[[Joseph Louis Lagrange|Lagrange]] form'''<ref>{{harvnb|Klein|1998|loc=§20.3}}; {{harvnb|Apostol|1967|loc=§7.7}}.</ref> of the remainder. Similarly,
 
:<math> R_k(x) = \frac{f^{(k+1)}(\xi_C)}{k!}(x-\xi_C)^k(x-a) </math>
 
for some real number ''&xi;<sub>C</sub>'' between ''a'' and ''x''. This is the '''[[Augustin Louis Cauchy|Cauchy]] form'''<ref>{{harvnb|Apostol|1967|loc=§7.7}}.</ref> of the remainder.
}}
 
These refinements of Taylor's theorem are usually proved using the [[mean value theorem]], whence the name. 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
 
:<math> R_k(x) = \frac{f^{(k+1)}(\xi)}{k!}(x-\xi)^k \frac{G(x)-G(a)}{G'(\xi)} </math>
 
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 [[mean value theorem#Cauchy's mean value theorem|Cauchy's mean value theorem]].
 
The statement for the integral form of the remainder is more advanced than the previous ones, and requires understanding of [[Lebesgue integral|Lebesgue integration theory]] for the full generality. However, it holds also in the sense of [[Riemann integral]] provided the (''k''+1)-st derivative of ''f'' is continuous on the closed interval [''a'',''x''].
 
{{quotation|'''Integral form of the remainder.'''<ref>{{harvnb|Apostol|1967|loc=§7.5}}.</ref> Let ''f''<sup>(''k'')</sup> be [[absolutely continuous]] on the [[closed interval]] between ''a'' and ''x''. Then
:<math> R_k(x) = \int_a^x \frac{f^{(k+1)} (t)}{k!} (x - t)^k \, dt. </math>}}
 
Due to [[absolutely continuous|absolute continuity]] of ''f''<sup>(''k'')</sup> on the [[closed interval]] between ''a'' and ''x'' its derivative ''f''<sup>(''k''+1)</sup> exists as an ''L''<sup>1</sup>-function, and the result can be proven by a formal calculation using [[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 a specific form of it.  Suppose that ''f'' is (''k''+1)-times continuously differentiable in an interval ''I'' containing ''a''.  Suppose that there are real constants ''q'' and ''Q'' such that
:<math>q\le f^{(k+1)}(x)\le Q</math>
throughout ''I''.  Then the remainder term satisfies the inequality<ref>{{harvnb|Apostol|1967|loc=§7.6}}</ref>
 
:<math>q\frac{(x-a)^{k+1}}{(k+1)!}\le R_k(x)\le Q\frac{(x-a)^{k+1}}{(k+1)!},</math>
 
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
:<math>|f^{(k+1)}(x)|\leq M</math>
on an interval {{nowrap|''I'' {{=}} (''a''&minus;''r'',''a''+''r'')}} with some ''r''>0, then
 
:<math>|R_k(x)| \le M\frac{|x-a|^{k+1}}{(k+1)!}\le M\frac{r^{k+1}}{(k+1)!}</math>
 
for all {{nowrap|''x''&isin;(''a''−''r'',''a''+''r'').}} The second inequality is called a [[uniform convergence|uniform estimate]], because it holds uniformly for all ''x'' on the interval {{nowrap|(''a''−''r'',''a''+''r'').}}
 
=== Example ===
 
[[File:Expanimation.gif|thumb|400px|right|Approximation of ''e''<sup>''x''</sup> (blue) by its Taylor polynomials ''P<sub>k</sub>'' of order ''k''=1,...,7 centered at ''x''=0 (red).]] Suppose that we wish to [[approximation|approximate]] the function {{nowrap|''f''(''x'') {{=}} ''e''<sup>''x''</sup>}} on the interval {{nowrap|[&minus;1,1]}} while ensuring that the error in the approximation is no more than 10<sup>&minus;5</sup>. In this example we pretend that we only know the following properties of the exponential function:
 
:<math>(*) \qquad e^0=1, \qquad \frac{d}{dx} e^x = e^x, \qquad e^x>0, \qquad x\in\mathbb{R}.</math>
 
From these properties it follows that {{nowrap|''f''<sup>(''k'')</sup>(''x'') {{=}} ''e''<sup>''x''</sup>}} for all ''k'', and in particular, {{nowrap|''f''<sup>(''k'')</sup>(0) {{=}} 1}}. Hence the ''k''-th order Taylor polynomial of ''f'' at 0 and its remainder term in the Lagrange form are given by
 
:<math> 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},</math>
 
where ''&xi;'' is some number between 0 and ''x''. Since ''e''<sup>''x''</sup> is increasing by (*), we can simply use ''e<sup>x</sup>''&nbsp;≤&nbsp;1 for ''x''&nbsp;∈&nbsp;[&minus;1,&nbsp;0] to estimate the remainder on the subinterval [&minus;1,&nbsp;0]. To obtain an upper bound for the remainder on [0,1], we use the property {{nowrap|''e<sup>&xi;</sup>''<''e<sup>x</sup>''}} for 0<''&xi;<x'' to estimate
 
:<math> e^x = 1 + x + \frac{e^\xi}{2}x^2 < 1 + x + \frac{e^x}{2}x^2, \qquad 0 < x\leq 1 </math>
 
using the second order Taylor expansion. Then we solve for ''e<sup>x</sup>'' to deduce that
 
:<math> 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 </math>
 
simply by maximizing the [[numerator]] and minimizing the [[denominator]]. Combining these estimates for ''e<sup>x</sup>'' we see that
 
:<math> |R_k(x)| \leq \frac{4|x|^{k+1}}{(k+1)!} \leq \frac{4}{(k+1)!}, \qquad -1\leq x \leq 1, </math>
 
so the required precision is certainly reached, when
 
:<math> \frac{4}{(k+1)!} < 10^{-5} \quad \Leftrightarrow \quad 4\cdot 10^5 < (k+1)!  \quad \Leftrightarrow \quad k \geq 9. </math>
 
(See [[factorial]] or compute by hand the values 9!=362 880 and 10!=3 628 800.) As a conclusion, Taylor's theorem leads to the approximation
 
:<math> e^x = 1+x+\frac{x^2}{2!} + \ldots + \frac{x^9}{9!} + R_9(x), \qquad |R_9(x)| < 10^{-5}, \qquad -1\leq x \leq 1. </math>
 
For instance, this approximation provides a [[decimal representation|decimal expression]] ''e''≈2.71828, correct up to five decimal places.
 
== Relationship to analyticity ==
=== Taylor expansions of real analytic functions ===
 
Let ''I''⊂'''R''' be an [[open interval]]. By definition, a function ''f'':''I''→'''R''' is [[analytic function|real analytic]] if it is locally defined by a convergent [[power series]]. This means that for every ''a''&nbsp;∈&nbsp;''I'' there exists some ''r''&nbsp;>&nbsp;0 and a sequence of coefficients ''c<sub>k</sub>''&nbsp;∈&nbsp;'''R''' such that {{nowrap|(''a'' &minus; ''r'', ''a'' + ''r'') ⊂ ''I''}} and
 
:<math> 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|<r. </math>
 
In general, the [[power series#Radius of convergence|radius of convergence]] of a power series can be computed from the [[Cauchy–Hadamard theorem|Cauchy–Hadamard formula]]
 
:<math> \frac{1}{R} = \limsup_{k\to\infty}|c_k|^\frac{1}{k}. </math>
 
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 ''b''∈'''R''', it must converge [[uniform convergence|uniformly]] on the [[closed interval]] {{nowrap|[''a'' &minus; ''r''<sub>''b''</sub>, ''a'' + ''r''<sub>''b''</sub>]}}, where ''r<sub>b</sub>''&nbsp;=&nbsp;|''b''&nbsp;&minus;&nbsp;''a''|. Here only the convergence of the power series is considered, and it might well be that {{nowrap|(''a'' &minus; ''R'',''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
 
:<math> P_k(x) = \sum_{j=0}^k c_j(x-a)^j, \qquad c_j = \frac{f^{(j)}(a)}{j!}</math>
 
of its locally defining power series, and the corresponding remainder terms are locally given by the analytic functions
 
:<math> R_k(x) = \sum_{j=k+1}^\infty c_j(x-a)^j = (x-a)^k h_k(x), \qquad |x-a|<r. </math>
 
Here the functions
 
:<math> h_k:(a-r,a+r)\to \R; \qquad  h_k(x) = (x-a)\sum_{j=0}^\infty c_{k+1+j}(x-a)^j </math>
 
are also analytic, since their defining power series have the same radius of convergence as the original series.
Assuming that {{nowrap|[''a'' &minus; ''r'', ''a'' + ''r'']}} ⊂ ''I'' and ''r''&nbsp;<&nbsp;''R'', all these series converge uniformly on {{nowrap|(''a'' &minus; ''r'', ''a'' + ''r'')}}. Naturally, in the case of analytic functions one can estimate the remainder term ''R<sub>k</sub>''(''x'') by the tail of the sequence of the derivatives ''f&prime;''(''a'') at the center of the expansion, but using [[complex analysis]] also another possibility arises, which is described [[Taylor's theorem#Relationship to analyticity##Taylor's theorem in complex analysis|below]].
 
=== Taylor's theorem and convergence of Taylor series ===
 
There is a source of confusion on the relationship between '''Taylor polynomials''' of [[differentiability|smooth functions]] and the [[Taylor series]] of [[analytic function]]s. One can (rightfully) see the Taylor series
 
:<math> f(x) \approx \sum_{k=0}^\infty c_k(x-a)^k = c_0 + c_1(x-a) + c_2(x-a)^2 + \ldots </math>
 
of an infinitely many times differentiable function ''f'':'''R'''→'''R''' as its "infinite order Taylor polynomial" at ''a''. Now the [[Taylor's theorem#Taylor's theorem in one real variable##Estimates for the remainder|estimates for the remainder]] of a Taylor polynomial implies that for any order ''k'' and for any ''r''>0 there exists a constant {{nowrap|''M<sub>k,r</sub>''>0}} such that
 
:<math>(*) \quad |R_k(x)|\leq M_{k,r}\frac{|x-a|^{k+1}}{(k+1)!} </math>
 
for every ''x''∈(''a-r,a+r''). Sometimes these constants can be chosen in such way that {{nowrap|''M<sub>k,r</sub>'' &rarr; 0}} when {{nowrap|''k'' &rarr; ∞}} and {{nowrap|''r''}} stays fixed. Then the Taylor series of ''f'' [[uniform convergence|converges uniformly]] to some analytic function
 
:<math> T_f:(a-r,a+r)\to\mathbb R; \qquad T_f(x) = \sum_{k=0}^\infty \frac{f^{(k)}(a)}{k!}(x-a)^k. </math>
 
Here comes the subtle point. It may well be that an infinitely many times differentiable function ''f'' has a Taylor series at ''a'' which converges on some open neighborhood of ''a'', but the limit function ''T<sub>f</sub>'' is different from ''f''. An important example of this phenomenon is provided by
 
:<math> f:\mathbb R \to \mathbb R; \qquad f(x) = \begin{cases} e^{-\frac{1}{x^2}} & x>0, \\ 0 & x\leq 0.\end{cases} </math>
 
Using the [[chain rule]] one can show [[mathematical induction|inductively]] that for any order ''k'',
 
:<math> f^{(k)}(x) = \begin{cases} \frac{p_k(x)}{x^{3k}}e^{-\frac{1}{x^2}}  & x>0 \\ 0 & x\leq 0\end{cases}</math>
 
for some polynomial ''p<sub>k</sub>'' of degree 2(k-1). The function <math>e^{-\frac{1}{x^2}}</math> tends to zero faster than any polynomial as {{nowrap|''x'' &rarr; 0}}, so ''f'' is infinitely many times differentiable and {{nowrap|''f''<sup>(''k'')</sup>(0) {{=}} 0}} for every positive integer ''k''. Now the estimates for the remainder for the Taylor polynomials show that the Taylor series of ''f'' converges uniformly to the zero function on the whole real axis. Nothing is wrong in here:
 
* The Taylor series of ''f'' converges uniformly to the zero function ''T<sub>f</sub>''(''x'')=0.
* The zero function is analytic and every coefficient in its Taylor series is zero.
* The function ''f'' is infinitely many times differentiable, but not analytic.
* For any ''k''∈''N'' and ''r''>0 there exists ''M<sub>k,r</sub>''>0 such that the remainder term for the ''k''-th order Taylor polynomial of ''f'' satisfies (*).
 
=== Taylor's theorem in complex analysis ===
 
Taylor's theorem generalizes to functions <math>f:\mathbb C\to\mathbb C</math> which are [[complex differentiable]] in an open subset ''U''&nbsp;⊂&nbsp;'''C''' of the [[complex plane]]. However, its usefulness is diminished by other general theorems in [[complex analysis]]. Namely, stronger versions of related results can be deduced for [[complex differentiable]] functions ''f''&nbsp;:&nbsp;''U''&nbsp;→&nbsp;'''C''' using [[Cauchy's integral formula]] as follows.
 
Let ''r''&nbsp;>&nbsp;0 such that the [[closed disk]] ''B''(''z'',&nbsp;''r'')&nbsp;∪&nbsp;''S''(''z'',&nbsp;''r'') is contained in ''U''. Then Cauchy's integral formula with a positive parametrization {{nowrap|''&gamma;''(''t''){{=}}''re<sup>it</sup>''}} of the circle ''S''(''z,r'') with {{nowrap|''t'' &isin; [0,2''&pi;'']}} gives
 
:<math>\begin{align}& 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, \\& \ldots, \quad f^{(k)}(z) = \frac{k!}{2\pi i}\int_\gamma \frac{f(w)}{(w-z)^{k+1}}dw. \end{align} </math>
 
Here all the integrands are continuous on the [[circle]] ''S''(''z'',&nbsp;''r''), 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 the Cauchy's estimates<ref>Rudin, 1987, §10.26.</ref>
 
:<math>  |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)| </math>
 
for any ''z''&nbsp;∈&nbsp;''U'' and ''r''&nbsp;>&nbsp;0 such that ''B''(''z'',&nbsp;''r'')&nbsp;∪&nbsp;''S''(''c'',&nbsp;''r'')&nbsp;⊂&nbsp;''U''. These estimates imply that the [[complex number|complex]] [[Taylor series]]
 
:<math> f(z) \approx \sum_{k=0}^\infty \frac{f^{(k)}(c)}{k!}(z-c)^k </math>
 
of ''f'' converges uniformly on any [[open disk]] ''B''(''c'',&nbsp;''r'')&nbsp;⊂&nbsp;''U'' with ''S''(''c'',&nbsp;''r'')&nbsp;⊂&nbsp;''U'' into some function ''T<sub>f</sub>''. Furthermore, using the contour integral formulae for the derivatives ''f''<sup>(''k'')</sup>(''c''),
 
:<math>\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}</math>
 
so any [[complex derivative|complex differentiable]] function ''f'' in an open set ''U''&nbsp;⊂&nbsp;'''C''' is in fact [[complex analytic]]. All that is said for real analytic functions [[Taylor's theorem#Relationship to analyticity##Taylor expansions of analytic functions|here]] holds also for complex analytic functions with the open interval ''I'' replaced by an open subset ''U''&nbsp;∈&nbsp;'''C''' and ''a''-centered intervals (''a''&nbsp;&minus;&nbsp;''r'',&nbsp;''a''&nbsp;+&nbsp;''r'') replaced by ''c''-centered disks ''B''(''c'',&nbsp;''r''). In particular, the Taylor expansion holds in the form
 
:<math> f(z) = P_k(z) + R_k(z), \quad P_k(z) = \sum_{j=0}^k \frac{f^{(j)}(c)}{j!}(z-c)^j, </math>
 
where the remainder term ''R<sub>k</sub>'' 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 ∂''W''&nbsp;⊂&nbsp;''U'' of a region ''W''&nbsp;⊂&nbsp;''U'', one obtains expressions for the derivatives {{nowrap|''f''<sup>(''j'')</sup>(''c'')}} as above, and modifying slightly the computation for {{nowrap|''T<sub>f</sub>''(''z'') {{=}} ''f''(''z'')}}, one arrives at the exact formula
 
:<math> 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. </math>
 
The important feature here is that the quality of the approximation by a Taylor polynomial on the region ''W''&nbsp;⊂&nbsp;''U'' is dominated by the values of the function ''f'' itself on the boundary ∂''W''&nbsp;⊂&nbsp;''U''. Similarly, applying Cauchy's estimates to the series expression for the remainder, one obtains the uniform estimates
 
:<math> |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. </math>
 
=== Example ===
 
[[File:Function with two poles.png|thumb|right|Complex plot of ''f''(''z'')&nbsp;=&nbsp;1/(1&nbsp;+&nbsp;''z''<sup>2</sup>). Modulus is shown by elevation and argument by coloring: cyan=0, blue=''&pi;''/3, violet=2''&pi;''/3, red=''&pi;'', yellow=4''&pi;''/3, green=5''&pi;''/3.]]
The function ''f'':'''R'''→'''R''' defined by
 
:<math> f(x) = \frac{1}{1+x^2} </math>
 
is [[analytic function|real analytic]], that is, locally determined by its Taylor series. This function was plotted [[Taylor's theorem#Motivation|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]]
 
:<math> f:\mathbb C\cup\{\infty\} \to \mathbb C\cup\{\infty\}; \quad f(z) = \frac{1}{1+z^2}</math>
 
on the compactified complex plane. It has simple poles at ''z''=''i'' and ''z''=&minus;''i'', and it is analytic elsewhere. Now its Taylor series centered at ''z''<sub>0</sub> coverges on any disc ''B''(''z''<sub>0</sub>,''r'') with ''r''<|''z-z''<sub>0</sub>|, 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 ''z''∈'''C''' with |''z''|>1 due to the poles at ''i'' and &minus;''i''. For the same reason the Taylor series of ''f'' centered at 1 converges on ''B''(1,√2) and does not converge for any ''z''∈'''C''' with |''z''-1|>√2.
 
== Generalizations of Taylor's theorem ==
=== Higher order differentiability ===
 
A function ''f'':'''R'''<sup>''n''</sup>&nbsp;→&nbsp;'''R''' is [[derivative|differentiable]] at '''''a'''''&nbsp;∈&nbsp;'''R'''<sup>''n''</sup> [[if and only if]] there exists a [[linear functional]] ''L''&nbsp;:&nbsp;'''R'''<sup>''n''</sup>&nbsp;→&nbsp;'''R''' and a function ''h''&nbsp;:&nbsp;'''R'''<sup>''n''</sup>&nbsp;→&nbsp;'''R''' such that
 
:<math>f(\boldsymbol{x}) = f(\boldsymbol{a}) + L(\boldsymbol{x}-\boldsymbol{a}) + h(\boldsymbol{x})|\mathbf{x}-\mathbf{a}|,
\qquad \lim_{\boldsymbol{x}\to\boldsymbol{a}}h(\boldsymbol{x})=0. </math>
 
If this is the case, then ''L''&nbsp;=&nbsp;''df''('''''a''''') is the (uniquely defined) [[differential of a function|differential]] of ''f'' at the point '''''a'''''. Furthermore, then the [[partial derivatives]] of ''f'' exist at '''''a''''' and the differential of ''f'' at '''''a''''' is given by
 
:<math> 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. </math>
 
Introduce the [[multi-index notation]]
 
:<math> |\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} </math>
 
for ''&alpha;''&nbsp;∈&nbsp;'''N'''<sup>''n''</sup> and '''''x'''''&nbsp;∈&nbsp;'''R'''<sup>''n''</sup>.  If all the ''k''-th order [[partial derivatives]] of {{nowrap|''f'' : '''R'''<sup>''n''</sup> &rarr; '''R'''}} are continuous at {{nowrap|'''''a''''' &isin; '''R'''<sup>''n''</sup>}}, then by [[symmetry of second derivatives|Clairaut's theorem]], one can change the order of mixed derivatives at '''''a''''', so the notation
 
:<math> D^\alpha f = \frac{\partial^{|\alpha|}f}{\partial x_1^{\alpha_1}\cdots \partial x_n^{\alpha_n}}, \qquad |\alpha|\leq k </math>
 
for the higher order [[partial derivatives]] is justified in this situation. The same is true if all the (''k''&nbsp;&minus;&nbsp;1)-th order partial derivatives of ''f'' exist in some neighborhood of '''''a''''' and are differentiable at '''''a'''''. Then we say that ''f'' is ''k'' '''times differentiable at the point&nbsp;''a'' '''.
 
=== Taylor's theorem for multivariate functions ===
 
{{quotation|'''Multivariate version of Taylor's theorem.'''<ref>Königsberger Analysis 2, p. 64 ff.</ref> Let {{nowrap|''f'' : '''R'''<sup>''n''</sup> &rarr; '''R'''}} be a ''k'' times differentiable [[Function (mathematics)|function]] at the point {{nowrap|'''''a'''''&isin;'''R'''<sup>''n''</sup>}}. Then there exists  {{nowrap|''h''<sub>''&alpha;''</sub> : '''R'''<sup>n</sup>&rarr;'''R'''}} such that
 
:<math>\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}</math>}}
 
If the function {{nowrap|''f'' : '''R'''<sup>''n''</sup> &rarr; '''R'''}} is ''k''+1 times [[continuously differentiable]] in the [[closed ball]] ''B'', then one can derive an exact formula for the remainder in terms of {{nowrap|(''k''+1)-th}} order [[partial derivatives]] of ''f'' in this neighborhood. Namely,
 
:<math> \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}
</math>
 
In this case, due to the [[continuous function|continuity]] of (''k''+1)-th order [[partial derivative]]s in the [[compact set]] ''B'', one immediately obtains the uniform estimates
 
:<math>\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. </math>
 
== Proofs ==
=== Proof for Taylor's theorem in one real variable ===
 
Let<ref>{{harvnb|Stromberg|1981}}</ref>
 
:<math>h_k(x) = \begin{cases}
\frac{f(x) - P(x)}{(x-a)^k} & x\not=a\\
0&x=a
\end{cases}
</math>
 
where, as in the statement of Taylor's theorem,
 
:<math>P(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots + \frac{f^{(k)}(a)}{k!}(x-a)^k.</math>
 
It is sufficient to show that
 
:<math>\lim_{x\to a} h_k(x) =0. \, </math>
 
The proof here is based on repeated application of [[L'Hôpital's rule]].  Note that, for each {{nowrap|''j'' {{=}} 0,1,...,''k''&minus;1}}, <math>f^{(j)}(a)=P^{(j)}(a)</math>.  Hence each of the first ''k''&minus;1 derivatives of the numerator in <math>h_k(x)</math> vanishes at <math>x=a</math>, 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 nominator 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'Hopital's rule are fulfilled, and its use is justified. So
 
:<math>\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} = \cdots = \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}\\
&=\frac{1}{k!}\lim_{x\to a} \frac{f^{(k-1)}(x) - P^{(k-1)}(x)}{x-a}\\
&=\frac{1}{k!}(f^{(k)}(a) - f^{(k)}(a)) = 0
\end{align}</math>
 
where the second to last equality follows by the definition of the derivative at&nbsp;''x''&nbsp;=&nbsp;''a''.
 
=== 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
 
:<math>
  F(t) = f(t) + f'(t)(x-t) + \frac{f''(t)}{2!}(x-t)^2 + \cdots + \frac{f^{(k)}(t)}{k!}(x-t)^k.
</math>
 
Then, by [[mean value theorem#Cauchy's mean value theorem|Cauchy's mean value theorem]],
 
:<math>
(*) \quad  \frac{F'(\xi)}{G'(\xi)} = \frac{F(x) - F(a)}{G(x) - G(a)}
</math>
 
for some ξ on the open interval between ''a'' and ''x''. Note that here the numerator {{nowrap|''F''(''x'') − ''F''(''a'') {{=}} ''R<sub>k</sub>''(''x'')}} is exactly the remainder of the Taylor polynomial for ''f''(''x''). Compute
 
:<math>\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}</math>
 
plug it into (*) and rearrange terms to find that
 
:<math>
  R_k(x) = \frac{f^{(k+1)}(\xi)}{k!}(x-\xi)^k \frac{G(x)-G(a)}{G'(\xi)}.
</math>
 
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 <math> \ G(t)=(x-t)^{k+1} \ </math> and the Cauchy form by choosing <math> \ G(t) = t-a</math>.
 
'''Remark.''' Using this method one can also recover the integral form of the remainder by choosing
 
:<math>
G(t) = \int_a^t \frac{f^{(k+1)}(s)}{k!} (x-s)^k \, ds,
</math>
 
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''<sup>(''k'')</sup> 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 [[absolutely continuous|absolute continuity]] of ''f''<sup>(''k'')</sup> on the [[closed interval]] between ''a'' and ''x'' its derivative ''f''<sup>(''k''+1)</sup> exists as an ''L''<sup>1</sup>-function, and we can use [[fundamental theorem of calculus]] and [[integration by parts]]. This same proof applies for the [[Riemann integral]] assuming that ''f''<sup>(''k'')</sup> is [[continuous function|continuous]] on the closed interval and [[differentiable]] on the [[open interval]] between ''a'' and ''x'', and this leads to the same result than using the mean value theorem.
 
The [[fundamental theorem of calculus]] states that
 
:<math>f(x)=f(a)+ \int_a^x \, f'(t) \, dt.</math>
 
Now we can [[Integration by parts|integrate by parts]] and use the fundamental theorem of calculus again to see that
 
:<math> \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} </math>
 
which is exactly Taylor's theorem with remainder in the integral form in the case ''k=1''.
The general statement is proved using [[mathematical induction|induction]]. Suppose that
:<math> (*) \quad 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. </math>
 
Integrating the remainder term by parts we arrive at
 
:<math>\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}</math>
 
Substituting this into the formula {{nowrap|in (*)}} shows that if it holds for the value ''k'', it must also hold for the value ''k''&nbsp;+&nbsp;1.
Therefore, since it holds for ''k''&nbsp;=&nbsp;1, it must hold for every positive integer&nbsp;''k''.
 
=== Derivation for the remainder of multivariate Taylor polynomials ===
 
We prove the special case, where ''f'' : '''R'''<sup>''n''</sup> → '''R''' has continuous partial derivatives up to the order ''k''+1 in some closed ball ''B'' with center '''''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 '''''x''''' and '''''a'''''.<ref>{{harvnb|Hörmander|1976|pp=12&ndash;13}}</ref>  Parametrize the line segment between ''a'' and ''x'' by ''u''(''t'') = {{nowrap|''a'' + ''t''(''x'' − ''a'').}} We apply the one-variable version of Taylor's theorem to the function {{nowrap|''g''(''t'') {{=}} ''f''(''u''(''t''))}}:
 
:<math>f(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.</math>
 
Applying the [[chain rule]] for several variables gives
 
:<math>\begin{align}
g^{(j)}(t)&=\frac{d^j}{dt^j}f(u(t)) = \frac{d^j}{dt^j} f(\mathbf{a}+t(\mathbf{x}-\mathbf{a})) \\
&= \sum_{|\alpha|=j} \left(\begin{matrix} j \\ \alpha\end{matrix} \right) (D^\alpha f) (\mathbf{a}+t(\mathbf{x}-\mathbf{a})) (\mathbf{x}-\mathbf{a})^\alpha
\end{align}</math>
 
where <math>\left(\begin{matrix}j \\ \alpha\end{matrix}\right)</math> is the [[multinomial coefficient]]. Since <math>\frac{1}{j!}\left(\begin{matrix}j\\ \alpha\end{matrix}\right)=\frac{1}{\alpha!}</math>, we get
 
:<math>f(\mathbf x)= f(\mathbf a)+\sum_{|\alpha|\leq k}\frac{1}{\alpha!} (D^\alpha f) (\mathbf a)(\mathbf x-\mathbf a)^\alpha+\sum_{|\alpha|=k+1}\frac{k+1}{\alpha!}
(\mathbf x-\mathbf a)^\alpha \int_0^1 (1-t)^k (D^\alpha f)(\mathbf a+t(\mathbf x-\mathbf a))\,dt.</math>
 
== See also ==
* [[Laurent series]]
* [[Padé approximant]]
* [[Newton series]]
 
== Footnotes ==
{{Reflist}}
 
== References ==
*{{citation|title = Calculus|authorlink=Tom Apostol|first = Tom|last = Apostol|publisher = Jon Wiley & Sons, Inc.|year = 1967|isbn = 0-471-00005-1}}.
*{{citation|last1=Bartle|last2=Sherbert|year=2000|title=Introduction to Real Analysis|edition=3rd|publisher=John Wiley & Sons, Inc.|isbn= 0-471-32148-6}}.
* {{citation|first=L.|last=Hörmander|authorlink=Lars Hörmander|title=Linear Partial Differential Operators, Volume 1|publisher=Springer-Verlag|year=1976|isbn=978-3-540-00662-6}}.
*{{citation|title = Mathematical thought from ancient to modern times, Volume 2|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-Verlag|isbn=0-387-94108-8}}.
*{{citation|last=Stromberg|first=Karl|title=Introduction to classical real analysis|publisher=Wadsworth, Inc.|year=1981|isbn=978-0-534-98012-2}}.
*{{citation|last=Rudin|first=Walter|title=Real and complex analysis, 3rd ed.|publisher=McGraw-Hill Book Company|year=1987|isbn=0-07-054234-1}}.
 
== External links ==
{{ProofWiki|id=Taylor%27s_Theorem/One_Variable|title=Proofs for a few forms of the remainder in one-variable case}}
* [http://www.cut-the-knot.org/Curriculum/Calculus/TaylorSeries.shtml Taylor Series Approximation to Cosine] at [[cut-the-knot]]
* [http://cinderella.de/files/HTMLDemos/2C02_Taylor.html Trigonometric Taylor Expansion] interactive demonstrative applet
* [http://numericalmethods.eng.usf.edu/topics/taylor_series.html Taylor Series Revisited] at [http://numericalmethods.eng.usf.edu Holistic Numerical Methods Institute]
 
[[Category:Articles containing proofs]]
[[Category:Theorems in calculus]]
[[Category:Theorems in real analysis]]

Latest revision as of 00:33, 5 December 2014

I'm Tresa and I live in a seaside city in northern Switzerland, Toos. I'm 23 and I'm will soon finish my study at Hotel Administration.

Take a look at my blog post ... 5 figure day review