In short

Given two circles S_1 = 0 and S_2 = 0, the equation S_1 + \lambda S_2 = 0 represents a family of circles passing through their common points. As \lambda varies, the family sweeps out every such circle (except S_2 itself). The radical axis of two circles is the locus of points with equal power with respect to both — it is the line S_1 - S_2 = 0. Two circles are orthogonal when they intersect at right angles, which happens precisely when 2g_1 g_2 + 2f_1 f_2 = c_1 + c_2.

Two circles in a plane can meet in zero, one, or two points. When they meet in two points, there is a natural question: what other circles also pass through those same two intersection points?

Take the circles x^2 + y^2 - 4x - 6y + 9 = 0 and x^2 + y^2 - 2x - 4y + 1 = 0. Each is a circle. They intersect at two points. And the expression

(x^2 + y^2 - 4x - 6y + 9) + \lambda(x^2 + y^2 - 2x - 4y + 1) = 0

for different values of \lambda, gives you a different curve through those two points every time. When \lambda = 0, you get the first circle back. When \lambda = 1, you get a new curve. When \lambda = -1, you get something that looks different again.

Why does every member of this family pass through the intersection points? The argument is identical to the one for families of lines. If a point P lies on both circles, then S_1(P) = 0 and S_2(P) = 0. So S_1(P) + \lambda S_2(P) = 0 + \lambda \cdot 0 = 0, regardless of \lambda. The intersection points satisfy the family equation automatically, for every \lambda.

Two circles (solid) and two members of their family (dashed). Every circle in the family passes through the same two intersection points. As the parameter $\lambda$ varies, the circles swell and shrink, but they are all pinned to those two common points.

Circles through the intersection of two circles

The general family

Let S_1 \equiv x^2 + y^2 + 2g_1x + 2f_1y + c_1 = 0 and S_2 \equiv x^2 + y^2 + 2g_2x + 2f_2y + c_2 = 0 be two circles.

Family of circles through intersection points

The equation

S_1 + \lambda S_2 = 0

represents a family of circles passing through the intersection points of S_1 = 0 and S_2 = 0, for every real value of \lambda except \lambda = -1 (when the coefficients of x^2 and y^2 vanish, so you may not get a circle).

Every circle through the common points belongs to this family for some \lambda — except S_2 = 0 itself (which corresponds to \lambda \to \infty).

Expand S_1 + \lambda S_2 = 0:

(1 + \lambda)(x^2 + y^2) + 2(g_1 + \lambda g_2)x + 2(f_1 + \lambda f_2)y + (c_1 + \lambda c_2) = 0

Divide by (1 + \lambda) (valid when \lambda \neq -1) to put it in standard circle form:

x^2 + y^2 + 2\left(\frac{g_1 + \lambda g_2}{1 + \lambda}\right)x + 2\left(\frac{f_1 + \lambda f_2}{1 + \lambda}\right)y + \frac{c_1 + \lambda c_2}{1 + \lambda} = 0

The centre of this circle is \left(-\dfrac{g_1 + \lambda g_2}{1 + \lambda},\; -\dfrac{f_1 + \lambda f_2}{1 + \lambda}\right). As \lambda varies, this centre traces out a straight line — the line joining the centres of S_1 and S_2. The family is a one-parameter collection of circles whose centres all lie on the same line, and which all pass through the same two points.

The special case \lambda = -1: the radical axis

When \lambda = -1, the equation S_1 + \lambda S_2 = S_1 - S_2 = 0 reduces to:

2(g_1 - g_2)x + 2(f_1 - f_2)y + (c_1 - c_2) = 0

The x^2 and y^2 terms cancel. What remains is a linear equation — a straight line, not a circle. This line is the radical axis of the two circles, and it is one of the most important constructions in circle geometry.

Radical axis

What it is geometrically

The radical axis is the locus of all points that have equal power with respect to both circles.

Recall from the article on tangents that the power of a point P(x_1, y_1) with respect to a circle S = 0 is S_1 = x_1^2 + y_1^2 + 2gx_1 + 2fy_1 + c. When P is outside the circle, \sqrt{S_1} is the length of the tangent from P to the circle. The power is the square of the tangent length.

A point P lies on the radical axis of circles S_1 = 0 and S_2 = 0 when its power with respect to both circles is the same. That means the tangent drawn from P to S_1 has the same length as the tangent drawn from P to S_2.

The derivation

Set the powers equal. For a point (x, y):

x^2 + y^2 + 2g_1x + 2f_1y + c_1 = x^2 + y^2 + 2g_2x + 2f_2y + c_2

The x^2 + y^2 terms cancel:

