Let u,v,w be such that u=1,v2,w3. If the projection v along u is equal to that of w along u and v,w are perpendicular to each other then u−v+w equals :
Options
Solution
Key Concepts and Formulas
Scalar Projection: The scalar projection of vector a along vector b is given by Projba=∣b∣a⋅b.
Perpendicular Vectors: Two non-zero vectors a and b are perpendicular if and only if their dot product is zero, i.e., a⋅b=0.
Magnitude of a Vector Sum/Difference: For any vectors A,B,C, the square of the magnitude of their sum/difference is given by ∣A±B±C∣2=(A±B±C)⋅(A±B±C). This expands to ∣A∣2+∣B∣2+∣C∣2±2A⋅B±2B⋅C±2A⋅C, where the signs of the dot product terms depend on the signs in the original expression.
Step-by-Step Solution
Step 1: Understand and Translate Given Information
We are given the magnitudes of three vectors:
∣u∣=1∣v∣=2∣w∣=3
We are also given two conditions:
The projection of v along u is equal to the projection of w along u.
Mathematically, this means:
∣u∣v⋅u=∣u∣w⋅u
Vectors v and w are perpendicular to each other.
Mathematically, this means:
v⋅w=0
Step 2: Simplify the Projection Condition
From the first condition, since ∣u∣=1=0, we can multiply both sides by ∣u∣:
v⋅u=w⋅u
This implies that u⋅v=u⋅w.
Step 3: Utilize the Perpendicularity Condition
The second condition directly gives us:
v⋅w=0
Step 4: Calculate the Square of the Magnitude of the Target Expression
We need to find ∣u−v+w∣. It is easier to first compute the square of this magnitude:
∣u−v+w∣2=(u−v+w)⋅(u−v+w)
Expanding this dot product:
∣u−v+w∣2=∣u∣2+(−v)⋅(−v)+w⋅w+2(u⋅(−v))+2((−v)⋅w)+2(w⋅u)∣u−v+w∣2=∣u∣2+∣v∣2+∣w∣2−2u⋅v−2v⋅w+2u⋅w
Step 5: Substitute Known Values and Derived Relationships
Now, substitute the given magnitudes and the results from Steps 2 and 3 into the expanded expression:
∣u∣=1⟹∣u∣2=1
∣v∣=2⟹∣v∣2=4
∣w∣=3⟹∣w∣2=9
From Step 2: u⋅v=u⋅w
From Step 3: v⋅w=0
Substituting these into the equation from Step 4:
∣u−v+w∣2=1+4+9−2u⋅v−2(0)+2u⋅w∣u−v+w∣2=14−2u⋅v+2u⋅w
Using the relationship u⋅v=u⋅w from Step 2, the terms −2u⋅v and +2u⋅w cancel each other out:
−2u⋅v+2u⋅w=−2(u⋅w)+2(u⋅w)=0
So, the expression simplifies to:
∣u−v+w∣2=14+0∣u−v+w∣2=14
Step 6: Find the Final Magnitude
To find the magnitude ∣u−v+w∣, we take the square root of the result from Step 5:
∣u−v+w∣=14
Common Mistakes & Tips
Projection Interpretation: Ensure you correctly distinguish between scalar and vector projections. The problem specifies "projection" which, in this context, refers to the scalar projection.
Sign Errors: Be meticulous when expanding the square of the magnitude of a sum/difference of vectors, especially with negative signs.
Forgetting the Square Root: The final step is to take the square root of the squared magnitude.
Summary
The problem requires applying the definitions of scalar projection and perpendicular vectors, and then utilizing the formula for the magnitude of a vector sum/difference. By translating the given conditions into dot product equations and substituting these into the expanded magnitude expression, we found that the terms involving dot products cancel out, leaving a simple numerical value for the squared magnitude. Taking the square root of this value yields the final answer.