Vector Resolution in 3D
Breaking down vectors into i, j, and k components using trigonometry.
Demystifying the 3D Vector
In 2D coordinate geometry, a vector is just the hypotenuse of a right-angled triangle. But when we step into 3D space (), a vector becomes the main diagonal of a rectangular box.
If we have a vector , the components , , and are simply the length, width, and height of that box.
1. Magnitude (The Diagonal)
To find the length of the vector (the main diagonal), we apply the Pythagorean theorem in 3D:
2. Direction Cosines ()
In 2D, we only need one angle () to define a direction. In 3D, we describe a vector's direction by measuring its angle with all three axes. These are called Direction Angles:
- : Angle with the positive -axis.
- : Angle with the positive -axis.
- : Angle with the positive -axis.
If we take the cosine of these angles, we get the Direction Cosines (). Geometrically, these are just the ratios of the box's edges to its main diagonal:
Because they are tied to the geometry of the box, these cosines share a beautiful and strict relationship:
Interactive 3D Resolution Lab
Use the sliders below to change the components of the vector.
Your Task: Watch how the "bounding box" changes shape. Notice what happens to the angle when you set the -component to .
Sanjib's JEE Insight: A common trap in JEE Advanced is confusing Direction Cosines with Direction Ratios. Direction ratios () are any three numbers proportional to the direction cosines. The components of the vector () are themselves direction ratios! You only get the true direction cosines when you divide those components by the total magnitude.