I have the sequence of functions $$ f_n(x) = \frac{x}{x^2+ \frac{1}{n}} \quad x \in [0, \infty)$$ and I need to show that the sequence converges pointwise as well as uniformly, however only on the intervall $[\alpha, \infty) $ where $\alpha > 0 $.
I started out finding the limit function of $f_n(x)$ in the following manner:
$$ \lim_{n \to \infty} f_n(x) = \lim_{n \to \infty} \frac{x}{x^2+ \frac{1}{n}} \xrightarrow{n \to \infty} \frac{x}{x^2} = \frac{1}{x} $$ which leads me to my first question: Is this enough to show that $f_n(x)$ converges pointwise to $\frac{1}{x}$ ?
I have at first gone on with the idea that I can actually do that, which leads then to my formula for uniform convergence:
$$ |f_n(x) - f(x)| = \left|\frac{x}{x^2 + \frac{1}{n}} - \frac{1}{x}\right| = \left| \frac{-1}{nx^3 + x}\right| \leq \frac{1}{nx^3}$$
My second question is of course if this is at all allowed. If it is, is it then enough to show that as long as $x > 0$ this function is defined and therefore this function is uniformly convergent?
You proved correctly that $\lim_{n\to\infty}f_n(x)=\frac1x$ if $x>0$. You should add to this that $\lim_{n\to\infty}f_n(0)=0$. Therefore, your sequence converges pointwise to the function $f\colon[0,+\infty)\longrightarrow\mathbb R$ defined by$$f(x)=\begin{cases}\frac1x&\text{ if }x>0\\0&\text{ if }x=0.\end{cases}$$So, the convergence cannot be uniform, since the uniform limit of a sequence of continuous functions is always continuous.
In order to prove that it converges uniformly on $[\alpha,+\infty)$, you can note that$$\left|\frac x{x^2+\frac1n}-\frac1x\right|=\frac1n\left|\frac1{x^3+\frac xn}\right|=\frac1{nx^3+x}\leqslant\frac1{n\alpha^3+\alpha}\to0.$$