Skip to main content

learn.howToCalculate

learn.whatIsHeading

The distance formula calculates the straight-line distance between two coordinate points. It is derived from the Pythagorean theorem: the horizontal and vertical differences form the legs of a right triangle, and the distance is the hypotenuse.

단계별 가이드

  1. 1Find Δx = x₂ − x₁ (horizontal difference)
  2. 2Find Δy = y₂ − y₁ (vertical difference)
  3. 3Distance d = √(Δx² + Δy²)

풀어진 예시

입력
(0,0) to (3,4)
결과
5
√(9+16)=5 — classic 3-4-5 right triangle
입력
(1,1) to (7,9)
결과
10
√(36+64)=√100=10

설정

개인정보이용약관정보© 2026 PrimeCalcPro