Let a=i+j+k,b and c=j−k be three vectors such that a×b=c and a.b=1. If the length of projection vector of the vector b on the vector a×c is l, then the value of 3l 2 is equal to _____________.
Answer: 2
Solution
Key Concepts and Formulas
Length of Projection Vector: The length of the projection of vector P onto vector Q is given by ∣Q∣∣P⋅Q∣.
Scalar Triple Product (STP): The scalar triple product of vectors A,B,C is [A,B,C]=A⋅(B×C). It has the property A⋅(B×C)=(A×B)⋅C.
Cross Product Properties: The cross product is anti-commutative, i.e., A×B=−(B×A).
Dot Product Property: The dot product of a vector with itself is the square of its magnitude, i.e., V⋅V=∣V∣2.
Step-by-Step Solution
Step 1: Define the projection length 'l'
The problem states that l is the length of the projection vector of b on a×c. Using the formula for the length of a projection vector, we have:
l=∣a×c∣∣b⋅(a×c)∣
Our goal is to calculate the numerator and the denominator of this expression.
Step 2: Calculate the denominator ∣a×c∣
We are given a=i+j+k and c=j−k.
First, we compute the cross product a×c:
a×c=i10j11k1−1
Expanding the determinant:
a×c=i((1)(−1)−(1)(1))−j((1)(−1)−(1)(0))+k((1)(1)−(1)(0))a×c=i(−1−1)−j(−1−0)+k(1−0)a×c=−2i+j+k
Now, we find the magnitude of this vector:
∣a×c∣=(−2)2+12+12=4+1+1=6
This is the denominator of l.
Step 3: Evaluate the numerator ∣b⋅(a×c)∣
The numerator involves the scalar triple product b⋅(a×c). We can use the property X⋅(Y×Z)=(X×Y)⋅Z.
Let X=b, Y=a, and Z=c. Then:
b⋅(a×c)=(b×a)⋅c
We are given the condition a×b=c.
Using the anti-commutativity of the cross product, b×a=−(a×b).
Substituting the given condition, we get b×a=−c.
Now, substitute this back into the expression for the scalar triple product:
(b×a)⋅c=(−c)⋅c
Using the property V⋅V=∣V∣2:
(−c)⋅c=−(c⋅c)=−∣c∣2
We need to find the magnitude of c:
c=j−k∣c∣=02+12+(−1)2=0+1+1=2
Therefore, ∣c∣2=(2)2=2.
So, the scalar triple product is b⋅(a×c)=−2.
The numerator of l is the absolute value of this result:
∣b⋅(a×c)∣=∣−2∣=2
Note that the condition a⋅b=1 was not needed for this part of the calculation.
Step 4: Calculate 'l'
Now we have the numerator and the denominator for l:
l=∣a×c∣∣b⋅(a×c)∣=62
Step 5: Calculate 3l2
First, we square l:
l2=(62)2=64=32
Finally, we compute 3l2:
3l2=3×32=2
Common Mistakes & Tips
Scalar Triple Product Manipulation: Recognizing that b⋅(a×c) can be rewritten as (b×a)⋅c is key.
Anti-Commutativity: Forgetting the negative sign in b×a=−(a×b) is a common error.
Absolute Value: Remember that length is always non-negative, so the absolute value is necessary for the numerator of the projection formula.
Summary
The problem required calculating the length of a projection vector. By applying the formula for the projection length and strategically using the properties of the scalar triple product and the cross product, we simplified the expression. The key insight was using the given relation a×b=c to transform the scalar triple product term into a form involving only c, which allowed for straightforward calculation of its magnitude. The value of 3l2 was found to be 2.