Calculate the volume of parallelepiped

$\begingroup$

You can calculate the volume of a parallelepiped by $|(A \times B) \cdot C|$, where $A$, $B$ and $C$ are vectors. I wonder does the order matter? If it does how, is it determined. I know I can just put it in a matrix and calculate the determinant but I would like to know how it is in this case.

Thanks!

$\endgroup$ 4

2 Answers

$\begingroup$

If you know thatthe scalar triple product is equal to the determinant of a matrix whose rows are the components of the vectors, and if you recall the effects of operations on the rows of a matrix, then you can show that swapping any two of the vectors $A,B,C$ in the scalar triple product $(A \times B) \cdot C$ will swap the corresponding rows of the matrix and therefore will flip the sign of the determinant but will not change the magnitude of the determinant. Hence the interchange of any two vectors (which could be $B$ and $C$ or could be $A$ and $C$, not just $A$ and $B$) will likewise flip the sign of the scalar triple product but will not change its magnitude.

Any reordering of the three vectors $A$, $B$, and $C$ can be accomplished by either one or two interchanges of two vectors. For example, to get from $(A,B,C)$ to $(B,C,A)$, swap the first two vectors, then the last two. Hence of the six possible ways to order the three vectors $A$, $B$, and $C$, three orderings will give you positive scalar triple products and three will give you negative scalar triple products, but all scalar triple products will have the same magnitude.

$\endgroup$ $\begingroup$

We have $a \times b = -(b \times a)$. So you get also a change of sign since the (real) standard inner product is symmetric, so there the order does not matter. The reason why the cross product changes its sign if you permute the arguments, is simply that it is like the determinant an alternating mapping (this is immediate by its definition as the components of the vectors are just determinants of $2\times 2$ matrices).

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like