मुफ्त 2D मध्यबिंदु और दूरी कैलकुलेटर
दो बिंदुओं के बीच मध्यबिंदु और दूरी निकालें। निर्देशांक दर्ज करें और परिणाम तुरंत पाएं।
Mid X
5.0000
दूरी7.2111
ढलान0.6667
सूत्र
Midpoint Formula
Formula
Midpoint = ((x₁ + x₂)/2, (y₁ + y₂)/2)
The midpoint is the point exactly halfway between two given points.
Distance Formula
d = sqrt((x₂ - x₁)² + (y₂ - y₁)²)
Slope
m = (y₂ - y₁) / (x₂ - x₁)
हल किया गया उदाहरण
Find the midpoint between (2, 3) and (8, 7).
- 01Midpoint x = (2+8)/2 = 5
- 02Midpoint y = (3+7)/2 = 5
- 03Midpoint = (5, 5)
- 04Distance = √(36+16) = √52 ≈ 7.2111
- 05Slope = 4/6 ≈ 0.6667
अक्सर पूछे जाने वाले प्रश्न
What is the midpoint?
The midpoint is the point exactly halfway between two given points. It is found by averaging the x-coordinates and averaging the y-coordinates.
How is the distance formula related to Pythagorean theorem?
The distance formula is a direct application of the Pythagorean theorem, treating the horizontal and vertical differences as legs of a right triangle.
What if the line is vertical?
For a vertical line (x₁ = x₂), the slope is undefined. The midpoint formula still works normally.
सीखें