Help with Taylor's Theorem to obtain error of approximation

opticaltempest
Messages
135
Reaction score
0
I need to use Taylor's Theorem to obtain the upper bound for the error of the approximation on the following

<br /> e^{\frac{1}{2}} \approx 1 + \frac{1}{2} + \frac{{\left( {\frac{1}{2}} \right)^2 }}{{2!}} + \frac{{\left( {\frac{1}{2}} \right)^3 }}{{3!}}<br />Here is an example problem in the textbook I am following.
http://img157.imageshack.us/img157/8564/100027rh.jpg Here is my work. Am I on the right track?<br /> e^{\frac{1}{2}} = 1 + \frac{1}{2} + \frac{{\left( {\frac{1}{2}} \right)^2 }}{{2!}} + \frac{{\left( {\frac{1}{2}} \right)^3 }}{{3!}} + R_3 \left( {\frac{1}{2}} \right)<br /><br /> e^{\frac{1}{2}} = 1 + \frac{1}{2} + \frac{{\left( {\frac{1}{2}} \right)^2 }}{{2!}} + \frac{{\left( {\frac{1}{2}} \right)^3 }}{{3!}} + \frac{{f^4 (z)}}{{4!}}\left( {\frac{1}{2}} \right)^4 <br />where 0 &lt; z &lt; \frac{1}{2}

f^4 (z) = e^z<br /> \frac{{e^0 }}{{4!}}\left( {\frac{1}{2}} \right)^4 &lt; \frac{{e^z }}{{4!}}\left( {\frac{1}{2}} \right)^4 &lt; \frac{{e^{\frac{1}{2}} }}{{4!}}\left( {\frac{1}{2}} \right)^4 <br />

So the upper bound for the error on the approximation of \[<br /> e^{\frac{1}{2}} is

<br /> \frac{{e^{\frac{1}{2}} }}{{4!}}\left( {\frac{1}{2}} \right)^4 = \frac{{e^{\frac{1}{2}} }}{{384}} \approx 0.004<br />
 
Last edited by a moderator:
Physics news on Phys.org
That works. Estimating the error numerically needs a value for e1/2 which you want to evaluate, of course, but luckily it's just a small correction.

For comparison: The actual error is 0.0029.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top