12.1PureCore
3D Coordinates
Year 1 vectors were two-dimensional. In Year 2 we add a third axis, z, perpendicular to both x and y. Points and distances extend naturally to three dimensions.
What you'll be able to do
- Use 3D coordinates (x, y, z)
- Find the distance from the origin
- Find the distance between two points
- Visualise points in 3D space
1
The third axis
A point in space is written , with the -axis perpendicular to the -plane. Distances use a 3D version of Pythagoras.
Distance from the origin.
1.
2.
Answer
2
Distance between two points
The distance between and is .
Tip — 3D distance is just Pythagoras with a third squared term added.
Formula recap
From the origin.
Between two points.
Common mistakes to avoid
Forgetting the z-term in the distance formula.
Include all three squared differences.
Mixing up the order of coordinates.
Coordinates are always (x, y, z).
Key takeaways
- Points in space are (x, y, z).
- |OP| = √(x² + y² + z²).
- Distance between points adds a third squared term.
Test yourself
Ready to lock in 3D Coordinates? Pick a mode and earn XP & Dobloons.