Definition
Analytic geometry is extended to three dimensions by adding a z-axis perpendicular to both the x- and y-axes. This creates a system where any point is uniquely located by an ordered triple .
- How to read: “P at ordered triple x, y, z.”
- Meaning: Three mutually perpendicular axes locate any point in space with three numbers.
Why It Matters
The transition from 2D to 3D is the transition from a map to the world. 3D coordinate systems are the foundational scaffolding for all physical engineering, robotics, and aerospace, allowing us to precisely locate and manipulate objects in the real, volumetric universe.
Core Concepts
- Right-Handed System: The standard orientation where the axes follow the right-hand rule.
- Coordinate Planes:
- -plane ().
- How to read: “x-y plane, where z equals zero.”
- Meaning: The horizontal floor/ceiling plane at height zero.
- -plane ().
- How to read: “y-z plane, where x equals zero.”
- Meaning: The side wall plane at .
- -plane ().
- How to read: “x-z plane, where y equals zero.”
- Meaning: The front/back wall plane at .
- -plane ().
- Midpoint Formula: For points and , the midpoint is .
- How to read: “The midpoint M has coordinates x one plus x two all over two, y one plus y two all over two, and z one plus z two all over two.”
- Meaning: The center point halfway between two points in 3D space — each coordinate is the arithmetic mean of the corresponding endpoints.
- Distance Formula: .
- How to read: “The distance d equals the square root of the quantity x two minus x one squared, plus the quantity y two minus y one squared, plus the quantity z two minus z one squared.”
- Meaning: 3D Pythagorean theorem—straight-line distance between two points.