My attempt at the proof goes as follows:
Suppose $(b_{n})$ is bounded. Then there exists $M>0 \in R$ such that for each $n \in N$ we are guaranteed that $|b_{n}|
$|\frac{n^2}{n+1}|=|\frac{(\lfloor M\rfloor+1)^2}{\lfloor M\rfloor +2}| But since $M>0$ by hypothesis, it follows that $|\frac{(\lfloor M\rfloor+1)^2}{\lfloor M\rfloor +2}|=\frac{(\lfloor M\rfloor+1)^2}{\lfloor M\rfloor +2} $(\lfloor M\rfloor+1)^2 $\lfloor M\rfloor^{2}+2\lfloor M\rfloor+1 But $\lfloor M\rfloor + 1 > M$ and so the former is a contradiction. Hence, $(b_{n})$ is bounded. QED. This is really the only argument that I could come up with, but I've never used the floor function prior to this. I believe I understand it, and I don't think I am committing any crime by using it. Let me know your thoughts, and please correct any mistakes I've made in this proof.