viciousp
- 49
- 0
Homework Statement
The approximation e^{x}=1+x+(x^{2}/2) is used when X is small estimate the error when \left|x \right|<0.1
Homework Equations
\left|R_{n} \right|<\frac{M(x-a)^{n+1}}{(n+1)!}
The Attempt at a Solution
Since the Taylor expansion goes to the second power I used the third derivative of e^{x} which is just itself and found the maximum value that it can be between the domain [0,0.1] which is at e^{0.1} then continuing the formula (0.1-0)^{3} then i divided it by 3! which gave me an answer of 1.84*10^{-4}.
My book on the other hand used 3^{0.1} instead of e^{0.1} and as a result the answer in the book was larger than my answer. So which answer is the right answer?