Skip to content

Commit bc4a392

Browse files
committed
Monge's theorem has 4 propositions
1 parent eb36251 commit bc4a392

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

feuerbach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Other proofs of the two theorems can be found [here](http://blancosilva.github.i
6363

6464
[Here](pythagoras/feuerbach-3.py) is the computational proof *starting from incircle*.
6565

66-
This theorem can also be proved by [Monge's theorem](monge.md#monges-theorem) (Theorem 2).
66+
This theorem can also be proved by [Monge's theorem](monge.md#monges-theorem) (proposition 2).

monge.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ which is between *a* and *b*. So it should be the internal intersection. Denote
9393

9494
<img src="https://latex.codecogs.com/gif.latex?\frac{\overrightarrow{H'A}}{\overrightarrow{BH'}}=\frac{a-h'}{h'-b}=\frac{R}r\quad\text{(Eq.\,2)}">
9595

96-
The external and internal intersections, are the external and internal **[homothetic centers](https://en.wikipedia.org/wiki/Homothetic_center#Circles)** of two circles, and they are harmonic conjugate with respect to the two circle centers:
96+
In fact, the external and internal intersections are the external and internal **[homothetic centers](https://en.wikipedia.org/wiki/Homothetic_center#Circles)** of two circles, and they are harmonic conjugate with respect to the two circle centers:
9797

9898
<img src="https://latex.codecogs.com/gif.latex?(A,B;H,H')=-1">
9999

@@ -109,25 +109,20 @@ The two internal tangent lines are <img src="https://latex.codecogs.com/gif.late
109109

110110
<img src="diagrams/monge.png">
111111

112-
**Theorem 1** For any three circles in a plane, the intersection points of each of the three pairs of external tangent lines (i.e. three external homothetic centers) are collinear. This still holds even if one circle is completely inside the other.
112+
**Monge's theorem** states that for any three circles in a plane, none of which is completely inside one of the others, the intersection points of each of the three pairs of external tangent lines are collinear.
113113

114-
This can be proved by applying Eq. 1 onto *D*, *E* and *F* and Menelaus's theorem:
114+
In fact, there are another three propositions.
115115

116-
<img src="https://latex.codecogs.com/gif.latex?\frac{\overrightarrow{DB}}{\overrightarrow{DC}}\cdot\frac{\overrightarrow{EC}}{\overrightarrow{EA}}\cdot\frac{\overrightarrow{FA}}{\overrightarrow{FB}}=\frac{r_B}{r_C}\cdot\frac{r_C}{r_A}\cdot\frac{r_A}{r_B}=1">
116+
For any three circles (*A*), (*B*) and (*C*) in a plane, let *D*, *E* and *F* be the external homothetic centers (intersection points of external tangent lines, if one circle is not completely inside the other) of (*B*)(*C*), (*C*)(*A*) and (*A*)(*B*) respectively, and let *D'*, *E'* and *F'* be the internal homothetic centers (intersection points of internal tangent lines, if the two circles are disjoint) of (*B*)(*C*), (*C*)(*A*) and (*A*)(*B*) respectively, then we have:
117117

118-
**Theorem 2** For three circles (*A*), (*B*) and (*C*) in a plane, the external homothetic center *D* of (*B*) and (*C*), the internal homothetic center *E'* of (*C*) and (*A*), and the internal homothetic center *F'* of (*A*) and (*B*), are collinear.
118+
1. *DEF* are collinear;
119+
2. *DE'F'* (*D'EF'*; *D'E'F*) are collinear;
120+
3. *AD'*, *BE'* and *CF'* are concurrent;
121+
4. *AD*, *BE* and *CF'* (*AD*, *BE'* and *CF*; *AD'*, *BE* and *CF*) are concurrent.
119122

120-
This can be proved by applying Eq. 1 onto *D*, Eq. 2 onto *E'* and *F'* and Menelaus's theorem:
123+
To prove these propositions, just apply Eq. 1 onto *D*, *E* and *F*, and apply Eq. 2 onto *D'*, *E'* and *F'*, then get collinearity by Menelaus's theorem, and get concurrency by Ceva's theorem.
121124

122-
<img src="https://latex.codecogs.com/gif.latex?\frac{\overrightarrow{DB}}{\overrightarrow{DC}}\cdot\frac{\overrightarrow{CE'}}{\overrightarrow{E'A}}\cdot\frac{\overrightarrow{AF'}}{\overrightarrow{F'B}}=\frac{r_B}{r_C}\cdot\frac{r_C}{r_A}\cdot\frac{r_A}{r_B}=1">
123-
124-
A famous triangle center *X*(12) mentioned [here](feuerbach.md#theorems-related-to-the-feuerbach-point) (Theorem 3) can be proved by this theorem.
125-
126-
**Theorem 3** For three circles (*A*), (*B*) and (*C*) in a plane, let *D'*, *E'* and *F'* be the internal homothetic centers of (*B*)(*C*), (*C*)(*A*) and (*A*)(*B*), respectively, then *AD'*, *BE'* and *CF'* are concurrent.
127-
128-
This can be proved by applying Eq. 2 onto *D'*, *E'* and *F'* and Ceva's theorem:
129-
130-
<img src="https://latex.codecogs.com/gif.latex?\frac{\overrightarrow{BD'}}{\overrightarrow{D'C}}\cdot\frac{\overrightarrow{CE'}}{\overrightarrow{E'A}}\cdot\frac{\overrightarrow{AF'}}{\overrightarrow{F'B}}=\frac{r_B}{r_C}\cdot\frac{r_C}{r_A}\cdot\frac{r_A}{r_B}=1">
125+
A famous triangle center *X*(12) mentioned [here](feuerbach.md#theorems-related-to-the-feuerbach-point) (Theorem 3) can be proved by proposition 2.
131126

132127
### Note
133128

0 commit comments

Comments
 (0)