for each $ n \geq1, $ let $ f_{n} (x) = \dfrac{nx}{n^{2}x^{4}+1}$. Consider the function $ f $ given by, $$ \lim_{n \rightarrow \infty} f_{n}(x) = f(x) $$ a) Verify that $$ \int_{0}^{1} \left(\lim_{n \rightarrow \infty} f_{n}(x) \right) dx \neq \lim_{n \rightarrow \infty} \int_{0}^{1} f_{n} (x) dx $$ b) is $ f_{n} $ uniformly convergent to $ f $ in $ [0,1] $? Justify.
I have some ideas, but I'm not sure ... At least for the second literal. The first literal, if I take the limit of $ f_{n} (x) $ gives me zero, and well, solving the integral is interesting. Help for literal b)
If $f_{n}\rightarrow f$ uniformly, then given $\epsilon>0$, there is an $N$ such that $|f_{n}(x)-f(x)|<\epsilon$ for all $x\in[0,1]$ and $n\geq N$, then \begin{align*} \left|\int_{0}^{1}f_{n}(x)dx-\int_{0}^{1}f(x)dx\right|\leq\int_{0}^{1}|f_{n}(x)-f(x)|dx\leq\int_{0}^{1}\epsilon=\epsilon, \end{align*} this shows that \begin{align*} \int_{0}^{1}f(x)dx=\lim_{n\rightarrow\infty}\int_{0}^{1}f_{n}(x)dx, \end{align*} which contradicts the first result.