Let a=i^+j^+k^,b=2i^+4j^−5k^ and c=xi^+2j^+3k^,x∈R. If d is the unit vector in the direction of b+c such that a⋅d=1, then (a×b)⋅c is equal to
Options
Solution
Key Concepts and Formulas
Scalar Triple Product: For vectors a=axi^+ayj^+azk^, b=bxi^+byj^+bzk^, and c=cxi^+cyj^+czk^, the scalar triple product is given by (a×b)⋅c, which can be computed as the determinant of the matrix formed by their components:
[abc]=axbxcxaybycyazbzcz
Unit Vector: A unit vector d in the direction of a non-zero vector v is d=∣v∣v.
Dot Product: The dot product of two vectors u=uxi^+uyj^+uzk^ and v=vxi^+vyj^+vzk^ is u⋅v=uxvx+uyvy+uzvz.
Step-by-Step Solution
Step 1: Understand the Goal
The problem asks us to find the value of the scalar triple product (a×b)⋅c. We are given vectors a, b, and c (with an unknown component x in c). We are also given a condition involving a unit vector d that will help us determine the value of x.
Step 2: Identify the Given Vectors
We have:
a=i^+j^+k^
b=2i^+4j^−5k^
c=xi^+2j^+3k^
Step 3: Determine the Vector b+c
Reasoning: The problem states that d is the unit vector in the direction of b+c. To find d, we first need to compute the vector sum b+c.
Reasoning: This condition provides an equation involving x, which we can solve.
Calculation:a⋅d=(i^+j^+k^)⋅((x+2)2+40(x+2)i^+6j^−2k^)=1
Performing the dot product:
(x+2)2+401⋅(x+2)+1⋅(6)+1⋅(−2)=1
Simplify the numerator:
(x+2)2+40x+2+6−2=1(x+2)2+40x+6=1
To solve for x, we square both sides. Important: Before squaring, we must ensure that both sides are non-negative. The right side, being a square root, is always non-negative. Therefore, the left side, x+6, must also be non-negative, meaning x+6≥0, or x≥−6.
(x+6)2=((x+2)2+40)2x2+12x+36=(x+2)2+40x2+12x+36=(x2+4x+4)+40x2+12x+36=x2+4x+44
Subtract x2 from both sides:
12x+36=4x+44
Rearrange terms:
12x−4x=44−368x=8x=1
Verification: Our solution x=1 satisfies the condition x≥−6.
Step 7: Substitute the Value of x into c
Reasoning: Now that we have found x, we can write the complete vector c.
Calculation: With x=1, vector c becomes:
c=1i^+2j^+3k^=i^+2j^+3k^
Step 8: Calculate the Scalar Triple Product (a×b)⋅c
Reasoning: The scalar triple product can be efficiently calculated using the determinant of the matrix formed by the components of the three vectors.
Calculation: The components of the vectors are:
a=(1,1,1)
b=(2,4,−5)
c=(1,2,3)
The scalar triple product is:
(a×b)⋅c=1211421−53
Expand the determinant along the first row:
=142−53−121−53+12142=1((4)(3)−(−5)(2))−1((2)(3)−(−5)(1))+1((2)(2)−(4)(1))=1(12−(−10))−1(6−(−5))+1(4−4)=1(12+10)−1(6+5)+1(0)=1(22)−1(11)+0=22−11=11
Common Mistakes & Tips
Squaring Equations: Always check the sign of both sides of an equation before squaring, especially when dealing with square roots. This prevents introducing extraneous solutions.
Determinant Calculation: Be careful with the signs when expanding determinants, particularly with the alternating signs (+,−,+ for a 3x3 determinant expanded along the first row).
Vector Component Addition: Ensure that corresponding components are added correctly when finding the sum of vectors.
Summary
The problem required us to find the scalar triple product (a×b)⋅c. We first used the given information about the unit vector d and the dot product a⋅d=1 to solve for the unknown component x in vector c. Once x was determined to be 1, we substituted it back into c and then computed the scalar triple product using the determinant method.