مجاني عبر الإنترنتالآلات الحاسبة
Midpoint Calculator
Find the midpoint between two points in 2D or 3D space. Also find a missing endpoint given one endpoint and the midpoint.
midpoint calculatorcalculate midpointmidpoint formula calculatormidpoint between two pointsfind midpoint coordinates
Point 1
Point 2
الميزات الرئيسية — Midpoint Calculator
2D midpoint: M = ((x₁+x₂)/2, (y₁+y₂)/2)
3D midpoint with z-coordinates
Find missing endpoint from midpoint
Exact decimal output
لماذا تستخدم هذه الأداة — Midpoint Calculator
مجاني عبر الإنترنت Midpoint calculatorCalculate midpoint — للجميعسريع وسهل Midpoint formula calculatorMidpoint between two points — مجاني 100%مجاني عبر الإنترنت Find midpoint coordinates
الخصوصية أولاً
تتم جميع المعالجات في متصفحك. بياناتك لا تغادر جهازك أبدًا.
سريع للغاية
احصل على نتائج فورية بدون وقت انتظار. لا تأخير في الخادم.
يعمل في كل مكان
استخدمه على أي جهاز — كمبيوتر أو جهاز لوحي أو هاتف. لا حاجة لتنزيلات.
الأسئلة الشائعة — Midpoint Calculator
What is the midpoint formula?
The midpoint M between (x₁,y₁) and (x₂,y₂) is M = ((x₁+x₂)/2, (y₁+y₂)/2). For 3D points: M = ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2). The midpoint is exactly halfway between the two points.
How do I find a missing endpoint from the midpoint?
If you know one endpoint (x₁,y₁) and the midpoint M(mx,my), find the other endpoint: x₂ = 2·mx − x₁, y₂ = 2·my − y₁. Example: endpoint (2,3), midpoint (5,7) → other endpoint = (2·5−2, 2·7−3) = (8,11).
When is the midpoint formula used?
The midpoint formula is used in geometry (bisecting line segments, finding centers of shapes), computer graphics (drawing between pixels), navigation (finding halfway points), and physics (center of mass for equal masses). It's also used in the midpoint method for numerical integration.