The limit to find is $$\lim_{x\to 0} \frac{x^3-\ln^3(1+x)}{\sin^2x-x^2}$$
What I've tried was using the factorisation for $a^3-b^3$ and $a^2-b^2$ like so:
$$\lim_{x\to 0}\frac{(x-\ln(1+x))(x^2+x\ln(x+1)+\ln^2(x+1))}{(\sin x-x)(\sin x+x)}$$
but I don't know how to make a product of this so I get something meaningful (like a standard limit or something). Lastly I've tried l'Hospital's rule and it works in the end, but after the second time the numerator and denominator are pretty long. Is there maybe a shorter solution to this?