Given a symmetric matrix with spectral decomposition where , which of the following optimization problems has solution ?
- Maximize subject to and . (correct answer)
- Minimize subject to and .
- Maximize subject to and .
- Minimize subject to and .
Explanation: By the Spectral Theorem and variational characterization of eigenvalues, maximizing x^T H x subject to ||x|| = 1 gives x = u₁ (largest eigenvalue). When we add the constraint x ⊥ u₁, we maximize over the orthogonal complement, and the maximum is achieved at u₂ (second-largest eigenvalue). Choice B seeks a minimum with wrong constraint. Choice C involves H^(-1), which has eigenvalues 1/λᵢ in reverse order. Choice D over-constrains the problem to a one-dimensional space.