कार्तीय तल में दो बिंदुओं के बीच की दूरी को दूरी सूत्र से गणना की जाती है: d = sqrt[(x2-x1)2 + (y2-y1)2]। यह सूत्र पाइथागोरस प्रमेय से व्युत्पन्न है। उदाहरण के लिए, बिंदुओं (2, 3) और (6, 7) के लिए: d = sqrt[(6-2)2 + (7-3)2] = sqrt[16 + 16] = sqrt32 लगभग 5.66 इकाइयां। वास्तविक भूगोल समस्याओं के लिए, पृथ्वी की गोलाकार सतह पर दूरियों के लिए हेवरसाइन सूत्र का उपयोग करें।
गणित5 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.
मुफ्त कैलकुलेटर आज़माएं
Topics:distance formulacoordinate geometryPythagorean theoremalgebra2D 3D
मुफ्त कैलकुलेटर आज़माएं
साइन-अप की जरूरत नहीं