Find the equation of circle that passes through the point $(2,2)$ and tangent to the line $x=1$ and $x=6$.
Finding the equation of circle with a given center and a tangent line
2 Answers
Hint: Since the tangents are parallel, the centre of the circle lies at $O (\frac {7}{2}, k) $ and the radius equals $r= \frac {6-1}{2}=\frac {5}{2} $.
Can you take it from here?
Since both your tangents $x=1$ and $x=6$ are parallel, the diameter of the circle is the distance between them i.e. is $5$ and the radius is $5/2$. Therefore the x coordinate of center is $1+5/2 = 7/2$
We know that equation of a circle is $(x-a)^2 + (y-b)^2 = r^2$
Substituting known values gives $(x-7/2) + (y-b)^2 = (5/2)^2$
We also know that the circle passes through $(2, 2)$, we get,
$(2-7/2)^2 + (2-b)^2 = (5/2)^2$
$(2-b)^2 = (5/2)^2 - (-3/2)^2 = 4$
$(2-b) = \pm 2$
$b = 2 \pm 2$
$=>$ $b=0$ or $b=4$
So there are 2 possible circles
The 2 equations of the circles would be $(x-7/2)^2 + y = (5/2)^2$ and $(x-7/2)^2 + (y-4)^2 = (5/2)^2$
-
0Where did you get b=4? – 2017-01-08
-
0@SheenaPascual I updated my answer. – 2017-01-08

