मुफ्त दूरी कैलकुलेटर
दो बिंदुओं के बीच की दूरी की गणना करें। निर्देशांक दर्ज करके दूरी सूत्र से परिणाम पाएं।
दूरी
5.000000
Horizontal Dist3.00
Vertical Dist4.00
सूत्र
How to Calculate Distance Between Two Points
Formula
d = √((x₂ - x₁)² + (y₂ - y₁)²)
This is derived from the Pythagorean theorem. The horizontal and vertical distances form the legs of a right triangle, and the distance between the points is the hypotenuse.
हल किया गया उदाहरण
Find the distance between points (1, 2) and (4, 6).
- 01Δx = 4 - 1 = 3
- 02Δy = 6 - 2 = 4
- 03d = √(3² + 4²) = √(9 + 16) = √25 = 5
अक्सर पूछे जाने वाले प्रश्न
What is the distance formula?
The distance formula d = √((x₂-x₁)² + (y₂-y₁)²) calculates the straight-line distance between two points on a coordinate plane. It is based on the Pythagorean theorem.
Can this formula work in 3D?
For 3D, add a z component: d = √((x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²). This calculator handles 2D distances.
सीखें