Let a=αi^+j^+βk^ and b=3i^−5j^+4k^ be two vectors, such that a×b=−i^+9j^+12k^. Then the projection of b−2a on b+a is equal to :
Options
Solution
Key Concepts and Formulas
Cross Product of Vectors: For A=Axi^+Ayj^+Azk^ and B=Bxi^+Byj^+Bzk^,
A×B=(AyBz−AzBy)i^−(AxBz−AzBx)j^+(AxBy−AyBx)k^
Vector Equality: Two vectors are equal if and only if their corresponding components are equal.
Vector Arithmetic: Vector addition, subtraction, and scalar multiplication are performed component-wise.
Dot Product: For P=Pxi^+Pyj^+Pzk^ and Q=Qxi^+Qyj^+Qzk^, P⋅Q=PxQx+PyQy+PzQz.
Magnitude of a Vector: For Q=Qxi^+Qyj^+Qzk^, ∣Q∣=Qx2+Qy2+Qz2.
Scalar Projection: The scalar projection of vector P onto vector Q is given by ProjQP=∣Q∣P⋅Q.
Step-by-Step Solution
Step 1: Determine the Unknown Components α and β of Vector a
We are given a=αi^+j^+βk^ and b=3i^−5j^+4k^, and their cross product a×b=−i^+9j^+12k^. We will use the cross product formula to find α and β.
First, we compute the cross product of a and b:
a×b=i^α3j^1−5k^β4
Expanding the determinant:
a×b=(1⋅4−β⋅(−5))i^−(α⋅4−β⋅3)j^+(α⋅(−5)−1⋅3)k^a×b=(4+5β)i^−(4α−3β)j^+(−5α−3)k^a×b=(4+5β)i^+(3β−4α)j^+(−5α−3)k^
Now, we equate the components of this result with the given cross product, −i^+9j^+12k^:
Equating the i^ components:
4+5β=−15β=−5β=−1
Equating the k^ components:
−5α−3=12−5α=15α=−3
To verify, we check the j^ components:
3β−4α=3(−1)−4(−3)=−3+12=9
This matches the given j^ component. Thus, our values for α and β are correct.
Now we can write the complete vector a:
a=−3i^+j^−k^
Step 2: Construct the Vectors Required for Projection
We need to find the projection of b−2a on b+a. Let's first calculate these two vectors.
Calculate b+a:
Add a to b:
b+a=(3i^−5j^+4k^)+(−3i^+j^−k^)b+a=(3+(−3))i^+(−5+1)j^+(4+(−1))k^b+a=0i^−4j^+3k^b+a=−4j^+3k^
Step 3: Calculate the Scalar Projection
We need to find the scalar projection of P=b−2a=9i^−7j^+6k^ onto Q=b+a=−4j^+3k^. The formula for scalar projection is ProjQP=∣Q∣P⋅Q.
Calculate the dot product P⋅Q:P⋅Q=(9i^−7j^+6k^)⋅(0i^−4j^+3k^)P⋅Q=(9)(0)+(−7)(−4)+(6)(3)P⋅Q=0+28+18P⋅Q=46
Calculate the magnitude of Q:∣Q∣=∣−4j^+3k^∣∣Q∣=(0)2+(−4)2+(3)2∣Q∣=0+16+9∣Q∣=25∣Q∣=5
Compute the scalar projection:Projb+a(b−2a)=∣Q∣P⋅Q=546
Common Mistakes & Tips
Sign Errors in Cross Product: Be meticulous when calculating the determinant for the cross product, as sign errors are common and can propagate through the entire solution.
Component-wise Operations: Ensure that vector addition, subtraction, and scalar multiplication are performed correctly on each component.
Projection Formula: Remember that the scalar projection of P onto Q is ∣Q∣P⋅Q, and not the other way around. The denominator is the magnitude of the vector onto which the projection is made.
Summary
The problem required us to first find the unknown components of vector a by utilizing the given cross product. Once a was fully determined, we proceeded to construct the vectors b−2a and b+a through vector arithmetic. Finally, we calculated the scalar projection of the former onto the latter by computing their dot product and the magnitude of the latter, and then dividing the dot product by the magnitude.