Library/Geometry/Plane geometry/Circles/Mutual arrangement of two circles

Mutual arrangement of two circles

Overview
Important

Given two circles with centers O1O_1 and O2O_2, and radii r1r_1 and r2r_2, their mutual arrangement depends on the distance d=O1O2d = |O_1O_2| between the centers:

  • Separate (no intersection): d>r1+r2d > r_1 + r_2
  • Externally tangent: d=r1+r2d = r_1 + r_2
  • Intersecting: r1r2<d<r1+r2|r_1 - r_2| < d < r_1 + r_2
  • Internally tangent: d=r1r2d = |r_1 - r_2|
  • One inside the other (no intersection): d<r1r2d < |r_1 - r_2|

Important properties

  • The number of intersection points is 0, 1, or 2.

  • Tangency occurs when the circles touch at exactly one point.

  • If r1=r2r_1 = r_2 and O1=O2O_1 = O_2, the circles coincide (are the same).