Isaac C. answered 03/28/16
Tutor
4.9
(823)
Physics, Chemistry, Math, and Computer Programming Tutor
Yes there is a better way. The hint here is that the circle and line intersect at only one point. So your goal is to find a quadratic equation that results in a single root.
(x-1)2 + ((3/2)x +7 - 2)2 - r2 = 0
x2 - 2x + 1 + 2.25X2 + 15x + 25 -r2 = 0
3.25X2 + 13X + (26-r2) = 0
Factor out the 3.25
3.25(X2 + 4x + (26-r2)/3.25) = 0;
In order to get a single root, the quadratic expression inside of the parenthesis must be a perfect square.
b2 - 4ac = 0;
16 - 4 * 1 * (26-r2)/3.25 = 0
16 = 4/3.25(26-r2)
16 = 32 - 4r2/3.25
-16 = -4r2/3.25
4*3.25 = r2 = 13
(x -1)2 + (y-2)2 = 13