Using Lagrange multipliers without a given constraint

conic sectionslagrange multipliermultivariable-calculusoptimization

This question is confusing me.

I've solved the problem without the use of Lagrange multipliers, but am unsure on how to solve this problem using lagrange multipliers like was intended?

Is there some way to form my own constraint? I wanted to use distance as a formula and have the ellipse formula act as the constraint, but was unsure on how to go about it?

Does anyone have any insight on how to do this problem? I've scoured the internet for tips, but was unsuccessful.

Best Answer

You can formulate problem (a) as

\begin{align} \operatorname{maximize} & \quad x \\ \text{subject to} & \quad 4x^2 + 7xy + 8y^2 = 60. \end{align} The optimization variables are $x, y \in \mathbb R$.

You can formulate problem (b) as \begin{align} \operatorname{minimize} & \quad y \\ \text{subject to} & \quad 4x^2 + 7xy + 8y^2 = 60. \end{align} The optimization variables are again $x, y \in \mathbb R$.