Calculate the center point of a line
Calculator for calculating the center point of a line in the coordinate system
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.
|
Formula for center point of a 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 C_x= \frac{1}{2} (x_1 + x_2)\) \(\displaystyle C_y=\frac{1}{2} (y_1 + y_2)\)
|