Let $f_n(x)=(1+x^n)^\frac{1}{n}$ on $[0, \infty)$.
I want to check if this is uniformly convergent.
It's pointwise limit is $$f(x)=\begin{cases} x \text{ if } |x|\geq1\\ 1 \text{ if } |x|<1\\ \end{cases}$$
My first attempt was to use the Weierstrass M-test to check if its uniformly convergent. I have to do this for two cases $x<1$ and $x \geq 1$. Setting the derivative equal to zero:
$(x^n+1)^{\frac{1}{n}-1}x^{n-1}-1=0$
$(x^n+1)^{\frac{1}{n}-1}x^{n-1}=1$
At this point I get stuck. I tried using SageMath to no avail. I'm wondering if I am approaching this problem correctly.