I was getting back into math, and found this problem.
If I know the equation of a circle is $$x^2+y^2=25$$ and $$y=2x+B$$ How could I find the $2$ equations that give me $B$?
I used substitution, but does anyone have a better method? There are other variations which give the points and you must find the equation of the line, but I've never seen it asked this way.
Thanks.
We have $$x^2+y^2=25\implies y=\sqrt{25-x^2}$$ so we want slope $$\frac{dy}{dx}=-\frac{x}{\sqrt{25-x^2}}=2\implies x^2=4(25-x^2)\implies x^2=20\implies x=\pm2\sqrt5$$ This gives $(x,y)=(\pm2\sqrt5,\mp\sqrt5)$. Hence substituting these points into your equation $y=2x+B$ gives $$\pm\sqrt5=\mp4\sqrt5+B\implies B=\,?$$