Question
Question: Find the equation of a circle passing through the points \((3, - 2),\,\,(2,0)\) and hence its centre...
Find the equation of a circle passing through the points (3,−2),(2,0) and hence its centre lies on the line 2x−y=3?
Solution
Here we have to find the equation of a circle which passes through the points (3,−2),(2,0) and its centre lies on the line 2x−y=3. To find the equation of a circle we will use the standard or general equation of a circle which is given as (x−h)2+(y−k)2=r2. In the above equation r is the radius of a circle, (h,k) are coordinates of its centre.
Complete step by step answer:
In the given question we have to find the equation of a circle which passes through the points (3,−2),(2,0) and its centre lies on the line 2x−y=3. We know that the equation of a circle with centre (h,k) is,
(x−h)2+(y−k)2=r2
Since the circle passes through(3,−2). We have
⇒(3−h)2+(−2−k)2=r2
Use the identity (a−b)2=a2+b2=2ab to solve the above equation.
⇒9+h2−6h+4+k2+4k=r2
⇒h2+k2−6h+4k+13=r2……(1)
Since the circle passes through (−2,0). We have
(−2−h)2+(0−k)2=r2
Use the identity (a−b)2=a2+b2=2ab to solve the above equation.
⇒4+h2+4h+k2=r2
⇒h2+k2+4h+4=r2……(2)
Subtracting equation (1) from equation (2). We get,
⇒h2+k2+4h+4−h2−k2+6h−4k−13=r2−r2
Simplifying the above equation. We get,
⇒10h−4k=9……(3)
Since centre (h,k) lies on the line 2x−y=3
So, we can write it as 2h−k=3……(4)
Now we will solve equation (3) and (4) by elimination to find the value of (h,k)
We have
10h−4k=9 ⇒2h−k=3
Multiplying the equation 2h−k=3 by (−4). We have,
10h−4k=9 ⇒−8h+4k=−12
On adding both the equations. We get,
⇒2h=−3
⇒h=−23
Putting the value of h=−23 in equation (4). We get,
⇒2×(2−3)−k=3
⇒−3−k=3
⇒k=−6
Now, let us find the radius of a circle by putting the value h=−23 and k=−6 in equation (1). We get,
⇒(2−3)2+(−6)2−6(2−3)+4(−6)+13=r2
⇒(49)+36+9−24+13=r2
⇒(49)+34=r2
⇒49+136=r2
⇒r2=4145
Put the value of (h,k) and r2 in the standard equation of the circle. We get,
⇒(x+23)2+(y+6)2=4145
∴(2x+3)2+4(y+6)2=145
Hence, the equation of a circle which passes through the points (3,−2),(2,0) and whose centre lie on the line 2x−y=3is (2x+3)2+4(y+6)2=145.
Note: We can solve these types of problems by applying the formula of distance between two points. If (x1,y1) and (x2,y2) are the two points, then the distance between these points is given by the formula d=(x1−x2)2+(y1−y2)2.