Formula for Midpoint- Geometry Calculation Guide

What Is the Midpoint Formula?

The midpoint formula finds the exact center point between two locations on a coordinate plane. It's not guesswork—you get a precise number every time.

Picture a line segment with endpoints at (2, 4) and (8, 10). The midpoint sits exactly halfway. You could eyeball it, but the formula gives you the exact coordinates without the guesswork.

The Midpoint Formula Explained

For two points (x₁, y₁) and (x₂, y₂), the midpoint M is:

M = ((x₁ + x₂) ÷ 2, (y₁ + y₂) ÷ 2)

That's it. Add the x-coordinates, divide by 2. Add the y-coordinates, divide by 2. The result is your center point.

Why Does It Work?

You're literally averaging the positions. If one point is at x = 2 and the other at x = 8, the halfway point sits at x = 5. That's (2 + 8) ÷ 2 = 5. Same logic applies to y-coordinates.

How to Calculate Midpoint: Step by Step

Let's work through a real example so you see exactly how this plays out.

Example 1: Basic 2D Calculation

Find the midpoint between (3, 7) and (9, 11).

Step 1: Identify your coordinates. Point A is (3, 7), so x₁ = 3 and y₁ = 7. Point B is (9, 11), so x₂ = 9 and y₂ = 11.

Step 2: Add x-coordinates. 3 + 9 = 12. Divide by 2. 12 ÷ 2 = 6.

Step 3: Add y-coordinates. 7 + 11 = 18. Divide by 2. 18 ÷ 2 = 9.

Answer: The midpoint is (6, 9).

Quick verification: The distance from (3, 7) to (6, 9) equals the distance from (6, 9) to (9, 11). Both are √8 units. That confirms you found the true center.

Example 2: Negative Coordinates

Find the midpoint between (-4, 2) and (6, -8).

x-midpoint: (-4 + 6) ÷ 2 = 2 ÷ 2 = 1

y-midpoint: (2 + (-8)) ÷ 2 = -6 ÷ 2 = -3

Answer: The midpoint is (1, -3).

Negative numbers don't change anything. Just add them like normal integers and divide by 2.

Midpoint Formula in 3D

Need the center of points in three-dimensional space? Add the z-coordinates into the mix.

M = ((x₁ + x₂) ÷ 2, (y₁ + y₂) ÷ 2, (z₁ + z₂) ÷ 2)

Example: Find the midpoint between (1, 2, 3) and (7, 8, 9).

x: (1 + 7) ÷ 2 = 4

y: (2 + 8) ÷ 2 = 5

z: (3 + 9) ÷ 2 = 6

Answer: (4, 5, 6)

Common Mistakes to Avoid

Midpoint Formula vs. Distance Formula

Students confuse these constantly. Here's the difference:

FormulaPurposeOutput
MidpointFinds the center point between two locationsCoordinates (x, y)
DistanceMeasures how far apart two points areA single number (length)

The distance formula is √[(x₂ - x₁)² + (y₂ - y₁)²]. Notice how it squares the differences? The midpoint formula doesn't square anything—it just averages.

Where You'll Actually Use This

Practice Problems

Test yourself. Answers below.

1. Find the midpoint between (0, 0) and (10, 8).
Answer: (5, 4)

2. Find the midpoint between (-5, -3) and (3, 7).
Answer: (-1, 2)

3. Find the midpoint between (2, 4, 6) and (8, 10, 12).
Answer: (5, 7, 9)

If you got those right, you've got the concept locked in. If not, go back and trace through the steps again. The formula doesn't lie—you just need to apply it correctly.