Calculadora de Ponto Médio e DistânciaFormula

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₁)

Exemplo Resolvido

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

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