The problem statement : For $x, y \in \mathbb{R}$, the least value of the expression $x^2 + 2xy + 3y^2 - 6x + 6y$ is -
I want to solve this using differential calculus.
This is what I have tried so far :
I am trying to differentiate it in terms of $x$, but it turns out that I am not able to implicitly differentiate it.
It would be great if someone could explain to me the solution to this problem.
Take $F(x,y)=x^2+2xy+3y^2-6x+6y.$ Their derivatives are $$F_x=2x+2y-6,\,F_y=2x+6y+6,$$ which is zero only if $x=6$ and $y=-3$. Their second order derivatives are $$F_{xx}=2,\,F_{yy}=6,\,F_{xy}=F_{yx}=2,$$ so the Hessian is \begin{pmatrix} 2&&2\\2&&6\end{pmatrix} which is positive definite, so the point is a global minimum with value $-27$.