Distance Formula Between Two Points in 3D

In a 3D plane, we use three coordinates to define the position of any point. Now to find the distance between two points in 3D lets first take two points A (x1, y1, z1) and B (x2, y2, z2) then the shortest distance between these two points AB in 3D is given using the Distance Formula:

d = √[(x2 – x1)2 + (y2 – y1)2 + (z2 -z1)2]

where d is the shortest distance between points A and B.

Example: Find the distance between point A (2, 5, 6) and point B (3, 4, 8).

Solution:

Distance between points A and B is given using the formula,

d = √[(x2 – x1)2 + (y2 – y1)2 + (z2 -z1)2]

given points, A (2, 5, 6) and B (3, 4, 8), comparing with A (x1, y1, z1) and B (x2, y2, z2)

we get, x1 = 2, y1 = 5, z1 = 6 and x2 = 3, y2 = 4, z2 = 8 substituting these values in the above formula we get,

d = √[(3-2)2 + (4-5)2 + (8-6)2]

⇒ d = √[(1)2 + (-1)2 + (2)2]

⇒ d = √[1 + 1 + 4]

⇒ d = √(6) unit

Distance Formula in Coordinate Geometry

Distance Formula in Coordinate Geometry is used to compute the distance between two points, a point, and a line, and two line segments. The distance formula is based on the Pythagorean theorem. In the formula, d represents the distance, y2 is the y-coordinate of the second point, y1 is the y-coordinate of the first point, x2 is the x-coordinate of the second point, and x1 is the x-coordinate of the first point.

Coordinate geometry, commonly referred to as analytic geometry or Cartesian geometry, is a branch of geometry based on a coordinate system. Its applications include physics, engineering, air travel, rocketry, space research, and spaceflight.

In this article, we will learn about the distance between two points in coordinate geometry, the formula for the distance between two points, a point, a line, a point and a plane, and others in detail.

Table of Content

  • What is Distance Formula in Coordinate Geometry?
  • Coordinate Distance Calculator
  • Distance Between Two Points Formula
  • Distance Formula Between Two Points in 2D
  • Distance Formula Between Two Points in 3D
  • Distance between Two Points in Polar Co-ordinates
  • Distance Formula Between a Point and a Line
  • Distance Between Two Lines
  • Distance From a Point To a Plane
  • Distance Between Two Parallel Planes
  • Applications of Distance Formula in Coordinate Geometry
  • Solved Questions on Distance Formula in Coordinate Geometry
  • Practice Problems on Distance Formula in Coordinate Geometry

Similar Reads

What is Distance Formula in Coordinate Geometry?

Distance Formula in coordinate geometry is an important mathematical formula to calculate the distance between two points, two lines, two planes, a point, and a line, and a line and a plane. For instance, Distance Formula can be used to calculate the distance between two points of the let’s say XY plane. An ordered pair (x, y) represents the coordinate of the point, where the x-coordinate is defined as the distance of the point from the x-axis and the y-coordinate is the distance of the point from the y-axis. The x coordinate of the point is known as the abscissa whereas the y coordinate is known as the ordinate....

Coordinate Distance Calculator

To calculate the distance between two points on a 2D cartesian plane, use the below calculator:...

Distance Between Two Points Formula

Distance formula in math is used to find the distance between two points either in 2D or in 3D. The respective distance formula in 2D and 3D is discussed below in the article....

Distance Formula Between Two Points in 2D

The Distance Formula used to find the distance between two points in a 2D plane is given as follows:...

Distance Formula Between Two Points in 3D

In a 3D plane, we use three coordinates to define the position of any point. Now to find the distance between two points in 3D lets first take two points A (x1, y1, z1) and B (x2, y2, z2) then the shortest distance between these two points AB in 3D is given using the Distance Formula:...

Distance between Two Points in Polar Co-ordinates

We can also calculate the distance between two points using the polar coordinates....

Distance Formula Between a Point and a Line

The shortest distance between a point and a line can easily be calculated using the distance formula discussed in this section of the article. The distance between a point and the line can be in 2D or 3D space....

Distance Between Two Lines

Distance Formula Between Two Lines...

Distance From a Point To a Plane

Distance Formula From a Point To a Plane...

Distance Between Two Parallel Planes

Distance Formula Between Two Parallel Planes...

Applications of Distance Formula in Coordinate Geometry

Distance Formula has various applications in Mathematics, Sciences, and others and some of the most important applications of the Distance Formula are:...

Solved Questions on Distance Formula in Coordinate Geometry

Question 1: Calculate the distance between the points X(5, 15) and Y(4, 14)....

Practice Problems on Distance Formula in Coordinate Geometry

1. A square has one vertex at (1, 1) and the opposite vertex at (4, 4). Calculate the length of the diagonal....

FAQs on Distance Formula in Coordinate Geometry

What is distance formula in maths?...

Contact Us