Calculatrice de Point Milieu et Distance (2D) — Formule
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₁)
Exemple Résolu
Find the midpoint between (2, 3) and (8, 7).
- Midpoint x = (2+8)/2 = 5
- Midpoint y = (3+7)/2 = 5
- Midpoint = (5, 5)
- Distance = √(36+16) = √52 ≈ 7.2111
- Slope = 4/6 ≈ 0.6667