What is the cross product of <4,5,0> and <4,1,2>?

1 Answer
May 24, 2017

<10,8,16>

Explanation:

We'll call the vector <4,5,0>A, and the vector <4,1,2>B

The cross product of A and B is a vector C with components

Cx=AyBzAzBy

Cy=AxBzAzBx

Cz=AxByAyBx

We have our components for vectors A and B expressed in their position vectors, and we'll use these values to calculate the components of C:

Cx=(5)(2)(0)(1)=10

Cy=(4)(2)(0)(4)=8

Cz=(4)(1)(5)(4)=16

Using unit vectors, this vector product C is

(10)i+(8)j+(16)k

Or, expressed as a position vector,

<10,8,16>