As the title states, I need to find the limit for $x\left(x + 1 - \frac{1}{\sin(\frac{1}{1+x})}\right)$ as $x \rightarrow \infty$, as part of a larger proof I am working on.
I believe the answer is 0. I think that to start, I can show that $\frac{1}{\sin(\frac{1}{1+x})} \rightarrow x + 1$ for large x. By looking at the series expansion for Sin, it's clear that Sin approximates to $\frac{1}{1+x}$ for large x, as the higher-power entries in the series $\frac{1}{1+x}^3 + \frac{1}{1+x}^5 + ...$ would disappear faster, but would it be sufficient to state this? Is there not a more rigorous way of showing this to be true?
If my approach is entirely wrong, or there is a more elegant way of reaching the answer, please share.
Let $y=\dfrac{1}{x+1}$ then $y\to0$ in \begin{align} \lim_{xto\infty}x(x + 1 - \frac{1}{\sin(\frac{1}{1+x})}) &= \lim_{y\to0}\dfrac{(1-y)}{y}\left(\dfrac{1}{y}-\dfrac{1}{\sin y}\right)\\ &= \lim_{y\to0}\dfrac{(1-y)(\sin y-y)}{y^2\sin y}\\ &= \lim_{y\to0}\dfrac{(1-y)\left(y-\dfrac16y^3+O(y^5)-y\right)}{y^3}\\ &= \color{blue}{-\dfrac16} \end{align}