I'm trying to read Undergraduate Algebraic Geometry by Miles Reid and I am having some difficulty understanding some of his statements. Specifically I'm trying to solve problem 1.3 which is to prove thay every conic in $\mathbb{R^2}$ can be put to one of the following forms by means of an affine transformation:
Ellipse; parabola; hyperbola; the empty set; a line ( $x=0$ ); a pair of lines ($xy=0$ ); parallel lines ( $x(x-1)=0$ ); 'double line' ( $x^2=0$)
Now, he gives a definition of an affine transformation $T$ in this space in terms of a 2x2 invertible matrix A, and a translation vector B, i.e. an affine transformation is one that has the form $T(x)=Ax+B$, where $ x \in \mathbb{R^2}$
I thought maybe I could somehow apply this to the general equation for a conic, i.e. $ax^2+bxy+cy^2+dx+ey+f$, but I'm not sure how to do that or if it even makes any sense.
Any suggestions, hints or clarifications are appreciated.
This is classic "analytic geometry". An affine transformation has the form \begin{align} x&=rx'+sy'+t\\ y&=ux'+vy'+w \end{align} where $rv-su\ne0$. So in the new coordinates, the conic becomes $$a(rx'+sy'+t)^2+b(rx'+sy'+t)(ux'+vy'+w )+c(ux'+vy'+w)^2+d(rx'+sy'+t)+e(ux'+vy'+w)+f=0$$ or $$a(rx'+sy')^2+b(rx'+sy')(ux'+vy')+c(ux'+vy)^2+ \text{linear and constant terms}=0.$$
Can you show that there are suitable $r$, $s$, $u$, $v$ such that $$a(rx'+sy')^2+b(rx'+sy')(ux'+vy')+c(ux'+vy)^2$$ is one of $x'^2+y'^2$, $x'y'$, $x'^2$ or zero? If so you can examine each case in turn. For instance $$x'^2+y'^2+\text{linear and constant terms}=0$$ will give either an ellipse (a circle even) or a point or the empty set (depending on the lower terms) etc.