1. Geometry and Vectors in Space

Coordinates In Three Dimensions

Coordinates in Three Dimensions

students, welcome to the 3D version of coordinate geometry 🌎✨ In this lesson, you will learn how to describe points, directions, and shapes in space using coordinates. This topic is the foundation for much of multivariable calculus because calculus in more than one variable happens in spaces, not just on a line. By the end, you should be able to explain the meaning of three-dimensional coordinates, locate points in space, compute distances, and connect these ideas to surfaces like spheres and cylinders.

Why three dimensions matter

In earlier math classes, you probably used the coordinate plane, where every point is written as $(x,y)$. That works well for flat surfaces like maps or graphs on paper. But real-world objects are not flat. A drone flying in the air, a satellite moving around Earth, or a point inside a building all need three numbers to describe their position accurately 📍

In three dimensions, a point is written as $(x,y,z)$. These numbers tell how far the point is along three perpendicular directions. Usually, the three axes are called the $x$-axis, $y$-axis, and $z$-axis. Think of them as left-right, forward-back, and up-down directions, although the exact meaning depends on the context.

A coordinate system in space gives us a way to describe location precisely. This is essential in geometry and vectors because vectors also live in space and are described using coordinates. Later in multivariable calculus, these same coordinates help us study surfaces, motion, and change in three dimensions.

The coordinate axes and the origin

The three coordinate axes meet at one point called the origin, written as $(0,0,0)$. This is the starting point for measuring position in space. Each axis is perpendicular to the other two, which creates a right-handed 3D frame used in most math and science settings.

A point $(x,y,z)$ is found by moving from the origin in three steps:

  1. Move $x$ units parallel to the $x$-axis.
  2. Move $y$ units parallel to the $y$-axis.
  3. Move $z$ units parallel to the $z$-axis.

The sign of each coordinate matters. Positive and negative values tell direction. For example, $(3,-2,5)$ means move $3$ units in the positive $x$ direction, $2$ units in the negative $y$ direction, and $5$ units in the positive $z$ direction.

A common way to picture this is as a box in a room. The floor can represent the $xy$-plane, the side wall can represent the $xz$-plane, and another wall can represent the $yz$-plane. A point in the room needs all three coordinates to say where it is exactly 🧭

Understanding planes in space

Each pair of axes forms a coordinate plane:

  • The $xy$-plane is where $z=0$.
  • The $xz$-plane is where $y=0$.
  • The $yz$-plane is where $x=0$.

These planes help us understand how a 3D point relates to familiar 2D geometry. For example, if a point lies on the $xy$-plane, then its height is zero because $z=0$. If a point lies directly above or below another point on the $xy$-plane, it has the same $x$ and $y$ values but a different $z$ value.

Example: The point $(4,-1,0)$ lies in the $xy$-plane because $z=0$. The point $(4, -1, 7)$ is directly above it, exactly $7$ units higher.

This idea is important in multivariable calculus because graphs of functions often become surfaces in 3D. For instance, a function of two variables like $z=f(x,y)$ creates a surface above the $xy$-plane. Coordinates in three dimensions are the language for describing those surfaces.

Plotting points and reading coordinates

To plot a point in space, start at the origin and follow the coordinate directions. If the point is $(2,3,1)$, you can imagine moving $2$ units along the $x$-axis, then $3$ units along the $y$-axis, and then $1$ unit upward along the $z$-axis.

Reading coordinates from a sketch works in reverse. If a point is shown in space, estimate how far it is from each coordinate plane and axis. This is easier when the point lies on a plane or axis:

  • If a point is on the $x$-axis, then $y=0$ and $z=0$.
  • If a point is on the $y$-axis, then $x=0$ and $z=0$.
  • If a point is on the $z$-axis, then $x=0$ and $y=0$.

Example: The point $(0,5,-2)$ lies in the $yz$-plane because $x=0$. It is $5$ units in the positive $y$ direction and $2$ units in the negative $z$ direction.

This notation is compact but powerful. It lets you describe a location in the same way a GPS system uses latitude, longitude, and altitude in the real world 🌍

Distance in three dimensions

A coordinate system is more useful when we can measure how far apart points are. The distance between two points in 3D comes from the same idea as in 2D: use the Pythagorean theorem.

For points $(x_1,y_1,z_1)$ and $(x_2,y_2,z_2)$, the distance is

