Let x be a vector in the plane containing vectors a=2i−j+k and b=i+2j−k. If the vector x is perpendicular to (3i+2j−k) and its projection on a is 2176, then the value of ∣x∣2 is equal to __________.
Answer: 3
Solution
Key Concepts and Formulas
Vector Representation in a Plane: A vector x lying in the plane spanned by two non-collinear vectors a and b can be uniquely expressed as a linear combination: x=c1a+c2b, where c1 and c2 are scalars.
Perpendicular Vectors: Two vectors are perpendicular if and only if their dot product is zero: u⋅v=0.
Scalar Projection: The scalar projection of vector P onto vector Q is given by projQP=∣Q∣P⋅Q.
Dot Product Properties:u⋅v=v⋅u, and u⋅u=∣u∣2.
Magnitude of a Vector: For v=vxi+vyj+vzk, ∣v∣2=vx2+vy2+vz2.
Step-by-Step Solution
Step 1: Represent x as a linear combination of a and b.
Since x lies in the plane containing a and b, we can write:
x=c1a+c2b
Given:
a=2i−j+kb=i+2j−k
Substituting these into the expression for x:
x=c1(2i−j+k)+c2(i+2j−k)x=(2c1+c2)i+(−c1+2c2)j+(c1−c2)k
Step 2: Use the perpendicularity condition to form an equation.
We are given that x is perpendicular to c=3i+2j−k. This means their dot product is zero: x⋅c=0.
We can express this in terms of c1 and c2:
(c1a+c2b)⋅c=0c1(a⋅c)+c2(b⋅c)=0
First, calculate the dot products a⋅c and b⋅c:
a⋅c=(2)(3)+(−1)(2)+(1)(−1)=6−2−1=3b⋅c=(1)(3)+(2)(2)+(−1)(−1)=3+4+1=8
Substituting these values into the equation:
3c1+8c2=0(Equation 1)
Step 3: Use the projection condition to form another equation.
The projection of x on a is given as 2176. The formula for scalar projection is projax=∣a∣x⋅a.
First, find the magnitude of a:
∣a∣=(2)2+(−1)2+(1)2=4+1+1=6
Now, set up the projection equation:
∣a∣x⋅a=21766x⋅a=2176
Solving for x⋅a:
x⋅a=2176⋅6=217⋅6=17⋅3=51
Now, express x⋅a in terms of c1 and c2:
x⋅a=(c1a+c2b)⋅a=c1(a⋅a)+c2(b⋅a)
We know a⋅a=∣a∣2=(6)2=6.
And b⋅a=(1)(2)+(2)(−1)+(−1)(1)=2−2−1=−1.
Substituting these values:
x⋅a=c1(6)+c2(−1)=6c1−c2
Equating this to the value of x⋅a:
6c1−c2=51(Equation 2)
Step 4: Solve the system of linear equations for c1 and c2.
We have the system:
3c1+8c2=0
6c1−c2=51
From Equation 1, 3c1=−8c2, so c1=−38c2.
Substitute this into Equation 2:
6(−38c2)−c2=51−16c2−c2=51−17c2=51c2=−1751=−3
Now, substitute c2=−3 back into the expression for c1:
c1=−38(−3)=8
Thus, c1=8 and c2=−3.
Step 5: Calculate ∣x∣2.
We have x=c1a+c2b=8a−3b.
x=8(2i−j+k)−3(i+2j−k)x=(16i−8j+8k)−(3i+6j−3k)x=(16−3)i+(−8−6)j+(8−(−3))kx=13i−14j+11k
Now, calculate the squared magnitude of x:
∣x∣2=(13)2+(−14)2+(11)2∣x∣2=169+196+121∣x∣2=486
Common Mistakes & Tips
Ensure that a and b are not collinear before assuming they span a plane. In this case, they are clearly not scalar multiples.
Carefully perform dot product calculations, paying close attention to signs, as errors here propagate.
Distinguish between scalar projection (a scalar value) and vector projection (a vector). The problem provides a scalar value.
Summary
The problem required finding the squared magnitude of a vector x constrained to a plane and satisfying perpendicularity and projection conditions. We represented x as a linear combination of the basis vectors of the plane, x=c1a+c2b. The given conditions were translated into two linear equations involving c1 and c2. Solving this system yielded the values of c1 and c2. Finally, we constructed the vector x and computed its squared magnitude.