12.2PureStretch
Vectors in 3D
A 3D vector has three components, written with the unit vectors i, j, k or as a column. Magnitude, addition and scalar multiplication all extend naturally from 2D.
What you'll be able to do
- Write vectors in i, j, k or column form
- Find the magnitude of a 3D vector
- Add and scale 3D vectors
- Find a unit vector
1
Components and magnitude
A vector has magnitude . The unit vectors point along the axes.
Magnitude of a 3D vector.
1.
2.
Answer
2
Operations and unit vectors
Add vectors component by component; multiply by a scalar to scale. A in the direction of is .
Tip — To make a unit vector, divide each component by the magnitude.
Formula recap
Magnitude.
Unit vector.
Common mistakes to avoid
Adding magnitudes instead of components.
Add component by component, then take the magnitude if needed.
Forgetting a component when squaring for magnitude.
Include all three squared components.
Key takeaways
- Vectors: ai + bj + ck or column form.
- |v| = √(a² + b² + c²).
- Unit vector = v / |v|.
Test yourself
Ready to lock in Vectors in 3D? Pick a mode and earn XP & Dobloons.