I want to show that the expression : $$ y^2 + z^2 + yz - 5y - 5z = -8$$ is bounded. I was thinking about writing the expression in the form of squares, just like here:
$$ 1= x^2 + y^2 + xy - 3x - 3y = [x-1 + \frac 1 2 (y-1) ]^2 + \frac 3 4 (y-1)^2 $$
do you have any idea how to do this ? If you have any other method, I'm also taking it.
You can start by putting the $yz$ term inside a square and write $$y^2 + z^2 + yz - 5y - 5z = {(y + z)^2 \over 2} + {y^2 \over 2} + {z^2 \over 2} - 5y - 5z$$ Next, put the $5y$ and $5z$ terms inside squares: $${(y + z)^2 \over 2} + {y^2 \over 2} + {z^2 \over 2} - 5y - 5z = {(y + z)^2 \over 2} + {(y - 5)^2 \over 2} + {(z-5)^2 \over 2} - 25$$ So your points are the $(y,z)$ for which $${(y + z)^2 \over 2} + {(y - 5)^2 \over 2} + {(z-5)^2 \over 2} = 17$$ So in particular, ${(y - 5)^2 \over 2}$ and ${(z-5)^2 \over 2}$ are both at most $17$. So $|y- 5|, |z - 5| \leq \sqrt{34}$ and your set is bounded.