Interaction of Two Circles
When two circles are drawn close to each other, several interesting things can happen. They might cut each other at two points, touch each other at exactly one point, or not meet at all. In this section, we will study how two circles interact depending on how far apart they are and how big they are.
We will learn how to find out whether they intersect, and if they do, how they meet—at what angle, and whether they are orthogonal (i.e., meet at right angles). We will also look at important ideas like the common chord if they intersect, or common tangents if they don't. We will define and use the concept of the radical axis.
Relative Location of Two Circles
To understand how two circles behave when placed in a plane, the first and most natural question is: how are they positioned relative to each other?
Let us consider two circles:
Here, \( C_1(x_1, y_1) \) and \( C_2(x_2, y_2) \) are the centres of the circles, and \( r_1, r_2 \) are their respective radii. The distance between the centres is denoted by
This distance \( d \), together with the sizes \( r_1 \) and \( r_2 \), determines the mutual position of the two circles. There are five possibilities:
Case I: The circles are externally apart
When the distance between the centres is more than the sum of the radii:
The circles are far from each other and do not touch or intersect.
Case II: The circles touch each other externally
When the circles are brought closer so that they just touch at one point externally, then
The point of contact lies on the line joining the centres.
Case III: The circles intersect at two distinct points
In this case, the circles overlap partially. This happens when:
The condition \( d < r_1 + r_2 \) ensures that the circles are close enough to interact, but we must also have \( d > |r_1 - r_2| \), else one circle may lie completely inside the other or touch it internally. The need for this second inequality becomes clearer when compared with the next two cases.
We can interpret this case from a different perspective—using triangle geometry.
Suppose the circles \( S_1 \) and \( S_2 \) intersect at two distinct points. Let \( A \) be one such point of intersection. Then the triangle \( \triangle C_1AC_2 \) is formed, where \( C_1A = r_1 \) and \( C_2A = r_2 \). The side \( C_1C_2 \) is the distance between the centres, denoted by \( d \).
Since \( \triangle C_1AC_2 \) is a genuine triangle (i.e., not degenerate), the triangle inequality must hold for the three sides \( r_1, r_2, d \):
From inequalities (2) and (3), we get:
Taken together, these imply:
Combining this with inequality (1), we conclude that the necessary and sufficient condition for two circles to intersect at two distinct points is:
Case IV: The circles touch each other internally
Suppose without loss of generality that \( r_1 > r_2 \). Then the smaller circle lies entirely within the larger and they touch at exactly one point. The centres lie on the same line through the point of contact, and
This is a limiting case just like Case II, but from the inside.
Case V: One circle lies completely inside the other
Now the circles do not touch and one is entirely inside the other. The distance between the centres is strictly less than the difference of the radii:
From these observations, we note that the condition \( d < r_1 + r_2 \) alone is not enough to ensure that the circles intersect. It is satisfied in Cases III, IV, and V, but only in Case III do the circles actually intersect at two distinct points. Therefore, to ensure that circles cut each other,
must hold.
Angle of Intersection of Two Circles
When two circles intersect each other at two points, one natural question arises: at what angle do they intersect?
To recall, the angle of intersection of two curves at a common point is defined as the angle between their tangents drawn at that point. In general, for arbitrary curves, one standard method to compute this angle uses calculus: find the point of intersection, differentiate both curves to obtain the slopes \( m_1 \) and \( m_2 \) of the tangents at that point, and then apply the angle formula
However, in the case of circles, this method becomes unnecessarily tedious. The calculation of intersection points and then the implicit differentiation of each circle, followed by finding slopes at points of intersection, introduces avoidable complexity.
Instead, we shall use a far more elegant and geometrical method for circles.
Suppose two circles \( S_1 \) and \( S_2 \) with centres \( C_1 \) and \( C_2 \), and radii \( r_1 \) and \( r_2 \), intersect at two distinct points \( A \) and \( B \). Let the distance between their centres be denoted by \( d = C_1C_2 \). Due to symmetry, the angle of intersection is the same at both points \( A \) and \( B \). We focus on point \( A \).
Join the radii \( C_1A \) and \( C_2A \). At point \( A \), draw tangents to both circles, say \( AT_1 \) and \( AT_2 \), such that \( AT_1 \) is tangent to \( S_1 \) and \( AT_2 \) is tangent to \( S_2 \). Let \( \theta \) be the angle between these two tangents. Then, by the geometry of a circle, each tangent is perpendicular to the radius drawn to the point of contact. Hence,
Then,
Since \( \angle T_1AT_2 = \theta \), it follows that:
Therefore, in triangle \( \triangle C_1AC_2 \), we have:
Now, using the Law of Cosines in triangle \( \triangle C_1AC_2 \), with sides \( C_1A = r_1 \), \( C_2A = r_2 \), and \( C_1C_2 = d \), we have:
But \( \cos(180^\circ - \theta) = -\cos\theta \), so:
Hence, the angle of intersection \( \theta \) between the two circles satisfies:
Orthogonal Circles
When two circles intersect orthogonally, the angle of intersection \( \theta \) is \( 90^\circ \). From the previous formula for angle of intersection:
orthogonality implies \( \theta = 90^\circ \Rightarrow \cos\theta = 0 \). Substituting:
This gives a necessary and sufficient condition for orthogonality of intersecting circles in terms of their centres and radii.
We can also see this geometrically. Let the circles \( S_1 \) and \( S_2 \) intersect orthogonally at point \( A \). The tangent to \( S_1 \) at \( A \), say \( AT_1 \), is perpendicular to radius \( C_1A \). But since the circles intersect orthogonally, it can be seen that this tangent is also normal to \( S_2 \). Thus, \( AT_1 \) must pass through \( C_2 \). By the same logic, the tangent to \( S_2 \) at \( A \) passes through \( C_1 \). Therefore, triangle \( \triangle C_1AC_2 \) is right-angled at \( A \). By Pythagoras:
Now, suppose the equations of the circles are:
Then the centres are:
and the radii are:
The square of the distance between centres is:
Now impose the orthogonality condition \( d^2 = r_1^2 + r_2^2 \). Substituting:
Exapanding:
Canceling identical terms from both sides yields:
Thus, two circles intersect orthogonally if and only if:
Example
Prove that any circle orthogonal to the circle \( x^2 + y^2 = r^2 \) must have the form
for some real numbers \( g, f \in \mathbb{R} \).
Solution.
Let the required circle be of the general form
which has centre \( (-g, -f) \) and radius \( \sqrt{g^2 + f^2 - c} \), assuming the expression under the square root is positive.
The given circle is
which has centre \( (0, 0) \), and radius \( r \). Thus, \( g_1 = f_1 = 0 \), and \( c_1 = -r^2 \).
Using the orthogonality condition between two circles:
Substituting the parameters from (2) and (1):
Substituting this value of \( c \) back into (1), the equation of the required circle becomes:
as required.
Common Chord of Two Intersecting Circles
Let two circles intersect each other at points \( A \) and \( B \). Their general equations are:
Since both circles pass through points \( A \) and \( B \), the chord \( AB \) lies on both circles. We define this line segment as the common chord.
We claim that the equation of the common chord is given by:
Computing this difference:
Thus, the equation of the common chord is:
This is a linear equation and hence represents a straight line.
To confirm that this is indeed the line \( AB \), observe the following:
- The equation \( S_1 - S_2 = 0 \) is a linear equation and hence represents a straight line.
- Any point \( P \) lying on both circles must satisfy both \( S_1 = 0 \) and \( S_2 = 0 \). Subtracting, we find \( S_1(P) - S_2(P) = 0 \), so \( P \) satisfies the equation \( S_1 - S_2 = 0 \).
- In particular, points \( A \) and \( B \), the points of intersection, satisfy both \( S_1 = 0 \) and \( S_2 = 0 \), hence satisfy \( S_1 - S_2 = 0 \).
- Only one straight line passes through two distinct points \( A \) and \( B \). Therefore, the line \( S_1 - S_2 = 0 \) is precisely the common chord \( AB \).
Length of the Common Chord of Two Intersecting Circles
Let two circles intersect at points \( A \) and \( B \). The segment \( AB \), which lies on both circles, is called the common chord. To compute its length, we use the standard method of finding the length of a chord of a circle.
Suppose the two circles are:
Then the equation of the common chord is obtained by subtracting:
Let us use circle \( S_1 \) to compute the length of the chord. Its centre is
and its radius is
The length of a chord in a circle at a perpendicular distance \( d \) from the centre is given by:
To compute \( d \), the perpendicular distance from the centre \( C_1 \) to the chord (1), we use the formula for distance from a point to a line:
Now substituting this \( d \) and \( r \) into the chord length formula, we get the full expression for the length of the common chord. Hence, the length is:
where:
- \( r = \sqrt{g_1^2 + f_1^2 - c_1} \)
- \( d = \) perpendicular distance from \( (-g_1, -f_1) \) to the line \( S_1 - S_2 = 0 \)
The same formula applies if we choose the second circle instead, since both circles intersect at the same chord.
Length of Common Chord — Geometrical Method
Suppose two circles \( S_1 \) and \( S_2 \) intersect at points \( A \) and \( B \), with radii \( r_1 \) and \( r_2 \), and centres \( C_1 \) and \( C_2 \) respectively. Let the distance between the centres be \( d = C_1C_2 \). The common chord \( AB \) is bisected at right angles by the line joining the centres, so let \( N \) be the midpoint of \( AB \), lying on both \( C_1C_2 \) and the chord.
By symmetry, \( AN = NB \), so
Now \( AN \) is the altitude from point \( A \) to base \( C_1C_2 \) in triangle \( \triangle C_1AC_2 \). Hence, the area of triangle \( \triangle C_1AC_2 \) is:
Therefore,
We now compute the area of triangle \( C_1AC_2 \) using Heron’s formula. The side lengths are:
Thus, the semi-perimeter is:
Compute the parts of Heron’s formula:
Then:
Hence, the area of triangle \( C_1AC_2 \) is:
Therefore,
This expression gives the length of the common chord in terms of the radii and the distance between the centres.
Special Cases: Length of the Common Chord
We now consider two important special cases.
Case 1: Equal Radii \( r_1 = r_2 = r \)
Substituting into the general formula:
Case 2: Circles Intersect Orthogonally
In this case, the angle \( \angle C_1AC_2 = 90^\circ \). Then the area of triangle \( C_1AC_2 \) is:
Hence, the length of the common chord is:
A Circle Bisecting Another Circle
By this, we mean that a circle \( S_1 \) bisects the circumference of another circle \( S_2 \). That is, the two circles intersect each other at two points \( A \) and \( B \), and the common chord \( AB \) divides the circumference of \( S_2 \) into two equal arcs.
This condition implies that the chord \( AB \), which is common to both circles, is a diameter of circle \( S_2 \). Hence, the common chord passes through the centre of \( S_2 \).
Let:
- \( C_1 \), \( C_2 \) be the centres of \( S_1 \), \( S_2 \),
- \( r_1, r_2 \) be their respective radii,
- \( d = C_1C_2 \) be the distance between the centres.
Since \( AB \) is a chord of \( S_1 \), the perpendicular dropped from its centre \( C_1 \) to the chord will bisect it. And since \( AB \) is also a diameter of \( S_2 \), the centre of \( S_2 \), which is \( C_2 \), lies on the chord and is its midpoint. Thus, the foot of the perpendicular from \( C_1 \) to chord \( AB \) is \( C_2 \).
Hence, triangle \( \triangle C_1AC_2 \) is a right-angled triangle with the right angle at \( C_2 \).
Therefore, by the Pythagorean Theorem:
This condition characterizes the case when one circle bisects another.
Limiting Case of Common Chord
When two circles intersect at two distinct points \( A \) and \( B \), the line segment \( AB \) is the common chord, and its equation is given by:
As the two circles gradually move apart, the points of intersection \( A \) and \( B \) begin to approach each other. The common chord \( AB \) becomes shorter and shorter. In the limiting case, when \( A \) and \( B \) coalesce into a single point \( P \), the circles touch each other at exactly one point.
In this scenario, the common chord degenerates into a common tangent at the point of contact \( P \). The equation
remains valid and now represents this common tangent. Thus, the common chord becomes the common tangent in the limiting case when the two points of intersection merge into one.
Hence, as the length of the common chord tends to zero, it transforms into the common tangent at the point where the two circles touch each other.