Find the real affine change of coordinates that maps the parabola in the $xy$-plane to the parabola in the $uv$-plane
$$4x^2 + 4xy + y^2 - y + 1 = 0$$ $$4u^2 + v = 0$$
My attempt: Since there is an $xy$ term, we know that there is a rotation. Thus suppose there is a $x'y'$ coordinate system before the rotation. We know that $x = x' \cos \theta - y' \sin \theta$ and $y = x' \cos \theta - y' \sin \theta$. If we make this substitution and rewrite the expression as $A'x'^2 + B; x'y'+ C'y'^2 + D'x' + E'y' + F'$, we want $x'y' = 0$. If we solve, we find that $\tan(2 \theta) = \frac{B}{A- C}$. In this case $\tan(2 \theta) = \frac{4}{3}$. Now when we solve this equation, we have $|\sin \theta| = \frac{1}{\sqrt{5}}$ and $|\cos \theta| = \frac{2}{\sqrt{5}}$.
In order to finish this solution, I need help with the following questions
- How do I determine sign for the angles? Is there a way to do this other than graphing?
- Once I substitute the angles and find an equation in terms of $x'$ and $y'$ which yields a parabola that is not rotated, I can see how to write $x'$ and $y'$ in terms of $u$ and $v$. Then how how exactly do I account for the rotation when I write $x$ and $y$ in terms of $u$ and $v$? I'm having a difficult time geometrically understanding what has to be done to the parabola coordinates.