📚 IB Maths: The Vector Cross Product (Vector Product) | IB数学:向量叉乘(向量积)的运算方法
The vector cross product, also called the vector product, is a fundamental operation in 3-dimensional geometry. It takes two vectors and produces a third vector that is perpendicular to both, with magnitude proportional to the area of the parallelogram they span. This article explains its definition, computation, properties, and key applications in the IB Mathematics syllabus.
向量叉乘,又称向量积,是三维几何中的基本运算。它接受两个向量,并生成一个同时垂直于这两个向量的第三个向量,其大小与这两个向量所张成的平行四边形面积成正比。本文讲解叉乘的定义、计算方法、性质以及IB数学课程中的关键应用。
1. What Is the Cross Product? | 什么是叉乘?
The cross product a × b is a binary operation defined for two vectors in 3-dimensional space. Unlike the dot product, which returns a scalar, the cross product returns a vector. This vector is perpendicular to both original vectors.
叉乘 a × b 是在三维空间中定义的一种二元运算。与返回标量的点积不同,叉乘返回一个向量。这个向量垂直于原来的两个向量。
The result is written as c = a × b, and its direction is determined by the right-hand rule. The magnitude equals the product of the magnitudes of the two vectors and the sine of the angle between them.
结果写作 c = a × b,其方向由右手定则确定。其大小等于两个向量的大小之积与它们夹角正弦值的乘积。
2. Defining Formula of the Cross Product | 叉乘的定义公式
Let a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃) be two vectors in three-dimensional space. Their cross product is given by:
设 a = (a₁, a₂, a₃) 和 b = (b₁, b₂, b₃) 是三维空间中的两个向量。它们的叉乘公式为:
a × b = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁)
This formula gives the three components of the resulting vector. It may look intimidating at first, but it can be memorised using a determinant method.
这个公式给出了结果向量的三个分量。起初可能看起来吓人,但可以通过行列式法来记忆。
3. Determinant Method for Computation | 用行列式法计算叉乘
One convenient way to compute a × b is to evaluate the determinant of a 3×3 matrix whose first row contains the unit vectors i, j, k, and whose second and third rows are the components of a and b respectively:
计算 a × b 的一个简便方法是计算一个3×3矩阵的行列式,该矩阵的第一行是单位向量 i、j、k,第二行和第三行分别是 a 和 b 的分量:
a × b = det( [ i j k; a₁ a₂ a₃; b₁ b₂ b₃ ] )
Expanding along the first row gives exactly the component formula above. This method is especially reliable when working with numerical examples.
沿第一行展开即可得到上面的分量公式。这种方法在处理数值例题时特别可靠。
For example, let a = (1, 2, 3) and b = (4, 5, 6). Then:
例如,设 a = (1, 2, 3),b = (4, 5, 6)。则:
a × b = (2×6 − 3×5, 3×4 − 1×6, 1×5 − 2×4) = (12−15, 12−6, 5−8) = (−3, 6, −3)
4. Geometric Meaning of the Cross Product | 叉乘的几何意义
The magnitude of the cross product is given by
叉乘的大小由下式给出
|a × b| = |a||b| sin θ
where θ is the angle between the vectors. This equals the area of the parallelogram with sides a and b.
其中 θ 是两个向量之间的夹角。这等于以 a 和 b 为边的平行四边形的面积。
The direction of a × b is perpendicular to the plane containing both vectors. According to the right-hand rule, if you point your right index finger along a and your middle finger along b, your thumb points in the direction of a × b.
a × b 的方向垂直于包含两个向量的平面。根据右手定则,如果你将右手食指指向 a,中指指向 b,那么拇指所指的方向就是 a × b 的方向。
5. Fundamental Properties of the Cross Product | 叉乘的基本性质
The cross product obeys several important algebraic laws:
叉乘满足几个重要的代数法则:
- Anti-commutativity: a × b = −(b × a)
- 反交换律:a × b = −(b × a)
- Distributivity over addition: a × (b + c) = a × b + a × c
- 加法分配律:a × (b + c) = a × b + a × c
- Scalar multiplication: (λa) × b = λ(a × b)
- 数乘结合律:(λa) × b = λ(a × b)
- Parallel criterion: If a and b are parallel, then a × b = 0.
- 平行判定:若 a 与 b 平行,则 a × b = 0。
- Self-cross product: a × a = 0.
- 自身叉乘:a × a = 0。
These properties are frequently tested in IB exams, especially the anti-commutativity and the zero result for parallel vectors.
这些性质在IB考试中经常被考查,尤其是反交换律和平行向量叉乘为零。
6. Cross Product and Plane Geometry | 叉乘与平面几何
The magnitude of the cross product has a direct geometric interpretation: it measures areas. For two vectors a and b originating from the same point, the area of the parallelogram they form is |a × b|.
叉乘的大小有直接的几何解释:它度量面积。对于从同一点出发的两个向量 a 和 b,它们构成的平行四边形面积为 |a × b|。
The area of the triangle with sides a and b is half of this value:
以 a 和 b 为边的三角形面积是这个值的一半:
Area of triangle = ½ |a × b|
This formula provides a quick way to compute triangle areas without using Heron’s formula, especially in 3D coordinate problems.
该公式提供了一种快速计算三角形面积的方法,无需使用海伦公式,特别适用于三维坐标问题。
7. Using the Cross Product to Find Plane Normals | 用叉乘求平面的法向量
Given a plane, any vector perpendicular to the plane is called a normal vector. If two non-parallel vectors u and v lie in the plane, then their cross product u × v is a normal vector to the plane.
给定一个平面,任何垂直于该平面的向量称为法向量。如果两个不共线的向量 u 和 v 位于平面内,则它们的叉乘 u × v 就是该平面的一个法向量。
In IB problems, you are often given three points A, B, C on a plane. You can form two vectors, for example AB and AC, and then compute AB × AC to get a normal vector n.
在IB题目中,通常会给出平面上的三个点 A、B、C。你可以构造两个向量,例如 AB 和 AC,然后计算 AB × AC 得到法向量 n。
This normal vector is essential for writing the Cartesian equation of the plane, since the plane equation is n · (r − r₀) = 0, where r₀ is a known point on the plane.
这个法向量对于写出平面的笛卡尔方程至关重要,因为平面方程为 n · (r − r₀) = 0,其中 r₀ 是平面上的已知点。
8. Applications in 3D Geometry | 在三维几何中的应用
The cross product appears in many 3D geometric settings:
叉乘在许多三维几何场景中出现:
- Finding the area of a parallelogram or triangle in space.
- 求空间中平行四边形或三角形的面积。
- Determining a normal vector to a plane from two vectors in the plane.
- 从平面内的两个向量确定平面的法向量。
- Finding the shortest distance from a point to a line or plane (combined with the dot product).
- 求点到直线或平面的最短距离(结合点积)。
- Testing the coplanarity of vectors: three vectors a, b, c are coplanar if and only if (a × b) · c = 0.
- 检验向量共面性:三个向量 a、b、c 共面当且仅当 (a × b) · c = 0。
The last property is particularly useful for determining whether four points lie in the same plane.
最后一个性质在判断四个点是否共面时特别有用。
9. Common Mistakes to Avoid | 常见错误与注意事项
Students often make the following errors when working with the cross product:
学生在处理叉乘时经常犯以下错误:
- Forgetting the order: a × b is not equal to b × a; they have opposite directions.
- 忘记顺序:a × b 不等于 b × a;两者方向相反。
- Using the dot product formula: The cross product has a determinant-based formula, not a cosine-based one.
- 误用点积公式:叉乘使用基于行列式的公式,而非基于余弦的公式。
- Ignoring the right-hand rule: Forgetting that the direction is perpendicular to both vectors.
- 忽略右手定则:忘记方向垂直于两个向量。
- Assuming the result is a scalar: The cross product is a vector; some students mistakenly treat it as a number.
- 误认为结果是标量:叉乘是向量;有些学生错误地把它当作数值。
- Dividing by a vector: Division by a vector is not defined.
- 除以向量:向量除法未定义。
Being aware of these pitfalls will help you avoid careless mistakes in the exam.
意识到这些陷阱将帮助你在考试中避免粗心错误。
10. Worked Example and Summary | 例题与总结
Example: Find a unit vector normal to the plane containing points P(1, 0, 0), Q(0, 1, 0), and R(0, 0, 1).
例题:求包含点 P(1, 0, 0)、Q(0, 1, 0)、R(0, 0, 1) 的平面的单位法向量。
First, form two vectors in the plane: PQ = (−1, 1, 0) and PR = (−1, 0, 1). Their cross product is:
首先,构造平面内的两个向量:PQ = (−1, 1, 0),PR = (−1, 0, 1)。它们的叉乘为:
PQ × PR = (1×1 − 0×0, 0×(−1) − (−1)×1, (−1)×0 − 1×(−1)) = (1, 1, 1)
The vector (1, 1, 1) is a normal vector. Its magnitude is √(1² + 1² + 1²) = √3. Hence the unit normal is (1/√3, 1/√3, 1/√3).
向量 (1, 1, 1) 是一个法向量。它的大小为 √(1² + 1² + 1²) = √3。因此单位法向量为 (1/√3, 1/√3, 1/√3)。
In summary, the cross product is a powerful tool that connects vector algebra with geometry. Mastery of its formula, properties, and applications is essential for success in IB Mathematics.
总而言之,叉乘是一个强大的工具,将向量代数与几何联系起来。掌握其公式、性质和应用是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