HOW TO CHECK IF THE TWO CIRCLES DOES NOT INTERSECT

Consider two circles with radii r1 and r2

Let d be the distance between the centers of the two circles.

Problem 1 :

Circle P has center (−4, −1) and radius 2 units, circle Q has equation x2 + y2 − 2x + 6 y + 1 = 0. Show that the circles P and Q do not touch

Solution :

Center of the circle P = (-4, -1)

Center of the circle with Q :

x2 + y2 − 2x + 6 y + 1 = 0

x2 − 2x + y+ 6 y + 1 = 0

(x - 1)2 + (y + 3)2 - 12 - 32 + 1 = 0

(x - 1)2 + (y + 3)2 = 9

Center of Q (1, -3) and radius = 3

Distance between P and Q = √(1 + 4)2 + (-3 + 1)2

= √52 + (-2)2

√(25 + 4)

Distance between two centers = √29

r1 = 2, r2 = 3

r1 + r2 = 2 + 3 ==> 5

√29 > 5

Distance between centers > sum of radii

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More