I have to show that any line parallel to $Ax+ By + c =0$ is of the form $Ax + By + k =0$
How do I show this?
Thank you!
I have to show that any line parallel to $Ax+ By + c =0$ is of the form $Ax + By + k =0$
How do I show this?
Thank you!
On
Examples don't show it in any case. You cannot prove that something holds for infinitely many things by doing nothing except checking finitely many examples.
What you need to do is remember that two lines are parallel if and only if they have the same slope or they are both vertical (of the form $x=k$ for some constant $k$). Then figure out what the slope of an arbitrary line $\alpha x+\beta y+\gamma=0$ would be in terms of $\alpha$, $\beta$, and $\gamma$ (careful when dividing by constants to consider what happens if the constant you are dividing by is equal to zero). Then see what this means if you want to find all lines $\alpha x+\beta y+\gamma = 0$ that are parallel to a given line $Ax+By+c=0$.
(Based on zar's answer and Moron's comment there.)
If two lines $Ax+By+C=0$ and $Dx+Ey+F=0$ are parallel, then they have no points of intersection (or infinitely many if you allow a line to be parallel to itself). In either case, the system of equations $$\begin{cases} Ax+By+C=0,\\\\ Dx+Ey+F=0 \end{cases}$$ will not have a single, unique solution. The system of equations is equivalent to $$\begin{bmatrix} A & B\\\\ D & E \end{bmatrix}\cdot\begin{bmatrix} x\\\\ y \end{bmatrix}+\begin{bmatrix} C\\\\ F \end{bmatrix}=0$$ or $$\begin{bmatrix} A & B\\\\ D & E \end{bmatrix}\cdot\begin{bmatrix} x\\\\ y \end{bmatrix}=\begin{bmatrix} -C\\\\ -F \end{bmatrix}.$$ This matrix equation has a single unique solution if and only if the coefficient matrix $\begin{bmatrix} A & B\\\\ D & E \end{bmatrix}$ is invertible, which is true if and only if its determinant is nonzero.
So, if the lines are parallel, then $$\begin{vmatrix} A & B\\\\ D & E \end{vmatrix}=AE-BD=0$$ or $$\frac{A}{D}=\frac{B}{E}$$ which means that $\frac{A}{D}(Dx+Ey+F)=Ax+By+\frac{FA}{D}=0$, so $Dx+Ey+F=0$ can be written in the form $Ax+By+k=0$.
edit: from Arturo Magidin's comment below, to handle the cases where $D=0$ or $E=0$ (in which $A/D = B/E$ makes no sense):