You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feuerbach.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,14 +51,16 @@ Other proofs can be found [here](https://imomath.com/index.php?options=323) (Pro
51
51
52
52
**Theorem 1** The circle through the [feet of the internal bisectors](https://mathworld.wolfram.com/IncentralTriangle.html)*I*<sub>A</sub>*I*<sub>B</sub>*I*<sub>C</sub> of a triangle *ABC* passes through the Feuerbach point.
53
53
54
-
[Here](pythagoras/feuerbach-1.py) is a computational proof *starting from incircle*.
54
+
[Here](pythagoras/feuerbach-1.py) is the computational proof *starting from incircle*.
55
55
56
56
**Theorem 2** The Feuerbach point of a triangle *ABC* is the [anti-Steiner point](https://artofproblemsolving.com/community/c1646h1025320s3_antisteiner_point) of the Euler line of the [intouch triangle](https://mathworld.wolfram.com/ContactTriangle.html)*C*<sub>A</sub>*C*<sub>B</sub>*C*<sub>C</sub> with respect to the same intouch triangle *C*<sub>A</sub>*C*<sub>B</sub>*C*<sub>C</sub>.
57
57
58
-
[Here](pythagoras/feuerbach-2.py) is a computational proof *starting from incircle*.
58
+
[Here](pythagoras/feuerbach-2.py) is the computational proof *starting from incircle*.
59
59
60
60
Other proofs of the two theorems can be found [here](http://blancosilva.github.io/post/2013/07/15/some-results-related-to-the-feuerbach-point.html) (computational) and [here](https://forumgeom.fau.edu/FG2012volume12/FG201205.pdf) (synthetic).
61
61
62
62
**Theorem 3** Let *F*<sub>A</sub>, *F*<sub>B</sub>, *F*<sub>C</sub> be the touch points of the nine-point circle with the *A*-, *B*-, *C*- excircles, respectively. The lines *AF*<sub>A</sub>, *BF*<sub>B</sub>, *CF*<sub>C</sub> meet at *X*(12), the harmonic conjugate of the Feuerbach point *F*<sub>I</sub> with respect to the incenter *I* and the nine-point center *N*. <sup>[1](https://www.cut-the-knot.org/Curriculum/Geometry/FeuerbachIncidence.shtml)</sup>
63
63
64
-
[Here](pythagoras/feuerbach-3.py) is a computational proof *starting from incircle*.
64
+
[Here](pythagoras/feuerbach-3.py) is the computational proof *starting from incircle*.
65
+
66
+
This theorem can also be proved by [Monge's theorem](monge.md#monges-theorem) (Theorem 2).
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:
The two external tangent lines are <imgsrc="https://latex.codecogs.com/gif.latex?y=\pm\sqrt{3}ix/2-3/2"> (tangent points are <imgsrc="https://latex.codecogs.com/gif.latex?(\pm{3}\sqrt{3}i,-6)"> and <imgsrc="https://latex.codecogs.com/gif.latex?(\pm\sqrt{3}i,-3)">), and their intersection is <imgsrc="https://latex.codecogs.com/gif.latex?(0,-3/2)">.
104
+
The two external tangent lines are <imgsrc="https://latex.codecogs.com/gif.latex?y=\pm\sqrt{3}ix/2-3/2"> (tangent points are <imgsrc="https://latex.codecogs.com/gif.latex?(\pm{3}\sqrt{3}i,-6)"> and <imgsrc="https://latex.codecogs.com/gif.latex?(\pm\sqrt{3}i,-3)">), and their intersection (internal homothetic center) is <imgsrc="https://latex.codecogs.com/gif.latex?(0,-3/2)">.
101
105
102
-
The two internal tangent lines are <imgsrc="https://latex.codecogs.com/gif.latex?y=\pm\sqrt{15}ix/4-3/4"> (tangent points are <imgsrc="https://latex.codecogs.com/gif.latex?(\pm{3}\sqrt{15}i,-12)"> and <imgsrc="https://latex.codecogs.com/gif.latex?(\pm\sqrt{15}i,3)">), and their intersection is <imgsrc="https://latex.codecogs.com/gif.latex?(0,-3/4)">.
106
+
The two internal tangent lines are <imgsrc="https://latex.codecogs.com/gif.latex?y=\pm\sqrt{15}ix/4-3/4"> (tangent points are <imgsrc="https://latex.codecogs.com/gif.latex?(\pm{3}\sqrt{15}i,-12)"> and <imgsrc="https://latex.codecogs.com/gif.latex?(\pm\sqrt{15}i,3)">), and their intersection (external homothetic center) is <imgsrc="https://latex.codecogs.com/gif.latex?(0,-3/4)">.
103
107
104
108
### Monge's theorem
105
109
106
110
<imgsrc="diagrams/monge.png">
107
111
108
-
**Monge's theorem** states that for any three circles in a plane, the intersection points of each of the three pairs of external tangent lines are collinear. This still holds even if one circle is completely inside the other.
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.
113
+
114
+
This can be proved by applying Eq. 1 onto *D*, *E* and *F* and Menelaus's theorem:
**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.
109
119
110
-
Let's apply Eq. 1 onto three external intersections *D*, *E* and *F*:
120
+
This can be proved by applying Eq. 1 onto *D*, Eq. 2 onto *E'* and *F'* and Menelaus's theorem:
According to Menelaus's theorem, *D*, *E* and *F* are collinear.
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.
115
125
116
-
The three internal intersections *D'*, *E'* and *F'*have a similar property. Let's apply Eq. 2 onto them:
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.
Copy file name to clipboardExpand all lines: sphere.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Then it's easy to calculate the intersection *O* of the three tangent planes, an
30
30
31
31
### Eight vertices of a hexahedron lie on a sphere
32
32
33
-
> If seven vertices of a (quadrilaterally-faced) hexahedron lie on a sphere, then so does the eighth vertex. <sup>[2](https://imomath.com/index.php?options=323) (Problem 11)</sup>
33
+
> If seven vertices of a (quadrilaterally-faced) hexahedron lie on a sphere, then so does the eighth vertex. <sup>[1](https://imomath.com/index.php?options=323) (Problem 11)</sup>
34
34
35
35
Just like the previous problem, we define arbitrary points *O*(0,0,0), *A*(*a*,0,0), *B*(*b*,*c*,0) and *C*(*d*,*e*,*f*), then calculate the sphere passing through these four points:
0 commit comments