Intersection of two circles

The intersection of two circles is a point lying on both circles at once. Here we look at how x2+y2=25x^2 + y^2 = 25, centred at the origin with radius 55, meets (x8)2+y2=25(x - 8)^2 + y^2 = 25, centred at (8,0)(8, 0) with the same radius.

Subtracting kills the quadratic terms

At an intersection both equations hold at once, so we may subtract one from the other.

(x2+y2)((x8)2+y2)=2525(x^2 + y^2) - \left((x - 8)^2 + y^2\right) = 25 - 25

Expanding gives 16x64=016x - 64 = 0, that is x=4x = 4. Substituting into the first circle gives y2=9y^2 = 9, so the intersection points are (4,3)(4, 3) and (4,3)(4, -3).

The common chord

The linear equation that came out of the subtraction is the line through the two intersection points. To find where two circles meet, the standard method is to subtract first to get this line, then substitute it into a circle equation. The subtraction turns the problem into one we can already solve: the intersection of a circle and a line.

Because the two radii are equal in this example, the intersections lie on the perpendicular bisector of the segment joining the centres, and indeed x=4x = 4 is the vertical line halfway between them. The common chord has length 66. In every case the two intersection points are symmetric about the line through the centres.

Counting before solving

How the circles meet is decided by the distance dd between centres compared with the radii.

ConditionRelationship
d>r1+r2d > r_1 + r_2separate, no intersection
d=r1+r2d = r_1 + r_2externally tangent
r1r2<d<r1+r2|r_1 - r_2| < d < r_1 + r_2crossing at two points
d=r1r2d = |r_1 - r_2|internally tangent
d<r1r2d < |r_1 - r_2|one inside the other

Here d=8d = 8, r1+r2=10r_1 + r_2 = 10 and r1r2=0|r_1 - r_2| = 0, so the circles cross at two points, as we found. The count is settled by the centres and the radii alone, before any equation is solved.

The large dots on the graph are those two intersection points.

  1. Circle, Wikipedia