Given the vectors a = (-2i + 6j + 2k) and b = (1i + 10k), the cross product, $$atimesb$$, is most nearly:

1 Answer

James Dowd

Updated on December 25th, 2020

The cross product of two vectors will provide us a 3rd vector that is perpendicular to both our two original vectors and equal in magnitude to the area both original vectors span. The easiest and most compact way to find the cross product of two (i, j, k) vectors is to set up a matrix as follows:

a x b = ijka1a2a3b1b2b3

By plugging our values from the problem into this matrix form, we get:

a x b = ijk-2621010

We now solve this matrix as we would to find the determinant of a 3x3 matrix, according to the following formulas:

A = abcdefghi A = a·efhi-b·dfgi+c·degh

To find the determinant of the 2x2 matrices formed:

A= abcd, A=ad-bc

Using our original matrix and formulas:

a x b = ijk-2621010 a x b = i·62010-j·-22110+k·-2610 a x b = i((6*10)-(2*0))-j((-2*10)-(2*1))+k((-2*0)-(6*1)) a x b = i(60-0)-j(-20-2)+k(0-6) a x b = 60i+22j-6k

The cross product a x b is therefore 60i+22j-6k.

Copyright © 2024 Savvy Engineer