Given the following tangent circles chain to draw the next circle of the chain

384 Views Asked by At

the chain is from the yellow circles.

What I want is a way to draw the next yellow circle given all the ones before it:

enter image description here

I know how to draw the first circle $(P_0Q_0X)$.

I know the (nameless in the picture) contact point of the $n-th$ circle with the $n+1-th$ one lies on a circle centered at $H = P_0Q_0 \cap BC$ passing through $C$.

I know lines $P_nQ_n$ all meet in $H$.

I know quads $P_nP_{n+1}Q_{n+1}Q_n$ are cyclic.

I still can't find a simple way to construct the next circle given the previous one.I know there are one or two inversions that can do the trick but I would prefer if we avoid the temptation of looking for invertions.

I can't prove but I know the circles $P_nQ_nC$ are tangent to $BC$ at $C$

EDIT: also don't just use the general apollonius solution unless you can make sure you can show some symetry from this particular problem. For example: because we know the contact points between two circles lie on a circle centered at $H$ passing through $C$ we don't need the full $CCC$ but we can use $PCC$ (of course you guys are suposed to show more simplifications)

2

There are 2 best solutions below

4
On BEST ANSWER

enter image description here

The diagram is copied here for convenience. I'll refer to the circle with center $L$ as the blue circle and the circle with center $B$ as the white circle.

We're trying to find the blank yellow circle, given the previous circle $P_3Q_3C_3$, where $C_3$ is the unnamed contact point.

Construction using inversion: For the circle $c$ through the points $P_n,Q_n,C$, we can invert $P_{n-1}$ and $Q_{n-1}$ in $c$ to get $P_{n+1}$ and $Q_{n+1}$. You have also mentioned that you can construct the contact points. So once the first two circles have been constructed we can leapfrog to construct the rest of them.

To show this, invert the diagram in a circle with center $C$.

Construction not using inversion: Let $L'$ be the point on the upper half of the blue circle such that $L'L$ is perpendicular to $BO_3$. Then let $Q_4$ be the other intersection of $L'P_3$ with the blue circle.

Similarly, let $B'$ be the point on the lower half of the white circle such that $B'B$ is perpendicular to $LO_3$. Then let $P_4$ be the other intersection of $B'Q_3$ with the white circle.

We now have 3 points of the blank yellow circle, so we can construct the circle and its center.

Note 1: this is an adaptation of a construction at Eppstein's The Geometry Junkyard and is really just a $PCC$ Apollonian construction. The problem is also equivalent to finding the incenter of a hyperbolic triangle. Baragar and Kontorovich's Efficiently constructing tangent circles claims to have an even shorter construction but I have not tried it out.

Note 2: You can prove that circles $P_nQ_nC$ are tangent to $BC$ by inverting in a circle centered at $C$. They map to vertical lines.

3
On

CircleChain We use the point $H$ and the circle that passes through all the contact points of neighboring circles of the chain, which was mentioned by the OP in his post. By the way, $H$ is located on the segment $LB$ a distance of $\frac{a}{6}$ away from the point $L$.

Start the construction by drawing the aforementioned circle, which is marked by the two end-points $C$ and $D$ and has its center located at $H$. Furthermore, its radius is equal to $HM_{01}$. Remember that the point $M_{01}$ is already available at this moment. This circle cuts the circle $O_1$ at $M_{12}$. Draw and extend the line $O_1 M_{12}$. We know that the center of the sought circle of the chain lies on this line.

Now, draw the two lines $M_{12}H$ and $O_1L$. The line $O_1L$ passes through the contact point $Q_1$ of the blue and yellow circles. Then, draw a line perpendicular to the $O_1L$ at $Q_1$ to intersect $M_{12}H$ at $N$. Construct an auxiliary circle with radius $Q_1N$ and having its center at $N$. This circle meets the blue circle at $Q_2$. The line $Q_2N$ is the common tangent of the blue circle and the sought member of the circle chain. Furthermore, $Q_2$ is the contact point of these two circles. Therefore, the center of the sought circle lies on the extended portion of the line $Q_2L$.

Now, we have two lines harboring the center of the sought circle, i.e. $O_1 M_{12}$ and $Q_2L$. Therefore, the point $O_2$, where these two lines meet, is the center of the next member of the circle chain. To complete the construction, draw the circle with radius $O_2Q_2$ or $O_2M_{12}$ taking $O_2$ as its center.

$\underline{\mathrm{Added\space at\space OP’s\space Request\space …}}$

A geometric configuration, in which three circles (e.g. green, yellow and blue circles) touch each other externally, has a unique point (in our case $N$), where the three common tangents coincide. Therefore, we can draw any two of the three common tangents to obtain this point. In other words, the point of intersection of any two common tangents (e.g. $NM_{12}$ and $NQ_1$) gives us this point. That is how we obtained the point $N$ in the first place. Using $Euclid\space Theorem\space 59$, we can show that the three distance from this point to each contact point of a pair of circles are equal. That is why we constructed an auxiliary circle with radius $Q_1N$ (or $NM_{12}$) and having its center at $N$. This circle cuts the blue circle at $Q_2$ giving us the third common tangent $NQ_2$. Now, we know that there exist a unique circle, which touches the yellow circle at $M_{12}$ and the blue circle at $Q_2$ externally. The center of this circle lies at the point of intersection of the two lines $O_1 M_{12}$ and $Q_2L$. The radius of this green circle is chosen as $O_2 Q_2$ to let its circumference pass through the point $Q_2$.

However, the story does not end here, because we have not yet explicitly stated that the green circle we obtained touches the red circle internally. This can be proven using trigonometry. But first, we would like to put forward the following argument. If the green circle cuts or fail to touch the red circle, then, this problem has no solution, because you cannot find another circle that touches the red circle internally and the blue circles externally while touching the yellow circle at $M_{12}$ externally.

If you want us to post the proof, please let us know