I have to solve the following limit:
$$\lim_{x\rightarrow 0}{\frac{\tan(x)-x}{x\cdot(e^{x^2}-e^{x^3})}}$$
I'm struggling to find a solution. I tried using L'Hôpital's rule but it's not working.
I also tried to do some change in the function, for instance splitting it in two addends, but without success.
Thank you all, I upvoted both the answers. Anyway I think the most straightforward solution to me is combining this one with the second comment.
$$\begin{align}L&=\lim_{x\rightarrow 0}{\frac{\tan(x)-x}{x^3}}\cdot\frac{x^2}{(e^{x^2}-e^{x^3})}\\ \\ &=\lim_{x\rightarrow 0}{\frac{\tan(x)-x}{x^3}}\cdot\lim_{x\rightarrow 0}{\left(\frac{e^{x^2}-e^{x^3}}{x^2}\right)^{-1}}\\ \\ &\overset{\mathrm{H}}{=}\lim_{x\rightarrow 0}{\frac{\tan(x)^2}{3x^2}}\cdot\lim_{x\rightarrow 0}{\left(\frac{e^{x^2}-1}{x^2} - \frac{e^{x^3}-1}{x^2}\right)^{-1}}\\ \\ &=\frac{1}{3}\cdot 1=\frac{1}3\end{align}$$