How does one prove that $n^2-\sin(n)\sqrt{n}$ converges to infinity?
I've attempted it below, but I'm not too confident.
I say for any $M>0$ take $N= \lceil (M+1)^2 \rceil+1$, then $n>(M+1)^2$ gives $n^2 > (M+1)^4$ and $\sqrt{n} > M+1$. Also, $\sin(n) \le 1$ therefore $\sin(n)\sqrt{n} \le \sqrt{n}$ hence $-\sin(n)\sqrt{n} \ge -\sqrt{n}$ hence:
$$n^2-\sin(n)\sqrt{n} \ge n^2-\sqrt{n} > M. $$
Therefore it converges for $+\infty$.
You are almost correct: if $n>M>2$ then $$n^2-\sin(n)\sqrt{n}\geq n^2-\sqrt{n}>n^2-n=n(n-1)>M.$$ You may also say that $$n^2-\sin(n)\sqrt{n}=n^2\left(1-\frac{\sin(n)}{n\sqrt{n}}\right)$$ which goes to $+\infty$ because $n^2\to +\infty$ and $\frac{\sin(n)}{n\sqrt{n}}\to 0$ because $$0\leq \frac{|\sin(n)|}{n\sqrt{n}}\leq \frac{1}{n}.$$