We are given two circles $S_1$($x^2+y^2-2x-3=0$) and $S_2$($x^2+y^2-4y-6=0$). A line $ax+by=2$ which touches the former circle and is normal to the latter. We have to find the value of a and b.
I was able to find the value of b:-
the center of $S_2$ is (-g,-f)=(0,2) Now since the line is normal to this circle, it passes through the circle :- $$y-2=m(x-0)$$ $$y=mx+2$$ So the value of b is 1. I don't know how to find the value of m.
Plug in $ y = m x +2 $ into equation of circle S1:
$$ x^2 + ( m x+2)^2 - 2 x -3 =0 $$
$$ ( m^2 +1) x^2 + 2 x ( 2 m-1) + 1= 0$$
For tangency to S1 the roots must be same, or discriminant should vanish.
$$ \Delta =0, ( 2 m-1)^2- (m^2 +1) =0 $$
$$ m ( 3 m-4)= 0 $$
$$ m= (0, 4/3) $$
Thus there are 2 tangents that can be drawn whose slopes are $ (0,4/3) $ from center of S2.
Verify (0,2) as the intersection point of these 2 tangents.