Three-Dimensional Coordinate Systems | Calculus III (2024)

Learning Objectives

  • Describe three-dimensional space mathematically.
  • Locate points in space using coordinates.

As we have learned, the two-dimensional rectangular coordinate system contains two perpendicular axes: the horizontal [latex]x[/latex]-axis and the vertical [latex]y[/latex]-axis. We can add a third dimension, the [latex]z[/latex]-axis, which is perpendicular to both the [latex]x[/latex]-axis and the [latex]y[/latex]-axis. We call this system the three-dimensional rectangular coordinate system. It represents the three dimensions we encounter in real life.

definition

Thethree-dimensional rectangular coordinate systemconsists of three perpendicular axes: the [latex]x[/latex]-axis, the [latex]y[/latex]-axis, and the [latex]z[/latex]-axis. Because each axis is a number line representing all real numbers in [latex]\mathbb{R}[/latex] the three-dimensional system is often denoted by [latex]\mathbb{R}^3[/latex].

InFigure 1(a), the positive [latex]z[/latex]-axis is shown above the plane containing the [latex]x[/latex]– and [latex]y[/latex]-axes. The positive [latex]x[/latex]-axis appears to the left and the positive [latex]y[/latex]-axis is to the right. A natural question to ask is: How was arrangement determined? The system displayed follows theright-hand rule. If we take our right hand and align the fingers with the positive [latex]x[/latex]-axis, then curl the fingers so they point in the direction of the positive [latex]y[/latex]-axis, our thumb points in the direction of the positive [latex]z[/latex]-axis. In this text, we always work with coordinate systems set up in accordance with the right-hand rule. Some systems do follow a left-hand rule, but the right-hand rule is considered the standard representation.

Three-Dimensional Coordinate Systems | Calculus III (1)

Figure 1. (a) We can extend the two-dimensional rectangular coordinate system by adding a third axis, the [latex]z[/latex]-axis, that is perpendicular to both the [latex]x[/latex]-axis and the [latex]y[/latex]-axis. (b) The right-hand rule is used to determine the placement of the coordinate axes in the standard Cartesian plane.

In two dimensions, we describe a point in the plane with the coordinates [latex](x, y)[/latex]. Each coordinate describes how the point aligns with the corresponding axis. In three dimensions, a new coordinate, [latex]z[/latex], is appended to indicate alignment with the [latex]z[/latex]-axis: [latex](x, y, z)[/latex]. A point in space is identified by all three coordinates (Figure 2). To plot the point [latex](x, y, z)[/latex], go [latex]x[/latex]units along the [latex]x[/latex]-axis, then [latex]y[/latex]units in the direction of the [latex]y[/latex]-axis, then [latex]z[/latex] units in the direction of the [latex]z[/latex]-axis.

Three-Dimensional Coordinate Systems | Calculus III (2)

Figure 2. To plot the point [latex](x,y,z) [/latex] go [latex] x [/latex] units along the [latex]x[/latex]-axis, then [latex]y[/latex] units in the direction of the [latex]y[/latex]-axis, then [latex] z[/latex] units in the direction of the z-axis.

Example: locating points in space

Sketch the point [latex](1, -2, 3)[/latex] in three-dimensional space.

Show Solution

try it

Sketch the point [latex](-2, 3, -1)[/latex] in three-dimensional space.

Show Solution

In two-dimensional space, the coordinate plane is defined by a pair of perpendicular axes. These axes allow us to name any location within the plane. In three dimensions, we definecoordinate planesby the coordinate axes, just as in two dimensions. There are three axes now, so there are three intersecting pairs of axes. Each pair of axes forms a coordinate plane: the [latex]xy[/latex]-plane, the [latex]xz[/latex]-plane, and the [latex]yz[/latex]-plane (Figure 5). We define the [latex]xy[/latex]-plane formally as the following set: [latex]\{(x,y,0) :x,y\in\mathbb{R}\}[/latex]. Similarly, the [latex]xz[/latex]-plane and the [latex]yz[/latex]-plane are defined as [latex]\{(x,0,z) :x,z\in\mathbb{R}\}[/latex] and [latex]\{(0,y,z) :y,z\in\mathbb{R}\}[/latex], respectively.

To visualize this, imagine you’re building a house and are standing in a room with only two of the four walls finished. (Assume the two finished walls are adjacent to each other.) If you stand with your back to the corner where the two finished walls meet, facing out into the room, the floor is the [latex]xy[/latex]-plane, the wall to your right is the [latex]xz[/latex]-plane, and the wall to your left is the [latex]yz[/latex]-plane.

