Triangle Midsegment Calculator

Find the midpoints and midsegment lengths of a triangle from its vertex coordinates.

Enter Triangle Vertices

Vertex A
Vertex B
Vertex C

Results

Midsegments Found
3
midsegments

Step-by-Step Solution

Midpoint = ((x₁+x₂)/2, (y₁+y₂)/2)

What Is a Midsegment of a Triangle?

A midsegment (or midline) of a triangle is a line segment connecting the midpoints of two sides of the triangle. Every triangle has exactly three midsegments, one for each pair of sides. Midsegments are fundamental concepts in geometry with several important properties.

Key Properties of Triangle Midsegments

Parallel to the Third Side

Each midsegment is parallel to the side of the triangle it does not touch. This is a direct consequence of the Triangle Midsegment Theorem.

Midsegment AB || Side C

Half the Length

The length of each midsegment is exactly half the length of the side it is parallel to. This relationship always holds true.

|midsegment| = |opposite side| / 2

Medial Triangle

The three midsegments form a smaller triangle called the medial triangle, which has one-quarter the area of the original triangle.

Area(medial) = Area(original) / 4

The Midsegment Theorem

The Triangle Midsegment Theorem states: The segment connecting the midpoints of two sides of a triangle is parallel to the third side and is half as long as that side. This theorem can be proven using coordinate geometry or vector methods.

How to Find a Midsegment

  1. Identify two sides of the triangle whose midpoints you want to connect.
  2. Calculate the midpoint of each side using the midpoint formula: M = ((x₁+x₂)/2, (y₁+y₂)/2).
  3. The line segment connecting these two midpoints is the midsegment.
  4. Its length equals half the length of the opposite (third) side.

Practical Applications

  • Engineering and architectural design for structural analysis.
  • Computer graphics for mesh subdivision algorithms.
  • Land surveying and mapping calculations.
  • Proof techniques in advanced geometry courses.

Coordinate Geometry Approach

When triangle vertices are given as coordinates, finding midsegments becomes a straightforward calculation. The midpoint formula is applied to each pair of vertices, and then the distance formula is used to compute midsegment lengths. This calculator automates these computations and verifies the midsegment theorem by showing that each midsegment length equals half the opposite side length.