Can't prove the limit $$\lim_{n \to \infty}(n+2)^{2}\sin\frac{1}{n}=\infty.$$ by definition it should start: Let $M>0$. There exists an $N>0$ for every $n>N$: $$(n+2)^{2}\sin\frac{1}{n}>M.$$
Any hints about how to minimize the value up there ?
*I think It's not true to use $\sin x>-1$
I need to prove it by definition of limit
Well we need some technique here and its a fairly standard technique. We need to understand that if $x \in (0, \pi/2)$ then $$\dfrac{\sin x}{x} > \cos x = 1 - 2\sin^{2}(x/2) > 1 - 2(x/2)^{2} = 1 - \dfrac{x^{2}}{2}$$ Putting $x = 1/n$ we get $$n\sin(1/n) > 1 - \frac{1}{2n^{2}}$$ and hence $$(n + 2)^{2}\sin(1/n) > n^{2}\sin(1/n) > n\left(1 - \frac{1}{2n^{2}}\right) = n - \frac{1}{2n} > n - 1$$ Now I hope you can continue it from here.
Update: The inequalities I have started with are fundamental and provide a key step to the proof of $\lim_{x \to 0}\dfrac{\sin x}{x} = 1$. For the proof of such identities see this blog post (search for "Proof of Standard Limits" in the post). It is interesting to see how such simple inequalities can help in establishing limits only by using definition of limit.