I would like to solve the optimization problem $$\underset{d \in \mathbb{R}^n}{min} \ g^Td$$ subject to $$d^THd = 1$$ where H $\in \mathbb{R}^{n \times n}$ is positive definite and symmetric $\textbf{without}$ using Lagrange multipliers.
Does someone know of a way to obtain the solution without relying on Lagrange Multipliers? It would be sufficient to show that $d^* := -\frac{H^{-1}g}{||H^{-1}g||_H}$ where $|| \cdot ||_H = \sqrt{d^THd}$ is the optimal solution (i.e. $g^Td^* \leq g^Td \ \ \ \forall \ d \in \mathbb{R}^n$)