To find the value of ∣c∣2, we start by expressing the vector c in component form in terms of the real scalars λ and μ.
Given:
a=−i^+j^+3k^
b=i^+3j^+k^
Since c=λa+μb, we have:
c=λ(−i^+j^+3k^)+μ(i^+3j^+k^)
c=(μ−λ)i^+(λ+3μ)j^+(3λ+μ)k^
We are given two dot product conditions:
Step 1: Using the first condition
c⋅(3i^−6j^+2k^)=10
Taking the dot product:
λ(a⋅(3i^−6j^+2k^))+μ(b⋅(3i^−6j^+2k^))=10
Calculating the individual dot products:
a⋅(3i^−6j^+2k^)=(−1)(3)+(1)(−6)+(3)(2)=−3−6+6=−3
b⋅(3i^−6j^+2k^)=(1)(3)+(3)(−6)+(1)(2)=3−18+2=−13
Substituting these values back:
−3λ−13μ=10— (Equation 1)
Step 2: Using the second condition
c⋅(i^+j^+k^)=−2
Taking the dot product:
λ(a⋅(i^+j^+k^))+μ(b⋅(i^+j^+k^))=−2
Calculating the individual dot products:
a⋅(i^+j^+k^)=−1+1+3=3
b⋅(i^+j^+k^)=1+3+1=5
Substituting these values back:
3λ+5μ=−2— (Equation 2)
Step 3: Solving for λ and μ
Adding Equation 1 and Equation 2:
(−3λ−13μ)+(3λ+5μ)=10+(−2)
−8μ=8⟹μ=−1
Substitute μ=−1 into Equation 2:
3λ+5(−1)=−2
3λ−5=−2⟹3λ=3⟹λ=1
Step 4: Finding c and ∣c∣2
Substitute λ=1 and μ=−1 into the expression for c:
c=1a−1b=a−b
c=(−i^+j^+3k^)−(i^+3j^+k^)
c=−2i^−2j^+2k^
Now, compute the magnitude squared ∣c∣2:
∣c∣2=(−2)2+(−2)2+(2)2=4+4+4=12
Thus, ∣c∣2 is equal to 12.