Limiting with L'Hospital's Rule: Evaluating (1-10x)^(1/x)

  • Thread starter Thread starter davemoosehead
  • Start date Start date
davemoosehead
Messages
26
Reaction score
0

Homework Statement


lim (1-10x)^(1/x)
x->0
evaluate the limit

Homework Equations


L'hostpital's rule

The Attempt at a Solution



take derivative:
lim (-10+100x)/x
x->0

can't divide by zero so take the derivative again but x goes away:
lim 100
x->0

is 100 the limit? is there a limit? now that I'm looking at it again, i don't think i have the derivative right...
 
Physics news on Phys.org
Take natural logs on both sides. You'll get,

ln(L) = lim(x->0) {1/x*ln(1-10x)} which is of the form 0/0. Apply l'Hospital's rule now. When done, convert the ln(L) = m {where m is the value of limit you got} again into exponential form, i.e. L=e^m.

Regards,
Sleek.
 
davemoosehead said:

Homework Statement


lim (1-10x)^(1/x)
x->0
evaluate the limit

Homework Equations


L'hostpital's rule


The Attempt at a Solution



take derivative:
lim (-10+100x)/x
x->0
WHAT did you take the derivative of? I don't recognize that as having anything to do with your original limit!

can't divide by zero so take the derivative again but x goes away:
lim 100
x->0

is 100 the limit? is there a limit? now that I'm looking at it again, i don't think i have the derivative right...
Since your original form is NOT f(x)/g(x), the first thing I would do it take the logarithm:
If Y= (1-10x)^{1/x} then ln(Y)= ln(1-10x)/x. Now apply L'Hopital's rule to that.
 
ok...hows this look?

ln(L) = lim(x->0) { ln(1-10x)/x } = 0/0 so..

ln(L) = lim(x->0) { (-10)/(1-10x) }

ln(L) = -10

L = e^-10
 
Much better.

(Sorry about posting the same thing so many times. I got a bit carried away, didn't I?)
 
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