Where am i wrong in this limits question?

  • Thread starter Thread starter vkash
  • Start date Start date
  • Tags Tags
    Limits
vkash
Messages
316
Reaction score
1
question is
limx->0 (1+x+x^2-e^x)/x^2
How i did it.
=>limx->0 (1-e^x)/x^2+(x+x^2)/x^2
=>limx->0 ((1-e^x)/x)*1/x+1/x+1
using limx->0(e^x-1)/x=1
=>limx->0 (-1)*1/x+1/x+1
=>limx->0 1
=>Answer=1. (hope you understand my writing way. Where are list of tags for this forum)
I think i do nothing wrong but this is wrong answer. Applying L'Hospital rule it's answer will come out to be 1/2 which is correct answer. Tell me where i am wrong
 
Last edited:
Physics news on Phys.org
=>limx->0 ((1-e^x)/x)*1/x+1/x+1
using limx->0(e^x-1)/x=1
=>limx->0 (-1)*1/x+1/x+1
Here you are wrong
 
Uncle_John said:
=>limx->0 ((1-e^x)/x)*1/x+1/x+1
using limx->0(e^x-1)/x=1
=>limx->0 (-1)*1/x+1/x+1
Here you are wrong
dear here i change (1-e^x)/x by 1 which is an identity. I use this identity also that lim f(x).g(x)=lim f(x).lim g(x) and lim [f(x)+g(x)]=lim f(x)+lim g(x)
friend try to explain it in better way.
 
vkash said:
question is
limx->0 (1+x+x^2-e^x)/x^2
How i did it.
=>limx->0 (1-e^x)/x^2+(x+x^2)/x^2
=>limx->0 ((1-e^x)/x)*1/x+1/x+1
using limx->0(e^x-1)/x=1
=>limx->0 (-1)*1/x+1/x+1
=>limx->0 1
=>Answer=1. (hope you understand my writing way. Where are list of tags for this forum)
I think i do nothing wrong but this is wrong answer. Applying L'Hospital rule it's answer will come out to be 1/2 which is correct answer. Tell me where i am wrong

Your problem is that you look only at the "first-order" terms in (1 - e^x), so as to conclude that lim{ [(1 - e^x)/x] *(1/x) + 1/x] } = 0 as x --> 0. This is false. When we look at (1-e^x) we need to keep also terms of second order in small x, because those will give the nonzero part of lim { [(1 - e^x)/x] *(1/x) + 1/x] }. In other words: if e^x = 1 + x + r(x), we have (1 - e^x)/x = (-x - r(x) )/x = -1 - r(x)/x, hence (1/x)[(1-e^x)/x] = -1/x - r(x)/x^2, so lim { [(1 - e^x)/x] *(1/x) + 1/x] } = - lim r(x)/x^2. This last limit is not zero.

RGV
 
vkash said:
dear here i change (1-e^x)/x by 1 which is an identity. I use this identity also that lim f(x).g(x)=lim f(x).lim g(x) and lim [f(x)+g(x)]=lim f(x)+lim g(x)
friend try to explain it in better way.

(1-e^x)/x =1 is not an identity. an identity is an algebraic equation that is true for any x belonging to a certain domain. like (1+x)^2 = x^2 + 2x + 1 which is valid for any x in real numbers. but (1-e^x)/x = 1 is only true when x approaches zero. It's not an identity. as Ray Vickson said, you need to consider more terms of the e^x series.
 
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...

Similar threads

Back
Top