Prove $a+b+1=0$ given that lines $x=3$ and $y=-4$ are tangents to a circle with centre $(a,b)$ in 2nd quadrant, and another tangent touches the circle at $(1, -3)$.
I am not given the radius of this circle, and hence I cannot use the standard equation of a circle. I've thought of using the gradients of the tangents of the circle but I cannot see how this will help me. Any tip will be appreciated thanks!
For $$(x-a)^2+(y-b)^2=r^2$$
$x=3\implies(y-b)^2=r^2-(3-a)^2\implies r=\pm(3-a)$
Similarly $r=\pm(4+b)$
– lab bhattacharjee Jul 05 '17 at 09:57