What is $$\lim_{x \to 0^+} \left((x\cos(x))^x+(x\sin(x)\right)^{1/x}?$$ I substituted $x = 0+h$ and used that near $0, \cos(h) \approx 1, \sin(h)\approx h$ to get the new limit as $$\lim_{h \to 0} \left(h^h+h^{2/h}\right).$$
But now the problem is the second term. How to reduce it to form like $0/0,\infty/\infty$? Thanks.
Hint. As $x \to 0^+$, one may use the Taylor series expansion of $\sin x$, getting $$ \begin{align} \sin (x)&=x+O(x^3), \\\\ \log(\sin (x))&=\log\left(x+O(x^3)\right)=\log x+O(x^2), \\\\ \frac{\log(\sin (x))}x&=\frac{\log x}x+O(x), \end{align} $$ giving, as $x \to 0^+$, $$ \begin{align} \left(x\cos(x))^x+(x\sin(x)\right)^{1/x}&=e^{\large x\log x + x\log\left(\cos x \right)}+e^{\large \frac{\log x}x + \large \frac{\log\left(\sin x \right)}x} \\\\ &\to e^{0+0}+0 \\\\ &\to 1. \end{align} $$