So I got a task to determine the conic section of the following:
$$x^2-4xy+4y^2-6x-8y+5=0$$
I started using matrices and got to the equation :
$$5x`^2 + \frac {10x`}{\sqrt5}-\frac {20y`}{\sqrt5}+5=0$$
I completed the square and got to the equation :
$$\frac {\sqrt5(x`+\frac {1}{\sqrt5})^2}{4} + \frac {1}{\sqrt5}=y`$$
So I can see it's most likely a parabola.
But I'm confused - How can I surely know ? How can I find the "center" (tasked asked for center but probably meant vertex).
I know that somehow I need to find $x`$ and $y`$ and then multiply it by my orthogonal $P$ matrix and this will be the center.
For large $x$ and $y$, the equation becomes
$$x^2-4xy+4y^2=(x-2y)^2=0$$
indicating a parabola, with the symmetry line $y=\frac12x$. Let the tangential line to the vertex be $y=-2x+b$ and substitute it into the conic $x^2-4xy+4y^2-6x-8y+5=0$ to get $$25x^2+10(1-2b)x+4b^2-8b+5=0$$ Its discriminant has to be zero, yielding $b=1$, and the equation reduces to
$$25x^2-10x+1=(5x-1)^2=0$$
Then, solve for the vertex $(\frac15,\frac35)$.