$f_n:\mathbb{R} \rightarrow \mathbb{R}$
A bit stuck on this revision question. I first determine the pointwise limit easy enough:
$$\lim_{n\rightarrow \infty} \frac{nx^3}{1+nx^2} = x$$
To show that the sequence $(f_n)$ converges uniformly on $\mathbb{R}$, I need to show that $||f_n-f||_{\infty} \rightarrow 0 $, so I need to find a comparable function $g_n$ (independent of $x$) > $\frac{nx^3}{1+nx^2}$, that I can use to get rid of the $x$.
$$\bigg|\bigg|\frac{nx^3}{1+nx^2} - x\bigg|\bigg|$$
I understand this conceptually, but how do I go about deciding what $g_n$ to try?
Any help would be greatly appreciated.