Poll Results
No votes. Be the first one to vote.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To find the cross product of the vectors ( mathbf{a} = 3mathbf{i} + 4mathbf{j} – 5mathbf{k} ) and ( mathbf{b} = -mathbf{i} + mathbf{j} – 2mathbf{k} ), we can use the determinant of a matrix formed by the unit vectors and the components of the vectors.
The cross product ( mathbf{a} times mathbf{b} ) is given by the determinant:
[
mathbf{a} times mathbf{b} = begin{vmatrix}
mathbf{i} & mathbf{j} & mathbf{k} \
3 & 4 & -5 \
-1 & 1 & -2
end{vmatrix}
]
Calculating the determinant, we have:
[
mathbf{a} times mathbf{b} = mathbf{i} begin{vmatrix} 4 & -5 \ 1 & -2 end{vmatrix} – mathbf{j} begin{vmatrix} 3 & -5 \ -1 & -2 end{vmatrix} + mathbf{k} begin{vmatrix} 3 & 4 \ -1 & 1 end{vmatrix}
]
Calculating each of the 2×2 determinants:
1. For ( mathbf
Answer: b
Explanation: Cross product of two vectors is, A X B = (a2*b3 – b2*a3)i – (a1*b3 –
b1*a3)j + (a1*b2 – b1*a2)k. Using the formula, the answer can be calculated.