Skip to main content

Midpoint & Distance Calculator

Calculate midpoint and distance between two points in 2D or 3D space

Input Values

Point 1
Point 2
Visualization will appear after calculation

Results

Enter coordinates to see results

Formulas

2D Midpoint: M = ((x₁ + x₂)/2, (y₁ + y₂)/2)
3D Midpoint: M = ((x₁ + x₂)/2, (y₁ + y₂)/2, (z₁ + z₂)/2)
2D Distance: d = √[(x₂ - x₁)² + (y₂ - y₁)²]
3D Distance: d = √[(x₂ - x₁)² + (y₂ - y₁)² + (z₂ - z₁)²]

Note: Calculations are provided as-is for educational and planning purposes. For critical applications, always verify results independently.

Need more calculation tools? Check out pdfnotepad.com