Let a=i+j+2k,b=b1i+b2j+2k, c=5i+j+2k be three vectors such that the projection vector of b on a is a. If a+b is perpendicular to c , then b is equal to :
Options
Solution
Key Concepts and Formulas
Projection of a Vector: The projection vector of b onto a is given by projab=(∣a∣2b⋅a)a.
Condition for Perpendicular Vectors: Two non-zero vectors u and v are perpendicular if and only if their dot product is zero, i.e., u⋅v=0.
Dot Product: For vectors u=u1i+u2j+u3k and v=v1i+v2j+v3k, their dot product is u⋅v=u1v1+u2v2+u3v3.
Magnitude of a Vector: For a vector v=xi+yj+zk, its magnitude is ∣v∣=x2+y2+z2.
Step-by-Step Solution
Step 1: Utilize the Projection Condition
The problem states that the projection vector of b on a is a. Applying the formula for the projection vector:
projab=(∣a∣2b⋅a)a
Given that this is equal to a:
(∣a∣2b⋅a)a=a
Since a is a non-zero vector, we can equate the scalar coefficients:
∣a∣2b⋅a=1
This implies:
b⋅a=∣a∣2
Let's calculate ∣a∣2:
∣a∣2=(1)2+(1)2+(2)2=1+1+2=4
Now, let's calculate the dot product b⋅a:
b⋅a=(b1)(1)+(b2)(1)+(2)(2)=b1+b2+2
Equating the dot product with ∣a∣2:
b1+b2+2=4b1+b2=2…(1)
This equation provides the first relationship between the components b1 and b2.
Step 2: Utilize the Perpendicularity Condition
The problem states that a+b is perpendicular to c. This means their dot product is zero:
(a+b)⋅c=0
First, let's find the vector a+b:
a+b=(i+j+2k)+(b1i+b2j+2k)a+b=(1+b1)i+(1+b2)j+22k
Now, we compute the dot product with c=5i+j+2k:
(a+b)⋅c=((1+b1)i+(1+b2)j+22k)⋅(5i+j+2k)=(1+b1)(5)+(1+b2)(1)+(22)(2)=5+5b1+1+b2+4=5b1+b2+10
Since this dot product is zero:
5b1+b2+10=05b1+b2=−10…(2)
This equation provides the second relationship between b1 and b2.
Step 3: Solve the System of Equations for b1 and b2
We have a system of two linear equations:
b1+b2=2
5b1+b2=−10
Subtract equation (1) from equation (2):
(5b1+b2)−(b1+b2)=−10−24b1=−12b1=−3
Substitute b1=−3 into equation (1):
−3+b2=2b2=5
Thus, the vector b is b=−3i+5j+2k.
Step 4: Calculate the Magnitude of b
We need to find ∣b∣:
∣b∣=(b1)2+(b2)2+(2)2∣b∣=(−3)2+(5)2+(2)2∣b∣=9+25+2∣b∣=36∣b∣=6
Common Mistakes & Tips
Misinterpreting Projection: Ensure you are using the correct formula for the projection vector, not just the scalar projection.
Algebraic Errors: Carefully check your calculations when solving the system of linear equations for b1 and b2.
Dot Product Calculation: Remember to multiply corresponding components and sum them up for the dot product. For the magnitude, square all components, sum them, and then take the square root.
Summary
The problem was solved by first using the condition on the projection of b onto a to establish a linear relation between b1 and b2. Subsequently, the condition of perpendicularity between a+b and c provided a second linear relation. Solving these two equations simultaneously yielded the values of b1 and b2. Finally, the magnitude of b was calculated using its components.