Calculate the center point of a line

Calculator for calculating the center point of a line in the coordinate system

Calculate the center point


The center of a line in the coordinate system is calculated on this page. To do this, enter the X / Y coordinates of the two points A and B. It doesn't matter which point is first and which is second. The result will be the same.


Line center point calculator

 Input
Point A (x, y)
Point B (x, y)
Decimal places
 Results
Center C (x)
Center C (y)

Formula for calculating the center point of a straight line


The coordinates of the center \(C \) of the line are the mean of the x-coordinates of \(A \) and \(B \) and the mean of the y-coordinates of \(A \) and \(B \).

The formulas are

\(\displaystyle x= \frac{1}{2} (x_1 + x_2)\)      \(\displaystyle y=\frac{1}{2} (y_1 + y_2)\)

Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?