Once again I'm facing a problem I'm not sure I can solve. I did some messing around with the system of equations and got the formula that I wanted, but I'm unsure about the assumptions I made.
If you could care to explain me if I did something wrong and if there's a better simpler or more clearer answer I would deeply appreciate it for I really don't get what they intended to say in the solution.
The question is the following: Given the system of equations: $\left\{ \begin{align} a_1 x + b_1y &= c_1\\ a_2 x + b_2y &= c_2 \end{align} \right.$ , knowing that the following determinant \begin{vmatrix} a_1 & b_1\\ a_2 & b_2 \end{vmatrix} equals zero. And that $a_1 \ne 0$ . Our system has solutions if and only if $c_2 = \frac{a_2}{a_1}c_1$
I put the system in the following form \begin{pmatrix} a_1 & b_1 & | & c_1 \\ a_2 & b_2 & | & c_2 \\ \end{pmatrix}
Solving it towards this: \begin{pmatrix} a_1 & b_1 & | & c_1 \\ 0 & b_2 - \frac{a_2}{a_1}b_1 & | & c_2 - c_1\frac{a_2}{a_1} \\ \end{pmatrix}
I know that the system isn't homogeneous (trivial solution if I remember correctly) because of the determinant, and therefore I assumed that $b_2 - \frac{a_2}{a_1}b_1 = 0$ (I'm unsure about this) and by that I got that $c_2 - c_1\frac{a_2}{a_1} = 0 \iff c_2 = c_1\frac{a_2}{a_1}$.
Their solution is at 1H.5) https://ocw.mit.edu/courses/mathematics/18-02sc-multivariable-calculus-fall-2010/1.-vectors-and-matrices/part-a-vectors-determinants-and-planes/problem-set-1/MIT18_02SC_SupProbSol1.pdf but I find it rather confusing.
it is given that determinant is zero so If you want this system of equation has some solution then these determinants have to be 0 for having a solution of the system.
I used Cramer's rule. if $D=0$ then $D_1=0$$,\hspace{5pt}$$D_2 =0$
$$\begin{vmatrix} c_1 & b_1\\ c_2 & b_2 \end{vmatrix}=0$$ $$\begin{vmatrix} a_1 & c_1\\ a_2 & c_2 \end{vmatrix}=0$$