2g_1x + 2f_1y + c_1 = 2g_2x + 2f_2y + c_2
2(g_1 - g_2)x + 2(f_1 - f_2)y + (c_1 - c_2) = 0

Radical axis

The radical axis of two circles S_1 = 0 and S_2 = 0 is the line

S_1 - S_2 = 0

It is the locus of points having equal power with respect to both circles. The radical axis is always perpendicular to the line joining the centres of the two circles.

Why it is perpendicular to the line of centres

The line of centres has the direction (g_1 - g_2, f_1 - f_2) (since the centres are (-g_1, -f_1) and (-g_2, -f_2)). The radical axis 2(g_1 - g_2)x + 2(f_1 - f_2)y + (c_1 - c_2) = 0 has normal direction (g_1 - g_2, f_1 - f_2). For a line ax + by + c = 0, the direction along the line is (b, -a), and the normal direction is (a, b). The normal to the radical axis is exactly the direction of the line of centres. So the radical axis is perpendicular to the line of centres.

When the circles intersect

If the two circles actually intersect at two points A and B, then both A and B have zero power with respect to both circles — they lie on both. So the radical axis passes through A and B. In this case, the radical axis is simply the common chord of the two circles.

Two circles of equal radius with centres $C_1(2, 2)$ and $C_2(6, 2)$. The radical axis (dashed) is the vertical line $x = 4$, exactly halfway between the centres. It passes through both intersection points $A$ and $B$ — the radical axis is the common chord.

When the circles do not intersect, the radical axis still exists as a line between them — but it does not cross either circle. A point on this line is equidistant (in the tangent-length sense) from both circles, even though it cannot touch either.

A worked computation

Take S_1 \equiv x^2 + y^2 - 4x - 4y + 4 = 0 (centre (2, 2), radius 2) and S_2 \equiv x^2 + y^2 - 12x - 4y + 24 = 0 (centre (6, 2), radius 4).

S_1 - S_2 = (-4x + 12x) + (-4y + 4y) + (4 - 24) = 8x - 20 = 0, which gives x = 5/2.

The radical axis is the vertical line x = 2.5. Check: the perpendicular from C_1(2, 2) to x = 2.5 has length 0.5, and from C_2(6, 2) it has length 3.5. The tangent lengths from a point on x = 2.5, say (2.5, 2), are: to S_1: \sqrt{6.25 + 4 - 10 - 8 + 4} = \sqrt{-3.75} — this point is inside S_1. That is fine: the power is -3.75 for both circles. Check S_2 at (2.5, 2): 6.25 + 4 - 30 - 8 + 24 = -3.75. Equal powers, as promised.

Radical centre

Three circles, three radical axes

Given three circles S_1, S_2, S_3, you can form three radical axes:

These three lines are concurrent — they all pass through one point. That point is called the radical centre.

Radical centre

The radical centre of three circles is the point where the three pairwise radical axes meet. It is the unique point having equal power with respect to all three circles.

Why are the three radical axes concurrent? Add the first two equations: (S_1 - S_2) + (S_2 - S_3) = S_1 - S_3. So any point satisfying the first two radical axes automatically satisfies the third. The three lines cannot be independent — the third is a consequence of the first two. They must share a common point.

The radical centre has a beautiful geometric property: from this single point, the tangent drawn to any of the three circles has the same length. If the radical centre lies outside all three circles, you can draw a circle centred at the radical centre with this common tangent length as its radius. This circle cuts all three given circles at right angles — which leads directly to the notion of orthogonal circles.

Three circles with centres $C_1(1, 3)$, $C_2(7, 3)$, and $C_3(4, 7)$. The three pairwise radical axes (not drawn, to avoid clutter) all pass through a single point — the radical centre. From that point, the tangent to each circle has the same length.

Orthogonal circles

Two circles are orthogonal if they intersect at right angles — meaning the tangent to each circle at a point of intersection is perpendicular to the tangent to the other circle at that same point.

Since the tangent to a circle at any point is perpendicular to the radius at that point, the condition "tangents perpendicular at intersection" is the same as "radii perpendicular at intersection." At a point P where the two circles meet, the radius of circle 1 to P is perpendicular to the radius of circle 2 to P.

Deriving the condition

Let the circles be S_1 \equiv x^2 + y^2 + 2g_1x + 2f_1y + c_1 = 0 and S_2 \equiv x^2 + y^2 + 2g_2x + 2f_2y + c_2 = 0, with centres C_1(-g_1, -f_1) and C_2(-g_2, -f_2) and radii r_1 and r_2.

At a point of intersection P, the segments C_1P and C_2P are the two radii, and they are perpendicular. The triangle C_1PC_2 is a right triangle with the right angle at P. By Pythagoras:

C_1C_2^2 = r_1^2 + r_2^2

