Which Formula Should I Use for Calculating the Vector Product?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
intenzxboi
Messages
98
Reaction score
0
i have a question I'm trying to find the cross product of the vector but don't know which formula to use.

the first one is
i(...) + j(...) + k (...)
and the other one is the same as this one but has a negative sign
i(...) - j(...) + k (...)


what is the difference and which formula should i use?
 
Physics news on Phys.org
There is only one formula. You compute the following (formal) determinant.

[tex]\hat{A}\times\hat{B} = \left|\begin{array}{ccc}\hat{i} & \hat{j} & \hat{k}\\a_1 & a_2 & a_3\\b_1 & b_2 & b_3\end{array}\right|[/tex]

where [itex]\hat{A}=\left<a_1,a_2,a_3\right>[/itex] and [itex]\hat{B}=\left<b_1,b_2,b_3\right>[/itex].