$$ f_n(x) = \begin{cases} -n^3x+2n^2, & \text{if }0<x<1/(2n) \\ n/(n+1), & \text{if }1/(2n)≤x<1 \end{cases} $$ $ n\in \mathbb{N}$
How can I prove that $f_n$ is pointwise convergent/uniform convergent? What I have tried so far: I think the limiting function $f(x)$ is: $$ f(x) = \begin{cases} +\infty, & \text{if }0<x<0 \text{ (???)}\\ 1, & \text{if }1/(2n)≤x<1 \end{cases} $$ But I'm not sure about that and as $n/(n+1)$ converges to 1 for n to $\infty$ I thought that $f_n$ is pointwise convergent, because $f(1)=1$ as well.
It's not that simple. You can't write $0<x<0$ or even $=+\infty$, it's not a number !
In fact, the thing that disturbs you ( and that you noticed ) is that $$ \frac{1}{2n} \underset{n \rightarrow +\infty}{\rightarrow }0 $$ Hence for all $x>0$ it exists $N$ so that if $\ n > N$ then $\displaystyle \frac{1}{2n}<x$. And then, still for $n>N$ $$ f_{n}\left(x\right)=\frac{n}{n+1} $$ Then if you consider the subsequence $\displaystyle \left(f_n\right)_{n \geq N}$, it converges to the function $\displaystyle x \mapsto 1$.
What can you conclude ?