Distance between two points Definition:
The distance between two points on the three dimension of the xyz-plane
can be calculated using the distance formula.
Distance between two points(3 dimension) Formula::
Distance between two points:

where
(x1, y1, z1)
(x2, y2, z2) are any
two points on the cartesian plane.
Distance between two points Example:
Find the distance between the points (1, 2, 3), (1, 3, 2).
x1 = 1, y1 = 2, z1 = 3 and
x2 = 1, y2 = 3, z2 = 2
Substitute in the formula as :
The above example will clearly illustrates how to calculate the Distance between two points on three
dimension manually.
|
|