Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Coordinates of a Point in Three Dimensional Space

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

How to Find the Coordinates of a Point in 3D with Formula and Examples

Three-dimensional space that can also be known as 3-space or tri-dimensional space.

It is a geometric setting which contains three values are required to determine the position of an element .In physics and mathematics, a sequence of n numbers can be understood as a location in n-dimensional space. When n = 3 it is called three-dimensional Euclidean space. It is commonly represented by the symbol ℝ3. This acts as a three-parameter model of the physical universe in which all known matter exists. This space is only one example of a large spaces in three dimensions called 3-manifolds. In this case, these three values are chosen from the terms width, height, depth, and length.

Points in 3 Dimension 

On a two dimensional plane a point in the xy-plane by an ordered pair that consists of two real numbers, an x-coordinate and y-coordinate, which denote signed distances along the x-axis and y-axis, respectively, from the origin, which is the point (0, 0). These axes, which are referred to as the coordinate axes, divided the plane into four quadrants. The properties of three-dimensional space.

  • a point is represented by an ordered triple (x, y, and z) that consists of three numbers, an x-coordinate, a y-coordinate,

  •  A z-coordinate in the two-dimensional xy-plane, these coordinates indicate the signed distance along the coordinate axes,

  •  The x-axis, y-axis and z-axis, respectively, from the origin, denoted by o, which has coordinates (0, 0, and 0). 

There is a one-to-one correspondence between a point in xyz-space and a triple in R3, which is the set of all ordered triples of real numbers. This is known as a three-dimensional rectangular coordinate system.

Example  

The figure displays the point (2, 3, and 1) in xyz-space, denoted by the letter P, along with its projections onto the coordinate planes .The origin is denoted by the letter o.

[Image will be Uploaded Soon]

The point (2, 3, 1) in xyz-space, denoted by the letter P. The origin is denoted by the letter o. The projections of P onto the coordinate planes are indicated by the diamonds. The dashed lines are line segments perpendicular to the coordinate planes that connect P to its projections. Just as the x-axis and y-axis divide the xy-plane into four quadrants, these three planes divide xyz-space into eight octants. Within each octant, all x-coordinates have the same sign, as do all y-coordinates, and all z-coordinates

How to Find Coordinates of a Point in a Three Dimensional Space 

Finding a point in x,y,z-space can be difficult because, unlike graphing in the x,y-plane, depth perception is required. The projection of a point (x, y, z) onto the x,y-plane is obtained by connecting the point to the x,y-plane by a line segment that is perpendicular to the plane, and computing the intersection of the line segment with the plane. Similarly, the projection of this point onto the xy-plane is the point (0, y, z), and the projection of this point onto the xz-plane is the point (x, 0, z). The figure shows these projections, and how they can be used to plot a point in x,y,z-space. One can first plot the point’s projections, which is similar to the task of plotting points in the x,y-plane, and then use line segments originating from these projections and perpendicular to the coordinate planes to “locate” the point in x,y,z-space.

The Distance Formula Between the Two Points in Three Dimension

The distance between two points P1 = (x1, y1) and P2 = (x2, y2) in the xy-plane is given by the distance formula,

 d (P1, P2) = \[\sqrt{(x2 − x1)^{2} + (y2 − y1)^{2}}\]

Similarly, the distance between two points P1 = (x1, y1, z1) and P2 = (x2, y2, z2) in xyz-space is given by the following generalization of the distance formula,

 d (P1, P2) = \[\sqrt{(x2 − x1)^{2} + (y2 − y1)^{2} + (z2 − z1)^{2}}\]

This can be proved with the application of Pythagorean Theorem. 

Solved Examples -

Question: Find the distance between P1 = (2, 3, 1) and P2 = (8, −5, 0)

Solution:

From the distance formula, we have.

d (P1, P2) =\[\sqrt{(8 − 2)^{2} + (-5 − 3)^{2} + (0 − 1)^{2}}\]

