The Vector Product | 向量积

📚 The Vector Product | 向量积

The vector product (also called the cross product) is a binary operation on two vectors in three-dimensional space that produces a third vector perpendicular to both original vectors. Unlike the scalar (dot) product, which yields a number, the vector product yields a vector with both magnitude and direction. For AQA A-Level Mathematics, mastering this operation is essential for solving problems involving areas, normals to planes, and geometric relationships in 3D.

向量积(又称叉积)是三维空间中两个向量之间的一种二元运算,其结果是一个同时垂直于这两个原始向量的第三个向量。与得到数值的标量(点)积不同,向量积得到的是一个既有大小又有方向的向量。对于 AQA A-Level 数学而言,掌握这一运算对于解决涉及面积、平面法向量以及三维几何关系的问题至关重要。


1. The Definition of the Vector Product | 向量积的定义

For two vectors a and b, the vector product a × b is defined as:

对于两个向量 ab,向量积 a × b 定义为:

a × b = |a||b| sin θ n̂

where θ is the angle between the vectors (0 ≤ θ ≤ π), and n̂ is a unit vector perpendicular to both a and b, with its direction determined by the right-hand rule. Note that when θ = 0 or θ = π (parallel vectors), the vector product is the zero vector 0.

其中 θ 是两向量之间的夹角(0 ≤ θ ≤ π),n̂ 是同时垂直于 ab 的单位向量,其方向由右手定则确定。注意当 θ = 0 或 θ = π(即两向量平行)时,向量积为零向量 0


2. Component Form: Computing a × b | 分量形式:计算 a × b

Given two vectors in component form, a = a₁i + a₂j + a₃k and b = b₁i + b₂j + b₃k, the vector product can be computed using the following formula:

给定两个分量形式的向量 a = a₁i + a₂j + a₃kb = b₁i + b₂j + b₃k,向量积可通过以下公式计算:

a × b = (a₂b₃ − a₃b₂)i − (a₁b₃ − a₃b₁)j + (a₁b₂ − a₂b₁)k

It is helpful to remember the negative sign on the j-component. A common memory aid is: “Multiply the outer components for i, subtract the cross-components for j, and multiply the inner components for k.”

注意 j 分量前的负号,这一点很容易出错。一个常见的记忆技巧是:”i 分量用外围相乘,j 分量交叉相减取负,k 分量用内围相乘。”


3. The Determinant Method | 行列式法

An elegant way to compute the vector product is using a 3 × 3 determinant. Place the unit vectors i, j, k in the first row, the components of a in the second row, and the components of b in the third row:

计算向量积的一种优雅方法是使用 3 × 3 行列式。将单位向量 ijk 放在第一行,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 particularly helpful in examinations because it structures the computation and reduces the risk of sign errors.

沿第一行展开即可得到上述分量公式。这种方法在考试中特别实用,因为它使计算结构化,降低了符号错误的风险。

For example, if a = 2ij + 3k and b = i + 4j − 2k, then:

例如,若 a = 2ij + 3kb = i + 4j − 2k,则:

a × b = ((−1)(−2) − 3×4)i − (2×(−2) − 3×1)j + (2×4 − (−1)×1)k = −10i + 7j + 9k


4. Direction and the Right-Hand Rule | 方向与右手定则

The direction of a × b is determined by the right-hand rule: point the fingers of your right hand in the direction of a, curl them toward b, and your thumb points in the direction of a × b. The result is always perpendicular to the plane containing both a and b.

a × b 的方向由右手定则确定:将右手手指指向 a 的方向,向 b 的方向弯曲,拇指所指即为 a × b 的方向。结果始终垂直于包含 ab 的平面。

Critically, the vector product is anti-commutative: a × b = −(b × a). Swapping the order of the operands reverses the direction of the resulting vector. This is a frequent test point in AQA examinations.

关键的是,向量积是反对称(反交换)的:a × b = −(b × a)。交换两个运算对象的顺序会使结果向量方向相反。这是 AQA 考试中经常出现的考点。


5. Key Properties of the Vector Product | 向量积的关键性质

The following properties are essential for solving problems efficiently:

