Calculate $$\lim_{x\to 0}\dfrac{1}{x^{\sin(x)}}$$
I'm pretty much clueless here, only that there is L'hospital obviously here.
Would appreciate any help.
Calculate $$\lim_{x\to 0}\dfrac{1}{x^{\sin(x)}}$$
I'm pretty much clueless here, only that there is L'hospital obviously here.
Would appreciate any help.
It usually helps to consider the log of the expression in such limits:
$$\log{\left [ x^{-\sin{x}} \right ]} = -\sin{x} \log{x} $$
$$\lim_{x \rightarrow 0} \sin{x} \log{x} = \lim_{x \rightarrow 0} x \log{x} = 0 $$
The limit in question, therefore, is 1.
EDIT
I can be a little more clear on using L'Hopital on the above limit:
$$\lim_{x \rightarrow 0} x \log{x} = \lim_{x \rightarrow 0} \frac{\log{x}}{1/x} $$
Now use L'Hopital:
$$ \lim_{x \rightarrow 0} \frac{\log{x}}{1/x} = \lim_{x \rightarrow 0} \frac{1/x}{-1/x^2} = \lim_{x \rightarrow 0} (-x) $$