= \[\sqrt{36 + 64 + 1}\]

= \[\sqrt{101}\] ≈ 10.05.

Question: Find the distance between the points (2,-5, and 7) and (3, 4, 5).

Solution: d ​= \[\sqrt{(3 − 2)^{2} + (4-(-5))^{2} + (5 − 7)^{2}}\]

                     =  \[\sqrt{1+81+4}\]

                     =   \[\sqrt{86}\]

FAQs on Coordinates of a Point in Three Dimensional Space

1. What are the coordinates of a point in three dimensions?

The coordinates of a point in three dimensions are written as (x, y, z), where x, y, and z represent distances along the three perpendicular axes. In a 3D Cartesian coordinate system:

  • x-coordinate measures distance from the YZ-plane.
  • y-coordinate measures distance from the XZ-plane.
  • z-coordinate measures distance from the XY-plane.
These three values together uniquely locate a point in space.

2. What is the distance formula between two points in three dimensions?

The distance between two points in 3D is given by the formula √[(x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²]. If A(x₁, y₁, z₁) and B(x₂, y₂, z₂), then:

  • Subtract corresponding coordinates.
  • Square each difference.
  • Add them and take the square root.
This is derived from the Pythagoras theorem in three dimensions.

3. How do you find the midpoint of a line segment in three dimensions?

The midpoint of a line segment joining two points in 3D is ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2). For points A(x₁, y₁, z₁) and B(x₂, y₂, z₂):

  • Add corresponding coordinates.
  • Divide each sum by 2.
This gives the midpoint formula in three dimensions.

4. What is the origin in three-dimensional geometry?

The origin in three dimensions is the point where all three axes meet, represented by (0, 0, 0). It is the reference point of the 3D coordinate system, and all other points are measured relative to this point.

5. How do you plot a point in three dimensions?

To plot a point in 3D, move along the x-axis, then parallel to the y-axis, and finally parallel to the z-axis to reach (x, y, z). Steps:

  • Start at the origin (0,0,0).
  • Move x units along the x-axis.
  • Move y units parallel to the y-axis.
  • Move z units parallel to the z-axis.
This locates the point in three-dimensional space.

6. What is the section formula in three dimensions?

The section formula in 3D for internal division in ratio m:n is ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n), (mz₂+nz₁)/(m+n)). If a point divides the line joining A(x₁,y₁,z₁) and B(x₂,y₂,z₂) internally in the ratio m:n:

  • Multiply coordinates of A by n.
  • Multiply coordinates of B by m.
  • Divide each sum by (m+n).
This is used in coordinate geometry in three dimensions.

7. How is the distance of a point from the origin calculated in 3D?

The distance of a point (x, y, z) from the origin is √(x² + y² + z²). This is a special case of the distance formula in three dimensions where one point is (0,0,0). For example, distance of (2, -1, 2) from origin is √(4 + 1 + 4) = 3.

8. What is the difference between 2D and 3D coordinates?

The main difference is that 2D coordinates use two values (x, y), while 3D coordinates use three values (x, y, z). In detail:

  • 2D coordinate system: Represents points on a plane.
  • 3D coordinate system: Represents points in space.
The extra z-coordinate adds depth to the graphical representation.

9. Can you give an example of finding the distance between two points in 3D?

Yes, the distance between A(1,2,3) and B(4,6,3) is 5. Using the formula √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²]:

  • (4−1)² = 9
  • (6−2)² = 16
  • (3−3)² = 0
Distance = √(9+16+0) = √25 = 5.

10. Why are three coordinates needed to locate a point in space?

Three coordinates are needed because space has three mutually perpendicular directions: length, width, and height. In a three-dimensional Cartesian system:

  • x gives horizontal position.
  • y gives lateral position.
  • z gives vertical position.
Without the third coordinate, the point would only lie on a plane, not in full three-dimensional space.