Compute C_1C_2^2:

C_1C_2^2 = (g_1 - g_2)^2 + (f_1 - f_2)^2 = g_1^2 - 2g_1g_2 + g_2^2 + f_1^2 - 2f_1f_2 + f_2^2

And r_1^2 + r_2^2 = (g_1^2 + f_1^2 - c_1) + (g_2^2 + f_2^2 - c_2).

Setting C_1C_2^2 = r_1^2 + r_2^2:

g_1^2 - 2g_1g_2 + g_2^2 + f_1^2 - 2f_1f_2 + f_2^2 = g_1^2 + f_1^2 - c_1 + g_2^2 + f_2^2 - c_2

Cancel g_1^2 + g_2^2 + f_1^2 + f_2^2 from both sides:

-2g_1g_2 - 2f_1f_2 = -c_1 - c_2

Orthogonal circles

Two circles x^2 + y^2 + 2g_1x + 2f_1y + c_1 = 0 and x^2 + y^2 + 2g_2x + 2f_2y + c_2 = 0 are orthogonal if and only if

2g_1g_2 + 2f_1f_2 = c_1 + c_2

This is a clean algebraic condition — no square roots, no trigonometry, just a linear relation between the coefficients. You can check orthogonality by reading off g, f, c from each circle and substituting.

Two orthogonal circles. At each point of intersection, the radii from the two centres meet at right angles. The triangle $C_1 P C_2$ is a right triangle with the hypotenuse $C_1 C_2$. Check: $C_1C_2^2 = (4-2)^2 + (3-1)^2 = 8$. And $r_1^2 + r_2^2 = 8 + 4 = 12$. These circles are not actually orthogonal — this is a schematic illustration of the concept.

Verifying with an example

Take S_1 \equiv x^2 + y^2 - 6x - 2y + 6 = 0 (so g_1 = -3, f_1 = -1, c_1 = 6; centre (3, 1), r_1 = 2) and S_2 \equiv x^2 + y^2 - 4y - 2 = 0 (so g_2 = 0, f_2 = -2, c_2 = -2; centre (0, 2), r_2 = \sqrt{6}).

Check: 2g_1g_2 + 2f_1f_2 = 2(-3)(0) + 2(-1)(-2) = 0 + 4 = 4.

And c_1 + c_2 = 6 + (-2) = 4.

Since 2g_1g_2 + 2f_1f_2 = c_1 + c_2, the circles are orthogonal.

Cross-check with Pythagoras: C_1C_2^2 = 9 + 1 = 10. And r_1^2 + r_2^2 = 4 + 6 = 10. Equal, as required.

Worked examples

Example 1: Finding a circle through two intersection points with an extra condition

Find the circle passing through the intersection of S_1 \equiv x^2 + y^2 - 4x = 0 and S_2 \equiv x^2 + y^2 - 2y = 0 that also passes through the point (3, 3).

Step 1. Write the family equation S_1 + \lambda S_2 = 0:

(x^2 + y^2 - 4x) + \lambda(x^2 + y^2 - 2y) = 0
(1 + \lambda)(x^2 + y^2) - 4x - 2\lambda y = 0

Why: every circle in this family passes through the intersection points of S_1 and S_2. The parameter \lambda selects which member. You need to find the value of \lambda that makes the circle pass through (3, 3).

Step 2. Substitute (3, 3):

(1 + \lambda)(9 + 9) - 12 - 6\lambda = 0
18(1 + \lambda) - 12 - 6\lambda = 0
18 + 18\lambda - 12 - 6\lambda = 0
12\lambda + 6 = 0 \quad\Longrightarrow\quad \lambda = -\frac{1}{2}

Why: substituting the extra point into the family equation pins down the unique value of \lambda.

Step 3. Write the specific circle. With \lambda = -1/2:

\frac{1}{2}(x^2 + y^2) - 4x + y = 0

Multiply by 2:

x^2 + y^2 - 8x + 2y = 0

Step 4. Identify the circle. Centre = (4, -1), R = \sqrt{16 + 1} = \sqrt{17}. Verify (3, 3): 9 + 9 - 24 + 6 = 0. Yes.

Also verify one intersection point. Solve S_1 = 0 and S_2 = 0: subtract to get -4x + 2y = 0, i.e. y = 2x. Substitute into S_1: x^2 + 4x^2 - 4x = 0, so x(5x - 4) = 0. The intersection points are (0, 0) and (4/5, 8/5).

Check (0, 0) on the new circle: 0 + 0 - 0 + 0 = 0. Yes.

Result: The circle is x^2 + y^2 - 8x + 2y = 0, with centre (4, -1) and radius \sqrt{17}.

