#Equation of a tangent to circles
2 messages · Page 1 of 1 (latest)
x^2 + y^2 = r^2
(-9)^2 + 2^2 = r^2 = 85 <=> r = root85
using distance formula from centre to point B
(7)^2 + (y)^2 = 85
y^2 = 36
y = +-6 so B is either (7,6) or (7,-6) so we can find gradient of AB
using first B
6-2/7--9 is +ve so B isnt (7,6) and must be (7,-6)
so gradient using that B is -6-2/7--9=-1/2
so equation of L is y+6 = -1/2 * (x-7)
y = -x/2 - 5/2