Skip to content
Sahithyan's S1
Sahithyan's S1 — Mathematics

Taylor's Theorem

Let ff is n+1n+1 differentiable on (a,b)(a,b). Let c,x(a,b)c,x \in (a,b). Then ζ(c,x) s.t. \exists \zeta \in (c,x) \text{ s.t. }:

f(x)=f(c)+k=1nf(k)(c)k!(xc)k+f(n+1)(ζ)(n+1)!(xc)n+1f(x)= f(c) + \sum_{k=1}^{n}{\frac{f^{(k)}(c)}{k!}(x-c)^k} + \frac{f^{(n+1)}(\zeta)}{(n+1)!}{(x-c)}^{n+1}

Mean value theorem can be derived from taylor’s theorem when n=0n=0.

The above equation can be written like:

f(x)=Tn(x,c)+Rn(x,c)f(x)=T_n(x,c)+R_n(x,c)

Taylor Polynomial

This part of the above equation is called the Taylor polynomial. Denoted by Tn(x,c)T_n(x,c).

Tn(x,c)=f(c)+k=1nf(k)(c)k!(xc)kT_n(x,c)= f(c) + \sum_{k=1}^{n}{\frac{f^{(k)}(c)}{k!}(x-c)^k}

Remainder

Derivative form

Denoted by Rn(x,c)R_n(x,c).

Rn(x,c)=f(n+1)(ζ)(n+1)!(xc)n+1R_n(x,c)= \frac{f^{(n+1)}(\zeta)}{(n+1)!}{(x-c)}^{n+1}

Integral form

Rn(x,c)=1n!cxf(n+1)(t)(xt)ndtR_n(x,c)= \frac{1}{n!} \int_c^x{f^{(n+1)}(t)(x-t)^n}\text{d}t