免费中点与距离计算器(二维)

同时计算平面上两点的中点坐标和距离。

Mid X

5.0000

距离7.2111
坡度0.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₁)

计算示例

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

常见问题

What is the midpoint?

The midpoint is the point exactly halfway between two given points. It is found by averaging the x-coordinates and averaging the y-coordinates.

How is the distance formula related to Pythagorean theorem?

The distance formula is a direct application of the Pythagorean theorem, treating the horizontal and vertical differences as legs of a right triangle.

What if the line is vertical?

For a vertical line (x₁ = x₂), the slope is undefined. The midpoint formula still works normally.

学习

How to Calculate Percentages - Complete Guide

相关计算器