Given that $y=\arctan(x^2)$ find $\ \dfrac{d^2y}{dx^2}$.
I got
$$\frac{dy}{dx}=\frac{2x}{1+x^4}.$$
Using low d high minus high d low over low squared, I got
$$\frac{d^2y}{dx^2}=\frac{(1+x)^4 \cdot 2 - 2x \cdot 4(1+x)^3}{(1+x^4)^2}.$$
I tried to simplify this but didn't get the answer which is
$$\frac{d^2y}{dx^2}=\frac{2(1-3x^4)}{(1+x^4)^2}.$$
Where am I going wrong?