Worked solutions to Class XII vector cross product problems from Exercise 10.4, covering magnitudes, perpendicular unit vectors, direction cosines, and the angle between two vectors.
This lesson walks through five questions on the vector cross product for Class XII. It shows how to set up and expand the determinant for a cross product, find the magnitude of the result, and use it to build a unit vector perpendicular to two given vectors. It also uses direction cosines to find an unknown angle, solves for unknown components that make a cross product zero, and recovers the angle between two vectors from the magnitude of their cross product.
What you'll learn
Computing a cross product by expanding the determinant along its first row
Finding a unit vector perpendicular to the sum and the difference of two vectors
Using direction cosines to find an unknown angle a vector makes with an axis
Recovering the angle between two vectors from the magnitude of their cross product
Lesson chapters
0:00Magnitude of a cross product
2:05Unit vector perpendicular to two vectors
5:30Finding an angle from direction cosines
7:21Solving for unknowns that make a cross product zero
9:01Angle between two vectors from their cross product
Lesson notes
This lesson works through five cross product questions from Exercise 10.4 for Class XII. Each one expands a determinant, takes a magnitude, or uses those results to find a perpendicular vector or an angle.
Magnitude of a cross product
Given a=i−7j+7k and b=3i−2j+2k, find ∣a×b∣.
Set up the determinant with the unit vectors in the first row and the components of a and b below:
Taking out a factor of 8 from the numerator and dividing by 24:
n^=±2416i−16j−8k=±32i−2j−k
The two perpendicular unit vectors are 31(2i−2j−k) and 31(−2i+2j+k).
Finding an angle from direction cosines
A unit vector makes an angle 3π with i, 4π with j, and an acute angle θ with k. Find θ and the components of a.
The direction cosines are l=cos3π, m=cos4π, n=cosθ, so
a=21i+21j+cosθk
Since a is a unit vector, ∣a∣=1, and squaring gives
(21)2+(21)2+cos2θ=1
41+21+cos2θ=1⟹cos2θ=1−43=41
So cosθ=±21. As θ is acute, cosθ=21 and θ=3π. The components of a are 21, 21, and 21.
Solving for unknowns that make a cross product zero
Find λ and μ if (2i+6j+27k)×(i+λj+μk)=0.
The cross product is zero, so expand the determinant and set each component to zero:
i21j6λk27μ=i(6μ−27λ)−j(2μ−27)+k(2λ−6)=0
This gives three equations:
6μ−27λ=0(1),2μ−27=0(2),2λ−6=0(3)
From (2), μ=227. From (3), λ=3.
Check in (1).6⋅227−27⋅3=81−81=0, so the values satisfy the first equation. Hence λ=3 and μ=227.
Angle between two vectors from their cross product
Let a and b satisfy ∣a∣=3 and ∣b∣=32, and let a×b be a unit vector. Find the angle between them.
From ∣a×b∣=∣a∣∣b∣sinθ,
sinθ=∣a∣∣b∣∣a×b∣=3⋅321=21
So θ=4π.
Key takeaways
A cross product is found by expanding the determinant with the unit vectors in the top row, and its magnitude is the root of the sum of the squares of the components.
c×d is perpendicular to both c and d; dividing it by its magnitude gives the two perpendicular unit vectors ±n^.
For a unit vector, the squares of its direction cosines add to 1, which lets you solve for an unknown angle.
If a cross product is the zero vector the vectors are parallel; if it is a unit vector, sinθ=∣a∣∣b∣1 gives the angle between them.