Andromeda
Note

Midpoint of a Line Segment

Definition

The midpoint of a line segment is the point that divides the segment into two equal parts. In three-dimensional space, the midpoint MM of the segment joining P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2) is the average of their respective coordinates.

  • How to read: “The point M is the midpoint of the line segment connecting P one and P two.”
  • Meaning: MM lies exactly halfway between endpoints P1P_1 and P2P_2, equidistant from each.

Why It Matters

The midpoint is the simplest expression of balance and symmetry. In geometry and design, ignoring the midpoint leads to visual instability and structural weakness. It is also the foundation for coordinate geometry and the understanding of distances in a plane.

Core Concepts

  • Coordinate Averaging: Each coordinate of the midpoint is the arithmetic mean of the corresponding coordinates of the endpoints.

  • Midpoint Formula: M=(x1+x22,y1+y22,z1+z22)M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}, \frac{z_1 + z_2}{2} \right).

    • How to read: “The midpoint M has coordinates given by x one plus x two all over two, y one plus y two all over two, and z one plus z two all over two.”
    • Meaning / when to use: Average each pair of corresponding coordinates separately to find the center point.
  • Geometric Balance: The midpoint is the unique point that divides a segment into two congruent parts. It is equidistant from both endpoints and lies on the line segment connecting them.

  • Bisectors: A line, ray, or segment that crosses another segment at its midpoint is a segment bisector. A perpendicular bisector is both perpendicular and passing through the midpoint.

  • Whole and Part Inequality: The length of the whole segment equals the sum of its parts (AB+BC=ACAB + BC = AC if BB is between AA and CC). Consequently, the whole is always greater than any individual part (AC>ABAC > AB).

Connected Concepts