Three-dimensional geometry is all about working within a space that has width, height, and depth. This allows us to represent points and shapes in a way that mimics real-world structures.
The 3D coordinate system has three axes:
- The x-axis represents horizontal space.
- The y-axis represents vertical space.
- The z-axis represents depth or the 'coming out at you' direction.
Together, these axes create a 3D grid. This grid helps us visualize points and shapes in a context that allows for a deeper understanding of their spatial relationships.
For example, when plotting the point \( (-1, 2, 1) \), the movement is:
- 1 unit left on the x-axis (negative direction)
- 2 units up on the y-axis
- 1 unit out on the z-axis
It's like traveling along these axes, reaching a specific location in 3D space.