Approximation Using Taylor POlynomial

e179285
Messages
24
Reaction score
0
Find an approximate value of the number e-0.1 with an error less than 10-3

ı know that ex = Ʃ(from zero to ınfinity) xn / n!=1+x/1!+x
2
/2!+...

ı don't know how to use e-0.1 in this question.Do ı write -0.1 instead of x in ex series?
 
Physics news on Phys.org
e179285 said:
ı know that ex = Ʃ(from zero to ınfinity) xn / n!=1+x/1!+x
2
/2!+...

ı don't know how to use e-0.1 in this question.Do ı write -0.1 instead of x in ex series?

yup! :biggrin:
 
Since you are asked to calculate to within a particular accuracy, what you need is not the Taylor series, but a Taylor polynomial plus remainder estimate.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top