Does $(f_n)$ converge pointwise/uniformly on $I$ if $$f_n(x) = \frac{x^n}{1+x^n} ~~~~~~ I=[0,1]$$
My attempt:
If $x \in [0,1): \displaystyle \lim_{n \to \infty}f_n(x) = 0$
If $x=1: \displaystyle \lim_{n \to \infty}f_n(x) = \frac{1}{2}$
Hence $(f_n)$ converges pointwise to $$f(x) = \begin{cases}0 & \text{if } 0\leq x < 1 \\ \frac{1}{2} & \text{if } x=1\end{cases}$$ on $I=[0,1]$.
Now, for each $n \in \mathbb{N}$ $$\big|~f_n(x) - f(x)~\big| = \displaystyle \begin{cases}\displaystyle\frac{x^n}{1+x^n} & \text{if }~ 0 \leq x <1\\ 0 &\text{if } x=1\end{cases}$$
Hence $$\| f_n(x) - f(x) \| = \sup\bigg\{ \bigg|\displaystyle \frac{x^n}{1+x^n} \bigg| : x \in [0,1) \bigg\} = \frac{1}{2}$$ which does not converge to $0$.
Hence $(f_n)$ does not converge uniformly to $f$ on $I=[0,1]$.
Is this correct?
If $f_{n}$ converged uniformly on $[0,1]$, the limit function would necessarily be continuous, but as you have shown, it is not. Therefore, the sequence does not converge uniformly.