How to calculate the maximum of $$\max_{-1\le x\le 1}\Big\vert\frac{1-(-x^2)^{n+1}}{1+x^2}\Big\vert $$?
I think one solution is first to find the first derivative and then to find the critic points and then to calculate the second derivative respect to x and then evaluate the critic points in the second derivative and finally to check if it's positive or negative.
Since the first derivative it's already too complicated expression so the 2nd derivative will be worst.
Is there an easier way to proceed?
Change first $t=x^2$ to simplify $$ \max_{t\in[0,1]}\Big|\dfrac{1-(-1)^{n+1}t^{n+1}}{1+t}\Big|. $$ Then you have two cases:
Hint to continue: differentiate $$ \dfrac{1+t^{n+1}}{1+t} $$ and study what happens with the sign when $t$ increases from $0$ to $1$, conclude intervals of monotonicity and draw conclusion.