[Math] Diameter of nth circle between two circles problem

circlescontest-mathgeometryproblem solvingtangent line

A couple weeks ago during a maths Olympiad I ran across a Geometry problem which i found particularly difficult. I don't have the exact rubric but it goes like this:

Let there be two tangent circles of radius 1 and a line tangent to both, as shown in the picture below. Let $C_1$ be the diameter of the circle tangent to the line and the two circles (the circle between both circles and the line), $C_2$ the diameter of the circle tangent to both radius 1 circles and the previous small circle (but not the line), and so on. Obtain an expression for $C_n$.

a big picture

In the picture, blue and red circles are the radius 1 circles, the x axis represents the line, the green circle is the "1st circle" (so it has radius $\frac{C_1}{2}$, remember $C_n$ is the diameter of the "nth circle", defined from 1 onwards) and the orange one is the 2nd (so its radius is $\frac{C_2}{2}$).

I couldn't solve it in the time that was given, but i suspected the answer to be:

1/(n(n+1))

After googling, i found that using Descartes' kissing circles theorem helps solve it, but it seems too overkill. If anyone can figure out and post an elegant solution, it would be really appreciated!

Best Answer

a set of circles under inversion

Translate everything towards the negative $x$-direction for unit distance. Under this translation,

  • the contact point of the red and blue circle become the new origin.
  • the old $x$-axis becomes the line $y = -1$.

Invert with respect to the unit circle in the new coordinate system. Under this circle inversion,

  • The red circle become the line $x = \frac12$.
  • The blue circle become the line $x = -\frac12$.
  • The contact points $(\pm 1, -1)$ of the red/blue circles and the line $y = -1$ get mapped to $(\pm \frac12, -\frac12)$. Since any straight line will mapped to a circle passing through origin, we find the line $y = -1$ get mapped to a circle of radius $\frac12$ centered at $(0,-\frac12)$.

  • Since the green circle are tangent to the red/blue circles and the line $y = -1$. It get mapped to a circle radius $\frac12$ centered at $(0,-\frac32)$.

  • By a similar argument, one find the orangle circle get mapped to a circle of radius $\frac12$ centered at $(0,-\frac52)$.

Combine these observations, it is not hard to see in general, the $n^{th}$ circles we wish to construct get mapped to a circle of radius $\frac12$ centered at $(0, -(n + \frac12))$. Notice the nearest and farest distance of the inverted $n^{th}$ circle to the origin is $n$ and $n+1$. When one one invert it back, one find the diameter of the original $n^{th}$ circle is simply $$C_n = \left(\frac1n - \frac{1}{n+1}\right) = \frac1{n(n+1)}$$

Related Question