Let the vectors a, b, c be such that a=2, b=4 and c=4. If the projection of b on a is equal to the projection of c on a and b is perpendicular to c, then the value of a+b−c is ___________.
Answer: 0
Solution
Key Concepts and Formulas
Scalar Projection: The scalar projection of vector u onto vector v is Projvu=∣v∣u⋅v.
Dot Product and Perpendicularity: Two non-zero vectors u and v are perpendicular if and only if u⋅v=0.
Magnitude Squared using Dot Product: For any vector x, ∣x∣2=x⋅x. This allows us to expand ∣u+v−w∣2 using the distributive property of the dot product.
Step-by-Step Solution
Step 1: Interpret the Given Information
We are given the magnitudes of three vectors: ∣a∣=2, ∣b∣=4, and ∣c∣=4.
We are also given two conditions:
The projection of b on a is equal to the projection of c on a.
b is perpendicular to c.
Our goal is to find ∣a+b−c∣.
Step 2: Translate the Projection Condition into a Dot Product Equation
The scalar projection of b on a is ∣a∣b⋅a.
The scalar projection of c on a is ∣a∣c⋅a.
The problem states these are equal:
∣a∣b⋅a=∣a∣c⋅a
Since ∣a∣=2=0, we can multiply both sides by ∣a∣:
b⋅a=c⋅a
By the commutative property of the dot product (u⋅v=v⋅u), we can rewrite this as:
a⋅b=a⋅c
This is our first key relationship.
Step 3: Translate the Perpendicularity Condition into a Dot Product Equation
The condition that b is perpendicular to c means their dot product is zero:
b⋅c=0
This is our second key relationship.
Step 4: Calculate the Square of the Desired Magnitude
To find ∣a+b−c∣, we will first compute its square, ∣a+b−c∣2. Using the property ∣x∣2=x⋅x:
∣a+b−c∣2=(a+b−c)⋅(a+b−c)
Now, we expand this dot product using the distributive property:
∣a+b−c∣2=a⋅a+a⋅b−a⋅c+b⋅a+b⋅b−b⋅c−c⋅a−c⋅b+c⋅c
Group terms and use the commutative property (u⋅v=v⋅u):
∣a+b−c∣2=(a⋅a)+(b⋅b)+(c⋅c)+2(a⋅b)−2(a⋅c)−2(b⋅c)
Step 5: Substitute Known Values and Relationships
We know the magnitudes and the dot product relationships derived earlier. Let's substitute them into the expanded expression:
∣a∣2=a⋅a=22=4
∣b∣2=b⋅b=42=16
∣c∣2=c⋅c=42=16
From Step 2: a⋅b=a⋅c
From Step 3: b⋅c=0
Substitute these into the equation for the squared magnitude:
∣a+b−c∣2=4+16+16+2(a⋅b)−2(a⋅b)−2(0)
Observe that the terms 2(a⋅b) and −2(a⋅c) cancel out because a⋅b=a⋅c. The term −2(b⋅c) becomes zero because b⋅c=0.
∣a+b−c∣2=4+16+16+0−0∣a+b−c∣2=36
Step 6: Find the Magnitude
To find the magnitude, we take the positive square root of the squared magnitude:
∣a+b−c∣=36∣a+b−c∣=6
Common Mistakes & Tips
Expansion Errors: Be very careful when expanding the squared magnitude of a sum/difference of vectors. The signs of the cross terms are crucial.
Scalar vs. Vector Projection: Ensure you understand the difference. The problem statement implies scalar projection by stating "projection of b on a is equal to...".
Dot Product Properties: Remember that x⋅x=∣x∣2 and x⋅y=y⋅x.
Summary
We used the given conditions regarding vector projections and perpendicularity to establish relationships between the dot products of the vectors. Specifically, we found that a⋅b=a⋅c and b⋅c=0. We then calculated the square of the magnitude of the target vector, ∣a+b−c∣2, by expanding (a+b−c)⋅(a+b−c). Substituting the given magnitudes and the derived dot product relationships allowed us to simplify the expression to 36. Taking the square root yielded the final magnitude.