Given $$x^2 - 4xy + 5(\sqrt5y) + 4y^2 + 1 = 0$$ rotate the axes to eliminate the $xy$-term in the equation, then write the equation is standard form.
2026-04-03 13:30:47.1775223047
Axes Rotation Problem
161 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose your new coordinates are $$ \begin{bmatrix} X\\ Y \end{bmatrix}=\begin{bmatrix} \cos\phi&\sin\phi\\ -\sin\phi&\cos\phi \end{bmatrix}\begin{bmatrix} x\\ y \end{bmatrix} $$ Let $c=\cos\phi,s=\sin\phi$. Your new equation is $$ (Xc-Ys)^2-4(Xc-Ys)(Xs+Yc)+5\sqrt5(Xs+Yc)+4(Xs+Yc)^2+1=0\\ $$ As there's no $XY$ term we have $$ 6sc=4(c^2-s^2)\implies \tan2\phi={4\over3}\implies \phi={1\over2}\arctan({4\over3})\\ \implies c={2\over\sqrt5},s={1\over\sqrt5} $$ The new equation becomes $$ Y^2+X+2Y+0.2=0 $$ So you have to rotate your axes by $\phi$ radian counter-clockwise.