I'm required to comment on the maximum and minimum values of the function :
$f(x,y)=2x^2+2xy+y^2-2x+2y+2$
My question is, if both $x$ and $y$ are variables, how can I use standard methods to find the range on this function? Is there a trick here?
Also, how can we use differentiation in it(if we can)?
HINT: it is$$2x^2+2xy+y^2-2x+2y+2\geq -3$$ and the equal sign holds for $x=2,y=-3$ let $$f(x,y)=2x^2+2xy+y^2-2x+2y+2$$ and compute the partial derivatives and solve the System $$4x+2y-2=0$$ and $$2x+2y+2=0$$