Find the extreme values of the function: $z=f(x,y)=x^2+(y-18)^2+90$
subjected to following constraint
$x^2+y^2\leq196$
How to solve this? I used Lagrangian function but how to set up constraint qualification? Do we have to assume that $x,y\geq0$
Which would be the best method to solve this?
Basically $z$ is equal to the square of the distance of (0,18) from any point inside the circle plus 90.
Hence while minimising this distance we would take the point (0,14) and while maximising it we would take the point (0,-14).
$z_{min}=4^2+90=106 \qquad z_{max}=32^2+90=1114$