Midpoint Formula Formula

The Formula

M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)

When to use: Finding the midpoint is like finding the average position. If two friends live at different addresses on the same street, the midpoint is the house number exactly halfway between them—the average of their two house numbers. In 2D, you just average both coordinates independently.

Quick Example

Midpoint of (2, 3) and (8, 7): M = \left(\frac{2+8}{2}, \frac{3+7}{2}\right) = (5, 5)

Notation

M for midpoint; (x_1, y_1) and (x_2, y_2) are the endpoints

What This Formula Means

A formula for finding the point exactly halfway between two points in the coordinate plane, by averaging their coordinates.

Finding the midpoint is like finding the average position. If two friends live at different addresses on the same street, the midpoint is the house number exactly halfway between them—the average of their two house numbers. In 2D, you just average both coordinates independently.

Formal View

M = \frac{P_1 + P_2}{2} = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right); M is the unique point with d(P_1, M) = d(M, P_2) = \frac{1}{2}d(P_1, P_2)

Worked Examples

Example 1

easy
Find the midpoint of the segment joining (2, 8) and (6, 4).

Solution

  1. 1
    The midpoint of a segment is the average of the two endpoints' coordinates: M = \left(\frac{x_1 + x_2}{2},\, \frac{y_1 + y_2}{2}\right). Averaging 'splits the difference' equally.
  2. 2
    Identify the endpoints: (x_1, y_1) = (2, 8) and (x_2, y_2) = (6, 4). Compute the averages separately for x and y.
  3. 3
    Substitute: M = \left(\frac{2+6}{2},\, \frac{8+4}{2}\right) = \left(\frac{8}{2},\, \frac{12}{2}\right) = (4, 6). Verify: the point (4,6) lies exactly halfway between (2,8) and (6,4) — the distance from (2,8) to (4,6) equals the distance from (4,6) to (6,4) (both equal \sqrt{8}).

Answer

M = (4, 6)
The midpoint is simply the average of the x-coordinates and the average of the y-coordinates. It represents the exact centre of the line segment.

Example 2

medium
The midpoint of segment PQ is M(3, -1). If P = (-2, 4), find the coordinates of Q.

Common Mistakes

  • Subtracting the coordinates instead of adding them (it's averages, not differences)
  • Forgetting to divide by 2
  • Confusing the midpoint formula with the distance formula

Why This Formula Matters

Used in coordinate proofs, finding centers of segments, bisecting lines, and is the geometric version of averaging.

Frequently Asked Questions

What is the Midpoint Formula formula?

A formula for finding the point exactly halfway between two points in the coordinate plane, by averaging their coordinates.

How do you use the Midpoint Formula formula?

Finding the midpoint is like finding the average position. If two friends live at different addresses on the same street, the midpoint is the house number exactly halfway between them—the average of their two house numbers. In 2D, you just average both coordinates independently.

What do the symbols mean in the Midpoint Formula formula?

M for midpoint; (x_1, y_1) and (x_2, y_2) are the endpoints

Why is the Midpoint Formula formula important in Math?

Used in coordinate proofs, finding centers of segments, bisecting lines, and is the geometric version of averaging.

What do students get wrong about Midpoint Formula?

The midpoint formula finds the point that is equidistant from both endpoints along the segment.

What should I learn before the Midpoint Formula formula?

Before studying the Midpoint Formula formula, you should understand: coordinate plane, addition, division.