Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The distance and midpoint formulas help you analyze line segments on the coordinate plane. They let you find how far apart two points are and the exact point halfway between them. These ideas are essential in geometry, algebra, graphing, and many real world applications such as mapping and design.

Both formulas come directly from the coordinates of the endpoints.

The distance formula is based on the Pythagorean theorem, using the horizontal and vertical changes between two points as the legs of a right triangle. The midpoint formula works by averaging the x-coordinates and averaging the y-coordinates. When you look at a segment on a graph, the same two endpoints can tell you both its length and its center.

This makes coordinate geometry a powerful way to connect algebra and visual reasoning.

Understanding Distance and Midpoint Formula

A useful way to organize a coordinate problem is to treat the changes in position before doing any calculation. From one endpoint to the other, count the movement left or right, then count the movement up or down. The order of subtraction does not affect a final distance because each change is squared.

A negative horizontal change becomes positive after squaring. This is important because distance cannot be negative.

Keep the horizontal change paired with the x-values and the vertical change paired with the y-values. Mixing those pairs is one of the most common errors.

The square root in a distance calculation has an important meaning. Squaring the two changes gives areas connected to the right triangle formed by the segment. Adding them gives the square of the segment length.

Taking the square root returns to a length. Sometimes the result is a whole number, such as when the horizontal and vertical changes form a familiar right triangle. Other times the answer includes a square root.

For example, the square root of twenty is an exact answer and is often better than a rounded decimal. If a decimal is requested, round only at the end so earlier rounding does not change the result.

Some segments provide quick checks. A horizontal segment has no vertical change, so its length is simply the positive difference between the x-values. A vertical segment has no horizontal change, so use the positive difference between the y-values.

These cases help students see why a length should never depend on the direction chosen. Reversing the endpoints changes the signs of both coordinate differences, yet the length stays the same.

On a graph, a longer horizontal or vertical movement should lead to a longer segment. Use that visual estimate to notice answers that seem far too small or too large.

The midpoint has its own checks. Its x-coordinate must lie halfway between the endpoint x-coordinates, while its y-coordinate lies halfway between the endpoint y-coordinates. A midpoint can have fractions or decimals even when both original points have whole-number coordinates.

That is normal. To verify a midpoint, compare it with each endpoint. The horizontal movement from the midpoint to one endpoint should match the movement to the other endpoint in size.

The same should be true vertically. Midpoints appear in maps when locating the center between two places, in computer graphics when placing an object between screen positions, and in construction when a design needs balanced spacing. When solving problems, sketch the points first, label coordinates carefully, and decide whether the question asks for a length, a location, or both.

Key Facts

  • Distance between A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2): d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
  • Midpoint of A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2): M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)
  • Horizontal change is Δx=x2x1\Delta x = x_2 - x_1
  • Vertical change is Δy=y2y1\Delta y = y_2 - y_1
  • Distance formula comes from d=(Δx)2+(Δy)2d = \sqrt{(\Delta x)^2 + (\Delta y)^2}
  • The midpoint is found by averaging each coordinate separately

Vocabulary

Coordinate plane
A flat grid formed by the x-axis and y-axis where points are located using ordered pairs.
Ordered pair
A pair of numbers written as (x, y) that gives the location of a point on the plane.
Distance formula
A formula that gives the length of the segment between two points on the coordinate plane.
Midpoint
The point exactly halfway between the endpoints of a segment.
Pythagorean theorem
A theorem stating that for a right triangle, a2+b2=c2a^2 + b^2 = c^2, which is used to derive the distance formula.

Common Mistakes to Avoid

  • Mixing x-coordinates with y-coordinates, which is wrong because x-values must be compared with x-values and y-values with y-values only.
  • Forgetting to square both coordinate differences in the distance formula, which is wrong because the formula depends on (x2x1)2(x_2 - x_1)^2 and (y2y1)2(y_2 - y_1)^2 before adding.
  • Adding the coordinates and forgetting to divide by 2 for the midpoint, which is wrong because the midpoint is the average of each coordinate.
  • Dropping negative signs when subtracting coordinates, which is wrong because a mistake in signs changes both the distance and the midpoint.

Practice Questions

  1. 1 Find the distance between the points (2, 3) and (8, 11).
  2. 2 Find the midpoint of the segment with endpoints (-4, 6) and (10, -2).
  3. 3 Two points have the same y-coordinate but different x-coordinates. Explain what the segment looks like and how the distance and midpoint can be found more simply.