Skip to main content

Distance Calculator 2D ची गणना कशी करावी

Distance Calculator 2D म्हणजे काय?

The distance formula calculates the straight-line (Euclidean) distance between two points in a 2D coordinate plane. It is derived directly from the Pythagorean theorem — the distance is the hypotenuse of a right triangle formed by the horizontal and vertical differences.

चरण-दर-चरण मार्गदर्शक

  1. 1Find the horizontal difference: Δx = x₂ − x₁
  2. 2Find the vertical difference: Δy = y₂ − y₁
  3. 3Square both differences and add them
  4. 4Take the square root: d = √(Δx² + Δy²)

Worked Examples

इनपुट
(0,0) to (3,4)
परिणाम
5
√(9+16)=√25=5 — a 3-4-5 triangle
इनपुट
(1,1) to (4,5)
परिणाम
5
√(9+16)=5
इनपुट
(−2,3) to (4,−1)
परिणाम
7.211
√(36+16)=√52≈7.211

गणना करण्यास तयार आहात? विनामूल्य Distance Calculator 2D कॅल्क्युलेटर वापरून पहा

ते स्वतः वापरून पहा →

सेटिंग्ज