Prove that $\nabla\langle Ax,Ax\rangle = 2A^TAx$.
My book uses this property to prove the $2-norm$ of a matrix $A$ is the square root of the spectral radius of $A^TA$. That is $$||A||_2 = \sqrt{r(A^TA)}$$ where $r(A)$ is the spectral radius. How would one go about proving this?
This isn't a homework question. I would just like to know for completeness of the proof. T
Any help and comments is appreciated. Thank you in advance.
Using the indice summation convention for repeated indices and letting $v=\nabla\langle Ax,Ax\rangle$, we have $$v_i=\partial_i(A_{jk}x_kA_{jl}x_l)=A_{jk}\delta_{ik}A_{jl}x_l+A_{jk}x_kA_{jl}\delta_{il}= A_{ji}A_{jl}x_l+A_{jk}x_kA_{ji}=2A_{ij}^TA_{jk}x_k=(2A^TAx)_i,$$ so $\nabla\langle Ax,Ax\rangle=2A^TAx$.