I have a problem with this limit, I don't know what method to use. I have no idea how to compute it. Is it possible to compute this limit with the McLaurin expansion? Can you explain the method and the steps used? Thanks. (I prefer to avoid to use L'Hospital's rule.)
$$\lim _{x\to 0}\frac{x\bigl(\sqrt{3e^x+e^{3x^2}}-2\bigr)}{4-(\cos x+1)^2}$$
Hint do you know about Maclaurin series?
You can write $$\lim _{x\to 0}\left(\frac{x\left(\sqrt{3e^x+e^{3x^2}}-2\right)}{4-\left(\cos x+1\right)^2}\right) = \lim _{x\to 0}\left(\frac{x\left(\sqrt{3 \cdot (1 + x + \frac{x^2}{2} + O(x^2)) +(1 + 3x^2 + O(3x^2))}-2\right)}{4-\left((1 - \frac{x^2}{2} + O(x^2))+1\right)^2}\right) = \lim _{x\to 0} \frac{\frac34 x^2 + \frac{63}{64} x^3 + O(x^3)}{2x^2-\frac{5}{12}x^4 + O(x^6)} = \lim _{x\to 0} \frac{\frac34 x^2 + O(x^2)}{2x^2 + O(x^2)} = \frac{\frac34}{2}\\ = \frac38$$