Calculadora de Coordenadas do Ponto Médio
- Created by
- Renato Passos, Eng. de Software
- Reviewed by
- Renato Passos, Eng. de Software
Last updated: Apr 18, 2026
Formula
M = ((x₁+x₂)/2, (y₁+y₂)/2)
About this calculator
The Midpoint Coordinate Calculator determines the exact point equidistant between two points on the Cartesian plane. Using the coordinates of points A (x1, y1) and B (x2, y2), it automatically calculates the arithmetic mean of the x and y coordinates. The result is the midpoint M, represented by M = ((x1+x2)/2, (y1+y2)/2). This tool is ideal for students, engineers, and professionals who need speed and accuracy in geometric calculations.
It works simply: the user enters the coordinates of the two points in the indicated fields and clicks calculate. The system applies the midpoint formula, summing the corresponding coordinates and dividing by two. The result is displayed immediately, with coordinates possibly being decimals. The calculator avoids manual errors and speeds up tasks involving symmetry, segment division, or finding centers.
This resource is useful in various practical situations, such as finding the center of a line segment, determining the balance point between two locations on a map, or assisting in construction projects and graphic design. It is also used in analytic geometry problems, physics (center of mass of two points), and game programming for object positioning. The calculator is especially valuable for those who frequently work with coordinates.
Important precautions: verify that the inserted coordinates are in the correct format (numbers, with decimal points). Remember that the midpoint is only valid for points in the same coordinate system. For calculations requiring high precision, consider rounding. This tool only calculates the midpoint; for other notable points (such as the centroid), different formulas are needed.
Frequently asked questions
What is the midpoint of a segment?
It is the point that divides the segment into two equal lengths, exactly halfway between the two endpoints.
Can I use negative coordinates in the calculator?
Yes, the calculator accepts negative coordinates, as the formula works for any real values.
Will the result always be an integer?
No, the midpoint may have decimal coordinates, depending on the sum of the entered values.
Does this calculator work for points in 3D?
No, it only calculates the midpoint in the two-dimensional plane (x and y coordinates).
What is the difference between midpoint and centroid?
The midpoint is for a segment (two points), while the centroid is the center of mass of a triangle (three points).