Distance and Midpoint Formulas on the SAT: Finding Your Way Between Two Points

Coordinate geometry problems are common on the SAT, and two formulas can make many of them much easier: the distance formula and the midpoint formula.

The distance formula tells you how far apart two points are.

The midpoint formula tells you the point exactly halfway between them.

Once you understand what these formulas are actually doing, they’re much easier to remember.

Distance asks, “How far?” Midpoint asks, “Where’s halfway?”


First, Meet Your Two Points

Suppose you have two points on a coordinate plane:

(x1,y1)(x_1,y_1)

and

(x2,y2)(x_2,y_2)

The little numbers underneath the variables are called subscripts. They simply help us keep track of which coordinates belong to which point.

For example, if your points are

(2,3)(2,3)

and

(8,11),(8,11),

then:

x1=2,y1=3x_1=2,\qquad y_1=3

and

x2=8,y2=11.x_2=8,\qquad y_2=11.

Nothing mysterious so far!


The Distance Formula

The distance between two points can be found using:

d=(x2x1)2+(y2y1)2d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}

It looks complicated at first, but the process is actually pretty simple.

You’re finding:

  1. The difference between the x-coordinates
  2. The difference between the y-coordinates
  3. Squaring both differences
  4. Adding them
  5. Taking the square root

Distance Formula Example

Let’s find the distance between:

(2,3)(2,3)

and

(8,11).(8,11).

Plug the coordinates into the formula:

d=(82)2+(113)2d=\sqrt{(8-2)^2+(11-3)^2}

Simplify:

d=62+82d=\sqrt{6^2+8^2}d=36+64d=\sqrt{36+64}d=100d=\sqrt{100}

So:

d=10\boxed{d=10}

The two points are 10 units apart.


Here’s the Secret: It’s Really the Pythagorean Theorem!

You may already know:

a2+b2=c2a^2+b^2=c^2

That’s the Pythagorean theorem.

The distance formula is really just the Pythagorean theorem wearing a coordinate-geometry costume.

Imagine drawing a right triangle between your two points. The horizontal distance becomes one leg of the triangle, and the vertical distance becomes the other.

Then the straight-line distance between the two points is the hypotenuse.

In our example, the horizontal distance was 6 and the vertical distance was 8:

62+82=102.6^2+8^2=10^2.

That’s the familiar 6-8-10 right triangle.

SAT Tip: Sometimes you don’t even need to memorize the distance formula. If you can draw or imagine the right triangle between the points, the Pythagorean theorem can get you to the same answer.


Be Careful With Negative Numbers

Suppose you’re finding the distance between:

(3,2)(-3,2)

and

(5,8).(5,8).

Your x-coordinate calculation would be:

5(3).5-(-3).

Subtracting a negative becomes addition:

5+3=8.5+3=8.

This is an easy place to make a careless mistake, so slow down when negative coordinates appear.

Remember, your final distance should never be negative.

You can’t have a distance of negative 7 units!


Now Meet the Midpoint Formula

The midpoint is the point exactly halfway between two other points.

The formula is:

(x1+x22,y1+y22)\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)

This formula is much easier to understand than it may look.

You’re simply finding the average of the x-coordinates and the average of the y-coordinates.

That’s it.

Midpoint = average the x’s, then average the y’s.


Midpoint Formula Example

Let’s return to our points:

(2,3)(2,3)

and

(8,11).(8,11).

Use the midpoint formula:

(2+82,3+112)\left(\frac{2+8}{2},\frac{3+11}{2}\right)

Simplify:

(102,142)\left(\frac{10}{2},\frac{14}{2}\right)

So the midpoint is:

(5,7)\boxed{(5,7)}

That means the point (5,7)(5,7) sits exactly halfway between (2,3)(2,3) and (8,11)(8,11).


Why Does Averaging Work?

Suppose two x-coordinates are:

2and8.2\quad\text{and}\quad8.

The number halfway between them is 5.

That’s exactly what averaging gives us:

2+82=5.\frac{2+8}{2}=5.

The same idea works for the y-coordinates:

3+112=7.\frac{3+11}{2}=7.

Put those two answers together:

(5,7).(5,7).

So instead of thinking of the midpoint formula as some strange formula you have to memorize, think:

Average the coordinates.


Don’t Mix Up Distance and Midpoint

These two formulas use the same coordinates, so it’s easy to confuse them.

Here’s the big difference:

Distance Formula

d=(x2x1)2+(y2y1)2d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}

You’re subtracting coordinates because you want to know how much they changed.

Midpoint Formula

(x1+x22,y1+y22)\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)

You’re adding and dividing by 2 because you’re finding averages.

There’s another easy way to tell the answers apart.

A distance is a number:

1010

A midpoint is a coordinate:

(5,7)(5,7)


How the SAT Might Test These Ideas

The SAT doesn’t always say, “Use the distance formula.”

Instead, you may need to recognize that distance or midpoint is hiding inside a larger problem.

For example, you might be asked to:

  • Find the distance between two points
  • Find the length of a line segment
  • Determine the midpoint of a segment
  • Find a missing coordinate when the midpoint is known
  • Work with shapes drawn on the coordinate plane
  • Combine coordinate geometry with the Pythagorean theorem

The skill isn’t just knowing the formulas. It’s recognizing when they are useful.


A Quick Memory Guide

Distance

Think:

Subtract → Square → Add → Square Root

d=(x2x1)2+(y2y1)2\boxed{d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}}

Midpoint

Think:

Average the x’s and average the y’s

(x1+x22,y1+y22)\boxed{\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)}

Distance tells you how far apart the points are. Midpoint tells you where the halfway point is.


Final Thoughts

The distance and midpoint formulas may look like formulas you simply have to memorize, but both are based on ideas you probably already understand.

The distance formula comes from the Pythagorean theorem.

The midpoint formula comes from averaging.

Understanding those connections makes the formulas easier to remember and much harder to mix up.

So when an SAT problem gives you two points, ask yourself one simple question:

Am I looking for how far apart they are, or am I looking for what’s halfway between them?

Answer that, and you’ll know exactly which tool to reach for.