To show that the sequence of function $f_n$ defined on $[-1,1]$ by $f_n(x) = |x|^{1+\frac1n}, \ x \in [-1,1]$ converges uniformly to a function $f(x) = |x|, \ x \in [-1,1]$ and the sequence of function $f_n^{'}$ converges pointwise ( but not uniformly) on $[-1,1]$ to a function $g(x) = sgn x , x\in [-1,1]$.
$\lim_{n\to \infty} |x|^{1+\frac1n} = |x|$. Thus $f_n$ converges to a function $f(x) = |x|, \ x \in [-1,1]$. And also we see that $f_n^{'}(x) = (1+\frac1n)x^{\frac1n} , x> 0\ ; = -(1+\frac1n)(-x)^{\frac1n}, x<0\ ; = 0, x = 0$.
What would you suggest me to do here? Thanks.
HINT: PART 1:
You may use Dini's Theorem to show that $f_n$ converges uniformly to $f$.
PART 2:
For the second, let's look at
$$\begin{align} \left|f_n'(x)-f'(x)\right|&=\left|\left(1+\frac{1}{n}\right)|x|^{1/n}\text{sgn}(x)-\text{sgn}(x)\right|\\\\ &=|\text{sgn}(x)|\left|\left(1+\frac{1}{n}\right)|x|^{1/n}-1\right|\\\\ \end{align}$$
Now, let's choose $x=\frac{1}{2^{n}}$. Then, we have
$$\begin{align} \left|f_n'(x)-f'(x)\right|&=|\text{sgn}(x)|\left|\left(1+\frac{1}{n}\right)|x|^{1/n}-1\right|\\\\ &=\left|\frac12 \left(1+\frac{1}{n}\right)-1\right|\\\\ &\ge \frac14 \end{align}$$
for $n\ge2$. Thus, there exists an $\epsilon>0$ (here we may take $\epsilon =1/4$), such that for any $N$ there exists $n>N$ and a point $x$ (here we take $x=1/2^n$), we have
$$\begin{align} \left|f_n'(x)-f'(x)\right|\ge \epsilon \end{align}$$
This is the negation of uniform convergence.