PRMO 2012 question 19
Below is exactly the chain-of-thought I would go through if this dropped onto my scratch paper in a contest or an exam. I’m writing it slowly so you can see the cues that tell me *what* to complete the square in and *why* those particular shifts appear. --- 1. Look for a **single-variable** square you can force The moment you see a quadratic in two variables, $$ x^{2}+4y^{2}-2xy-2x-4y-8=0, $$ pick one variable (almost always the one with coefficient 1 in its squared term, because that makes the algebra cleaner). Here $x^{2}$ already has coefficient 1, so treat **$y$ as a constant** for a moment and complete the square in **$x$** exactly the way you would in one-variable algebra. Write the $x$-part together: $$ x^{2} \;-\; 2xy \;-\; 2x. $$ It’s a quadratic in $x$ whose linear coefficient is $-2(y+1)$. So $$ x^{2}-2(y+1)x \;=\; \bigl(x-(y+1)\bigr)^{2} \;-\;(y+1)^{2}. $$ > **Why $y+1$?** > Because the standard completing-the-square move says: $x^{2} - 2px = (...