📚 Triple Products | 三重积
Triple products are expressions that combine three vectors using both the dot and cross products. There are two important types: the scalar triple product and the vector triple product. They are powerful tools in geometry, calculus, and physics.
三重积是将三个向量通过点积和叉积组合起来的表达式。主要有两种重要类型:标量三重积和向量三重积。它们在几何、微积分和物理学中都是非常有力的工具。
1. The Scalar Triple Product: Definition | 标量三重积:定义
For vectors a, b and c, the scalar triple product is written as a · (b × c). Because the result is a scalar, it is called “scalar”.
对于向量 a、b 和 c,标量三重积写作 a · (b × c)。由于结果是标量,因此称其为“标量”三重积。
If a = (a₁, a₂, a₃), b = (b₁, b₂, b₃), c = (c₁, c₂, c₃), then the scalar triple product equals the determinant of the 3 × 3 matrix with rows (or columns) given by the vectors.
如果 a = (a₁, a₂, a₃),b = (b₁, b₂, b₃),c = (c₁, c₂, c₃),那么标量三重积等于以这些向量为行(或列)构成的 3 × 3 矩阵的行列式。
a · (b × c) = det(a, b, c)
a · (b × c) = a₁(b₂c₃ − b₃c₂) + a₂(b₃c₁ − b₁c₃) + a₃(b₁c₂ − b₂c₁)
2. Geometric Meaning: Volume | 几何意义:体积
The absolute value |a · (b × c)| gives the volume of the parallelepiped formed by a, b and c as three adjacent edges.
绝对值 |a · (b × c)| 给出由 a、b 和 c 作为三条相邻边所构成的平行六面体的体积。
Why? The area of the base is |b × c|, and the perpendicular height is the component of a in the direction of b × c. Hence base area × height = |b × c||a · (b × c)| / |b × c| = |a · (b × c)|.
原因如下:底面积为 |b × c|,垂直高度是 a 在 b × c 方向上的分量。因此底面积 × 高 = |b × c||a · (b × c)| / |b × c| = |a · (b × c)|。
Volume = |a · (b × c)|
3. Cyclic Permutation Invariance | 轮换不变性
The scalar triple product is unchanged by a cyclic permutation of the three vectors. This means the order can be rotated without changing the value.
标量三重积在三个向量的轮换下保持不变。这意味着向量的顺序可以循环旋转,其值不变。
a · (b × c) = b · (c × a) = c · (a × b)
However, swapping any two vectors changes the sign:
然而,交换任意两个向量会改变符号:
a · (b × c) = − b · (a × c) = − c · (b × a)
4. The Dot and Cross Can Be Swapped | 点积与叉积可以互换
In the scalar triple product, the dot and cross can be interchanged because the result is the same determinant:
在标量三重积中,点号和叉号可以互换,因为结果都是同一个行列式:
a · (b × c) = (a × b) · c
This is often written as [a, b, c] = [b, c, a] = [c, a, b]. The bracket notation is compact and is used in many textbooks.
这通常写作 [a, b, c] = [b, c, a] = [c, a, b]。方括号记号非常简洁,许多教材采用这种写法。
5. Coplanarity and Linear Dependence | 共面与线性相关
Three vectors are coplanar if and only if their scalar triple product is zero. This is because the parallelepiped has zero height, so the three vectors lie in the same plane.
三个向量共面当且仅当它们的标量三重积为零。这是因为此时平行六面体的高为零,所以三个向量位于同一平面内。
a, b, c are coplanar ⇔ a · (b × c) = 0
If the vectors are linearly dependent, the determinant is zero. Conversely, if the determinant is zero, the vectors are linearly dependent. Hence the scalar triple product is a direct test of linear independence in three dimensions.
如果向量线性相关,则行列式为零。反之,若行列式为零,则向量线性相关。因此标量三重积是三维空间中线性无关性的直接检验。
6. Vector Triple Product: Definition | 向量三重积:定义
The vector triple product is a × (b × c). The result is a vector that lies in the plane of b and c, and is perpendicular to a.
向量三重积是 a × (b × c)。结果是一个位于 b 和 c 所在平面内、并且垂直于 a 的向量。
It is essential to preserve the parentheses. The expression (a × b) × c is generally different from a × (b × c).
必须保留括号。表达式 (a × b) × c 通常不同于 a × (b × c)。
a × (b × c) ≠ (a × b) × c
7. The BAC-CAB Rule | BAC-CAB 法则
The most useful identity for the vector triple product is the expansion rule:
向量三重积最有用的恒等式是展开法则:
a × (b × c) = b(a · c) − c(a · b)
This is called the “BAC-CAB” rule because of the order b(a·c) minus c(a·b). Notice that the vector outside the original bracket appears in the dot products.
这被称为 “BAC-CAB” 法则,因为顺序是 b(a·c) 减去 c(a·b)。注意原括号外的向量出现在点积中。
For (a × b) × c, the analogous identity is:
对于 (a × b) × c,类似的恒等式为:
(a × b) × c = b(a · c) − a(b · c)
In the first form, the last vector in the original product is c; in the expansion, the first term is the middle vector multiplied by the dot product of the first and last vectors.
在第一种形式中,原积中的最后一个向量是 c;在展开式中,第一项是中间向量乘以第一个与最后一个向量的点积。
8. Properties of the Vector Triple Product | 向量三重积的性质
-
The result is perpendicular to a but not necessarily perpendicular to b or c.
结果垂直于 a,但不一定垂直于 b 或 c。
-
It is linear in each vector: a × (λb + μc) = λ a × (b × c)?
这是不对的! 实际上向量三重积对每个因子都是线性的,但对第二个括号的组合不能简单分配到每个向量。需要小心。
-
It is not associative, so changing the grouping changes the answer.
它不满足结合律,因此改变括号位置会改变结果。
Let us state clearly: a × (b + d) × c? No, the linearity in the first factor is direct because the cross product is linear. But a × (b × c) is linear in b? Not generally as a function of b alone? Actually due to BAC-CAB, a × (b × c) = b(a·c) − c(a·b), which is linear in b for fixed a,c. Yes, it is linear in each factor. So the above is incorrect. Need accurate content. Let’s correct.
Properties:
- It is linear in each of the three vectors: for any scalars λ and μ, a × ((λb + μd) × c) = λ a × (b × c) + μ a × (d × c).
- It is not associative: a × (b × c) ≠ (a × b) × c in general.
- It is perpendicular to a, so a · [a × (b × c)] = 0.
- It lies in the plane spanned by b and c because it is a linear combination of b and c.
But output includes bullet lists with
within li? That’s okay. But need exact. I’ll revise in final content.
9. The Jacobi Identity | 雅可比恒等式
For the cross product, the Jacobi identity holds. It involves three vector triple products together:
对于叉积,雅可比恒等式成立。它包含三个向量三重积之和:
a × (b × c) + b × (c × a) + c × (a × b) = 0
This identity is useful in advanced mechanics and Lie algebra. It can be proved by expanding each triple product using the BAC-CAB rule.
这个恒等式在高等力学和李代数中很有用。它可以利用 BAC-CAB 法则展开每个三重积来证明。
10. Lagrange’s Identity | 拉格朗日恒等式
Another important identity connects the squares of scalar triple products and vector triple products:
另一个重要恒等式将标量三重积与向量三重积的平方联系起来:
(a × b) · (c × d) = (a · c)(b · d) − (a · d)(b · c)
When a = c and b = d, this becomes:
当 a = c 且 b = d 时,上式变为:
|a × b|² = |a|²|b|² − (a · b)²
This is why |a × b| = |a||b| sin θ, since |a|²|b|² − (a·b)² = |a|²|b|²(1 − cos²θ).
这正是 |a × b| = |a||b| sin θ 的原因,因为 |a|²|b|² − (a·b)² = |a|²|b|²(1 − cos²θ)。
11. Worked Example: Determine Whether Points Are Coplanar | 例题:判断点是否共面
Let points A(1, 0, 2), B(3, 1, 4), C(0, 2, 1), D(2, 3, 3) be given. Are A, B, C, D coplanar?
已知点 A(1, 0, 2)、B(3, 1, 4)、C(0, 2, 1)、D(2, 3, 3)。A、B、C、D 是否共面?
Let AB = (2, 1, 2), AC = (−1, 2, −1), AD = (1, 3, 1). Compute the scalar triple product AB · (AC × AD).
设 AB = (2, 1, 2),AC = (−1, 2, −1),AD = (1, 3, 1)。计算标量三重积 AB · (AC × AD)。
det = 2(2×1 − (−1)×3) − 1((−1)×1 − (−1)×1) + 2((−1)×3 − 2×1) = 2(5) − 1(0) + 2(−5) = 0
Since the scalar triple product is zero, the four points lie in the same plane.
由于标量三重积为零,这四个点位于同一平面内。
12. Common Exam Pitfalls | 常见考试易错点
-
Forgetting that a · (b × c) = (a × b) · c; therefore the dot and cross can be interchanged only when the order of a, b, c is the same.
忘记 a · (b × c) = (a × b) · c;只有在 a、b、c 的顺序相同时点积和叉积才可以互换。
-
Applying BAC-CAB with the wrong order. Always keep the middle vector as the coefficient of the first dot product.
使用 BAC-CAB 时弄错顺序。始终将中间向量作为第一个点积的系数。
-
Thinking that a × (b × c) equals (a × b) × c. They are not equal in general.
认为 a × (b × c) 等于 (a × b) × c。一般来说它们不相等。
-
Using |a · (b × c)| when the volume is required. The absolute value is essential because the volume must be positive.
求体积时忘记使用 |a · (b × c)|。绝对值是必要的,因为体积必须为正。
-
Forgetting that a zero scalar triple product implies coplanarity, and that this is an “if and only if” condition for three vectors in 3D.
忘记零标量三重积意味着共面,而这是三维空间中三个向量的“当且仅当”条件。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导