Let a=4i^−j^+k^,b=11i^−j^+k^ and c be a vector such that (a+b)×c=c×(−2a+3b). If (2a+3b)⋅c=1670, then ∣c∣2 is equal to:
Options
Solution
Key Concepts and Formulas
Vector Cross Product Properties:
Anti-commutative Property:A×B=−B×A.
Distributive Property:(A+B)×C=A×C+B×C.
Parallel Vectors: If X×Y=0 and X=0, then Y=kX for some scalar k.
Vector Dot Product Properties:
Distributive Property:A⋅(B+C)=A⋅B+A⋅C.
Scalar Multiplication:(kA)⋅B=k(A⋅B).
Magnitude Squared:∣A∣2=A⋅A.
Step-by-Step Solution
Step 1: Simplify the Cross Product Equation to find the relationship of c with a and b
We are given the equation:
(a+b)×c=c×(−2a+3b)
Using the anti-commutative property of the cross product (c×Y=−Y×c), we can rewrite the right-hand side:
(a+b)×c=−(−2a+3b)×c
Rearranging the terms to one side:
(a+b)×c+(−2a+3b)×c=0
Using the distributive property of the cross product:
[(a+b)+(−2a+3b)]×c=0
Combine the vectors inside the bracket:
[a+b−2a+3b]×c=0[−a+4b]×c=0
This equation implies that the vector (−a+4b) is parallel to c. Therefore, c can be expressed as a scalar multiple of (−a+4b):
c=k(−a+4b)
where k is a scalar constant.
Step 2: Calculate necessary dot products of a and b
We are given a=4i^−j^+k^ and b=11i^−j^+k^. We need to compute ∣a∣2, ∣b∣2, and a⋅b.
∣a∣2:∣a∣2=(4)2+(−1)2+(1)2=16+1+1=18
∣b∣2:∣b∣2=(11)2+(−1)2+(1)2=121+1+1=123
a⋅b:a⋅b=(4)(11)+(−1)(−1)+(1)(1)=44+1+1=46
Step 3: Use the Dot Product Equation to find the scalar k
We are given the dot product equation:
(2a+3b)⋅c=1670
Substitute c=k(−a+4b) into this equation:
(2a+3b)⋅[k(−a+4b)]=1670
Move the scalar k outside the dot product:
k[(2a+3b)⋅(−a+4b)]=1670
Now, expand the dot product term (2a+3b)⋅(−a+4b):
(2a+3b)⋅(−a+4b)=(2a)⋅(−a)+(2a)⋅(4b)+(3b)⋅(−a)+(3b)⋅(4b)=−2(a⋅a)+8(a⋅b)−3(b⋅a)+12(b⋅b)
Using a⋅a=∣a∣2, b⋅b=∣b∣2, and a⋅b=b⋅a:
=−2∣a∣2+(8−3)(a⋅b)+12∣b∣2=−2∣a∣2+5(a⋅b)+12∣b∣2
Substitute the values calculated in Step 2:
=−2(18)+5(46)+12(123)=−36+230+1476=194+1476=1670
Now, substitute this result back into the equation for k:
k[1670]=1670k=1
Step 4: Calculate ∣c∣2
We have c=k(−a+4b) and we found k=1.
So, c=−a+4b.
To find ∣c∣2, we use the property ∣c∣2=c⋅c:
∣c∣2=(−a+4b)⋅(−a+4b)
Expand the dot product:
∣c∣2=(−a)⋅(−a)+(−a)⋅(4b)+(4b)⋅(−a)+(4b)⋅(4b)∣c∣2=∣a∣2−4(a⋅b)−4(b⋅a)+16∣b∣2∣c∣2=∣a∣2−8(a⋅b)+16∣b∣2
Substitute the numerical values calculated in Step 2:
∣c∣2=18−8(46)+16(123)∣c∣2=18−368+1968∣c∣2=1986−368∣c∣2=1600
This value corresponds to option (A).
Common Mistakes & Tips
Sign Errors: Be extremely careful with signs when applying the anti-commutative property of the cross product and when expanding dot products involving negative terms.
Scalar Multiplication: Ensure that scalars are correctly factored out of dot and cross products.
Systematic Calculation: Calculate the required ∣a∣2, ∣b∣2, and a⋅b values upfront to avoid repetitive calculations and reduce the chance of errors.
Summary
The problem was solved by first simplifying the given cross product equation to establish that the unknown vector c is parallel to a linear combination of a and b. This allowed us to express c as a scalar multiple of (−a+4b). We then calculated the necessary scalar products of a and b. Substituting the expression for c into the given dot product equation enabled us to solve for the scalar constant k. Finally, we used the determined value of k and the expression for c to calculate ∣c∣2.