De afstand tussen twee punten in een cartesisch coördinatenstelsel wordt berekend met de afstandsformule: d = wortel[(x2-x1)2 + (y2-y1)2]. Deze formule komt voort uit de stelling van Pythagoras. Bijvoorbeeld voor de punten (2, 3) en (6, 7): d = wortel[16 + 16] = wortel van 32 is circa 5,66 eenheden. Voor echte geografische problemen gebruik je de Haversine-formule voor afstanden op het bolvormige aardoppervlak.
Wiskunde5 min readApril 13, 2026
How to Calculate Distance Between Two Points: Distance Formula
Apply the distance formula d = √((x₂−x₁)² + (y₂−y₁)²) to find the straight-line distance between any two coordinates in 2D and 3D space, with worked examples.
Probeer de gratis rekenmachine
Topics:distance formulacoordinate geometryPythagorean theoremalgebra2D 3D
Probeer de gratis rekenmachine
Geen registratie vereist