Evaluate Limit Using Taylor Approximation of Power Series of e^h

beanryu
Messages
90
Reaction score
0
Use a four-term Taylor approximation for e^h , for h near 0 , to evaluate the following limit.

lim (e^h-1-h-h^2/2)/h^3
h->0

i know that e^h = 1+h+h^2/2+h^3/3+h^4/4...

therefore, I say that e^h-1-h-h^2/2 = h^3/3+h^4/4...

(h^3/3+h^4/4...)/h^3 is approximately = 1/3

but its wrong

please give me some hints THANX!

sorry for posting it at precalculus... please help urgent!
 
Physics news on Phys.org
It's not wrong.
 
But It Is...
 
Ack, you're right it is wrong. Your mistake is in the terms of the series.

i know that e^h = 1+h+h^2/2+h^3/3+h^4/4...

Nope, those denominators should have factorials in them, like so:

e^h = 1+h+h^2/2!+h^3/3!+h^4/4!
e^h = 1+h+h^2/2+h^3/6+h^4/24

That should fix it.
 
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