Let a=i^+4j^+2k^,b=3i^−2j^+7k^ and c=2i^−j^+4k^. If a vector d satisfies d×b=c×b and d⋅a=24, then ∣d∣2 is equal to :
Options
Solution
Key Concepts and Formulas
Vector Cross Product Property: If X×Y=0, then X and Y are parallel, meaning X=λY for some scalar λ.
Distributive Property of Dot Product:A⋅(B+C)=A⋅B+A⋅C.
Scalar Multiplication in Dot Product:(λA)⋅B=λ(A⋅B).
Magnitude of a Vector: For a vector V=Vxi^+Vyj^+Vzk^, its squared magnitude is ∣V∣2=Vx2+Vy2+Vz2.
Step-by-Step Solution
We are given the vectors:
a=i^+4j^+2k^b=3i^−2j^+7k^c=2i^−j^+4k^
And two conditions for vector d:
d×b=c×b
d⋅a=24
Our goal is to find ∣d∣2.
Step 1: Simplify the Cross Product Condition
The first condition is d×b=c×b.
We can rearrange this equation by moving the term from the right side to the left side:
d×b−c×b=0
Using the distributive property of the cross product, we can factor out b:
(d−c)×b=0
This implies that the vector (d−c) is parallel to the vector b. Therefore, (d−c) must be a scalar multiple of b. Let this scalar be λ.
d−c=λb
From this, we can express d as:
d=c+λb
This expression relates d to the known vectors b and c, and an unknown scalar λ.
Step 2: Use the Dot Product Condition to Find λ
Now we use the second condition, d⋅a=24. Substitute the expression for d from Step 1 into this equation:
(c+λb)⋅a=24
Using the distributive property of the dot product:
c⋅a+(λb)⋅a=24
Using the property that scalar multiples can be factored out of a dot product:
c⋅a+λ(b⋅a)=24
Now, we calculate the dot products c⋅a and b⋅a:
a⋅c=(i^+4j^+2k^)⋅(2i^−j^+4k^)=(1)(2)+(4)(−1)+(2)(4)=2−4+8=6b⋅a=(3i^−2j^+7k^)⋅(i^+4j^+2k^)=(3)(1)+(−2)(4)+(7)(2)=3−8+14=9
Substitute these values back into the equation:
6+λ(9)=24
Now, solve for λ:
9λ=24−69λ=18λ=918=2
Step 3: Determine the Vector d
With the value of λ=2, we can now find the explicit form of vector d by substituting λ back into the expression from Step 1:
d=c+λbd=(2i^−j^+4k^)+2(3i^−2j^+7k^)
First, perform the scalar multiplication:
d=(2i^−j^+4k^)+(6i^−4j^+14k^)
Next, perform the vector addition by summing the corresponding components:
d=(2+6)i^+(−1−4)j^+(4+14)k^d=8i^−5j^+18k^
Step 4: Calculate the Squared Magnitude of d
Finally, we need to find ∣d∣2. For the vector d=8i^−5j^+18k^, the components are dx=8, dy=−5, and dz=18. The squared magnitude is calculated as:
∣d∣2=dx2+dy2+dz2∣d∣2=(8)2+(−5)2+(18)2∣d∣2=64+25+324∣d∣2=89+324∣d∣2=413
Common Mistakes & Tips
Arithmetic Errors: Be meticulous when performing dot product calculations and squaring components. Small errors can propagate and lead to an incorrect final answer.
Misinterpreting Cross Product: Remember that X×Y=0 implies parallelism, not equality or perpendicularity.
Algebraic Manipulation: Ensure correct application of vector properties, especially distributivity of dot and cross products.
Summary
The problem was solved by first using the cross product condition d×b=c×b to establish that d=c+λb. Subsequently, the dot product condition d⋅a=24 was used to form an equation involving only the scalar λ, which was solved to be λ=2. With λ determined, the vector d was explicitly found. Finally, the squared magnitude of d was computed using its components.