Three-Dimensional Coordinate Systems | Calculus III (3)

Figure 5. The plane containing the [latex]x[/latex]– and [latex]y [/latex]-axes is called the [latex]xy [/latex]-plane. The plane containing the [latex]x [/latex]– and [latex]z [/latex]-axes is called the [latex]xz [/latex]-plane, and the [latex]y [/latex]– and [latex]z [/latex]-axes define the [latex]yz [/latex]-plane.

In two dimensions, the coordinate axes partition the plane into four quadrants. Similarly, the coordinate planes divide space between them into eight regions about the origin, calledoctants. The octants fill [latex]\mathbb{R}^3[/latex] in the same way that quadrants fill [latex]\mathbb{R}^2[/latex], as shown inFigure 6.

Three-Dimensional Coordinate Systems | Calculus III (4)

Figure 6. Points that lie in octants have three nonzero coordinates.

Most work in three-dimensional space is a comfortable extension of the corresponding concepts in two dimensions. In this section, we use our knowledge of circles to describe spheres, then we expand our understanding of vectors to three dimensions. To accomplish these goals, we begin by adapting the distance formula to three-dimensional space.

If two points lie in the same coordinate plane, then it is straightforward to calculate the distance between them. We that the distance [latex]d[/latex] between two points [latex](x_1, y_1)[/latex] and [latex](x_2, y_2)[/latex] in the [latex]xy[/latex]-coordinate plane is given by the formula

[latex]d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} [/latex].

The formula for the distance between two points in space is a natural extension of this formula.

theorem: the distance between two points in space

The distance [latex]d[/latex] between points [latex](x_1, y_1, z_1)[/latex] and [latex](x_2, y_2, z_2)[/latex] is given by the formula

[latex]d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2} [/latex].

The proof of this theorem is left as an exercise. (Hint:First find the distance [latex]d_1[/latex] between the points [latex](x_1, y_1, z_1)[/latex] and [latex](x_2, y_2, z_1)[/latex] as shown inFigure 7.)

Three-Dimensional Coordinate Systems | Calculus III (5)

Figure 7. The distance between [latex]P_1[/latex] and [latex]P_2[/latex] is the length of the diagonal of the rectangular prism having [latex]P_1[/latex] and [latex]P_2[/latex] as opposite corners.

Example: distance in space

Find the distance between points [latex]P_1=(3, -1, 5)[/latex] and[latex]P_2=(2, 1, -1)[/latex].

Three-Dimensional Coordinate Systems | Calculus III (6)

Figure 8. Find the distance between the two points.

Show Solution

try it

Find the distance between points [latex]P_1=(1, -5, 4)[/latex] and[latex]P_2=(4, -1, -1)[/latex].

Show Solution

Watch the following video to see the worked solution to the above Try It.

You can view the transcript for “CP 2.12” here (opens in new window)

Before moving on to the next section, let’s get a feel for how [latex]\mathbb{R}^3[/latex] differs from[latex]\mathbb{R}^2[/latex]. For example, in [latex]\mathbb{R}^2[/latex], lines that are not parallel must always intersect. This is not the case in[latex]\mathbb{R}^3[/latex].For example, consider the line shown inFigure 9. These two lines are not parallel, nor do they intersect.

Three-Dimensional Coordinate Systems | Calculus III (7)

Figure 9. These two lines are not parallel, but still do not intersect.

You can also have circles that are interconnected but have no points in common, as inFigure 10.

Three-Dimensional Coordinate Systems | Calculus III (8)

Figure 10. These circles are interconnected, but have no points in common.

We have a lot more flexibility working in three dimensions than we do if we stuck with only two dimensions.

Three-Dimensional Coordinate Systems | Calculus III (2024)

FAQs

Three-Dimensional Coordinate Systems | Calculus III? ›

The 3-D coordinate system is often denoted by R3 . Likewise, the 2-D coordinate system is often denoted by R2 and the 1-D coordinate system is denoted by R . Also, as you might have guessed then a general n dimensional coordinate system is often denoted by Rn .

What are the 3 types of 3 dimensional coordinate system? ›

There are three coordinate systems in 3D – Cartesian coordinate system, Spherical coordinate system, Cylindrical coordinate system. In the Cartesian coordinate system, the location of any point is found by a triplet of real numbers, based on the three axes.

