Mathwords logoReference LibraryMathwords

Three Dimensions

Three Dimensions
Three Dimensional
Three Dimensional Space

The property of the space in which we live and move that indicates motion can take place in three mutually perpendicular directions. This is often expressed with three-dimensional coordinates.

Formally, saying a space has three dimensions means that you can find three vectors in the space for which none is a linear combination of the other two. In addition, in any set of four vectors one of them can be written as a linear combination of the other three.

 

 

 

See also

Zero dimensions, two dimensions, three dimensions, n dimensions, multivariable calculus

Key Formula

P=(x,y,z)P = (x,\, y,\, z)
Where:
  • PP = A point in three-dimensional space
  • xx = Position along the first axis (left–right)
  • yy = Position along the second axis (forward–backward)
  • zz = Position along the third axis (up–down)

Worked Example

Problem: A drone lifts off from the origin of a 3D coordinate system. It flies 4 meters east (positive x-direction), 3 meters north (positive y-direction), and 12 meters straight up (positive z-direction). What are its coordinates, and how far is it from the origin?
Step 1: Identify the three coordinates from the description of the drone's motion.
P=(4,3,12)P = (4,\, 3,\, 12)
Step 2: Use the 3D distance formula to find the straight-line distance from the origin to the drone.
d=x2+y2+z2=42+32+122d = \sqrt{x^2 + y^2 + z^2} = \sqrt{4^2 + 3^2 + 12^2}
Step 3: Compute each square and add them.
d=16+9+144=169d = \sqrt{16 + 9 + 144} = \sqrt{169}
Step 4: Take the square root to get the final distance.
d=13 metersd = 13 \text{ meters}
Answer: The drone is at position (4, 3, 12) and is 13 meters from the origin.

Frequently Asked Questions

What is the difference between 2D and 3D?
A two-dimensional (2D) space has only two independent directions, so every point is described by two coordinates like (x, y). A three-dimensional (3D) space adds a third independent direction, requiring a third coordinate z to specify a point. This extra dimension is what gives objects depth or height beyond a flat surface.
Why do we need exactly three numbers to describe a point in 3D space?
Because three dimensions means there are three independent directions you can move in. No combination of movement along two of these directions can replicate movement along the third. Therefore, you need one number per independent direction—three numbers total—to pin down an exact location.

Two Dimensions vs. Three Dimensions

In two dimensions, every point is located by two coordinates (x, y) on a flat plane. In three dimensions, a third coordinate z is added to capture height or depth. A 2D space has two independent direction vectors; a 3D space has three. All flat shapes (triangles, circles) live in 2D, while solid objects (cubes, spheres) require 3D to be fully described.

Why It Matters

Three-dimensional space is the setting for almost all physical science and engineering—describing where objects are, how forces act, and how structures are designed. In mathematics, understanding 3D is the gateway to multivariable calculus, vector analysis, and linear algebra in higher dimensions. Computer graphics, architecture, medicine (MRI scans), and video games all depend on representing and computing within three-dimensional coordinate systems.

Common Mistakes

Mistake: Confusing a 3D object with its 2D representation (e.g., thinking a drawing of a cube on paper is truly three-dimensional).
Correction: A picture on a flat surface is always 2D. It may depict a 3D object using perspective, but the image itself has only two dimensions. True 3D requires an actual third independent direction.
Mistake: Forgetting the z-coordinate when computing distances or plotting points, effectively treating 3D problems as 2D.
Correction: Always include all three coordinates. The 3D distance formula is d = √(x² + y² + z²), not √(x² + y²). Omitting z gives you only the distance projected onto the xy-plane.

Related Terms