I am stuck with the following minimization problem
$$\min_{x \in \mathbb{R}^n} \underbrace{\|x\|_2^2}_{=: f (x)} \quad \text{subject to} \quad \underbrace{x'Qx - 1}_{=: h (x)} = 0$$
where $Q$ is a positive definite matrix.
I can prove global solution exists by coerciveness of $f$. I then try Lagrange but I get that $\lambda = -Q^{-1}$, which does not seem useful at all. Any suggestions or resources I could check?
Note: $x'$ is the transpose of $x$.
One can assume that $Q$ is symmetric, if not, then replace it with $\frac{1}{2} ( Q + Q ^T ) $.
$x$ is a point on the hyperellipsoid $x^T Q x = 1$
Since $ \lambda_\text{min}({Q}) (x^T x) \le x^T Q x \le \lambda_\text{max}({Q}) (x^T x) $, then
$ \dfrac{1}{\lambda_\text{max}({Q})} \le x^T x \le \dfrac{1}{\lambda_\text{min}({Q})} $
Thus the minimum of $x^T x $ is $\dfrac{1}{\lambda_\text{max}({Q})}$ and it occurs at the eigenvector corresponding to $\lambda_\text{max}({Q})$.