以下性质对于高效解题至关重要:

  • Anti-commutativity: a × b = −(b × a)

    反交换律:a × b = −(b × a)

  • Parallel vectors: If a and b are parallel, then a × b = 0; in particular, a × a = 0

    平行向量:ab 平行,则 a × b = 0;特别地,a × a = 0

  • Distributivity: a × (b + c) = a × b + a × c

    分配律:a × (b + c) = a × b + a × c

  • Scalar multiplication:a) × b = λ(a × b) = a × (λb)

    标量乘法:a) × b = λ(a × b) = a × (λb)

  • Non-associativity: (a × b) × ca × (b × c) in general

    不满足结合律:一般情况下 (a × b) × ca × (b × c)

The distributivity property allows us to expand expressions exactly as we would with ordinary algebra, except that the order of the factors must be preserved to account for anti-commutativity.

分配律允许我们像普通代数一样展开表达式,但必须保持因子的顺序以体现反交换律。


6. Geometric Interpretation: Area of a Parallelogram | 几何意义:平行四边形的面积

The magnitude |a × b| equals the area of the parallelogram formed by vectors a and b as adjacent sides. Since |a × b| = |a||b| sin θ, and the area of a parallelogram is base × height = |a| × (|b| sin θ), the interpretation follows directly.

|a × b| 的大小等于以 ab 为相邻边所构成的平行四边形的面积。由于 |a × b| = |a||b| sin θ,而平行四边形的面积为 底 × 高 = |a| × (|b| sin θ),因此该几何意义显而易见。

Consequently, the area of a triangle with vertices defined by vectors a and b from a common vertex is ½|a × b|. This is a popular exam question type in AQA Paper 3.

因此,以向量 ab 为共起点两边所构成的三角形面积为 ½|a × b|。这是 AQA 试卷三中常见的题型。


7. Vector Products of Unit Vectors | 单位向量的向量积

For the Cartesian unit vectors, the following cyclic relationships hold:

对于笛卡尔单位向量,以下循环关系成立:

i × j = k, j × k = i, k × i = j

while reversing the order introduces a negative sign:

而交换顺序则产生负号:

j × i = −k, k × j = −i, i × k = −j

These relationships can be memorised using the cyclic order ijki: moving clockwise in the cycle gives a positive result, and moving anticlockwise gives a negative result. Additionally, any unit vector crossed with itself equals the zero vector: i × i = j × j = k × k = 0.

这些关系可以通过循环顺序 ijki 来记忆:沿循环方向(顺时针)结果为正值,逆循环方向为负值。此外,任何单位向量与自身叉乘等于零向量:i × i = j × j = k × k = 0


8. Applications: Finding a Normal Vector | 应用:求法向量

Since a × b is perpendicular to both a and b, it provides a direct method for finding a normal vector to a plane. If a plane passes through a fixed point P with position vector p, and contains two non-parallel direction vectors d₁ and d₂ lying in the plane, then n = d₁ × d₂ is a normal vector to the plane.

由于 a × b 垂直于 ab,它为求平面法向量提供了直接方法。若平面通过一个定点 P(位置向量为 p),且包含两个位于平面内的非平行方向向量 d₁d₂,则 n = d₁ × d₂ 就是该平面的一个法向量。

Once the normal vector n = n₁i + n₂j + n₃k is known, the Cartesian equation of the plane can be written as:

一旦求得法向量 n = n₁i + n₂j + n₃k,平面的笛卡尔方程即可写为:

n₁x + n₂y + n₃z = n · p

This technique is widely used in AQA questions that ask for the equation of a plane given three points, or the angle between a line and a plane.

这一技巧在 AQA 试题中广泛使用,例如已知三个点求平面方程,或求直线与平面之间的夹角。


9. The Scalar Triple Product | 三重标量积

The scalar triple product is defined as a · (b × c). Its absolute value equals the volume of the parallelepiped (3D box) formed by the three vectors a, b and c as adjacent edges. In component form, it is given by the determinant:

三重标量积定义为 a · (b × c)。其绝对值等于以 abc 三个向量为相邻边所构成的平行六面体的体积。在分量形式中,它由行列式给出:

