Calculatrice de Point Milieu et Distance 2D Gratuite
Calculez simultanément le point milieu et la distance entre deux points dans un plan. Outil de géométrie analytique.
Mid X
5.0000
Distance7.2111
Pente0.6667
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).
- 01Midpoint x = (2+8)/2 = 5
- 02Midpoint y = (3+7)/2 = 5
- 03Midpoint = (5, 5)
- 04Distance = √(36+16) = √52 ≈ 7.2111
- 05Slope = 4/6 ≈ 0.6667
Questions Fréquentes
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.
Apprendre