Let a=2i^−j^+3k^,b=3i^−5j^+k^ and c be a vector such that a×c=a×b=c×b and (a+c)⋅(b+c)=168. Then the maximum value of ∣c∣2 is :
Options
Solution
1. Key Concepts and Formulas
Vector Cross Product Properties:
u×v=0 if u and v are parallel (collinear).
u×(v−w)=u×v−u×w (Distributivity).
(u−v)×w=u×w−v×w (Distributivity).
Vector Dot Product Properties:
∣u∣2=u⋅u.
u⋅(v+w)=u⋅v+u⋅w (Distributivity).
∣u+v∣2=∣u∣2+∣v∣2+2u⋅v.
Linear Independence: If a and b are non-collinear, then pa+qb=0 implies p=0 and q=0.
2. Step-by-Step Solution
Step 1: Analyze the given cross product conditions to establish a relationship for c.
We are given a×c=a×b and a×b=c×b.
From the first condition, a×c=a×b:
a×c−a×b=0
Using the distributive property of the cross product:
a×(c−b)=0
Since a is non-zero, this implies that (c−b) is parallel to a. Thus, we can write:
c−b=k1afor some scalar k1c=b+k1a(∗)
From the second condition, a×b=c×b:
a×b−c×b=0
Rearranging the terms using anticommutativity (c×b=−b×c):
a×b+b×c=0
This doesn't directly give us a useful form for c without further manipulation. Let's use the original form and rearrange:
a×b−c×b=0
Using the distributive property:
(a−c)×b=0
Since b is non-zero, this implies that (a−c) is parallel to b. Thus, we can write:
a−c=k2bfor some scalar k2c=a−k2b(∗∗)
Step 2: Equate the expressions for c to find the relationship between k1 and k2.
From (∗) and (∗∗), we have:
b+k1a=a−k2b
Rearranging the terms to group a and b:
k1a−a+b+k2b=0(k1−1)a+(1+k2)b=0
Step 3: Determine if a and b are collinear and use this to find k1 and k2.
Given a=2i^−j^+3k^ and b=3i^−5j^+k^.
For a and b to be collinear, there must exist a scalar m such that b=ma.
Comparing components:
3=2m⟹m=3/2−5=−m⟹m=51=3m⟹m=1/3
Since the values of m are inconsistent, a and b are not collinear (i.e., they are linearly independent).
Since a and b are linearly independent, for the equation (k1−1)a+(1+k2)b=0 to hold, the coefficients must be zero:
k1−1=0⟹k1=11+k2=0⟹k2=−1
Step 4: Find the explicit expression for c.
Substitute k1=1 into the expression c=b+k1a:
c=b+1⋅ac=a+b
This shows that c is uniquely determined as the sum of a and b.
Step 5: Calculate the components of c and its squared magnitude.
Given a=2i^−j^+3k^ and b=3i^−5j^+k^.
c=a+b=(2i^−j^+3k^)+(3i^−5j^+k^)c=(2+3)i^+(−1−5)j^+(3+1)k^c=5i^−6j^+4k^
Now, we calculate ∣c∣2:
∣c∣2=(5)2+(−6)2+(4)2∣c∣2=25+36+16∣c∣2=77
Step 6: Verify the dot product condition using the determined c.
The condition is (a+c)⋅(b+c)=168.
Substitute c=a+b:
(a+(a+b))⋅(b+(a+b))=168(2a+b)⋅(a+2b)=168
Expand the dot product:
2a⋅a+4a⋅b+b⋅a+2b⋅b=1682∣a∣2+5(a⋅b)+2∣b∣2=168
Calculate the required terms:
∣a∣2=22+(−1)2+32=4+1+9=14.
∣b∣2=32+(−5)2+12=9+25+1=35.
a⋅b=(2)(3)+(−1)(−5)+(3)(1)=6+5+3=14.
Substitute these values:
2(14)+5(14)+2(35)=28+70+70=168
The condition is satisfied, confirming our expression for c.
3. Common Mistakes & Tips
Overlooking unique determination of c: A common mistake is to conclude from a×(c−b)=0 that c−b=ka and from (a−c)×b=0 that a−c=mb. However, simply combining these without considering linear independence of a and b can lead to errors. Using both conditions simultaneously and equating the forms of c is crucial.
Assuming c is parallel to a+b: If one only considered (a+b)×c=0 (which can be derived by adding cross products), it would imply c=λ(a+b), where λ could be any scalar. The given conditions uniquely fix λ=1.
Algebraic errors in dot product expansion: Carefully expanding (a+c)⋅(b+c) requires attention to detail to avoid sign errors or missed terms.
4. Summary
The problem provides conditions involving vector cross products and a dot product. By analyzing the cross product conditions a×c=a×b and a×b=c×b, we deduced that c−b must be parallel to a and a−c must be parallel to b. By expressing c in two ways and using the linear independence of a and b, we uniquely determined that c=a+b. This result was verified using the given dot product condition. Finally, the magnitude squared of c was calculated. Since c is uniquely determined, its magnitude squared has a single value, which is thus the maximum value.