A line passing through the points $A(-1,-4)$ and $B(1,-3)$ cuts the circle $(x-3)^2 + (y+2)^2 = 10$
How do write the equation on the line in vector, cartesian and parametric form?
I am new at maths so I'm not sure. I wrote it as
Vector $$ x=(-1/-4) + t(1/-3) $$ Parametric \begin{eqnarray} x&=&(-1)+t(1)\\ y&=&(-4+t(-3) \end{eqnarray}
but i do not know if i am right.
also the line intersects the circle at C and D. calculate the coordinates of C and D. how do you find C and D? can anyone help me please