If the projection of the vector i+2j+k on the sum of the two vectors 2i+4j−5k and −λi+2j+3k is 1, then λ is equal to __________.
Answer: 2
Solution
Key Concepts and Formulas
Vector Addition: To add two vectors, add their corresponding components. If u=uxi+uyj+uzk and v=vxi+vyj+vzk, then u+v=(ux+vx)i+(uy+vy)j+(uz+vz)k.
Dot Product of Vectors: The dot product of two vectors a=axi+ayj+azk and b=bxi+byj+bzk is given by a⋅b=axbx+ayby+azbz.
Magnitude of a Vector: The magnitude of a vector v=vxi+vyj+vzk is given by ∣v∣=vx2+vy2+vz2.
Scalar Projection: The scalar projection of vector a onto vector b is the length of the projection of a onto b and is given by Projba=∣b∣a⋅b.
Step-by-Step Solution
Step 1: Define the vectors and the sum vector.
We are given the vector a=i+2j+k. We are also given two vectors, v1=2i+4j−5k and v2=−λi+2j+3k. The problem states that the projection is onto the sum of these two vectors. Let's call this sum vector b.
Step 2: Calculate the sum vector b.
We add the components of v1 and v2 to find b.
b=v1+v2b=(2i+4j−5k)+(−λi+2j+3k)b=(2−λ)i+(4+2)j+(−5+3)kb=(2−λ)i+6j−2k
Step 3: Set up the equation using the scalar projection formula.
We are given that the projection of vector a onto vector b is 1. Using the scalar projection formula:
∣b∣a⋅b=1
Step 4: Calculate the dot product a⋅b.
We use the components of a=1i+2j+1k and b=(2−λ)i+6j−2k.
a⋅b=(1)(2−λ)+(2)(6)+(1)(−2)a⋅b=2−λ+12−2a⋅b=12−λ
Step 5: Calculate the magnitude of b, ∣b∣.
We use the components of b=(2−λ)i+6j−2k.
∣b∣=(2−λ)2+(6)2+(−2)2∣b∣=(2−λ)2+36+4∣b∣=(2−λ)2+40
Step 6: Substitute the dot product and magnitude into the projection equation and solve for λ.
Now we substitute the expressions from Step 4 and Step 5 into the equation from Step 3:
(2−λ)2+4012−λ=1
To solve for λ, we first multiply both sides by the denominator:
12−λ=(2−λ)2+40
Before squaring, note that the left side, 12−λ, must be non-negative because it equals a square root. Thus, 12−λ≥0, which implies λ≤12.
Now, square both sides of the equation to eliminate the square root:
(12−λ)2=((2−λ)2+40)2(12−λ)2=(2−λ)2+40
Expand both sides:
144−24λ+λ2=(4−4λ+λ2)+40144−24λ+λ2=44−4λ+λ2
The λ2 terms cancel out:
144−24λ=44−4λ
Rearrange the terms to solve for λ:
144−44=24λ−4λ100=20λ
Divide by 20:
λ=20100λ=5
Step 7: Verify the solution.
We found λ=5. We must check if this value satisfies the condition λ≤12 derived earlier. Since 5≤12, the solution is valid.
Let's substitute λ=5 back into the original projection equation:
a⋅b=12−5=7.
∣b∣=(2−5)2+40=(−3)2+40=9+40=49=7.
The projection is 77=1, which matches the given condition.
Common Mistakes & Tips
Squaring Equations: When solving equations involving square roots, always square both sides carefully and remember to check for extraneous solutions by substituting the obtained values back into the equation before squaring.
Vector Component Errors: Double-check the addition of vector components and the calculation of dot products. A single incorrect sign or number can lead to a wrong final answer.
Distinguishing Scalar and Vector Projection: Be clear whether the question asks for the scalar projection (a number) or the vector projection (a vector). This question specifically asks for the scalar projection.
Summary
This problem required the application of the scalar projection formula for vectors. We first found the resultant vector onto which the projection was made by summing the two given vectors. Then, we calculated the dot product of the vector to be projected and the resultant vector, as well as the magnitude of the resultant vector. By setting up and solving the scalar projection equation, we found the value of λ. Finally, we verified our solution to ensure it was valid.