[/itex]
matematikuvol said:
Why in Taylor series we have some factoriel ##!## factor.
f(x)=f(0)+xf'(0)+\frac{x^2}{2!}f''(0)+...
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,
f(x) - f(0) = ∫^{1}_{0}f'((1-t)x)xdtBy integration by parts this integral also equals,
f'((1-t)x)xt |^{1}_{0} + ∫^{1}_{0}tf''((1-t)x)x^{2}dt
where the first term equals
f'(0)x
Integrating by parts again, the integral term becomes,
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
Simplifying again, the first term becomes
\frac{x^2}{2!}f''(0)
So so far one has 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
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
\frac{t^n}{n!} is \frac{t^{n+1}}{n+1!}