Calculate the distance between two points in 2D or 3D space
The distance formula is used to find the distance between two points in a coordinate system. It is derived from the Pythagorean theorem and is widely used in geometry, physics, and various applications.
d = √[(x₂ - x₁)² + (y₂ - y₁)²]
Where:
d = √[(x₂ - x₁)² + (y₂ - y₁)² + (z₂ - z₁)²]
Where:
Calculating distances between locations for mapping, navigation, and travel planning.
Determining distances between objects in 3D modeling, game design, and virtual reality.
Measuring distances in architectural plans, structural designs, and surveying.
Teaching geometric concepts and spatial relationships in mathematics courses.