Distance calculator between two points in three-dimensional space_online calculator


X1:
Y1:
Z1:
X2:
Y2:
Z2:

App description

Online calculator for distance between two points in three-dimensional space

Distance between two points in space

The Euclidean distance, also known as the Euclidean distance, is a commonly used distance definition that is the true distance between two points in an m-dimensional space.

Two-dimensional formula: \(d = sqrt((x1-x2)^2+(y1-y2)^2)\)

The three-dimensional formula: \(d=sqrt((x1-x2)^2+(y1-y2)^2+(z1-z2)^2)\)

Usage example

X1: 2;Y1: 1;Z1: -3

X2: 3;Y2: 2;Z2:2

Click "calculate" to output the result

Distance: sqrt (27) = 5.196152422706632

 

    Sign in for comments!
Comment list (0)

Powered by TorCMS (https://github.com/bukun/TorCMS).