Academy
Formulas/maths/Circles/Angle of Intersection of Two Circles

Angle of Intersection of Two Circles

Angle θ between two circles at a point of intersection, defined as the angle between their tangents (equivalently, their radii) at that point.
Derivation

The angle of intersection of two circles at a common point PP is defined as the angle between their tangents at PP, which equals the angle between their radii at PP.

Let the circles have centres O1O_1, O2O_2, radii r1r_1, r2r_2, and distance d=O1O2d = O_1O_2.

In triangle O1PO2O_1PO_2, the sides are r1r_1, r2r_2, and dd. The angle θ\theta at PP (between the two radii, hence the angle of intersection) satisfies the cosine rule:

d2=r12+r222r1r2cosθd^2 = r_1^2 + r_2^2 - 2r_1r_2\cos\theta cosθ=r12+r22d22r1r2\cos\theta = \frac{r_1^2 + r_2^2 - d^2}{2r_1r_2}

Equivalently:

cosθ=d2r12r222r1r2(with sign reversed, depending on the angle taken)\cos\theta = \frac{d^2 - r_1^2 - r_2^2}{2r_1r_2} \quad \text{(with sign reversed, depending on the angle taken)}

In terms of general form coefficients: For x2+y2+2g1x+2f1y+c1=0x^2+y^2+2g_1x+2f_1y+c_1=0 and x2+y2+2g2x+2f2y+c2=0x^2+y^2+2g_2x+2f_2y+c_2=0:

d2=(g1g2)2+(f1f2)2,r12=g12+f12c1,r22=g22+f22c2d^2 = (g_1-g_2)^2 + (f_1-f_2)^2, \quad r_1^2 = g_1^2+f_1^2-c_1, \quad r_2^2 = g_2^2+f_2^2-c_2

Substituting:

cosθ=2g1g2+2f1f2c1c22(g12+f12c1)(g22+f22c2)\cos\theta = \frac{2g_1g_2 + 2f_1f_2 - c_1 - c_2}{2\sqrt{(g_1^2+f_1^2-c_1)(g_2^2+f_2^2-c_2)}}

The special case θ=90°\theta = 90° gives cosθ=0\cos\theta = 0, which is the orthogonality condition.