Find the bound of the following sequences:
$$a)\ \frac{n^2}{n^2+1}$$ $$b)\ \frac{n^3}{n+1}$$
My attempt:
$a)$$$0<\frac{n^2}{n^2+1}<1, \forall n\in \Bbb N $$ $$\frac{n^2}{n^2+1}>0 \Leftrightarrow (n^2>0) \land (n^2+1)>0$$ which is true $\forall n\in \Bbb N$.
$$\frac{n^2}{n^2+1}<1 \Leftrightarrow \frac{n^2}{n^2+1}-1<0 \Leftrightarrow \frac{-1}{n^2+1}<0 \Leftrightarrow n^2>-1$$
which is also true $\forall n\in\Bbb N$.
Is this correct?
Similarly I managed to show that in $b)\ \frac{n^3}{n+1}>0, \forall n\in\Bbb N$ but I don't know what to do about the upper bound. I assume it doesn't exist, but how do I prove it?