|
|
|
Viewing Version
11
of
'midpoint'
|
[ view 'midpoint'
|
back to history
]
| Title of object: |
midpoint |
| Canonical Name: |
Midpoint |
| Type: |
Definition |
| Created on: |
2001-10-29 23:46:16 |
| Modified on: |
2005-01-13 18:35:56 |
| Classification: |
msc:51-00 |
| Keywords: |
Geometry |
Preamble:
\usepackage{pstricks}
\usepackage{pst-eucl}
\usepackage{fancybox} |
Content:
If $AB$ is a segment, then its midpoint is the point $P$ whose distances from $B$ and $C$ are equal. That is, $AP = PB$.
The midpoint of segment $AB$ can be found with ruler and compass as follows: Draw two circles with radius $AB$ and centers $A,B$ respectively. Let $P,Q$ the intersection points of the circles. Then the intersection $T$ of $PQ$ wih $AB$ is the midpoint of $AB$.
\begin{center}
\framebox{
\begin{pspicture*}(-5,-4)(5,4)
\pstGeonode[PosAngle={270,270}](-2,-2){A}(2,2){B}
\pstLineAB{A}{B}
\psset{arcsepA=-1,arcsepB=-1}
\pstInterCC[PosAngleA=100]{A}{B}{B}{A}{P}{Q}
\pstArcOAB[linecolor=blue,linestyle=dashed]{A}{Q}{P}
\pstArcOAB[linecolor=blue,linestyle=dashed]{B}{P}{Q}
\pstLineAB[linecolor=red]{P}{Q}
\pstInterLL{A}{B}{P}{Q}{T}
\pstRightAngle[linecolor=red]{P}{T}{A}
\pstSegmentMark[SegmentSymbol=MarkHash]{A}{T}
\pstSegmentMark[SegmentSymbol=MarkHash]{B}{T}
\end{pspicture*}
}\end{center}
There are several arguments to see why $T$ is indeed the midpoint of $AB$. Because of the circles having the same radius, $AP=AQ=BP=BQ$. It follows that $\triangle PAQ\cong\triangle PBQ$ and $\triangle BAQ\cong \triangle BAQ$ and that they all are isosceles. Then $\angle APT =\angle TPB$ and so $PT$ is the angle bisector of an isosceles triangle and thus also a median. We conclude that $T$ is the midpoint.
Al alternative (yet essentially equivalent) argument is that since $AP=AQ=BP=BQ$, then $ABCD$ is a parallelogram (in fact, a rhombus) and therefore
the intersection $T$ of its diagonals is the midpoint of each one.
With the notation of directed segments, the midpoint is the point on the line that contains $AB$ such that the ratio $\frac{\overrightarrow{AP}}{\overrightarrow{PB}}=1$. |
|
|
|
|
|