I will be really grateful if someone can give me som advice. I have the following problem:
Given the program:
\begin{align*} & \mathrm{opt.}:\quad &&(x_{1} - 4)^2 + (x_{2} -3)^2\\ & \mathrm{subject \ to}: &&x^2_{1} +x^2_{2} \leq 25\\ & &&x_{1} + x_{2} \leq 5,\\ & &&x_{1} + x_{2} \geq -5, \end{align*}
a) Find all the possible maximuns and minimus with the help of the Kuhn-Tucker conditions.\ b) Classify the points found in the previous item.
I am not sure how to tackle this problem. Should I define the minimization problem and then the maximization problem and solve them separately?
My other question is, once I define the minimization (or maximization) problem, Should I find the solutions for the eight different cases that are possible?
Thank you again for your advice.