Let u be a vector coplanar with the vectors a=2i+3j−k and b=j+k. If u is perpendicular to a and u.b=24, then u2 is equal to
Options
Solution
Key Concepts and Formulas
Linear Combination of Coplanar Vectors: If vector u is coplanar with non-collinear vectors a and b, then u can be expressed as u=xa+yb for some scalars x and y.
Dot Product Properties:
v⋅w=w⋅v (Commutativity)
v⋅v=v2
v⋅(w1+w2)=v⋅w1+v⋅w2 (Distributivity)
(cv)⋅w=c(v⋅w) (Scalar multiplication)
Perpendicular Vectors: Two vectors v and w are perpendicular if and only if v⋅w=0.
Step-by-Step Solution
Step 1: Express u as a linear combination of a and b.
Since u is coplanar with a=2i+3j−k and b=j+k, we can write u as a linear combination of a and b:
u=xa+yb
where x and y are scalar coefficients.
Step 2: Calculate necessary dot products and squared magnitudes.
To simplify calculations later, we compute the dot products and squared magnitudes of the given vectors:
a2=a⋅a=(2)2+(3)2+(−1)2=4+9+1=14
b2=b⋅b=(0)2+(1)2+(1)2=0+1+1=2
a⋅b=(2)(0)+(3)(1)+(−1)(1)=0+3−1=2
Step 3: Use the condition u⊥a to form an equation.
We are given that u is perpendicular to a. This means their dot product is zero:
u⋅a=0
Substituting u=xa+yb:
(xa+yb)⋅a=0
Using the distributive property of the dot product:
x(a⋅a)+y(b⋅a)=0
Substituting the pre-calculated values:
x(14)+y(2)=0
Dividing by 2, we get our first equation:
7x+y=0…(1)
Step 4: Use the condition u⋅b=24 to form another equation.
We are also given that u⋅b=24.
Substituting u=xa+yb:
(xa+yb)⋅b=24
Using the distributive property of the dot product:
x(a⋅b)+y(b⋅b)=24
Substituting the pre-calculated values:
x(2)+y(2)=24
Dividing by 2, we get our second equation:
x+y=12…(2)
Step 5: Solve the system of linear equations for x and y.
We have the following system of equations:
7x+y=0
x+y=12
From equation (1), we can express y as y=−7x.
Substitute this into equation (2):
x+(−7x)=12−6x=12x=−2
Now substitute the value of x back into the expression for y:
y=−7(−2)=14
So, we have x=−2 and y=14. This means u=−2a+14b.
Step 6: Calculate u2.
The magnitude squared of u is given by u⋅u.
u2=u⋅u
Substitute u=xa+yb:
u2=(xa+yb)⋅u
Using the distributive property:
u2=x(a⋅u)+y(b⋅u)
From Step 3, we know u⋅a=0, so a⋅u=0.
From the problem statement (and Step 4), we know u⋅b=24, so b⋅u=24.
Substituting these values and the determined values of x and y:
u2=(−2)(0)+(14)(24)u2=0+336u2=336
Common Mistakes & Tips
Expanding u first: Avoid substituting x and y back into u=xa+yb to find the component form of u and then calculating its magnitude. This is often more calculation-intensive and prone to arithmetic errors. The method of using u⋅u=x(a⋅u)+y(b⋅u) is more efficient as it directly uses the given conditions.
Sign errors: Be careful with signs when solving the system of linear equations or when calculating dot products.
Vector Coplanarity: Remember that if u is coplanar with a and b, and a and b are non-collinear, then u can be uniquely represented as xa+yb.
Summary
We began by expressing the vector u, which is coplanar with a and b, as a linear combination u=xa+yb. We then used the given conditions u⋅a=0 and u⋅b=24 to form a system of two linear equations in x and y. Solving this system yielded x=−2 and y=14. Finally, we calculated u2 efficiently by using the identity u2=u⋅u=x(a⋅u)+y(b⋅u), substituting the known values of the dot products and the determined coefficients.