Find the locus of point of intersection of lines $ y + mx = \sqrt{a^2m^2 + b^2}$ and $ my - x = \sqrt{a^2 + m^2b^2}$
The point of intersection say, $(h,k)$ must satisfy both the equation. When I tried solving both the equation it didn't help me. What am I doing wrong?
Here is what you can do:
Square both equations
$$ y^2 + 2mxy +m^2 x^2= a^2m^2 + b^2$$ $$ m^2y^2 - 2mxy +x^2= a^2 + m^2b^2$$
Add them up to get a circle,
$$y^2+x^2=a^2+b^2$$