The one dimension distance calculator helps you to find the distance between two points on a 1D coordinate plane. Enter the two-point coordinates and get the distance between them.
Formula:
X1 = Coordinates of the first point
X2 = Coordinates of the second point
Distance = √(X2 - X1)2
Example:
First point at Coordinates of X1 = -10
Second point at Coordinates of X2 = 30
Distance = √(X2 - X1)2 = √(30 - (-10))2 = √1600 = 40