Draw any three circles of different radii in a plane such that no circle is inside another - each must have interior points not in the interior or on the circumference of either of the other circles, to rule out the inside-but-tangent case. It is easiest to visualize this with non-overlapping circles, but overlapping will not "break" the result.
For each of the three pairs, draw the two common external tangents. For each two tangents, mark the point at which they intersect.
Prove that these three points are colinear.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
One way you could approach this is with vectors (which is rather whack based; there's definitely a synthetic solution for this, perhaps inversion based)
Let the three circles have radius r1, r2, r_3, and be centered at A,B,C respectively.
WLOG let r1 < r2 < r_3
Define the intersection of the tangents for the circles centered at A,B as D.
Observe that D = A - (B-A)(r1)/(r2 - r1) = (Ar2 - Br1) / (r2-r_1)
We can also define E and F, the other two intersections similarly, giving us:
D = (Ar2 - Br1) / (r2 - r1)
E = (Br3 - Cr2)/ (r3 - r2)
F = (Cr1 - Ar3)/ (r1 - r3)
D-E = k { A(r3 - r2) + B (r1 - r3) + C(r2 - r1) } for some constant k based on r1, r2, r_3
after expanding, you can remove the (r2 - r1)(r3-r2) at the bottom, and all the top terms are multiples of r2; k = (r2)/((r2 - r1)(r3 - r2)). We do not care about the magnitude of D-E, so we just look at the direction.
D-F = l { A(r2 - r3) + B (r3 - r1) + C(r1 - r2) } for some constant l
Thus D-E and D-F are parallel, the three points are collinear.
Log in to reply
It struck me later that there is a much simpler continuation after you obtain the ratios of AD to AB, BE to BC, and CF to AC. Just use Menelaus' theorem, and the rest is trivial.
I'm going to have to learn how to read that notation...