What is Taylor expansion?
- Given a real-valued function f β Cβ(I) differentiable infinitely many times on an open interval I β R containing a point a, the power series
- is called the Taylor series around the point a of the function f. When the Taylor series converges and coincides with f, we say that f is Taylor expandable.
- - f(x) = log(1 + x) - fβ(x) = 1/(1 + x) - fβ(x) = -1 * (1 + x)^(-2) - f'''(x) = -1 * -2 * (1 + x)^(-3) - f^(n)(x) = (-1)^(n+1) (n - 1)! (1 + x)^(-n - a=0
- - f(x) = log(1 - x) - fβ(x) = -1 / (1 - x) - fβ(x) = -1 * -1 * -1 * (1 + x)^(-2) - f'''(x) = -1 * -1 * -1 * -2 * -1 * (1 + x)^(-3) - f^(n)(x) = (n - 1)! (1 + x)^(-n) - a=0
- If we use this to approximate up to the second order, we get
from de Moivre-Laplace limit theorem
This page is auto-translated from /nishio/γγ€γ©γΌε±ι using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. Iβm very happy to spread my thought to non-Japanese readers.