Plane $x+y+z=12$ intersects the paraboloid $z=x^2+y^2$ find the highest and the lowest point of this cross-section.
What should i do here? I need help solely when it comes to transforming this question into 'find max, min of the function on a given set'.
you must solve the system $$2x+\lambda(1+2x)=0$$ $$2y+\lambda(1+2y)=0$$ $$x+y+x^2+y^2=12$$ easy you will get $$x=y=-3,\lambda=-\frac{6}{5}$$ or $$x=y=2,\lambda=-\frac{4}{5}$$