What is the cross product of vectors A = i + 2j + 3k and B = 4i + 5j + 6k?
Practice Questions
1 question
Q1
What is the cross product of vectors A = i + 2j + 3k and B = 4i + 5j + 6k?
-3i + 6j - 3k
-3i + 6j + 3k
3i - 6j + 3k
3i + 6j - 3k
A × B = |i j k| |1 2 3| |4 5 6| = -3i + 6j - 3k.
Questions & Step-by-step Solutions
1 item
Q
Q: What is the cross product of vectors A = i + 2j + 3k and B = 4i + 5j + 6k?
Solution: A × B = |i j k| |1 2 3| |4 5 6| = -3i + 6j - 3k.
Steps: 8
Step 1: Write down the vectors A and B. A = i + 2j + 3k and B = 4i + 5j + 6k.
Step 2: Set up a 3x3 determinant using the unit vectors i, j, k in the first row, the components of vector A in the second row, and the components of vector B in the third row.
Step 3: The determinant looks like this: | i j k |
Step 4: Fill in the second row with the components of vector A: | 1 2 3 |
Step 5: Fill in the third row with the components of vector B: | 4 5 6 |
Step 6: Now calculate the determinant using the formula for a 3x3 matrix: A × B = i(2*6 - 3*5) - j(1*6 - 3*4) + k(1*5 - 2*4).