[/itex]
matematikuvol said:
Why in Taylor series we have some factoriel ##!## factor.
[tex]f(x)=f(0)+xf'(0)+\frac{x^2}{2!}f''(0)+...[/tex]
Why we have that ##\frac{1}{n!}## factor?
The factorial terms appear in the derivation of the Taylor series.
For instance, a derivation for a Taylor series around zero start with the equation,
[tex]f(x) - f(0) = ∫^{1}_{0}f'((1-t)x)xdt[/tex]By integration by parts this integral also equals,
[tex]f'((1-t)x)xt |^{1}_{0} + ∫^{1}_{0}tf''((1-t)x)x^{2}dt[/tex]
where the first term equals
f'(0)x
Integrating by parts again, the integral term becomes,
[tex]f''((1-t)x)x^{2}\frac{t^2}{2!} |^{1}_{0} + ∫^{1}_{0}\frac{t^2}{2!}f'''((1-t)x)x^{3}dt[/tex]
Simplifying again, the first term becomes
[tex]\frac{x^2}{2!}f''(0)[/tex]
So so far one has [tex]f(x) - f(0) = xf'(0) + \frac{x^2}{2!}f''(0) + ∫^{1}_{0}\frac{t^2}{2!}f'''((1-t)x)x^{3}dt[/tex]
Continuing to integrate by parts gives you the first n terms in the Taylor series plus a remainder integral. The series converges if this remainder shrinks to zero as n goes to infinity. The factorials fall out inductively and arise because the anti-derivative of
[tex]\frac{t^n}{n!}[/tex] is [tex]\frac{t^{n+1}}{n+1!}[/tex]