How do I find the limit of
$$\lim_{x \to 0} \frac{x-\ln(x+1)}{x(\sin(2x))}$$
I know it is equal to $\frac{1}{4}$, but how did we get that? Without using L'Hopital's rule.
I tried canceling $x$ with $\sin(2x)$ and $\ln(x+1)$, but still got the wrong result...
$$\lim_{x \to 0} \frac{x-\ln(x+1)}{x(\sin(2x))} = \frac{0 }{ 0 },$$ you would make L'Hôpital's rule twice to have finally: $$\lim_{x \to 0} \frac{1/(x+1)}{ -4x \sin (2x) + 4 \cos (2x)} = 1/4.$$ Hope my answer helps you!