Suppose we want to find the equation of line passing through the point of intersection of two straight lines $$a_1x+ b_1y+c_1=0$$ and $$a_2x+b_2y+c_2=0$$ There are two ways of doing it.
First way would be to find the common point $(x_1,y_1)$ of this two lines obtained from solving this two equations and then writing the equation of any line passing through this point of intersection as $$y-y_1=m(x-x_1)$$ where m is any quantity whatever.
The second way is, any point common to these two lines will satisfy both of these equations and hence it would satisfy the equation $$a_1x+b_1y+c_1+\lambda(a_2x+b_2y+c_2)=0$$ Thus whatever be the value of $\lambda$ this equation is always satisfied by the point of intersection of the two lines.
Now my question is in the first case $m$ is a parameter by varying which we get the family of straight lines passing through the point of intersection of given two lines and in the second case $\lambda$is the parameter.
But this two family of lines are equivalent thus this two equations should be equivalent. But I have tried to prove the equivalence of this two equations but I have not succeed.
So, how can we show the equivalence of this two equations.
Both methods are incomplete.
Let $a_1=b_1=b_2=1$ and $a_2=0=c_1=c_2$ so that we are dealing with lines $x+y=0$ and $y=0$ and $(0,0)$ is the intersection.
Equation $y=mx$ does not provide the line $x=0$.
Equation $x+y+\lambda y=0$ does not provide the line $y=0$.
This also shows that there is no equivalence because the lines $x=0$ and $y=0$ are distinct.