I have come across many limit questions of the form $0^0$
For instance , here is one example
$$y=\lim_{x \to 0^+} (2\sin(\sqrt x) + \sqrt x\sin{1\over x})^x$$
In this example if I take logarithm on both sides , it becomes $$\ln y = \lim_{x \to 0^+} x\ln (2\sin(\sqrt x) + \sqrt x\sin{1\over x})$$
And then I make the argument that as $x \to 0$ ,$x$ reaches zero more dominantly than $\ln (2\sin(\sqrt x) + \sqrt x\sin{1\over x})$ reaches $-\infty$ . And so $\ln y = 0$ , thus , $y=1$
But I realised tht this the argument I make in almost all such cases , and it got to me thinking are all limits of the form $0^0$ eventually turn out to be 1 ?
So what I am looking for is :
(a) Various other ways of solving the above limit (as many different ways are possible) , but please avoid using L'hopital's rule as it would be too tedious to work with here.
(b) Counter examples , that is , limits of the form $0^0$ which are not equal to $1$
Thanks for your time !
Edit : I got the plenty counter examples , now I am only looking for other ways of solving the above limit
$0^0$ we call "Uncertainty", because if we take different sequences with limits $0$ then we obtain different results: $$\begin{array} {} \left ( \frac{1}{n} \right )^{\frac{1}{n}}=e^{\frac{1}{n} \ln \frac{1}{n}} \to 1 \\ \left ( \frac{1}{n} \right )^{e^{-n^2}} = e^{\frac{1}{n} \ln e^{-n^2}} \to 0 \\ \left ( \frac{1}{n} \right )^{e^{-n}} = e^{\frac{1}{n} \ln e^{-n}} \to e^{-1} \end{array} $$ last line makes clear, that we can obtain any finite number $a>0$. One casuistic example we obtain if allow negative base (somebody forbid complex numbers?) $$\left ( -\frac{1}{n} \right )^{e^{-n^2}} = e^{-\frac{1}{n} \ln e^{-n^2}} \to +\infty$$
and last requirement $$\lim_{x \to 0^+} (2\sin(\sqrt x) + \sqrt x\sin{1\over x})^x = \lim_{x \to 0^+}e^{x \ln (2\sin(\sqrt x) + \sqrt x\sin{1\over x})}$$ now $$x \ln (2\sin(\sqrt x) + \sqrt x\sin{1\over x})=x \ln(2\sin(\sqrt x))+x\ln \left (1+\frac{\sqrt x\sin{1\over x}}{2\sin(\sqrt x)} \right ) \to0$$