Let a = i + 2j− 3k and b=2i− 3j + 5k. If r×a = b×r, r . (αi+2j+k) = 3 and r.(2i+5j−αk) = −1, α∈ R, then the value of α + r2 is equal to :
Options
Solution
Key Concepts and Formulas
Vector Cross Product Properties:
Anti-commutativity:u×v=−(v×u).
Condition for Parallel Vectors: If u×v=0 and u,v=0, then u is parallel to v (i.e., u=kv for some scalar k).
Distributive Property:u×(v+w)=u×v+u×w.
Vector Dot Product: For A=Axi+Ayj+Azk and B=Bxi+Byj+Bzk, A⋅B=AxBx+AyBy+AzBz.
Magnitude of a Vector: For A=Axi+Ayj+Azk, A2=Ax2+Ay2+Az2.
Step-by-step Solution
Step 1: Simplify the given cross product equation to determine the relationship of r with a and b.
We are given the equation r×a=b×r.
The goal here is to isolate r or find a relationship it satisfies.
Rearrange the equation to bring all terms to one side:
r×a−b×r=0
Using the anti-commutativity property of the cross product, b×r=−(r×b):
r×a+r×b=0
Now, using the distributive property of the cross product, we can factor out r:
r×(a+b)=0
This equation implies that r is parallel to the vector (a+b), provided neither vector is the zero vector.
Let's compute a+b:
Given a=i+2j−3k and b=2i−3j+5k.
a+b=(i+2j−3k)+(2i−3j+5k)a+b=(1+2)i+(2−3)j+(−3+5)ka+b=3i−j+2k
Since a+b=0. If r=0, then r⋅(αi+2j+k)=0, which contradicts the given condition that it equals 3. Therefore, r=0.
Since r×(a+b)=0 and both vectors are non-zero, r must be parallel to (a+b).
Thus, we can write r as a scalar multiple of (a+b):
r=λ(a+b)
where λ is a non-zero scalar.
Substituting the value of a+b:
r=λ(3i−j+2k)r=3λi−λj+2λk
Step 2: Use the given dot product conditions to form a system of equations involving λ and α.
We are given two dot product conditions:
r⋅(αi+2j+k)=3
r⋅(2i+5j−αk)=−1
Substituting the expression for r=3λi−λj+2λk into these equations will give us scalar equations to solve for λ and α.
For the first condition:
(3λi−λj+2λk)⋅(αi+2j+k)=3
Using the dot product formula:
(3λ)(α)+(−λ)(2)+(2λ)(1)=33αλ−2λ+2λ=33αλ=3
Since λ=0, we can divide by 3:
αλ=1(Equation 1)
For the second condition:
(3λi−λj+2λk)⋅(2i+5j−αk)=−1
Using the dot product formula:
(3λ)(2)+(−λ)(5)+(2λ)(−α)=−16λ−5λ−2αλ=−1λ−2αλ=−1(Equation 2)
Step 3: Solve the system of equations for λ and α.
We have the system of equations:
αλ=1
λ−2αλ=−1
Substitute Equation 1 into Equation 2:
λ−2(1)=−1λ−2=−1
Solving for λ:
λ=1
Now, substitute λ=1 back into Equation 1 to find α:
α(1)=1α=1
Step 4: Determine the vector r and its squared magnitude.
Now that we have λ=1, we can find the specific vector r:
r=λ(3i−j+2k)r=1(3i−j+2k)r=3i−j+2k
Next, we calculate the squared magnitude of r:
r2=(3)2+(−1)2+(2)2r2=9+1+4r2=14
Step 5: Calculate the final required value.
The problem asks for the value of α+r2.
We found α=1 and r2=14.
α+r2=1+14α+r2=15
Common Mistakes & Tips
Cross Product Simplification: Incorrectly applying cross product properties (like anti-commutativity) can lead to errors in determining the direction of r. Always ensure the equation is set to zero before factoring.
Algebraic Errors: Solving systems of equations, especially with multiple variables and signs, requires careful attention to detail. Double-check all arithmetic.
Dot Product Calculation: Ensure accurate component-wise multiplication and summation when computing dot products.
Summary
The problem starts by simplifying the vector cross product equation r×a=b×r to deduce that r is parallel to (a+b). This allows us to express r as a scalar multiple, λ(a+b). The two given dot product conditions then form a system of linear equations in λ and α. Solving this system yields the values of λ and α. Finally, with r determined and α found, we compute α+r2.