📚 Vector Product (Cross Product): Definition and Operations | 向量积(叉积)的定义与运算
The vector product (also called the cross product) is a binary operation on two vectors in three-dimensional space. Unlike the scalar product, which returns a number, the vector product returns a vector that is perpendicular to both original vectors. It is essential in IB Mathematics: Analysis and Approaches HL and Applications and Interpretation HL for topics involving 3D geometry, torque, and areas.
向量积(又称叉积)是三维空间中两个向量之间的一种二元运算。与返回数值的数量积不同,向量积返回一个同时垂直于原两个向量的向量。在IB数学:分析与方法HL以及应用与解释HL中,涉及三维几何、力矩和面积等主题时,向量积至关重要。
1. Geometric Definition | 几何定义
Given two vectors a and b in 3D space with angle θ between them, the vector product is defined as a × b = |a||b| sin θ n̂, where n̂ is a unit vector perpendicular to both a and b, directed according to the right-hand rule.
给定三维空间中的两个向量 a 和 b,其夹角为 θ,则向量积定义为 a × b = |a||b| sin θ n̂,其中 n̂ 是同时垂直于 a 和 b 的单位向量,方向由右手定则确定。
a × b = |a||b| sin θ n̂
The magnitude of the cross product equals the area of the parallelogram formed by the two vectors: |a × b| = |a||b| sin θ.
向量积的模等于由这两个向量构成的平行四边形的面积:|a × b| = |a||b| sin θ。
2. Component Formula | 分量公式
If a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃), then the cross product is computed by expanding the determinant:
若 a = (a₁, a₂, a₃),b = (b₁, b₂, b₃),则向量积通过行列式展开计算:
a × b = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁)
Equivalently, using unit vectors i, j, k:
等价地,使用单位向量 i, j, k:
a × b = | i j k ; a₁ a₂ a₃ ; b₁ b₂ b₃ |
Notice that the i-component is the determinant of the 2×2 matrix formed by columns 2 and 3, with a positive sign; the j-component is negative; the k-component is positive.
注意:i 分量是第2、3列构成的 2×2 行列式,符号为正;j 分量为负;k 分量为正。
3. Properties of the Cross Product | 向量积的性质
-
Anti-commutative: a × b = −(b × a)
反交换律:a × b = −(b × a)
-
Distributive over addition: a × (b + c) = a × b + a × c
加法分配律:a × (b + c) = a × b + a × c
-
Scalar multiplication: (k a) × b = k (a × b) = a × (k b)
数乘结合律:(k a) × b = k (a × b) = a × (k b)
-
Parallel vectors: If a and b are parallel, then a × b = 0 (zero vector). In particular, a × a = 0.
平行向量:若 a 与 b 平行,则 a × b = 0(零向量)。特别地,a × a = 0。
-
Orthogonality: The result is perpendicular to both a and b, so a · (a × b) = 0 and b · (a × b) = 0.
正交性:结果同时垂直于 a 和 b,因此 a · (a × b) = 0,且 b · (a × b) = 0。
4. Right-Hand Rule | 右手定则
To determine the direction of a × b, point your right index finger along a and your middle finger along b. Your thumb then points in the direction of a × b. This convention ensures the orientation of the standard basis vectors: i × j = k, j × k = i, k × i = j.
为了确定 a × b 的方向,将右手食指指向 a,中指指向 b,则拇指指向 a × b 的方向。这一约定保证了标准基向量的方向关系:i × j = k,j × k = i,k × i = j。
Swapping the order reverses the direction: j × i = −k, k × j = −i, i × k = −j.
交换顺序则方向相反:j × i = −k,k × j = −i,i × k = −j。
5. Area of a Parallelogram and Triangle | 平行四边形与三角形的面积
The magnitude of the cross product directly gives the area of a parallelogram whose adjacent sides are represented by a and b:
向量积的模直接给出以 a 和 b 为相邻边的平行四边形的面积:
Area(parallelogram) = |a × b|
Therefore, the area of the triangle with vertices A, B, C is:
因此,以 A、B、C 为顶点的三角形面积为:
Area(triangle) = ½ |AB × AC|
This method is often faster than using Heron’s formula when coordinates are given.
当已知坐标时,这种方法通常比使用海伦公式更快。
6. Scalar Triple Product | 标量三重积
The scalar triple product (a × b) · c is a scalar that represents the volume of the parallelepiped formed by three vectors a, b, c:
标量三重积 (a × b) · c 是一个标量,表示由三个向量 a、b、c 构成的平行六面体的体积:
V = |(a × b) · c|
It can also be computed as the determinant of the 3×3 matrix whose rows (or columns) are the components of a, b, c. If the scalar triple product is zero, the three vectors are coplanar.
它也可以由以 a、b、c 的分量为行(或列)的 3×3 矩阵的行列式计算。若标量三重积为零,则三个向量共面。
7. Relationship with the Scalar Product | 与数量积的关系
For two vectors a and b, the scalar product and vector product are related by the identity:
对于两个向量 a 和 b,数量积与向量积满足恒等式:
|a × b|² + (a · b)² = |a|²|b|²
This follows from sin²θ + cos²θ = 1. It is useful for converting between distances and angles without directly finding θ.
该恒等式由 sin²θ + cos²θ = 1 得出。在不需要直接求 θ 的情况下,可用于距离与角度之间的换算。
8. Vector Equation of a Plane | 平面的向量方程
One important application is finding the normal vector of a plane. If a plane contains two non-parallel direction vectors d₁ and d₂, then a normal vector n is given by:
向量积的一个重要应用是求平面的法向量。若平面包含两个不平行方向向量 d₁ 和 d₂,则法向量 n 为:
n = d₁ × d₂
The plane through point A with position vector a₀ and normal n has equation n · (r − a₀) = 0, which can be expanded to ax + by + cz = d.
过点 A(位置向量为 a₀)且法向量为 n 的平面方程为 n · (r − a₀) = 0,即展开得到 ax + by + cz = d。
9. Distance from a Point to a Line | 点到直线的距离
Given a line through point A with direction vector v, the distance from point P to the line is:
已知直线过点 A,方向向量为 v,则点 P 到直线的距离为:
d = |AP × v| / |v|
Here AP is the vector from A to P. This formula uses the area interpretation: the numerator is twice the area of the triangle formed by AP and v, divided by the base length |v|.
其中 AP 是从 A 到 P 的向量。该公式利用面积解释:分子是 AP 与 v 形成的三角形面积的两倍,除以底边长 |v|。
10. Worked Example | 例题
Example: Let a = (1, 2, −1) and b = (3, 0, 2). Find a × b and verify that it is perpendicular to both a and b.
例题:设 a = (1, 2, −1),b = (3, 0, 2)。求 a × b,并验证它同时垂直于 a 和 b。
Solution:
解答:
a × b = (2×2 − (−1)×0, (−1)×3 − 1×2, 1×0 − 2×3) = (4, −5, −6)
Now verify perpendicularity:
验证垂直:
a · (a × b) = 1×4 + 2×(−5) + (−1)×(−6) = 4 − 10 + 6 = 0
b · (a × b) = 3×4 + 0×(−5) + 2×(−6) = 12 − 12 = 0
Thus the result is perpendicular to both vectors.
因此结果同时垂直于两个向量。
11. Common Mistakes to Avoid | 常见易错点
-
Forgetting that the cross product is a vector: The result has both magnitude and direction, so do not write a number.
忘记叉积是向量:结果具有大小和方向,不要写成一个数。
-
Wrong sign for the j-component: In the determinant expansion, the j-component must be subtracted.
j 分量符号错误:在行列式展开中,j 分量必须取负号。
-
Using the cross product in 2D: The cross product is defined for 3D vectors only. For 2D, use the 2×2 determinant to find area.
在二维中使用叉积:叉积仅对三维向量定义。对于二维,使用 2×2 行列式求面积。
-
Confusing order: Since a × b = −(b × a), always preserve the given order.
混淆顺序:因为 a × b = −(b × a),务必保持给定顺序。
12. Summary | 总结
The vector product is a powerful tool in 3D geometry. Its magnitude gives areas, its direction gives normals to planes, and its combination with the scalar product helps compute volumes and distances. Mastering the determinant formula, the right-hand rule, and the key properties is essential for IB exam success.
向量积是三维几何中的有力工具。其模给出面积,其方向给出平面的法向量,与数量积结合可用于计算体积和距离。掌握行列式公式、右手定则和关键性质,是IB考试取得好成绩的关键。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply