A solution to the system of equations
$ax + by +cz = 0$
$a^2x+b^2y+c^2z=0$ is
Ans: $x=\frac{k (b-c)}{a}$ $y= \frac{k (c-a)}{b}$ $z=\frac{k (a-b)} {c}$ where $k$ is an arbitrary constant.
A system of two equations in three variables is supposed to given an equation that in one independent variable. How do I reconcile this fact to the given solution and how do I reach this solution ?
They are equations of two planes and we need to find an equation of the common line of these planes.
Thus, with assumption that they are not parallel planes we need to prove that $$(a,b,c)\perp\left(\frac{b-c}{a},\frac{c-a}{b},\frac{a-b}{c}\right),$$ which is $$a\cdot\frac{b-c}{a}+b\cdot\frac{c-a}{b}+c\cdot\frac{a-b}{c}=0$$ and $$(a^2,b^2,c^2)\perp\left(\frac{b-c}{a},\frac{c-a}{b},\frac{a-b}{c}\right),$$which is $$a^2\cdot\frac{b-c}{a}+b^2\cdot\frac{c-a}{b}+c^2\cdot\frac{a-b}{c}=0,$$ which is obvious.