Let p=2i+3j+k and q=i+2j+k be two vectors. If a vector r=(αi+βj+γk) is perpendicular to each of the vectors ((p+q) and (p−q), and r=3, then ∣α∣+∣β∣+∣γ∣ is equal to _______________.
Answer: 2
Solution
1. Key Concepts and Formulas
Vector Perpendicularity: A vector r is perpendicular to vectors A and B if their dot products are zero: r⋅A=0 and r⋅B=0.
Cross Product: The cross product of two vectors A and B, denoted by A×B, results in a vector that is perpendicular to both A and B. If r is perpendicular to both A and B, then r must be parallel to A×B. Thus, r=k(A×B) for some scalar k.
Magnitude of a Vector: For a vector V=ai+bj+ck, its magnitude is ∣V∣=a2+b2+c2.
Scalar Multiplication of Vectors: If V=ai+bj+ck and k is a scalar, then kV=(ka)i+(kb)j+(kc)k.
2. Step-by-Step Solution
Step 1: Calculate the vectors p+q and p−q.
We are given p=2i+3j+k and q=i+2j+k.
Let A=p+q and B=p−q.
A=(2i+3j+k)+(i+2j+k)=(2+1)i+(3+2)j+(1+1)k=3i+5j+2kB=(2i+3j+k)−(i+2j+k)=(2−1)i+(3−2)j+(1−1)k=1i+1j+0k
Step 2: Find a vector perpendicular to A and B using the cross product.
Since r is perpendicular to both A and B, it must be parallel to their cross product, A×B.
A×B=i31j51k20=i(5⋅0−2⋅1)−j(3⋅0−2⋅1)+k(3⋅1−5⋅1)=i(0−2)−j(0−2)+k(3−5)=−2i+2j−2k
So, r is parallel to −2i+2j−2k. We can write r=k(−2i+2j−2k) for some scalar k.
Step 3: Use the magnitude of r to find the scalar k.
We are given ∣r∣=3.
The magnitude of the direction vector −2i+2j−2k is:
∣−2i+2j−2k∣=(−2)2+(2)2+(−2)2=4+4+4=12=23
Now, we use the relation ∣r∣=∣k∣∣−2i+2j−2k∣:
3=∣k∣(23)
Solving for ∣k∣:
∣k∣=233=21
This means k=21 or k=−21.
Step 4: Determine the components α,β,γ of r.
Let's choose k=21. Then:
r=21(−2i+2j−2k)=−1i+1j−1k
Comparing this with r=αi+βj+γk, we have:
α=−1,β=1,γ=−1
If we had chosen k=−21, we would get α=1,β=−1,γ=1. The absolute values remain the same.
Step 5: Calculate ∣α∣+∣β∣+∣γ∣.
Using the values from k=21:
∣α∣+∣β∣+∣γ∣=∣−1∣+∣1∣+∣−1∣=1+1+1=3
Using the values from k=−21:
∣α∣+∣β∣+∣γ∣=∣1∣+∣−1∣+∣1∣=1+1+1=3
In both cases, the result is 3.
3. Common Mistakes & Tips
Sign Errors in Cross Product: Be meticulous when calculating the determinant for the cross product, especially with the middle term (the j component) which has a negative sign.
Forgetting the Scalar Factor: Remember that r is parallel to the cross product, not necessarily equal to it. The scalar factor k is determined by the magnitude condition.
Absolute Values: The final calculation requires the sum of the absolute values of the components of r, so ensure you take the absolute value of each component before summing.
4. Summary
The problem requires finding a vector r that is perpendicular to two given vector combinations, (p+q) and (p−q), and has a specific magnitude. We first computed these two vectors. A vector perpendicular to two other vectors is found by taking their cross product. We calculated the cross product of (p+q) and (p−q) to get the direction of r. Then, using the given magnitude of r, we determined the scalar multiplier needed to scale the direction vector to the correct length. Finally, we extracted the components of r and calculated the sum of their absolute values.