Limits question L'Hopitals rule

  • Thread starter Thread starter Sags
  • Start date Start date
  • Tags Tags
    Limits
Sags
Messages
2
Reaction score
0

Homework Statement


lim (sin(x)/x)^(1/X^2)
x->0


Homework Equations


for the life of me i cannot get the correct solution


The Attempt at a Solution


Ive tried taking the log of both sides etc and working from there then applying l'hopitals rule until i get a result but the answer i always get is e^(-1/2) but the answer is e^(-1/6) any help would be much appreciated
 
Physics news on Phys.org
e^(-1/6) is correct. And that's the way to do it alright. But there is no way to tell why you get e^(-1/2) unless you show us what you did.
 
sorry ill give more info
lim (sin(x)/x)^(1/X^2)
x->0

let y = (sin(x)/x)^(1/X^2)
ln y = (ln(sin(x)/x))^(1/X^2)
ln y = (ln(sin(x)/x))/(X^2)
ln y = (ln sin(x) - ln(x))/(X^2)
apply l'hopital's rule
= (cos(x)/sin(x) - 1/y)/2X
apply l'hotital's rule again
= (-sin(x)/cos(x) -1/1)/2
and from there i get
= -1/2
then
y = e^(-1/2)
 
Last edited:
Sags said:
sorry ill give more info
lim (sin(x)/x)^(1/X^2)
x->0

let y = (sin(x)/x)^(1/X^2)
ln y = (ln(sin(x)/x))^(1/X^2)
ln y = (ln(sin(x)/x))/(X^2)
ln y = (ln sin(x) - ln(x))/(X^2)
apply l'hopital's rule
= (cos(x)/sin(x) - 1/y)/2X
How did y get over on the right side?
Applying L'Hopital's rule gives you
\frac{\frac{cos(x)}{sin(x)}- 1/x}}{2x}
so I assume the "1/y" was "1/x". That reduces to
\frac{xcos(x)- sin(x)}{2x^2sin(x)
apply l'hotital's rule again
= (-sin(x)/cos(x) -1/1)/2
You are also differentiating incorrectly. The derivative of cos(x)/sin(x) is NOT (cos(x))'/(sin(x))' and the derivative of 1/x is NOT1/(x)'!


and from there i get
= -1/2
then
y = e^(-1/2)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top