A friend of mine gave me this already solved limit and I'm trying to understand all the steps that he did to solve it, here's the limit:
\begin{align} \lim_{x \rightarrow +∞} \frac{\sin (1/x) - (1/x)}{\log(1+(1/\sqrt{x}))-\sqrt{1/x}} &=\lim_{x \rightarrow +∞} \frac{(1/x) - (1/(6x^3))-(1/x)}{(1/x)-(1/(2x))-(1/x)} \\ &= \lim_{x \rightarrow +∞} \frac{2x}{(6x^3)}= 0 \end{align}
The part that I don't understand is why the limit is equal to:
\begin{equation*} \frac{(1/x) - (1/(6x^3))-(1/x)}{(1/x)-(1/(2x))-(1/x)} \end{equation*}
The only thing I found out so far is that:
\begin{equation*} \sin (x) - x ∼ x^3/6 \end{equation*}
So: \begin{equation*} \sin (1/x) - (1/x)∼ 1/(6x^3) \end{equation*}
For the rest, I have no idea .
It isn't exactly correct.
$$\sin(x)=x-x^3/3!+x^5/5!-\cdots$$ This can be obtained from Taylor's expansion.
For $\log(1+x),$ $$\log(1+x)=\int\frac{1}{1+x}dx$$ $$=\int (1-x+x^2-x^3+\cdots)dx$$ $$\log(1+x)=x-x^2/2+\cdots$$ So, your limit, \begin{equation*} \lim_{x \rightarrow +∞} \frac{\sin (1/x) - (1/x)}{\log(1+(1/\sqrt{x}))-(1/\sqrt x)}= \end{equation*}
\begin{equation*} \lim_{x \rightarrow +∞} \frac{(1/x) -(1/6x^3)\cdots - (1/x)}{(1/\sqrt x)-(1/2x)\cdots-(1/\sqrt x)}= \end{equation*} Since the limit is to infinity, only the coeff. of highest powers (of -3 and -1 in this case) matter. \begin{equation*} \lim_{x \rightarrow +∞} \frac{2x}{6x^3}= 0 \end{equation*} Your solution has a lot of typos