Let a vector c be coplanar with the vectors a=−i+j+k and b=2i+j−k. If the vector c also satisfies the conditions c.[(a+b)×(a×b)]=−42 and (c×(a−b)).k=3, then the value of ∣c∣2 is equal to :
Options
Solution
Key Concepts and Formulas
Coplanarity of vectors: Three vectors u,v,w are coplanar if their scalar triple product is zero, i.e., [u,v,w]=u⋅(v×w)=0. Alternatively, a vector c is coplanar with a and b if c can be expressed as a linear combination of a and b, i.e., c=pa+qb for some scalars p,q.
Scalar Triple Product (STP): For vectors u=uxi+uyj+uzk, v=vxi+vyj+vzk, and w=wxi+wyj+wzk, the STP is given by [u,v,w]=uxvxwxuyvywyuzvzwz.
Cross Product: The cross product of two vectors u and v is given by u×v=iuxvxjuyvykuzvz.
Dot Product: The dot product of two vectors u and v is given by u⋅v=uxvx+uyvy+uzvz. The dot product with k isolates the z-component of a vector: (V)⋅k=Vz.
Magnitude of a vector: For a vector c=cxi+cyj+czk, its squared magnitude is ∣c∣2=cx2+cy2+cz2.
Step-by-Step Solution
We are given a=−i+j+k and b=2i+j−k. Let c=xi+yj+zk.
Step 1: Pre-compute auxiliary vectors.
To simplify the subsequent calculations, we compute the vectors a+b and a−b.
a+b=(−1+2)i+(1+1)j+(1−1)k=i+2ja−b=(−1−2)i+(1−1)j+(1−(−1))k=−3i+2k
Step 2: Compute the cross product a×b.
This vector is crucial for the coplanarity condition and for the second given condition.
a×b=i−12j11k1−1=i((1)(−1)−(1)(1))−j((−1)(−1)−(1)(2))+k((−1)(1)−(1)(2))=i(−1−1)−j(1−2)+k(−1−2)=−2i+j−3k
Step 3: Apply the coplanarity condition.
The condition that c is coplanar with a and b means that c⋅(a×b)=0.
Substituting the components of c and the computed a×b:
(xi+yj+zk)⋅(−2i+j−3k)=0−2x+y−3z=0(∗)
Step 4: Apply the second given condition.
The second condition is c.[(a+b)×(a×b)]=−42.
First, we compute the cross product (a+b)×(a×b):
(i+2j)×(−2i+j−3k)=i1−2j21k0−3=i((2)(−3)−(0)(1))−j((1)(−3)−(0)(−2))+k((1)(1)−(2)(−2))=i(−6−0)−j(−3−0)+k(1+4)=−6i+3j+5k
Now, we take the dot product with c:
(xi+yj+zk)⋅(−6i+3j+5k)=−42−6x+3y+5z=−42(∗∗)
Step 5: Apply the third given condition.
The third condition is (c×(a−b)).k=3.
First, we compute the cross product c×(a−b):
c×(−3i+2k)=ix−3jy0kz2=i((y)(2)−(z)(0))−j((x)(2)−(z)(−3))+k((x)(0)−(y)(−3))=2yi−(2x+3z)j+3yk
Now, we take the dot product with k:
(2yi−(2x+3z)j+3yk)⋅k=3
The dot product with k extracts the z-component of the vector:
3y=3y=1
Step 6: Solve the system of linear equations.
We have the following system of equations:
−2x+y−3z=0
−6x+3y+5z=−42
y=1
Substitute y=1 into equation (1):
−2x+1−3z=0⟹−2x−3z=−1⟹2x+3z=1(∗∗∗)
Substitute y=1 into equation (2):
−6x+3(1)+5z=−42⟹−6x+3+5z=−42⟹−6x+5z=−45(∗∗∗∗)
Now we solve the system formed by (*) and (**):
2x+3z=1−6x+5z=−45
Multiply the first equation by 3:
6x+9z=3
Add this to the second equation:
(6x+9z)+(−6x+5z)=3+(−45)14z=−42z=14−42=−3
Substitute z=−3 back into 2x+3z=1:
2x+3(−3)=12x−9=12x=10x=5
So, the components of c are x=5, y=1, and z=−3. Thus, c=5i+j−3k.
Sign errors in cross products: Be extremely careful with the signs, especially for the j component when calculating determinants for cross products.
Algebraic manipulation: Double-check each step when solving the system of linear equations to avoid calculation mistakes.
Coplanarity interpretation: Remember that coplanarity implies the scalar triple product is zero, which translates to a linear relationship between the vector components.
Summary
We systematically used the given conditions to form a system of linear equations for the components of vector c. The coplanarity condition provided the first equation. The second condition involved calculating a vector triple product and then a dot product, yielding a second linear equation. The third condition simplified to directly giving the y-component of c. Solving the resulting system of linear equations allowed us to find the components of c and subsequently its squared magnitude.