Analyzing the Setup
We are given two vectors,
a=i^+2j^+λk^ and
b=3i^−5j^−λk^. We are also provided with a third vector
c that satisfies specific dot product conditions.
Our objective is to determine the absolute value of the dot product,
∣a⋅b∣.
The Power of Rearrangement
Many students see
a×c=b×c and immediately attempt to write out the determinant form. This often leads to unnecessary algebraic complexity.
Instead, we use the distributive property of the cross product. By moving all terms to one side, we obtain:
This is the critical insight. In vector geometry, if the cross product of two non-zero vectors is the zero vector, the vectors must be collinear.
Consequently, we can express
c as a scalar multiple of the difference between
a and
b:
Bridging the Gap with Dot Products
We are given the conditions
a⋅c=7 and
2b⋅c+43=0. Substituting
c=μ1(a−b) into these equations yields:
and
Next, we calculate the magnitudes and the dot product in terms of λ:
∣b∣2=32+(−5)2+(−λ)2=34+λ2 a⋅b=(1)(3)+(2)(−5)+(λ)(−λ)=3−10−λ2=−7−λ2 The Final Convergence
Substituting these values into our system of equations, we obtain:
(5+λ2)−(−7−λ2)=7μ⇒12+2λ2=7μ
(−7−λ2)−(34+λ2)=−243μ⇒−41−2λ2=−243μ
Multiplying the second equation by −2, we get 82+4λ2=43μ. Solving the system 12+2λ2=7μ and 82+4λ2=43μ yields μ=2 and λ2=1.
Finally, we calculate the target value:
∣a⋅b∣=∣−7−λ2∣=∣−7−1∣=∣−8∣ The final result is 8.