Midpoint & Distance Calculator

Find the midpoint between two points in 2D. Also calculates the distance between the points.

Mid X

5.0000

Distance7.2111
Slope0.6667

Midpoint Formula

Formula

Midpoint = ((x₁ + x₂)/2, (y₁ + y₂)/2)

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

Distance Formula

d = sqrt((x₂ - x₁)² + (y₂ - y₁)²)

Slope

m = (y₂ - y₁) / (x₂ - x₁)

Example Calculation

Find the midpoint between (2, 3) and (8, 7).

  1. 01Midpoint x = (2+8)/2 = 5
  2. 02Midpoint y = (3+7)/2 = 5
  3. 03Midpoint = (5, 5)
  4. 04Distance = √(36+16) = √52 ≈ 7.2111
  5. 05Slope = 4/6 ≈ 0.6667

Frequently Asked Questions

Learn More

How to Calculate Percentages - Complete Guide

Learn how to calculate percentages step by step. Covers finding a percentage of a number, percentage change, reverse percentages, and real-world applications.

Related Calculators