So I have a question that says...
Find numbers $a,b,c,d,e$ and $f$ so that the five points $( 0,2 ),( -3 ,0 ),( 1, 5 ),( 1,1 ),( -1 ,1 )$ all lie on the conic $ax^2 + bxy + cy^2+dx+ey+f=0$ . Show, moreover, that $a,b,c,d,e$ and $f$ are uniquely determined up to a common factor.
I'm really confused as to how I would start this problem. I feel like I should be using matrix's at some point, but I need some equations with the points to start? Could some show/explain how I would get started going about this problem?
Let $F(x,y)=ax^2+bxy+cy^2+dx+ey+f$
we can solve the this system of linear equation:
$F(0,2)=F(-3,0)=F(1,5)=F(1,1)=F(-1,1)=0$ and get $$ \begin{bmatrix} a \\ b \\ c \\ d \\ e \\ f \\ \end{bmatrix} =\begin{bmatrix} (-7/6)f \\ (19/6)f \\ (-2/3)f \\ (-19/6)f \\ (5/6)f \\ f \\ \end{bmatrix}$$ where $f$ can not be $0$