M HYPE SPLASH
// updates

Finding the error of a Taylor Series

By Sarah Scott
$\begingroup$

When calculating the error of a Taylor series, the formula is as follows: $$R_n(x)=\frac{f^{(n+1)}(z)(x-c)^{(n+1)}}{(n+1)!}$$ $z$ is the maximum value of the expression on the interval between $x$ and $c$.

Is $z$ the maximum value on the error expression or the original expression? I have been assuming the error expression because we want to know the maximum error. Is this correct?

$\endgroup$

1 Answer

$\begingroup$

No, $z$ (that you'd better denote $\xi$ to avoid any ambiguity) is just the value r in the Taylor-Lagrange form of the remainder: the theorem asserts there exists some $\xi$ between $a$ and $x$ such that the error is$$ R_n(x)=\frac{f^{(n+1)}(\xi)(x-c)^{(n+1)}}{(n+1)!}, $$so that, if we have a bound $M$ for $|f^{(n+1)}(\xi)|$ on some interval centred at $c$, we can deduce that$$ |R_n(x)|\le \frac{M|x-c|^{(n+1)}}{(n+1)!}. $$

$\endgroup$ 5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy