Let a=2i^+3j^+4k^,b=i^−2j^−2k^ and c=−i^+4j^+3k^. If d is a vector perpendicular to both b and c, and a⋅d=18, then ∣a×d∣2 is equal to :
Options
Solution
Key Concepts and Formulas
Vector Perpendicularity and Cross Product: A vector perpendicular to two given vectors is parallel to their cross product. If d is perpendicular to b and c, then d=λ(b×c) for some scalar λ.
Dot Product: The dot product of two vectors u=u1i^+u2j^+u3k^ and v=v1i^+v2j^+v3k^ is u⋅v=u1v1+u2v2+u3v3.
Magnitude of a Vector: The magnitude of a vector u=u1i^+u2j^+u3k^ is ∣u∣=u12+u22+u32.
Lagrange's Identity:∣a×d∣2=∣a∣2∣d∣2−(a⋅d)2. This identity is derived from ∣a×d∣=∣a∣∣d∣sinθ and a⋅d=∣a∣∣d∣cosθ.
Step-by-Step Solution
Step 1: Determine the direction of d
We are given that d is perpendicular to both b and c. This implies that d must be parallel to the cross product of b and c. Therefore, we can write d as:
d=λ(b×c)
where λ is a scalar.
Step 2: Find the scalar λ using the dot product condition
We are given that a⋅d=18. Substituting the expression for d:
(2i^+3j^+4k^)⋅λ(2i^−j^+2k^)=18λ[(2)(2)+(3)(−1)+(4)(2)]=18λ[4−3+8]=18λ[9]=18
Solving for λ:
λ=918=2
Now we have the complete vector d:
d=2(2i^−j^+2k^)=4i^−2j^+4k^
Step 3: Calculate ∣a×d∣2 using Lagrange's Identity
Lagrange's identity provides a direct way to compute ∣a×d∣2:
∣a×d∣2=∣a∣2∣d∣2−(a⋅d)2
We are given a⋅d=18. We need to find ∣a∣2 and ∣d∣2.
Calculate ∣a∣2:
∣a∣2=(2)2+(3)2+(4)2=4+9+16=29
Calculate ∣d∣2:
∣d∣2=(4)2+(−2)2+(4)2=16+4+16=36
Now, substitute these values into Lagrange's identity:
∣a×d∣2=(29)(36)−(18)2∣a×d∣2=1044−324∣a×d∣2=720
Common Mistakes & Tips
Sign Errors in Cross Product: Be meticulous with signs when calculating the determinant for the cross product, especially for the j^ component.
Direct Calculation vs. Identity: While calculating a×d and then its magnitude is possible, it is more computationally intensive and prone to errors than using Lagrange's identity, which directly utilizes the given dot product and calculated magnitudes.
Magnitude Calculation: Ensure you are squaring the magnitude of the vectors and not the vectors themselves, and that you are taking the square root correctly when calculating magnitudes if needed.
Summary
The problem requires finding the magnitude squared of the cross product of vectors a and d. We first established that d is parallel to b×c and used the given dot product condition a⋅d=18 to find the scalar multiplier for d. Finally, we efficiently calculated ∣a×d∣2 using Lagrange's identity, which relates the squared magnitude of a cross product to the product of the squared magnitudes of the vectors and the square of their dot product.