Here is the problem:
Let $A$ be an $n \times n$ symmetric matrix.
Let $S = \{ \mathbf x \in \mathbb R^n : ||\mathbf x|| = 1 \} $ denote the unit sphere.
Let $Q(\mathbf x) = \mathbf x ^TA\mathbf x $ denote the quadratic form associated to $A$.
Show that if $\mathbf x_0 \in S$ is a point where $Q$ achieves its global minimum on $S$, then $\mathbf x_0$ is an eigenvector for $A$. What is the corresponding eigenvalue?
I do not even know where to begin with this problem. This is apparently a Spectral Theorem problem, but I don't see it. Any help would be appreciated. Thanks.
If $A$ is symmetric, than the answer follows from spectral theorem indeed. First notice, if $A$ is symmetric we diagonalize the matrix with respect to an orthonormal basis and therefore: $\min\limits_{||x||=1} x^TAx = \min\limits_{||x||=1} x^TQ^T\Lambda Qx = \min\limits_{||z||=1} z\Lambda z$, where $\Lambda := \text{diag}(\lambda_1,\lambda_2, ... ,\lambda_n)$. We used the fact that $Q$ are isometries (unitary matrices), hence $z = Qx$ implies $||z|| = ||Qx||$. Now $\min\limits_{||z||=1} z\Lambda z = \min\limits_{\sum_i z^2_i=1} \sum\limits^n_{i=1} \lambda_i z^2_i = \min\limits_{j} \lambda_j=\lambda_{min}$. With $j^*$ being the corresponding index, the minimizing $z$ has the entries $z_{j^*} = 1$ and else $z_{j\neq j^*} = 0$. Using $z = Qx$ to find the corresponding minimizer $x$, we find that $x^*$ is the eigenvector of unit length to that corresponding minimum eigenvalue $\lambda_{min} = \lambda_{j^*}$.
Notice that with the same argument we can see that $\max\limits_{||x||=1} x^TAx =\lambda_{max} $, with the maximizing $x$ being the eigenvector to that maximum eigenvalue.
The required result would not hold, if $A$ is not symmetric. Instead another result would hold: Noticing, that $A$ can be decomposed into a symmetric and skew-symmetric matrix, $A = A_{sym} + A_{skew} = \frac{1}{2}(A^T+A) + \frac{1}{2}(A^T-A^T)$ and that $x^TAx = x^TA_{sym}x$, we can see that $\min\limits_{||x||=1} x^TAx$ or $\max\limits_{||x||=1} x^TAx$ would be the $\lambda_{min}$ and $\lambda_{max}$ of the matrix $A_{sym}$ with minimizer and maximizer being the corresponding eigenvectors of $A_{sym}$. Those eigenvectors and eigenvalues do NOT relate back to $A$ without any further assumption.