Pairwise common tangents of three circles

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.

Note by Peter Lynn
8 years ago

No vote yet
3 votes

  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:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \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.

Gabriel Wong - 8 years ago

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.

Gabriel Wong - 8 years ago

I'm going to have to learn how to read that notation...

Peter Lynn - 8 years ago
×

Problem Loading...

Note Loading...

Set Loading...