Skip to main content

Midpoint ची गणना कशी करावी

Midpoint म्हणजे काय?

The midpoint of two points is the point exactly halfway between them. In 2D: midpoint = ((x₁+x₂)/2, (y₁+y₂)/2). In 3D: add the z-coordinates and divide by 2. Midpoints are used in geometry, GPS coordinate averaging, and computer graphics.

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

  1. 1Midpoint x: (x₁ + x₂) / 2
  2. 2Midpoint y: (y₁ + y₂) / 2
  3. 3Distance formula: √((x₂-x₁)² + (y₂-y₁)²)
  4. 4Midpoint lies on the line segment between the two points

Worked Examples

इनपुट
Points (2, 4) and (8, 10)
परिणाम
Midpoint = (5, 7)
(2+8)/2=5, (4+10)/2=7
इनपुट
3D points (1,2,3) and (5,6,7)
परिणाम
Midpoint = (3, 4, 5)
Average each coordinate

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

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

सेटिंग्ज