$$d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}$$

This formula is an extension of the 2D distance formula. It measures the length of the straight line segment connecting the two points.

Example: Find the distance between $(1,2,3)$ and $(4,6,3)$.

Here,

$$d=\sqrt{(4-1)^2+(6-2)^2+(3-3)^2}=\sqrt{9+16+0}=5$$

The points have the same $z$-coordinate, so the segment lies parallel to the $xy$-plane. Because the vertical change is zero, this problem reduces to a 2D distance inside that plane.

Distance in space is used everywhere in geometry and physics. It helps measure displacement, thickness, and the size of objects in 3D models. Later, it also supports vector magnitude and surface equations.

Spheres and coordinate descriptions

A sphere is the set of all points in space that are a fixed distance from a center point. If the center is $(a,b,c)$ and the radius is $r$, then the sphere has equation

$$ (x-a)^2+(y-b)^2+(z-c)^2=r^2 $$

This formula comes directly from the distance formula. Every point on the sphere is exactly $r$ units from the center.

Example: The sphere with center $(0,0,0)$ and radius $4$ has equation

$$x^2+y^2+z^2=16$$

If a point satisfies this equation, it lies on the sphere. If the left side is less than $16$, the point is inside the sphere. If it is greater than $16$, the point is outside the sphere.

This idea matters in multivariable calculus because spheres are common surfaces for integration, symmetry, and modeling. A sphere is one of the simplest 3D surfaces, and its equation shows how coordinates describe geometry precisely.

Cylinders and surfaces that extend in one direction

A cylinder is formed when a curve is extended in a direction. In coordinate geometry, a cylinder often appears when one variable is missing from an equation. For example,

$$x^2+y^2=9$$

represents a circular cylinder. The cross-section in the $xy$-plane is a circle of radius $3$, and because $z$ does not appear, the circle extends forever in the $z$-direction.

This is a key idea: if an equation does not involve one variable, then the graph usually stretches in the direction of that axis. Other examples include:

  • $x^2+z^2=1$, which is a cylinder along the $y$-axis.
  • $y^2+z^2=25$, which is a cylinder along the $x$-axis.

Cylinders are useful because they show how 2D shapes become 3D objects. This connection helps students move from familiar graphs to more advanced surfaces like paraboloids and ellipsoids.

How coordinates connect to vectors and later topics

Coordinates in three dimensions are not only for points. They also describe vectors. A vector from the origin to the point $(x,y,z)$ can be written as $\langle x,y,z \rangle$. This turns location into direction and magnitude.

For example, the point $(2,-1,4)$ corresponds to the vector $\langle 2,-1,4 \rangle$. The vector tells how to move from the origin to that point. This connection is important because vector operations like the dot product and cross product depend on coordinates in space.

In later lessons, students, you will use coordinates to:

  • measure angles between vectors,
  • find equations of lines and planes,
  • describe surfaces in 3D,
  • and study motion using position vectors.

So, coordinates in three dimensions are not just an early topic. They are the language that supports the rest of geometry and vectors in space.

Conclusion

Coordinates in three dimensions expand the familiar $x$-$y$ plane into full space using $(x,y,z)$. With this system, you can locate points, understand planes, compute distances, and describe surfaces like spheres and cylinders. These tools are essential for multivariable calculus because calculus in higher dimensions needs a precise way to talk about position and shape. students, if you can interpret coordinates in space, you are already building the foundation for everything that comes next in geometry and vectors in space ✨

Study Notes

  • A point in 3D is written as $(x,y,z)$.
  • The origin is $(0,0,0)$.
  • The coordinate planes are $xy$-plane where $z=0$, $xz$-plane where $y=0$, and $yz$-plane where $x=0$.
  • To plot a point, move along the three axes in order: $x$, then $y$, then $z$.
  • The distance between $(x_1,y_1,z_1)$ and $(x_2,y_2,z_2)$ is $$d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}$$
  • A sphere with center $(a,b,c)$ and radius $r$ has equation $$ (x-a)^2+(y-b)^2+(z-c)^2=r^2 $$
  • A cylinder often appears when one variable is missing from an equation.
  • Coordinates in 3D connect directly to vectors, surfaces, and later multivariable calculus topics.

Practice Quiz

5 questions to test your understanding