Let a=αi^+j^−k^ and b=2i^+j^−αk^,α>0. If the projection of a×b on the vector −i^+2j^−2k^ is 30, then α is equal to :
Options
Solution
Key Concepts and Formulas
Vector Cross Product: The cross product of two vectors A=Axi^+Ayj^+Azk^ and B=Bxi^+Byj^+Bzk^ is given by:
A×B=i^AxBxj^AyByk^AzBz=(AyBz−AzBy)i^−(AxBz−AzBx)j^+(AxBy−AyBx)k^
Scalar Projection: The scalar projection of a vector P onto a vector Q is given by ∣Q∣P⋅Q.
Dot Product: The dot product of two vectors A=Axi^+Ayj^+Azk^ and B=Bxi^+Byj^+Bzk^ is A⋅B=AxBx+AyBy+AzBz.
Magnitude of a Vector: The magnitude of a vector V=Vxi^+Vyj^+Vzk^ is ∣V∣=Vx2+Vy2+Vz2.
Step-by-Step Solution
We are given a=αi^+j^−k^ and b=2i^+j^−αk^, with α>0. The projection of a×b on the vector −i^+2j^−2k^ is 30.
Step 1: Calculate the Cross Product a×b
Why: The problem requires us to first find the vector a×b before we can project it.
Using the determinant formula for the cross product:
a×b=i^α2j^11k^−1−α
Expanding the determinant:
a×b=i^((1)(−α)−(−1)(1))−j^((α)(−α)−(−1)(2))+k^((α)(1)−(1)(2))a×b=i^(−α+1)−j^(−α2+2)+k^(α−2)a×b=(1−α)i^+(α2−2)j^+(α−2)k^
Step 2: Identify the Vector for Projection and Calculate its Magnitude
Why: To use the scalar projection formula, we need the vector onto which we are projecting and its magnitude.
Let c=−i^+2j^−2k^.
Calculate the magnitude of c:
∣c∣=(−1)2+(2)2+(−2)2=1+4+4=9=3
Step 3: Calculate the Dot Product of a×b and c
Why: The scalar projection formula requires the dot product of the two vectors involved.
Let P=a×b=(1−α)i^+(α2−2)j^+(α−2)k^ and Q=c=−i^+2j^−2k^.
The dot product is:
P⋅Q=((1−α)(−1))+((α2−2)(2))+((α−2)(−2))P⋅Q=(−1+α)+(2α2−4)+(−2α+4)P⋅Q=2α2−α−1
Step 4: Apply the Scalar Projection Formula and Form an Equation
Why: We are given that the scalar projection is 30. We can now set up an equation using the formula.
The scalar projection of a×b on c is ∣Q∣P⋅Q.
We are given this value is 30:
32α2−α−1=30
Step 5: Solve the Equation for α}
Why: This equation will allow us to find the value(s) of α.
Multiply both sides by 3:
2α2−α−1=90
Rearrange into a quadratic equation:
2α2−α−91=0
Factor the quadratic equation. We look for two numbers that multiply to 2×(−91)=−182 and add to −1. These numbers are −14 and 13.
2α2−14α+13α−91=02α(α−7)+13(α−7)=0(2α+13)(α−7)=0
The possible values for α are:
2α+13=0⟹α=−213α−7=0⟹α=7
Apply the condition: The problem states that α>0. Therefore, we discard α=−213.
The valid solution is α=7.
Common Mistakes & Tips
Sign Errors in Cross Product: Be extremely careful with the signs when expanding the determinant for the cross product, especially the negative sign associated with the j^ component.
Forgetting the Magnitude: The scalar projection formula involves dividing by the magnitude of the projection vector. Ensure this magnitude is calculated correctly.
Ignoring Conditions: Always check if there are any conditions on the variables (like α>0) and use them to select the appropriate solution from the derived possibilities.
Summary
The problem required calculating the cross product of two given vectors, determining the magnitude of a third vector, and then finding the scalar projection of the cross product onto the third vector. By equating this projection to the given value of 30, we formed a quadratic equation in α. Solving this equation and applying the condition α>0 yielded the unique value of α.