Let a=i+j+k,c=j−k and a vector b be such that a×b=c and a.b=3. Then b equals :
Options
Solution
Key Concepts and Formulas
Vector Identity: For any two vectors u and v, the following identity holds:
∣u×v∣2+(u⋅v)2=∣u∣2∣v∣2
This identity is derived from the geometric definitions of the dot product (u⋅v=∣u∣∣v∣cosθ) and the magnitude of the cross product (∣u×v∣=∣u∣∣v∣sinθ), where θ is the angle between the vectors.
Magnitude of a Vector: For a vector v=ai+bj+ck, its magnitude is given by ∣v∣=a2+b2+c2.
Step-by-Step Solution
Step 1: Calculate the magnitudes of the known vectors.
We are given a=i+j+k and c=j−k. We need their magnitudes to use in the vector identity.
Magnitude of a:
∣a∣=(1)2+(1)2+(1)2=1+1+1=3Why this step? The vector identity requires ∣a∣2, so calculating ∣a∣ is the first step.
Magnitude of c:
c can be written as 0i+1j−1k.
∣c∣=(0)2+(1)2+(−1)2=0+1+1=2Why this step? We are given that a×b=c. Therefore, the magnitude of the cross product, ∣a×b∣, is equal to ∣c∣. This gives us the value needed for the term ∣a×b∣2 in the identity.
Step 2: Apply the vector identity.
We are given the identity ∣a×b∣2+(a⋅b)2=∣a∣2∣b∣2. We have the following information:
∣a×b∣=∣c∣=2, so ∣a×b∣2=(2)2=2.
a⋅b=3, so (a⋅b)2=(3)2=9.
∣a∣=3, so ∣a∣2=(3)2=3.
∣b∣ is what we need to find.
Substitute these values into the identity:
2+9=3∣b∣2Why this step? This identity directly relates the magnitudes and dot/cross products of vectors, allowing us to form an equation to solve for the unknown magnitude ∣b∣.
Step 3: Solve for ∣b∣.
Simplify the equation from Step 2:
11=3∣b∣2
Now, isolate ∣b∣2:
∣b∣2=311
Finally, take the square root to find ∣b∣. Since magnitude must be non-negative, we take the positive root:
∣b∣=311Why this step? This is the final algebraic step to isolate and calculate the magnitude of vector b.
Common Mistakes & Tips
Forgetting the Identity: The identity ∣u×v∣2+(u⋅v)2=∣u∣2∣v∣2 is crucial for efficiently solving problems involving both dot and cross products.
Confusing Magnitude and Magnitude Squared: Ensure you are using the correct terms in the identity. For example, ∣a×b∣ is 2, but the term in the identity is ∣a×b∣2, which is 2.
Algebraic Errors: Double-check calculations when squaring numbers and when rearranging the equation to solve for ∣b∣.
Summary
This problem is efficiently solved by applying the fundamental vector identity relating the dot product, cross product, and magnitudes of two vectors. We first calculated the magnitudes of the given vectors a and c. Using the given relationships a×b=c and a⋅b=3, we substituted these values into the identity ∣a×b∣2+(a⋅b)2=∣a∣2∣b∣2. This allowed us to directly solve for ∣b∣2 and subsequently for ∣b∣.
The final answer is 311, which corresponds to option (C).