My friend passed me a limit that (in his opinion) is resovable using only derivatives or similar method. Here is the limit: $$\lim_{x\to0} \frac{\ln(1+x+x^2) - (e^x-1)}{x\sin(x)}$$ I tried to solve it using basic limits (the limit form clearly shows parts of notable limits) but my solution is $1$ that is wrong. Can someone solve it avoiding derivative methods or similar methods? Or my friend is right? Sorry for my english and thank you in advance (if what I've written is not enough please advice me)
I'm supposed to solve it knowing only basic limits and algebric manipulation nothing more. Just as someone that started to do limits in his first steps
I don't think you can prove it without knowing that $$\ln(1+x)=x+x^2/2+o(x^2), e^x=1+x+x^2/2+o(x^2)\text{ and }\sin x=x+o(x),$$ This is well known and you actually know special cases of this, such as \begin{align*}&\lim_{x\to0}\frac{\ln(1+x)}x=1\iff \lim_{x\to0}\frac{\ln(1+x)-x}x=0\iff \ln(1+x)=x+o(x)\\&\lim_{x\to0}\frac{e^x-1}x=1\iff \lim_{x\to0}\frac{e^x-1-x}x=0\iff e^x=1+x+o(x)\end{align*} If you know what I wrote at the beginning, you can easily compute the limit: \begin{align*}&\lim_{x\to0}\frac{\ln(1+x+x^2)-(e^x-1)}{x\sin x}=\\&\lim_{x\to0}\frac{(x+x^2)-(x+x^2)^2/2+o(x^2)-(1+x+x^2/2+o(x^2)-1)}{x(x+o(x))}=\\&\lim_{x\to0}\frac{x+x^2-x^2/2+o(x^2)-x-x^2/2+o(x^2)}{x^2+o(x^2)}=\lim_{x\to0}\frac{o(1)}{1+o(1)}=0\end{align*}