If the vectors a=i−j+2k,b=2i+4j+k and c=λi+j+μk are mutually orthogonal, then (λ,μ) is equal to :
Options
Solution
Key Concepts and Formulas
Orthogonality of Vectors: Two non-zero vectors are orthogonal (perpendicular) if the angle between them is 90∘.
Dot Product: The dot product of two vectors u=u1i+u2j+u3k and v=v1i+v2j+v3k is given by u⋅v=u1v1+u2v2+u3v3.
Condition for Orthogonality: Two vectors u and v are orthogonal if and only if their dot product is zero, i.e., u⋅v=0.
Mutually Orthogonal Vectors: A set of vectors is mutually orthogonal if every pair of distinct vectors in the set is orthogonal.
Step-by-Step Solution
Step 1: Understand the problem and given information.
We are given three vectors:
a=i−j+2kb=2i+4j+kc=λi+j+μk
The problem states that these three vectors are mutually orthogonal. This means that the dot product of any two distinct vectors from this set must be zero:
a⋅b=0a⋅c=0b⋅c=0
Our goal is to find the values of λ and μ.
Step 2: Apply the orthogonality condition a⋅c=0.
Since a and c are orthogonal, their dot product is zero.
(i−j+2k)⋅(λi+j+μk)=0
Using the dot product formula:
(1)(λ)+(−1)(1)+(2)(μ)=0λ−1+2μ=0λ+2μ=1(Equation 1)
This equation relates λ and μ based on the orthogonality of a and c.
Step 3: Apply the orthogonality condition b⋅c=0.
Since b and c are orthogonal, their dot product is zero.
(2i+4j+k)⋅(λi+j+μk)=0
Using the dot product formula:
(2)(λ)+(4)(1)+(1)(μ)=02λ+4+μ=02λ+μ=−4(Equation 2)
This equation provides another relationship between λ and μ based on the orthogonality of b and c.
Step 4: Solve the system of linear equations for λ and μ.
We now have a system of two linear equations with two unknowns:
λ+2μ=1
2λ+μ=−4
We can solve this system using the elimination method. Multiply Equation 2 by 2:
2×(2λ+μ)=2×(−4)4λ+2μ=−8(Equation 3)
Now, subtract Equation 1 from Equation 3:
(4λ+2μ)−(λ+2μ)=−8−14λ−λ+2μ−2μ=−93λ=−9λ=3−9λ=−3
Substitute the value of λ=−3 into Equation 1:
(−3)+2μ=12μ=1+32μ=4μ=24μ=2
Thus, we find λ=−3 and μ=2.
Step 5: State the result and compare with the options.
The values we found are λ=−3 and μ=2. Therefore, (λ,μ)=(−3,2).
Comparing this with the given options:
(A) (2,−3)
(B) (−2,3)
(C) (3,−2)
(D) (−3,2)
Our result matches option (D).
Common Mistakes & Tips
Sign Errors: Be extremely careful with signs when calculating dot products and solving systems of equations. A single sign error can lead to the wrong answer.
Using only one orthogonality condition: The problem states "mutually orthogonal," which implies all pairs are orthogonal. You need to use at least two pairs to form two independent equations to solve for two unknowns.
Algebraic Manipulation: Ensure accuracy when multiplying equations or performing subtraction/addition in the elimination method.
Summary
The problem requires the application of the dot product property for orthogonal vectors. By setting the dot product of (a,c) and (b,c) to zero, we form a system of two linear equations in λ and μ. Solving this system yields λ=−3 and μ=2.