Why does $aL_1 + bL_2 =0$ always go through the intersection of $L_1$ and $L_2$

67 Views Asked by At

I have this question which asks to explain why $aL_1 + bL_2 =0$, where $L_1$ and $L_2$ are straight lines, will define a straight line through P, the intersection point of $L_1$ and $L_2$.

I can sort of feel the answer but I cannot express it in a cohesive and abstract manner (it stems off the use of the k-method - which finds the line that goes through a given point and the intersection point of 2 other lines, but I just cant really express my reasoning).

1

There are 1 best solutions below

0
On

If $l_1: mx+ny+r=0$ and $l_2: m'x+n'y+r'=0$ then intersection point $P(x_0,y_0)$ satyfies both of the equations, so:

$mx_0+ny_0+r=0$ and $m'x_0+n'y_0+r'=0$.

Thus $P$ is also on a line (just plug in coordinates of $P$) $a(mx+ny+r) + b(m'x+n'y+r') =0$ which we can rewrite like this: $$ (am+ bm')x +(an+bn')y+(ar + br') =0$$