0

I have started with $$x^2-2xy+y^2+y=0$$

Using eigenvectors and eigenvectors and completing the square I came to

$$(y'-\frac{1}{\sqrt{32}})^2+\frac{1}{\sqrt{8}}x'=\frac{1}{\sqrt{32}}$$

How can I conclude which conic section it is?

gbox
  • 12,867

1 Answers1

0

This answer expands on @labbhattacharjee's comment.

According to this Math SE post, you can use the equation to find the $A,B,C$ in the general form $Ax^2+Bxy+Cy^2+Dx+Ey+F$, then find the discriminant $B^2 - 4AC$.

In this case, we have $(-2)^2 - 4(1)(1)$ which equals $0$. Since $B^2 - 4AC = 0$, the equation represents a parabola. You can use this method quite easily with other equations as well.

Toby Mak
  • 16,827