Academy
Formulas/maths/Circles/Number of Common Tangents

Number of Common Tangents

Number of common tangents as a function of the distance d between centres relative to radii r₁ and r₂.
Derivation

For two circles with radii r1,r2r_1, r_2 and distance dd between centres:

External tangents (direct common tangents): Lines that do not pass between the two circles. They exist whenever the circles do not overlap. Their intersection point (external centre of similitude) divides O1O2O_1O_2 externally in the ratio r1:r2r_1 : r_2.

Internal tangents (transverse common tangents): Lines passing between the circles. They exist only when the circles are external to each other (including external tangency). Their intersection (internal centre of similitude) divides O1O2O_1O_2 internally in the ratio r1:r2r_1 : r_2.

Length of an external common tangent:

ext=d2(r1r2)2\ell_{\text{ext}} = \sqrt{d^2 - (r_1 - r_2)^2}

Length of an internal common tangent:

int=d2(r1+r2)2\ell_{\text{int}} = \sqrt{d^2 - (r_1 + r_2)^2}

(defined only when d>r1+r2d > r_1 + r_2)

Derivation of external tangent length: Drop perpendiculars from O1O_1 and O2O_2 to the tangent. They are parallel and equal to r1r_1 and r2r_2 respectively. The gap between the feet equals ext\ell_{\text{ext}}. Construct a rectangle to reduce to a right triangle with hypotenuse dd and one leg r1r2|r_1 - r_2|. By Pythagoras: ext2=d2(r1r2)2\ell_{\text{ext}}^2 = d^2 - (r_1 - r_2)^2.