Find the limit of :
$$\lim\limits_{x \to 0^+}{(2\sqrt{x}+x)^\frac{1}{\ln x}}{}$$
I've tried to make it look like an exponent of e:
$$e^\frac{\ln (2*\sqrt{x}+x)}{\ln x}$$
but, then again I reach an indeterminate form of infinity divides by infinity.
I then tried to use L'Hospital's rule, which also seems not to work.
According to l'Hopital, $$\lim_{x\to0^+}\frac{\ln(2\sqrt x+x)}{\ln x}=\lim_{x\to 0^+}\frac{(x^{-1/2}+1)\frac1{2\sqrt x+x}}{\frac1x} $$ if the latter exists. But $$\lim_{x\to0^+}\frac{(x^{-1/2}+1)\frac1{2\sqrt x+x}}{\frac1x} =\lim_{x\to0^+}\frac{{\sqrt x+x}}{2\sqrt x+x}=\lim_{x\to0^+}\frac{1+\sqrt x}{2+\sqrt x}=\frac12. $$