Question
Question: A circle passes through the points (-1, 1), (0, 6), and (5, 5). Find the points on this circle the t...
A circle passes through the points (-1, 1), (0, 6), and (5, 5). Find the points on this circle the tangents at which are parallel to the straight line joining the origin to its centre.
Solution
We need to find the equation of the circle using x2+y2+2gx+2fy+c=0. Determine the values of g, f and c. From this equation we can the centre and hence the equation of the circle. Equation of line passing through the centre and perpendicular to line joining center to origin is
y−y1=−m1(x−x1). Tangents will be parallel to the line joining the origin to the centre at the points somewhere at circle.
Complete step by step answer:
Let the equation of circle bex2+y2+2gx+2fy+c=0
It passes through (-1, 1)
⇒1 + 1 -2g +2f + c =0
⇒-2g + 2f +c = -2 … (1)
It passes through (0, 6)
⇒0 + 36 + 0 + 12f + c = 0
⇒12f + c = -36 … (2)
It passes through (5, 5)
⇒25 + 25 + 10g + 10f +c =0
⇒10g + 10f + c = -50 … (3)
Subtracting (2) from (1) we get
-2g - 10f = 34 … (4)
Subtracting (3) from (2) we get
-10g + 2f = 14 … (5)
Solving (4) and (5)
⇒g = -2, f = -3
Substituting g and f in (1) we get c = 0
So the equation of circle is
x2+y2+4x−6y=0… (6)
Centre of the circle is (x1,y1)= (2, 3)
Slope of line joining centre to origin, m =2−03−0=23
Equation of line passing through the centre and perpendicular to line joining center to origin is
y−y1=−m1(x−x1)
y−3=−32(x−2)
3y – 9 = -2x + 4
2x + 3y =13 … (7)
Tangents will be parallel to the line joining the origin to the centre at the points where (7) cuts the circle
Substituting y from (7) in (6) we get
⇒x2+(313−2x)2+4x−6(313−2x)=0
⇒x2+(9169+4x2−52x)+4x−2(13−2x)=0
⇒99x2+169+4x2−52x+36x−18(13−2x)=0
⇒9x2+169+4x2−52x+36x−234−36x=0
⇒13x2−52x−65=0
⇒x2−4x−5=0
⇒x2−5x+x−5=0
⇒x(x−5)+1(x−5)=0
⇒(x+1)(x−5)=0
Therefore x = -1, 5
Substituting x in (7) we get y = 5, 1
So the point of contact of tangents are (-1, 5) and (5, 1)
Note: A tangent is a straight line that touches the circumference of a circle at only one place. The product of the gradient of the radius and the gradient of the tangent line is equal to -1. The equation of the circle is(x−a)2+(y−b)2=r2, where r is the radius.