a · (b × c) = det | a₁ a₂ a₃ ; b₁ b₂ b₃ ; c₁ c₂ c₃ |

If the scalar triple product equals zero, the three vectors are coplanar — they lie in the same plane. This is a quick test for coplanarity that appears regularly in A-Level questions.

若三重标量积等于零,则三个向量共面——它们位于同一平面内。这是检验共面性的快捷方法,在 A-Level 试题中经常出现。


10. Worked Example: Area and Normal Vector | 例题:面积与法向量

Problem: Three points A(1, 2, 3), B(3, 0, 2) and C(2, 1, 5) lie in a plane. Find (a) the area of triangle ABC, and (b) a normal vector to the plane containing these points.

题目:三点 A(1, 2, 3)、B(3, 0, 2) 和 C(2, 1, 5) 位于同一平面内。求 (a) 三角形 ABC 的面积;(b) 该平面的一个法向量。

Solution: First define the vectors from A:

解答:首先定义从 A 点出发的向量:

AB = 2i − 2jk, AC = ij + 2k

Compute the vector product:

计算向量积:

AB × AC = ((−2)(2) − (−1)(−1))i − ((2)(2) − (−1)(1))j + ((2)(−1) − (−2)(1))k

= (−4 − 1)i − (4 + 1)j + (−2 + 2)k = −5i − 5j

(a) The area of triangle ABC is:

(a) 三角形 ABC 的面积为:

½|AB × AC| = ½√(25 + 25) = ½√50 = (5√2)/2

(b) A normal vector to the plane is n = AB × AC = −5i − 5j, which can be simplified to i + j (a scalar multiple). The Cartesian equation of the plane is therefore x + y = 3.

(b) 平面的一个法向量为 n = AB × AC = −5i − 5j,可化简为 i + j(相差一个标量倍数)。因此平面的笛卡尔方程为 x + y = 3。


11. Common Mistakes to Avoid | 常见错误警示

The following errors are frequently seen in AQA examination scripts:

以下是 AQA 答卷中经常出现的错误:

  • Forgetting the negative sign on the j-component: The expansion of the determinant has a minus sign before the j term. Omitting it changes the result entirely.

    忘记 j 分量前的负号:行列式展开在 j 项前有负号。遗漏它会使结果完全改变。

  • Confusing the order: a × b = −(b × a). Always check which vector is first when setting up the cross product.

    混淆顺序:a × b = −(b × a)。在建立叉积时务必确认哪个向量在前。

  • Using the vector product for parallel vectors: If the vectors are parallel or anti-parallel, the cross product is zero. Do not attempt to use it to find a normal in degenerate cases.

    对平行向量使用向量积:若两向量平行或反平行,叉积为零。不要试图在退化情形下用它来求法向量。

  • Mistaking the vector product for the scalar product: Remember that a × b is a vector, while a · b is a scalar. Writing “a × b = |a||b|cos θ” is incorrect.

    将向量积与标量积混淆:记住 a × b 是向量,而 a · b 是标量。写成 “a × b = |a||b|cos θ” 是错误的。

  • Omitting the modulus sign when finding areas: The area is ½|a × b|; the modulus ensures the area is positive.

    求面积时忽略模符号:面积为 ½|a × b|;模符号确保面积为正值。


12. Summary Checklist | 总结清单

Before attempting vector product questions in your examination, verify that you can:

在考试中解答向量积题目之前,请确认你能够:

  • Compute a × b using both the component formula and the determinant method

    使用分量公式和行列式法计算 a × b

  • Apply the right-hand rule to determine the direction of the resultant vector

    运用右手定则确定结果向量的方向

  • Use |a × b| to find the area of a parallelogram or triangle

    利用 |a × b| 求平行四边形或三角形的面积

  • Find a normal vector to a plane using the cross product of two direction vectors

    通过两个方向向量的叉积求平面的法向量

  • Test coplanarity using the scalar triple product

    使用三重标量积检验共面性

  • Recognise when the vector product equals the zero vector (parallel or identical vectors)

    识别向量积等于零向量的情形(平行或相同向量)


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading