Difference between revisions of "Menelaus' Theorem"
(→Proof Using Barycentric coordinates) |
Pi3point14 (talk | contribs) (→Proof Using Barycentric coordinates) |
||
Line 66: | Line 66: | ||
which yields, after simplification, | which yields, after simplification, | ||
− | <cmath>-X\cdot(R-1)(P-1)+Y\ | + | <cmath>-X\cdot (R-1)(P-1)+Y\cdot R(1-P)-Z\cdot PR = 0</cmath> |
− | <cmath>Z\ | + | <cmath>Z\cdot PR = -X\cdot (R-1)(P-1)+Y\cdot R(1-P).</cmath> |
Plugging in the coordinates for <math>Q</math> yields <math>(Q-1)(R-1)(P-1) = QPR</math>. From <math>\frac{CP}{PB}=\frac{1-P}{P},</math> 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> | Plugging in the coordinates for <math>Q</math> yields <math>(Q-1)(R-1)(P-1) = QPR</math>. From <math>\frac{CP}{PB}=\frac{1-P}{P},</math> 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> |
Revision as of 21:03, 28 August 2015
This article is a stub. Help us out by expanding it.
Menelaus' Theorem deals with the collinearity of points on each of the three sides (extended when necessary) of a triangle. It is named for Menelaus of Alexandria.
Statement
A necessary and sufficient condition for points on the respective sides (or their extensions) of a triangle to be collinear is that
where all segments in the formula are directed segments.
Proof
Draw a line parallel to through to intersect at :
Multiplying the two equalities together to eliminate the factor, we get:
Proof Using 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:
The line through and is given by:
which yields, after simplification,
Plugging in the coordinates for yields . From we have Likewise, and
Substituting these values yields
\[(Q-1)(R-1)(P-1) = \frac{(1-Q)\cdot QC \cdot (1-P) \cdot PB \cdot (1-R) \cdot AR}{QA\cdotCP\cdotBR}\] (Error compiling LaTeX. Unknown error_msg)
which simplifies to
QED