Let a=i−2j+k and b=i−j+k be two vectors. If c is a vector such that b×c=b×a and c.a=0, then c.b is equal to
Options
Solution
Key Concepts and Formulas
Cross Product Property for Parallel Vectors: If u×v=0 and u=0, then v is parallel to u, meaning v=ku for some scalar k.
Distributive Property of Cross Product:a×(b−c)=a×b−a×c.
Distributive Property of Dot Product:a⋅(b+c)=a⋅b+a⋅c.
Dot Product of a Vector with Itself:a⋅a=∣a∣2.
Dot Product Commutativity:a⋅b=b⋅a.
Component-wise Dot Product: If u=u1i+u2j+u3k and v=v1i+v2j+v3k, then u⋅v=u1v1+u2v2+u3v3.
Step-by-Step Solution
1. Analyze the Given Information and Goal
We are given two vectors, a=i−2j+k and b=i−j+k. We are also given two conditions involving an unknown vector c:
(i) b×c=b×a
(ii) c⋅a=0
Our goal is to find the value of c⋅b.
2. Simplify the Cross Product Condition
The first condition, b×c=b×a, can be rearranged.
Rearrange the equation:
Subtract b×a from both sides to get:
b×c−b×a=0Why: This step is taken to group terms involving the cross product, enabling the use of its distributive property.
Apply the distributive property of the cross product:
Factor out b from the left side:
b×(c−a)=0Why: This transformation is crucial because it puts the equation in the form u×v=0.
Deduce the parallelism:
Since b×(c−a)=0, and we know b is not the zero vector (as its components are 1, -1, 1), the vector (c−a) must be parallel to b.
Why: The cross product of two non-zero vectors is zero if and only if they are parallel.
Express (c−a) in terms of b:
If (c−a) is parallel to b, then (c−a) can be written as a scalar multiple of b. Let this scalar be λ.
c−a=λbWhy: Introducing a scalar λ allows us to represent the relationship between the parallel vectors and will help us solve for the unknown vector c.
Express c in terms of a and b:
Rearranging the equation, we get:
c=a+λbWhy: This equation provides a general form for c that satisfies the first given condition. We will use the second condition to determine the specific value of λ.
3. Use the Dot Product Condition to Find the Scalar λ
The second condition is c⋅a=0. We substitute the expression for c from Step 2 into this condition.
Substitute the expression for c:(a+λb)⋅a=0Why: By substituting the general form of c, we obtain an equation that involves only known vectors and the unknown scalar λ.
Apply the distributive property of the dot product:a⋅a+λ(b⋅a)=0Why: The dot product distributes over vector addition, allowing us to expand the expression.
Calculate the necessary dot products and magnitudes:
We need a⋅a and b⋅a.
a⋅a=∣a∣2=(1)2+(−2)2+(1)2=1+4+1=6b⋅a=a⋅b=(1)(1)+(−2)(−1)+(1)(1)=1+2+1=4Why: Calculating these values allows us to substitute them into the equation and solve for λ.
Solve for λ:
Substitute the calculated values into the equation from the distributive property:
6+λ(4)=04λ=−6λ=−46=−23Why: We have now found the specific scalar value λ that makes c satisfy both given conditions.
4. Calculate the Required Dot Product c⋅b
We need to find c⋅b. We know that c=a+λb, and we have found λ=−23.
Substitute the expression for c and the value of λ:c⋅b=(a+λb)⋅bc⋅b=(a−23b)⋅bWhy: We substitute the expression for c into the dot product we need to compute.
Apply the distributive property of the dot product:c⋅b=a⋅b−23(b⋅b)Why: The dot product distributes over vector subtraction, allowing us to separate the terms.
Calculate the necessary dot products and magnitudes:
We already calculated a⋅b=4 in Step 3. Now we need b⋅b.
b⋅b=∣b∣2=(1)2+(−1)2+(1)2=1+1+1=3Why: These values are needed to complete the calculation of c⋅b.
Compute the final result:
Substitute the calculated values into the expanded dot product expression:
c⋅b=4−23(3)c⋅b=4−29c⋅b=28−29c⋅b=−21Why: This is the final value of the required dot product, obtained by combining the results of our vector manipulations.
Common Mistakes & Tips
Algebraic Errors: Be extremely careful with signs and fractions when performing vector addition, subtraction, and scalar multiplication.
Misinterpreting Cross Product: Remember that u×v=0 implies parallelism, not necessarily equality or being the zero vector.
Efficiency: Instead of finding the explicit components of c first, it is more efficient to use its general form c=a+λb directly in the final dot product calculation.
Summary
The problem is solved by first using the cross product condition b×c=b×a to deduce that c−a is parallel to b, leading to the expression c=a+λb. Subsequently, the dot product condition c⋅a=0 is used to form an equation involving the scalar λ, which is solved to be λ=−3/2. Finally, the required dot product c⋅b is computed by substituting the expression for c and the value of λ.
The final answer is −21, which corresponds to option (A).