Error bound for e^(1/2) using Taylor's theorem with remainder

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 10K views
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

[tex] 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!}}[/tex]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?[tex] 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)[/tex][tex] 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 [/tex]where [tex]0 < z < \frac{1}{2}[/tex]

[tex]f^4 (z) = e^z[/tex][tex] \frac{{e^0 }}{{4!}}\left( {\frac{1}{2}} \right)^4 < \frac{{e^z }}{{4!}}\left( {\frac{1}{2}} \right)^4 < \frac{{e^{\frac{1}{2}} }}{{4!}}\left( {\frac{1}{2}} \right)^4 [/tex]

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

[tex] \frac{{e^{\frac{1}{2}} }}{{4!}}\left( {\frac{1}{2}} \right)^4 = \frac{{e^{\frac{1}{2}} }}{{384}} \approx 0.004[/tex]
 
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.