$$f(x,y)= x^2 + y^2$$ and $$g(x,y)=x+y-10$$ How can I find the minimum point? I solved it and found that $x=y=5$ I plugged what i found and i got $f(5,5)=50$.
How can I know if this is the minimum or the maximum.
$$f(x,y)= x^2 + y^2$$ and $$g(x,y)=x+y-10$$ How can I find the minimum point? I solved it and found that $x=y=5$ I plugged what i found and i got $f(5,5)=50$.
How can I know if this is the minimum or the maximum.
Using directly the constraint $g(x,y)=0$, we have that
$$h(x)=f(x,10-x)= x^2 + (10-x)^2=2x^2-20x+100$$
with
and
which means we are dealing with a minimum.