What is the three-dimensional coordinates system? ›

Coordinate systems

In mathematics, analytic geometry (also called Cartesian geometry) describes every point in three-dimensional space by means of three coordinates. Three coordinate axes are given, each perpendicular to the other two at the origin, the point at which they cross. They are usually labeled x, y, and z.

What is the 3 coordinate system? ›

There are three commonly used coordinate systems: Cartesian, cylindrical and spherical. In this chapter, we will describe a Cartesian coordinate system and a cylindrical coordinate system.

What are the 3 coordinates needed for 3 dimensional mapping? ›

The three-dimensional rectangular coordinate system consists of three perpendicular axes: the x-axis, the y-axis, and the z-axis. Because each axis is a number line representing all real numbers in ℝ, the three-dimensional system is often denoted by ℝ3. In Figure 12.2.

What dimensional world do we live in? ›

In everyday life, we inhabit a space of three dimensions – a vast 'cupboard' with height, width and depth, well known for centuries. Less obviously, we can consider time as an additional, fourth dimension, as Einstein famously revealed.

Are humans three-dimensional? ›

Humans can exist only in 3-Spatial Dimension(Those who are saying 4 Dimensions are counting Fourth Dimension as time due to Theory Of Relativity). String Theory states that there are 10 Spatial Dimensions, each axis perpendicular to the other, and we live in 3 of those 10 Spatial Dimensions.

What is the reason for using three-dimensional coordinate system? ›

We can find an object anywhere in the world using its coordinates. And a coordinate plane is used to represent these coordinates. It is a two-dimensional (or three-dimensional, if three-dimensional objects are taken into account) plane made up of vertical and horizontal axes.

What is 3 dimensional coordinate conversion? ›

Three-Dimensional Coordinate Conversion

To convert the x coordinate from data to normalized coordinates, use the formula Nx = X0 + X1Dx. The same process is used to convert the y and z coordinates using !

What is a 3D world coordinate system? ›

The origin of the virtual universe is the intersection of the 3 axes. It's point is (0, 0, 0). This is the known as the world coordinate system. Each 3D model in the virtual world also has its own coordinate system which has its origin at the center of the object.

What is the 3rd coordinate? ›

In three-dimensional space, the Cartesian coordinate system is based on three mutually perpendicular coordinate axes: the x-axis, the y-axis, and the z-axis, illustrated below. The three axes intersect at the point called the origin.

What are all three coordinates? ›

Euclidean space has three mutually perpendicular coordinate axes (x,y and z), and three mutually perpendicular coordinate planes\index{plane! coordinate}: the xy-plane, yz-plane and xz-plane (Figure 12.1. 2 ).

What is the basic 3D coordinate system? ›

In three dimensions, we define coordinate planes by the coordinate axes, just as in two dimensions. There are three axes now, so there are three intersecting pairs of axes. Each pair of axes forms a coordinate plane: the xy -plane, the xz -plane, and the yz -plane (Figure 5).

What are math three-dimensional coordinates? ›

These lengths x, y and z are known as the coordinates of the point P in three-dimensional space. It must be noted that while giving the coordinates of a point, we always write them in order such that the co-ordinate of the x-axis comes first, followed by the co-ordinate of the y-axis and the z-axis.

What is the order of the three-dimensional coordinates? ›

Points in two dimensions are described by the ordered pair (x, y). Points in three dimensions are described by the ordered triple (x, y, z). There are a couple standard ways to graph points in three dimensions.

What are the three parts of 3 dimensional space? ›

Three-dimensional shapes have 3 dimensions—length, width, and depth. As a result of these dimensions these shapes have attributes of faces, edges and vertices. What is an edge? An edge is a line where two faces of a three-dimensional shape meet.

Top Articles
Latest Posts
Article information

Author: Roderick King

Last Updated:

Views: 5491

Rating: 4 / 5 (51 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Roderick King

Birthday: 1997-10-09

Address: 3782 Madge Knoll, East Dudley, MA 63913

Phone: +2521695290067

Job: Customer Sales Coordinator

Hobby: Gunsmithing, Embroidery, Parkour, Kitesurfing, Rock climbing, Sand art, Beekeeping

Introduction: My name is Roderick King, I am a cute, splendid, excited, perfect, gentle, funny, vivacious person who loves writing and wants to share my knowledge and understanding with you.