LostInSpace
- 21
- 0
I am a bit confused about taylor approximation. Taylor around x_0 yields
<br /> f(x) = f(x_0) + f'(x_0)(x-x_0) + O(x^2)<br />
which is the tangent of f in x_0, where
<br /> f'(x) = f'(x_0) + f''(x_0)(x-x_0) + O(x^2)<br />
which adds up to
<br /> f(x) &=& f(x_0) + (f'(x_0) + f''(x_0)(x-x_0) + O(x^2))(x-x_0)+O(x^2) \\ &=& f(x_0) + f'(x_0)(x-x_0) + f''(x_0)(x-x_0)^2 + O(x^3)<br />
But it should be
<br /> f(x) = f(x_0) + f'(x_0)(x-x_0) + \frac{f''(x_0)}{2!}(x-x_0)^2 + O(x^3)<br />
Where does the 2! come from? Is this approach completely incorrect?
<br /> f(x) = f(x_0) + f'(x_0)(x-x_0) + O(x^2)<br />
which is the tangent of f in x_0, where
<br /> f'(x) = f'(x_0) + f''(x_0)(x-x_0) + O(x^2)<br />
which adds up to
<br /> f(x) &=& f(x_0) + (f'(x_0) + f''(x_0)(x-x_0) + O(x^2))(x-x_0)+O(x^2) \\ &=& f(x_0) + f'(x_0)(x-x_0) + f''(x_0)(x-x_0)^2 + O(x^3)<br />
But it should be
<br /> f(x) = f(x_0) + f'(x_0)(x-x_0) + \frac{f''(x_0)}{2!}(x-x_0)^2 + O(x^3)<br />
Where does the 2! come from? Is this approach completely incorrect?