I am struggling to calculate this limit:
$$\displaystyle{\lim_{x \to 0^+}}{\frac{e^x + \frac{2\log(\cos(x))}{x^2}}{\sqrt{x}}}$$
I prefer not to use l'Hopital's rule, only when necessary. If possible, solving with the help of these limits:
$\displaystyle{\lim_{x \to 0^+}}{\frac{\log(x + 1)}{x}} = 1$, $\displaystyle{\lim_{x \to 0^+}}{\frac{e^x - 1}{x}} = 1$, $\displaystyle{\lim_{x \to 0^+}}{\frac{1 - \cos(x)}{x^2}} = \frac{1}{2}$.
Also when I tried solving it using only l'Hopital, it seemed to be very laborious, and also not sure if sufficient to solve it.
Also I prefer not using Taylor theorem and little/big o notation if possible at all.
Here's my (unsuccessful) attempt:
$$\displaystyle{\lim_{x \to 0+}}{\frac{e^x + \frac{2\log(\cos(x))}{x^2}}{\sqrt{x}}} = \displaystyle{\lim_{x \to 0^+}}{\frac{e^xx^2 + e^x2x + 2\log{\cos{x}}}{x^2\sqrt{x}}} = \frac{1}{5}\displaystyle{\lim_{x \to 0^+}}{\frac{e^x(x^2 + 2x) - 2tg{x}}{x\sqrt{x}}} = ...$$
Problem is, each time I use l'Hopital, it doesn't seem to simplify limit in any way.
Thanks.