Two prove two circles are intersecting each other at one point, we have to follow the instruction given below.
Step 1 :
Find the centers of the circles. Center of the first and second circles be C1 and C2 respectively.
Step 2 :
Find the radius of the circles. Let r1 and r2 be radii of circles respectively.
Step 3 :
Distance between centers = Sum of radius
C1C2 = r1 + r2
Problem 1 :
Prove that the two circles
x2 + y2 + 6x - 8y + 9 = 0
and
x2 + y2 - 10x + 4y - 7 = 0
just touch each other at single point.
Solution :
x2 + y2 + 6x - 8y + 9 = 0
x2 + 6x + y2- 8y + 9 = 0
(x + 3)2 - 32 + (y - 4)2- 42 + 9 = 0
(x + 3)2 - 9 + (y - 4)2- 16 + 9 = 0
(x + 3)2 + (y - 4)2 = 16
Center of the circle C1(-3, 4) and radius(r1) = 4
x2 + y2 - 10x + 4y - 7 = 0
x2 - 10x + y2+ 4y - 7 = 0
(x - 5)2 - 52 + (y + 2)2 - 22 - 7 = 0
(x - 5)2 + (y + 2)2 = 25 + 4 + 7
(x - 5)2 + (y + 2)2 = 36
Center of the circle C2(5, -2) and radius(r2) = 6
Distance between centers :
C1(-3, 4) and C2(5, -2)
= √(5+3)2 + (-2-4)2
= √82 + (-6)2
= √64 + 36
= √100
= 10 ---(1)
r1 = 4 and r2 = 6
r1 + r2 = 4 + 6 ==> 10 ---(2)
Since the distance between center is equal to sum of the radii, the circles touches each other at one point.
Problem 2 :
The line y = 4x + c is a tangent to the circle x2 + y2 = 17
a) Find the two values of c.
b) For the positive value of c, determine the point of contact of the tangent and a circle.
Solution :
Since the given line is a tangent for the circle, it should satisfy the condition
c2 = a2(1 + m2) ----(1)
Equation of the line is in the form y = mx + c
Equation of circle is in the form x2 + y2 = a2
a2 = 17, m = 4, c = c
Applying these values in (1), we get
c2 = 17(1 + 42)
c2 = 17(1 + 16)
c2 = 17(17)
c = 17
Problem 3 :
The straight line y = x cuts the circle x2 + y2 - 6x - 2y - 24 = 0 at A and B
a) Find the coordinates A and B.
b) Find the equation of the circle which has the diameter of the circle
Solution :
The circle and a line x2 + y2 - 6x - 2y - 24 = 0 cuts the line y= x
x2 + x2 - 6x - 2x - 24 = 0
2x2 - 8x - 24 = 0
x2 - 4x - 12 = 0
(x - 6)(x + 2) = 0
x = 6 and x = -2
y = 6 and y = -2
So, the points are A(6, 6) and B(-2, -2).
Equation of the circle having A and B as endpoints of the diameter,
(x - x1) (x - x2) + (y - y1) (y - y2) = 0
(x - 6) (x + 2) + (y - 6) (y + 2) = 0
x2 - 6x + 2x - 12 + y2 - 6y + 2y - 12 = 0
x2 + y2 - 4x - 4y - 24 = 0
May 21, 24 08:51 PM
May 21, 24 08:51 AM
May 20, 24 10:45 PM