Academy
Scalar Triple Product
Level 1 - Math II (Physics) topic page in Vectors.
Principle
The scalar triple product combines three vectors in \(\mathbb R^3\) and outputs one scalar:
The cross product \(\mathbf b\times\mathbf c\) is perpendicular to the base spanned by \(\mathbf b\) and \(\mathbf c\). Dotting that normal vector with \(\mathbf a\) measures how much \(\mathbf a\) points through the base. Orientation records whether the ordered triple follows the positive right-handed orientation or the opposite orientation. The result is an oriented volume: its magnitude is the physical volume, while its sign records orientation.
A parallelepiped is the three-dimensional solid formed by translating a parallelogram through a third edge direction. If its three edge vectors from one vertex are \(\mathbf a\), \(\mathbf b\), and \(\mathbf c\), then its physical volume is
Notation
An ordered triple \((\mathbf a,\mathbf b,\mathbf c)\) keeps track of first, second, and third vector positions. Changing the order can change the sign of the scalar triple product.
The base area is the area of the parallelogram spanned by two chosen base vectors. The height is the perpendicular distance from the opposite face to the base plane.
Method
Step 1: Compute the base normal
Use the base vectors \(\mathbf b\) and \(\mathbf c\). If \(\mathbf b=(b_1,b_2,b_3)\) and \(\mathbf c=(c_1,c_2,c_3)\), then
The magnitude \(|\mathbf b\times\mathbf c|\) is the base area, and the direction gives the oriented normal to the base.
Step 2: Dot with the remaining edge
If \(\mathbf a=(a_1,a_2,a_3)\) and \(\mathbf b\times\mathbf c=(n_1,n_2,n_3)\), then
This scalar is positive, negative, or zero depending on the orientation of \((\mathbf a,\mathbf b,\mathbf c)\).
Step 3: Take absolute value for physical volume
The oriented volume is \([\mathbf a,\mathbf b,\mathbf c]=\mathbf a\cdot(\mathbf b\times\mathbf c)\). The physical volume ignores orientation:
Rules
The tetrahedron formula applies when \(\mathbf a\), \(\mathbf b\), and \(\mathbf c\) are the three edge vectors sharing one vertex of the tetrahedron.
When Cartesian components are written as columns in the same basis, determinant notation is a compact optional form:
Volume from base area and height
Let \(\theta\) be the angle between \(\mathbf a\) and \(\mathbf b\times\mathbf c\). The base area is \(|\mathbf b\times\mathbf c|\). The signed height is the scalar projection of \(\mathbf a\) onto the oriented normal direction, so it is \(|\mathbf a|\cos\theta\).
Examples
Checks
- The scalar triple product can be negative because it is an oriented volume.
- Physical volume is non-negative: use \(|\mathbf a\cdot(\mathbf b\times\mathbf c)|\), not the signed value alone.
- The order of vectors matters for orientation: swapping two vectors reverses the sign.