How do you find the minimum value of the quadratic form $x^TMx$ and the corresponding $x$, where $M$ is a symmetric matrix? I have $x^TMx = x^T(I − 2(vv^T)/\|v\|^2)x$, and I don't know how to continue.
Let $v\in R^{n}$ be a nonzero vector, and $I\in R^{n\times n}$ be an identity matrix. $M = I - 2\frac{vv^{T}}{\lVert v\rVert^{2}}$ is symmetric and satisfies $M^{-1} = M$.
Given $x\in R^{n}$ and $\lVert x\rVert =1$ and the M in the above question, find the minimum value of the quadratic form $x^{T}Mx$ and the corresponding $x$.
$M$ is symmetric. Therefore the minimum of $x^TMx$ with $\|x\|=1$ is the minimum eigenvalue of $M$, which is equal to $-1$ because $M$ is a reflection.
Alternatively, let $u=v/\|v\|$. Then $x^TMx=1-2(x^Tu)^2$. You may use Cauchy-Schwarz inequality to prove that $x^TMx\ge-1$. Now if you can find a unit vector $x$ such that $x^TMx=-1$, you may conclude that the minimum possible value of $x^TMx$ is $-1$.