I am trying to solve the following system of equations:
$$i) \space 6x-y+\lambda2x=0 \\ii)\space2y-x+\lambda2y=0\\iii)\space x^2+y^2-1=0$$
It seems like that no single line contains a solution on its own, except 0 which is not fitting the third line. I tried to do the following:
$$ i*y-ii*x=4xy-y^2-x^2$$I solved this equation by abc-formula and received $$-4y +\sqrt{3},\space-4y -\sqrt{3}$$
But I am not sure what to do with this solution.
So my question is of course not to solve this for me - but do you have any recommendations to solve? Or another method that may solve problems like this?
Think geometrically. You want points common to two lines through the origin which also cut the circle $x^{2}+y^{2}=1$ in a common point. This is possible only when the two lines are identical. Can you use this information to answer the question?