The problem goes like this:
If $f:\mathbb{R}^n\to\mathbb{R}, f(x)=\arctan||x||^4$, prove that $Df(x)(x)=\displaystyle\frac{4||x||^4}{1+||x||^8}$
Now, I've calculated each of the partial differentials (if that's the right word) and applied that $1\times n$ matrix to a vector $(x_1, ... ,x_n)$ and I get this:
$4(\displaystyle\frac{x_1^4}{1+x_1^8}+...+\frac{x_n^4}{1+x_n^8})$
Now, the similarity between those terms and the final solution is obvious but I just can't seem to get the sum to become the above.
Am I going about this the wrong way or am I just missing something?
($||\cdot||$ is the Euclidian norm)