Let a=6i^+9j^+12k^,b=αi^+11j^−2k^ and c be vectors such that a×c=a×b. If a⋅c=−12,c⋅(i^−2j^+k^)=5, then c⋅(i^+j^+k^) is equal to _______________.
Answer: 1
Solution
Key Concepts and Formulas
Vector Representation: A vector v in component form is v=vxi^+vyj^+vzk^.
Dot Product: For A=Axi^+Ayj^+Azk^ and B=Bxi^+Byj^+Bzk^, A⋅B=AxBx+AyBy+AzBz.
Cross Product Property: If A×B=0 and A=0, then A and B are parallel, meaning B=kA for some scalar k.
Distributive Property of Cross Product:A×(B−C)=A×B−A×C.
Step-by-Step Solution
Let the unknown vector c be represented as c=c1i^+c2j^+c3k^.
We are given a=6i^+9j^+12k^ and b=αi^+11j^−2k^.
Step 1: Use the dot product conditions to form linear equations.
The condition a⋅c=−12 translates to:
(6i^+9j^+12k^)⋅(c1i^+c2j^+c3k^)=−126c1+9c2+12c3=−12
Dividing by 3, we get:
2c1+3c2+4c3=−4...(1)
The condition c⋅(i^−2j^+k^)=5 translates to:
(c1i^+c2j^+c3k^)⋅(i^−2j^+k^)=5c1−2c2+c3=5...(2)
Step 2: Utilize the cross product condition to establish a relationship between c and b.
We are given a×c=a×b.
Rearranging this, we get:
a×c−a×b=0
Using the distributive property of the cross product:
a×(c−b)=0
Since a=0, the vector (c−b) must be parallel to a.
Therefore, we can write:
c−b=ka
for some scalar k.
This means c=b+ka.
Substituting the components:
c1i^+c2j^+c3k^=(αi^+11j^−2k^)+k(6i^+9j^+12k^)c1i^+c2j^+c3k^=(α+6k)i^+(11+9k)j^+(−2+12k)k^
Equating the components, we get:
c1=α+6k...(3)c2=11+9k...(4)c3=−2+12k...(5)
Step 3: Solve the system of equations for α and k.
Substitute equations (3), (4), and (5) into equation (2):
(α+6k)−2(11+9k)+(−2+12k)=5α+6k−22−18k−2+12k=5α+(6−18+12)k−24=5α+0k−24=5α=29
Now substitute equations (3), (4), (5), and the value of α=29 into equation (1):
2(α+6k)+3(11+9k)+4(−2+12k)=−42(29+6k)+3(11+9k)+4(−2+12k)=−458+12k+33+27k−8+48k=−4(12+27+48)k+(58+33−8)=−487k+83=−487k=−87k=−1
Step 4: Determine the components of c.
Using k=−1 and α=29 in equations (3), (4), and (5):
c1=α+6k=29+6(−1)=29−6=23c2=11+9k=11+9(−1)=11−9=2c3=−2+12k=−2+12(−1)=−2−12=−14
So, c=23i^+2j^−14k^.
Step 5: Calculate the final dot product.
We need to find c⋅(i^+j^+k^):
c⋅(i^+j^+k^)=(23i^+2j^−14k^)⋅(i^+j^+k^)=(23)(1)+(2)(1)+(−14)(1)=23+2−14=25−14=11
Common Mistakes & Tips
Algebraic Errors: Be extremely careful with signs and arithmetic when solving the system of equations.
Misinterpreting Cross Product: Ensure you correctly apply the property that A×B=0 implies parallelism for non-zero vectors.
Scalar Representation: When setting up the parallelism, c−b=ka is one way; a=λ(c−b) is another. Ensure consistency in your chosen notation.
Summary
The problem was solved by first converting the given dot product conditions into a system of linear equations involving the components of c. The cross product condition was used to establish that c−b is parallel to a, leading to expressions for the components of c in terms of an unknown scalar k and the component α of b. Substituting these expressions back into the linear equations allowed us to solve for α and k. Finally, the components of c were determined, and the required dot product was calculated.