Let a=i+j+2k, b=2i−3j+k and c=i−j+k be three given vectors. Let v be a vector in the plane of a and b whose projection on c is 32. If v.j=7, then v.(i+k) is equal to :
Options
Solution
Key Concepts and Formulas
Vector in a Plane: If a vector v lies in the plane formed by two non-collinear vectors a and b, it can be uniquely expressed as a linear combination of these two vectors:
v=λ1a+λ2b
where λ1 and λ2 are scalar constants. This is fundamental for defining an unknown vector within a specific geometric constraint.
Scalar Projection of a Vector: The scalar projection of vector v onto vector c measures the "shadow" of v cast along the direction of c. It is given by the formula:
Projcv=∣c∣v⋅c
Here, v⋅c is the dot product of v and c, and ∣c∣ is the magnitude of c.
Dot Product Properties:
For two vectors A=Axi+Ayj+Azk and B=Bxi+Byj+Bzk, their dot product is:
A⋅B=AxBx+AyBy+AzBz
The dot product of a vector v with a unit vector along an axis gives the component of v along that axis. For example, v⋅j=vy (the j-component of v).
Step-by-Step Solution
We are given the following vectors:
a=i+j+2kb=2i−3j+kc=i−j+k
Our goal is to find v⋅(i+k).
Step 1: Expressing v as a linear combination of a and b.
Why this step? The problem states that v lies in the plane of a and b. This geometric constraint allows us to represent v algebraically as a linear combination of a and b using two unknown scalar coefficients, λ1 and λ2.
Let v=λ1a+λ2b.
Substitute the given expressions for a and b:
v=λ1(i+j+2k)+λ2(2i−3j+k)
Now, we group the components for i, j, and k:
v=(λ1+2λ2)i+(λ1−3λ2)j+(2λ1+λ2)k(∗)
This expression for v is crucial as we will use the given conditions to solve for λ1 and λ2.
Step 2: Utilizing the Projection Condition.
Why this step? We are given that the scalar projection of v on c is 32. This will provide our first equation involving λ1 and λ2. First, we need to calculate the magnitude of c and the dot product v⋅c.
First, calculate the magnitude of c:
∣c∣=∣i−j+k∣=(1)2+(−1)2+(1)2=1+1+1=3
Next, calculate the dot product v⋅c using the component form of v from (∗) and c=i−j+k:
v⋅c=((λ1+2λ2)i+(λ1−3λ2)j+(2λ1+λ2)k)⋅(i−j+k)
Applying the dot product formula:
=(λ1+2λ2)(1)+(λ1−3λ2)(−1)+(2λ1+λ2)(1)=λ1+2λ2−λ1+3λ2+2λ1+λ2
Combine the terms for λ1 and λ2:
=(1−1+2)λ1+(2+3+1)λ2=2λ1+6λ2
Now, apply the scalar projection formula and set it equal to the given value:
Projcv=∣c∣v⋅c=32λ1+6λ2
We are given that this projection is 32. So:
32λ1+6λ2=32
Multiply both sides by 3:
2λ1+6λ2=2
Divide by 2 to simplify:
λ1+3λ2=1(Equation 1)
Step 3: Applying the Dot Product Condition.
Why this step? We are given the condition v⋅j=7. This is a direct way to find the j-component of v, which provides our second equation for λ1 and λ2.
From the component form of v in (∗), the j-component of v is (λ1−3λ2).
Therefore, we can directly equate this component to 7:
λ1−3λ2=7(Equation 2)
Step 4: Solving for the Scalar Constants λ1 and λ2.
Why this step? We now have a system of two linear equations with two unknowns. Solving this system will give us the specific values of λ1 and λ2, which are essential to fully define v.
Our system of equations is:
λ1+3λ2=1
λ1−3λ2=7
To solve, we can add Equation 1 and Equation 2. This will eliminate λ2:
(λ1+3λ2)+(λ1−3λ2)=1+72λ1=8λ1=4
Now, substitute λ1=4 into Equation 1:
4+3λ2=13λ2=1−43λ2=−3λ2=−1
So, we have found the scalar constants: λ1=4 and λ2=−1.
Step 5: Determining the Vector v.
Why this step? With the values of λ1 and λ2 determined, we can substitute them back into the general expression for v from Step 1 to find its explicit vector form.
Substitute λ1=4 and λ2=−1 into v=(λ1+2λ2)i+(λ1−3λ2)j+(2λ1+λ2)k:
v=(4+2(−1))i+(4−3(−1))j+(2(4)+(−1))kv=(4−2)i+(4+3)j+(8−1)kv=2i+7j+7k
Step 6: Calculating the Final Desired Dot Product.
Why this step? The problem asks for the value of v⋅(i+k). Now that we have fully determined v, we can directly compute this dot product.
Using v=2i+7j+7k:
v⋅(i+k)=(2i+7j+7k)⋅(1i+0j+1k)
Applying the dot product formula:
=(2)(1)+(7)(0)+(7)(1)=2+0+7=9
Thus, v⋅(i+k)=9.
Common Mistakes & Tips
Systematic Approach: Break down the problem into smaller, manageable steps. Start by defining the unknown vector, then use each given condition to form an equation.
Careful Algebra: Errors in combining terms or solving the system of equations are common. Double-check your arithmetic, especially when dealing with negative signs.
Understanding Vector in a Plane: Remember that any vector in the plane of two non-collinear vectors a and b can always be written as λ1a+λ2b. This is a crucial starting point for many vector problems.
Projection Formula: Ensure you correctly use the scalar projection formula, ∣c∣v⋅c, and not the vector projection formula, ∣c∣2(v⋅c)c.
Dot Product Interpretation: Recognize that v⋅j directly yields the j-component of v. This shortcut can save time.
Summary
This problem demonstrates a common strategy for solving vector problems involving unknown vectors subject to various conditions. We first represented the unknown vector v as a linear combination of the given vectors a and b. Then, we translated each given condition (scalar projection onto c and dot product with j) into algebraic equations involving the scalar coefficients λ1 and λ2. Solving this system of equations yielded λ1=4 and λ2=−1. Substituting these values back into the expression for v gave v=2i+7j+7k. Finally, we computed the desired dot product v⋅(i+k), which resulted in 9.
The final answer is 9.
Note: Based on the provided problem statement and standard vector mathematics, the derived answer is 9, which corresponds to option (D). If the intended answer was 6 (option A), there might be a subtle difference in the problem statement or the provided options, as the conditions given consistently lead to 9.