I don't need to find the exact values, rather an approximation for error in Taylor series expansion.
I have seen the following lines.
|En(x)| < (1/700!)*e^100*100^701
|En(x)| < 100^-200
To predict the error, its not necessary to find the very exact value. It is only require to make a good approximation. Can anyone please explain how these prediction can be made in a simple way?
By the inequality, Factorial Inequality problem $\left(\frac n2\right)^n > n! > \left(\frac n3\right)^n$ , we have that $$\frac{e^{100}\cdot 100^{701}}{700!}<\frac{3^{700}e^{100}\cdot 100^{701}}{700^{700}}<(3^8/7^7)^{100}\cdot 10<\frac{10}{125^{100}}<10^{-200}. $$ where we used the inequality $e<3$.
Note that the exact value is approximately equal to $10^{-244}$, so the second expression $|E_n(x)| < 100^{-200}$ seems to be wrong.