Difference between revisions of "Menelaus' Theorem"
(→Proof Using Barycentric Coordinates) |
|||
Line 41: | Line 41: | ||
<math>\frac{AR}{RB}\cdot\frac{QC}{QA}=-\frac{PC}{PB}\implies \frac{AR}{RB}\cdot\frac{QC}{QA}\cdot\frac{PB}{PC}=-1</math> | <math>\frac{AR}{RB}\cdot\frac{QC}{QA}=-\frac{PC}{PB}\implies \frac{AR}{RB}\cdot\frac{QC}{QA}\cdot\frac{PB}{PC}=-1</math> | ||
− | ==Proof Using [[Barycentric | + | ==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. | 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. | ||
Line 72: | Line 72: | ||
QED | QED | ||
+ | |||
== See also == | == See also == | ||
* [[Ceva's Theorem]] | * [[Ceva's Theorem]] |
Revision as of 23:31, 28 May 2013
This article is a stub. Help us out by expanding it.
Menelaus's 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:
The line through and is given by:
Which yields, after simplification,
$Z\cdotPR = -X\cdot(R-1)(P-1)+Y\cdotR(1-P)$ (Error compiling LaTeX. Unknown error_msg)
Plugging in the coordinates for yields:
QED