Menelaus' Theorem
Menelaus' Theorem deals with the collinearity of points on each of the three sides (extended when necessary) of a triangle. It is named after Menelaus of Alexandria.
Contents
[hide]Statement
If line intersecting
on
, where
is on
,
is on the extension of
, and
on the intersection of
and
, then
Alternatively, when written with directed segments, the theorem becomes .
Also, the theorem works with all three points on the extension of their respective sides.
Proof
Proof with Similar Triangles
Draw a line parallel to through
to intersect
at
:
Multiplying the two equalities together to eliminate the
factor, we get:
Proof with Barycentric coordinates
Disclaimer: This proof is not nearly as elegant as the above one. It uses a bash-type approach, as barycentric coordinate proofs tend to be.
Suppose we give the points the following coordinates:
Note that this says the following:
$$ (Error compiling LaTeX. Unknown error_msg)\frac{QA}{QC}=\frac{1-Q}{Q}
R
P
<cmath>-X\cdot (R-1)(P-1)+Y\cdot R(1-P)-Z\cdot PR = 0</cmath> <cmath>Z\cdot PR = -X\cdot (R-1)(P-1)+Y\cdot R(1-P).</cmath>
Plugging in the coordinates for$ (Error compiling LaTeX. Unknown error_msg)Q(Q-1)(R-1)(P-1) = QPR
\frac{CP}{PB}=\frac{1-P}{P},$we have <cmath>P=\frac{(1-P)\cdot PB}{CP}.</cmath> Likewise, <cmath>R=\frac{(1-R)\cdot AR}{BR}</cmath> and <cmath>Q=\frac{(1-Q)\cdot QC}{QA}.</cmath>
Substituting these values yields <cmath>(Q-1)(R-1)(P-1) = \frac{(1-Q)\cdot QC \cdot (1-P) \cdot PB \cdot (1-R) \cdot AR}{QA\cdot CP\cdot BR}</cmath> which simplifies to$ (Error compiling LaTeX. Unknown error_msg)QA\cdot CP \cdot BR = -QC \cdot AR \cdot PB.B_{m_{1}}
C_{m_{2}}
Q_{m_{3}}
m_{3}+m_{2}
{\;\; \frac{BP}{CP} \cdot \frac{QC}{QA} \cdot \frac{AR}{RB} = \frac{{m_{2}}}{{m_{1}}} \cdot \frac{{m_{3}+m_{2}}}{{m_{2}}} \cdot \frac{{m_{1}}}{{m_{3}+m_{2}}} = 1}$== Converse ==
The converse of Menelaus' theorem is also true. If$ (Error compiling LaTeX. Unknown error_msg)\frac{BP}{PC} \cdot \frac{CQ}{QA} \cdot \frac{AR}{RB} = 1P, Q, R$ are collinear. The converse is useful in proving that three points are collinear.