The two given circles (solid) intersect at $O(0,0)$ and $Q(4/5, 8/5)$. The family member passing through $(3, 3)$ is the dashed circle with centre $C(4, -1)$. All three circles share the same two intersection points.

The power of the family method is clear: you never had to find the intersection points of S_1 and S_2 to write the answer. You wrote the family, imposed one condition, and solved for \lambda. The intersection points were along for the ride automatically.

Example 2: Radical axis and radical centre

Find the radical axis of S_1 \equiv x^2 + y^2 - 2x - 4y - 4 = 0 and S_2 \equiv x^2 + y^2 + 4x - 2y - 6 = 0. Also, given a third circle S_3 \equiv x^2 + y^2 - 6x + 2y + 4 = 0, find the radical centre.

Step 1. Find the radical axis of S_1 and S_2: S_1 - S_2 = 0.

(-2x - 4y - 4) - (4x - 2y - 6) = 0
-6x - 2y + 2 = 0 \quad\Longrightarrow\quad 3x + y = 1

Why: the x^2 + y^2 terms cancel (they always do), leaving a linear equation — the radical axis.

Step 2. Find the radical axis of S_1 and S_3: S_1 - S_3 = 0.

(-2x - 4y - 4) - (-6x + 2y + 4) = 0
4x - 6y - 8 = 0 \quad\Longrightarrow\quad 2x - 3y = 4

Why: the second radical axis. The radical centre is where these two radical axes meet.

Step 3. Solve the two radical axes simultaneously.

From 3x + y = 1: y = 1 - 3x.

Substitute into 2x - 3y = 4: 2x - 3(1 - 3x) = 4, so 2x - 3 + 9x = 4, giving 11x = 7, hence x = 7/11.

Then y = 1 - 21/11 = -10/11.

Why: the radical centre is the intersection of any two of the three radical axes. The third axis automatically passes through this point.

Step 4. Verify. The radical axis of S_2 and S_3 is S_2 - S_3 = 0:

(4x - 2y - 6) - (-6x + 2y + 4) = 0
10x - 4y - 10 = 0 \quad\Longrightarrow\quad 5x - 2y = 5

Check (7/11, -10/11): 35/11 + 20/11 = 55/11 = 5. Yes.

Result: Radical axis of S_1, S_2: 3x + y = 1. Radical centre: (7/11, -10/11).

Three circles with their three radical axes (dashed and dotted lines). All three radical axes pass through the radical centre $R(7/11, -10/11)$. From $R$, the tangent drawn to each circle has the same length.

The radical centre is the one point in the plane where you are "equally far" (in the power sense) from all three circles. The three radical axes — each one the locus of equal power with respect to a pair of circles — must all meet at this point, because a point with equal power to circles 1 and 2, and equal power to circles 2 and 3, necessarily has equal power to circles 1 and 3.

Common confusions

Going deeper

If you came here to learn about families of circles, the radical axis, and the orthogonality condition, you have all the tools — you can stop here. What follows connects these ideas to more advanced constructions and to the elegant theory that sits beneath them.

Coaxial families

When you write S_1 + \lambda S_2 = 0 for all \lambda, you get a family of circles that all share the same radical axis (the line S_1 - S_2 = 0). Such a family is called a coaxial system. Every pair of circles in a coaxial system has the same radical axis — which is why the system is called "co-axial" (sharing one axis).

There are three types of coaxial systems:

  1. Intersecting type: all circles pass through two common real points (the points where the radical axis meets any circle in the family).
  2. Tangent type: all circles pass through one common point (the radical axis is tangent to every circle in the family).
  3. Non-intersecting type: no two circles in the family share a common point (the radical axis does not meet any circle in the family).

In each case, the centres of all circles in the family lie on a single line — the line of centres — which is perpendicular to the radical axis.

The orthogonal family

Given a coaxial system, there exists another coaxial system such that every circle in one family is orthogonal to every circle in the other. These two families are called conjugate coaxial systems. The radical axis of one family is the line of centres of the other, and vice versa.

This duality is a beautiful piece of geometry. The intersecting-type system (whose circles share two common points) pairs with a non-intersecting-type system (whose circles all have the same line of centres passing through those two points). The tangent-type system pairs with itself.

Power of a point as a unifying concept

The notion of power of a point is the thread connecting everything in this article:

The power of a point with respect to a circle is one number — S_1 — and that one number controls the geometry of tangents, chords, polars, and radical axes. When Bhaskara II studied circle configurations in the Lilavati, he used equivalent distance-based arguments; the algebraic encoding via S_1 came later with the coordinate methods of analytic geometry, but the geometric insight is the same.

Where this leads next

Families of circles and the radical axis are foundational for the more advanced circle theory and for conics: