Midpoint Calculator
The Midpoint Formula
This tool finds the coordinates of the midpoint of a line segment connecting two points in 2D or 3D space.
2D Midpoint Formula
For two points \( P_1 = (x_1, y_1) \) and \( P_2 = (x_2, y_2) \), the midpoint M is:
\[ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \]
3D Midpoint Formula
For two points \( P_1 = (x_1, y_1, z_1) \) and \( P_2 = (x_2, y_2, z_2) \), the midpoint M is:
\[ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}, \frac{z_1 + z_2}{2} \right) \]
Finds the midpoint between two points in 2D or 3D space.
Powered by: Calco
