Consider a flat Euclidean plane and three distinct circles on it with one common intersection point shared by all three circles. If the three radii are perturbed by a constant, call it $\delta$, under what conditions will there be another (real) intersection point common to all three circles?
Algebraically, here is the formulation. Assume that the quadratic system $$(x-x_1)^2+(y-y_1)^2=r_1^2,$$ $$(x-x_2)^2+(y-y_2)^2=r_2^2,$$ $$(x-x_3)^2+(y-y_3)^2=r_3^2,$$ already has a solution, the point $S=(x_s,y_s)$. Let us augment the system, $$(x-x_1)^2+(y-y_1)^2=(r_1+\delta)^2,$$ $$(x-x_2)^2+(y-y_2)^2=(r_2+\delta)^2,$$ $$(x-x_3)^2+(y-y_3)^2=(r_3+\delta)^2.$$ Then the point $S$ solves this augmented system with $\delta=0$.
Under what conditions, do real solutions with $\delta\neq0$ exist? And do they have a closed-form?
Case 1
This is the trivial case. When the three centers lie on a straight line, the system will have two distinct solutions $S$ and $T$, both with $\delta=0$. The three black dots are the centers of the three circles. $S$ is the intersection of all three of these circles but, simultaneously, $T$ is another distinct intersection. Both intersections occur when $\delta=0$.
Case 2
In this case, shown in Figure 2, no matter what we add or subtract from the radii, the three circles will never intersect again, for $\delta\neq0$. We can "confirm" this by solving the quadratic system numerically. There are only two solutions and they are,
- point $(1,1)$ with $\delta=0$,
- point $(0.261204, 0.261204)$ with $\delta=-1.78361$.
The "problem" here is that the radii are too small, or $\delta$ is too large of a negative number in magnitude, whichever way you want to look at it. The three radii, when $\delta=0$, are $$r_1=\sqrt{2}\approx1.4142,$$ $$r_2=1,$$ $$r_3=1,$$ so that when you add $\delta$ with a large negative value, the circles become imaginary with negative radii.
Case 3
In this case, the two numerical solutions are
- point $(1,1)$ with $\delta=0$,
- point $(2.06558, 1.36233)$ with $\delta=1.06017$.
Figure 3A shows the first solution and Figure 3B shows the second solution. In this case, $\delta>0$ so we simply add it to the radii and the circles are all real.
Case 4
In this case, the two numerical solutions are
- point $(1,1)$ with $\delta=0$,
- point $(0.561976, 0.408912)$ with $\delta=-0.719213$.
$\delta$ is negative in this case but its magnitude is small enough, smaller than all of the radii, which means that when we decrease the radii, the radii are all still positive and the circles are real. The three radii in this case are $$r_1=\sqrt{2}\approx1.4142,$$ $$r_2=\sqrt{5}\approx2.23607,$$ $$r_3=\frac{3\sqrt{269}}{50}\approx0.899389.$$
Questions
- There is a very elegant Euclidean geometry theorem here. What exactly is it?
- How would you go about proving this?
- Under what conditions is the intersection $T$ real? Imaginary?
- What is the closed-form for the solutions, if possible?
- Are there always exactly two solutions, if we allow both real and imaginary circles? This is a quadratic system in three variables.
- Any references where this may already have been investigated?







