Let a be a vector which is perpendicular to the vector 3i+21j+2k. If a×(2i+k)=2i−13j−4k, then the projection of the vector a on the vector 2i+2j+k is :
Options
Solution
Key Concepts and Formulas
Dot Product for Perpendicular Vectors: Two non-zero vectors u and v are perpendicular if and only if their dot product is zero: u⋅v=0.
Cross Product: For vectors u=u1i+u2j+u3k and v=v1i+v2j+v3k, their cross product is given by:
u×v=iu1v1ju2v2ku3v3=(u2v3−u3v2)i−(u1v3−u3v1)j+(u1v2−u2v1)k
Equality of Vectors: Two vectors are equal if their corresponding components are equal.
Projection of a Vector: The scalar projection of vector a onto vector b is given by Projba=∣b∣a⋅b.
Step-by-Step Solution
Step 1: Represent the unknown vector a
Let the unknown vector a be represented as a=a1i+a2j+a3k. We use this general form to find its specific components using the given conditions.
Step 2: Use the perpendicularity condition
We are given that a is perpendicular to the vector 3i+21j+2k. Using the dot product property for perpendicular vectors:
a⋅(3i+21j+2k)=0(a1i+a2j+a3k)⋅(3i+21j+2k)=03a1+21a2+2a3=0
Multiplying by 2 to clear the fraction, we get our first equation:
6a1+a2+4a3=0(Equation 1)
This equation establishes a linear relationship between the components of a due to the orthogonality condition.
Step 3: Use the cross product condition
We are given a×(2i+k)=2i−13j−4k.
Let's compute the cross product on the left side:
a×(2i+k)=(a1i+a2j+a3k)×(2i+0j+1k)=ia12ja20ka31=i(a2⋅1−a3⋅0)−j(a1⋅1−a3⋅2)+k(a1⋅0−a2⋅2)=a2i−(a1−2a3)j−2a2k
Now, we equate this to the given vector:
a2i−(a1−2a3)j−2a2k=2i−13j−4k
By comparing the corresponding components, we get the following equations:
From the i component:
a2=2(Equation 2)
From the j component:
−(a1−2a3)=−13⟹a1−2a3=13(Equation 3)
From the k component:
−2a2=−4⟹a2=2
Equation 2 and the k component equation confirm that a2=2.
Step 4: Solve the system of linear equations
We have the following system of equations:
6a1+a2+4a3=0
a2=2
a1−2a3=13
Substitute a2=2 from Equation 2 into Equation 1:
6a1+2+4a3=06a1+4a3=−2
Dividing by 2, we get:
3a1+2a3=−1(Equation 4)
Now we solve the system formed by Equation 3 and Equation 4:
3. a1−2a3=13
4. 3a1+2a3=−1
Adding Equation 3 and Equation 4 to eliminate a3:
(a1−2a3)+(3a1+2a3)=13+(−1)4a1=12a1=3
Substitute a1=3 into Equation 3:
3−2a3=13−2a3=10a3=−5
Thus, the components of a are a1=3, a2=2, and a3=−5.
So, a=3i+2j−5k.
Step 5: Calculate the projection of a on 2i+2j+k
Let b=2i+2j+k. We need to find the projection of a onto b.
The projection is given by the formula: Projba=∣b∣a⋅b.
First, calculate the dot product a⋅b:
a⋅b=(3i+2j−5k)⋅(2i+2j+k)=(3)(2)+(2)(2)+(−5)(1)=6+4−5=5
Next, calculate the magnitude of b:
∣b∣=(2)2+(2)2+(1)2=4+4+1=9=3
Finally, calculate the projection:
Projba=∣b∣a⋅b=35
Common Mistakes & Tips
Sign Errors in Cross Product: Be extremely careful with the signs when calculating the determinant for the cross product, especially for the j component.
Algebraic Errors: Solving the system of linear equations requires careful algebraic manipulation. Double-check your substitutions and eliminations.
Magnitude Calculation: Ensure you correctly apply the Pythagorean theorem for the magnitude of a vector.
Summary
The problem required us to find an unknown vector a using two conditions: one involving perpendicularity (dot product) and another involving a cross product. By representing a in terms of its components and setting up a system of linear equations from the given conditions, we solved for its components. Once a was determined, we calculated its scalar projection onto another given vector using the dot product and the magnitude of the projection vector.
The projection of vector a on the vector 2i+2j+k is 35.
The final answer is 35 which corresponds to option (C).