Disclaimer: This solution is not complete. I assume that the three centers do not lie on a straight line, and I also make an assumption about the solution of a certain homogeneous system of linear equations. Furthermore, I do not have an idea how to interpret the results geometrically.
Expand the equations of the augmented system, multiply with $-\frac{1}{2}$ and rearrange everything: \begin{eqnarray} x_1x+y_1y+r_1\delta - \frac{1}{2}\left(x^2+y^2-\delta^2\right) & = & \frac{1}{2}\left(x_1^2+y_1^2-r_1^2\right) \\ x_2x+y_2y+r_2\delta - \frac{1}{2}\left(x^2+y^2-\delta^2\right) & = & \frac{1}{2}\left(x_2^2+y_2^2-r_2^2\right) \\ x_3x+y_3y+r_3\delta - \frac{1}{2}\left(x^2+y^2-\delta^2\right) & = & \frac{1}{2}\left(x_3^2+y_3^2-r_3^2\right) \end{eqnarray} With $u=-\frac{1}{2}\left(x^2+y^2-\delta^2\right)$ and $b_i=\frac{1}{2}\left(x_i^2+y_i^2-r_i^2\right),$ we get $$ \begin{pmatrix} x_1 & y_1 & 1 & r_1 \\ x_2 & y_2 & 1 & r_2 \\ x_3 & y_3 & 1 & r_3 \end{pmatrix} \begin{pmatrix} x \\ y \\ u \\ \delta \end{pmatrix} = \begin{pmatrix} b_1 \\ b_2 \\ b_3 \end{pmatrix} $$ We have to look for solutions of this underdetermined system of equations that also fulfill the definition of $u.$ If the three centers of the circles do not lie on a straight line, then the matrix has full rank and there is (up to scalar multiples) only one solution to the system $$ \begin{pmatrix} x_1 & y_1 & 1 & r_1 \\ x_2 & y_2 & 1 & r_2 \\ x_3 & y_3 & 1 & r_3 \end{pmatrix} \begin{pmatrix} x_0 \\ y_0 \\ u_0 \\ \delta_0 \end{pmatrix} =0 $$ We can use, for example $$ x_0 = \begin{vmatrix} y_1 & 1 & r_1 \\ y_2 & 1 & r_2 \\ y_3 & 1 & r_3 \end{vmatrix} \;\;\; y_0 = -\begin{vmatrix} x_1 & 1 & r_1 \\ x_2 & 1 & r_2 \\ x_3 & 1 & r_3 \end{vmatrix} \\ u_0 = \begin{vmatrix} x_1 & y_1 & r_1 \\ x_2 & y_2 & r_2 \\ x_3 & y_3 & r_3 \end{vmatrix} \;\;\; \delta_0 = -\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} $$ Note that $\delta_0\neq 0$ if the three centers of the circles do not lie on a straight line.
We already know one of the solutions of the system of equations, which is $(x_S\;\;y_S\;\;u_S\;\; 0)^T.$ Therefore, we can get all solutions of the linear system of equations as follows: $$ \begin{pmatrix} x \\ y \\ u \\ \delta \end{pmatrix} = \begin{pmatrix} x_0 \\ y_0 \\ u_0 \\ \delta_0 \end{pmatrix} \lambda + \begin{pmatrix} x_S \\ y_S \\ u_S \\ 0 \end{pmatrix} $$ Now we have to ensure that our definition of $u$ is consistent with the candidates we get from this formula. We need $u=-\frac{1}{2}\left(x^2+y^2-\delta^2\right),$ which means $$ u_0\lambda+u_S = -\frac{1}{2}\left((x_0\lambda+x_S)^2+(y_0\lambda+y_S)^2 -(\delta_0\lambda)^2\right) $$ Simplifications: \begin{eqnarray} u_0\lambda - \frac{1}{2}\left(x_S^2+y_S^2\right) & = & -\frac{1}{2}\left((x_0\lambda+x_S)^2+(y_0\lambda+y_S)^2 -(\delta_0\lambda)^2\right) \\ -2u_0\lambda +x_S^2+y_S^2 & = & (x_0\lambda+x_S)^2+(y_0\lambda+y_S)^2-(\delta_0\lambda)^2 \\ -2u_0\lambda +x_S^2+y_S^2 & = & x_0^2\lambda^2+2x_0x_S\lambda+x_S^2 +y_0^2\lambda^2+2y_0y_S\lambda+y_S^2-\delta_0^2\lambda^2 \\ -2u_0\lambda & = & x_0^2\lambda^2+2x_0x_S\lambda +y_0^2\lambda^2+2y_0y_S\lambda-\delta_0^2\lambda^2 \\ 0 & = & \lambda\; \left((x_0^2+y_0^2-\delta_0^2)\lambda + 2x_0x_S+2y_0y_S + 2u_0\right) \end{eqnarray} We are not interested in the solution $\lambda = 0$ because it gives us $S,$ which we already know. Therefore, we are interested in $$ (x_0^2+y_0^2-\delta_0^2)\lambda + 2x_0x_S+2y_0y_S + 2u_0 = 0 $$ Further analysis is needed to clarify if $x_0^2+y_0^2 = \delta_0^2$ can happen. If not, we get exactly one "interesting" value for $\lambda,$ which is $$ \lambda = -2\;\frac{x_0x_S+y_0y_S+u_0}{x_0^2+y_0^2-\delta_0^2} $$ This choice of $\lambda$ gives "real" circles, if $r_i + \lambda\delta_0 > 0$ for $i=1,2,3.$
Summary: Under the assumption that the centers do not lie on a straight line, and under the assumption that the homogeneous system of linear equation (above) does not produce a solution with $x_0^2+y_0^2 = \delta_0^2,$ there are no additional solutions (if $x_0x_S+y_0y_S+u_0=0$) or there is exactly one additional solution (if $x_0x_S+y_0y_S+u_0\neq 0$). There is a closed form of the solution, but it is probably incomprehensible, if you put it all into one single formula.
Note: $x_0x_S+y_0y_S+u_0=0$ happens if $S$ and two of the centers are on a straight line, and both centers are on the same side of $S.$ In this case, the two circles only touch at one single point, and this fact does not change for different values of $\delta.$ If the third circle does not have its center on the same line, it will never intersect the other two in their common boundary point for any $\delta\neq 0.$
Edit
In the meantime, I found out that $x_0^2+y_0^2=\delta_0^2$ can happen. But there are no obvious geometrical properties associated with this condition, at least I did not detect any. The scenarios in which this happens look as generic as any other scenario with randomly chosen circles - no alignment of the centers of the circles, no special ratio of the radii or any other obvious property.