📚 Applications of Vector Products | 向量积的应用
The vector product (also called the cross product) is a powerful tool in A-Level mathematics. It takes two vectors and produces a third vector perpendicular to both, making it essential for solving problems in 3D geometry and mechanics. In this revision guide, we explore its key applications step by step.
向量积(又称叉积)是A-Level数学中的强大工具。它将两个向量运算后得到垂直于两者的第三个向量,因此在三维几何和力学问题中至关重要。本复习指南将逐步探讨它的主要应用。
1. Definition and Basic Formula | 定义与基本公式
For two vectors a = a₁i + a₂j + a₃k and b = b₁i + b₂j + b₃k, their vector product is defined as:
对于向量 a = a₁i + a₂j + a₃k 与 b = b₁i + b₂j + b₃k,它们的向量积定义为:
a × b = (a₂b₃ − a₃b₂)i + (a₃b₁ − a₁b₃)j + (a₁b₂ − a₂b₁)k
Alternatively, the determinant form using a 3×3 matrix is often easier to remember. The result is a vector whose magnitude equals |a||b|sin θ, where θ is the angle between the vectors.
另一种更易记忆的方式是利用3×3行列式的形式。结果向量的模长等于 |a||b|sin θ,其中 θ 是两个向量之间的夹角。
2. Finding the Area of a Triangle | 求三角形面积
Given two sides of a triangle as vectors AB and AC, the area of the triangle is half the magnitude of the vector product:
已知三角形的两条边向量 AB 与 AC,三角形的面积等于向量积模长的一半:
Area = ½ |AB × AC|
Example: Let A(1,2,3), B(2,0,−1), C(−1,1,4). Then AB = i − 2j − 4k and AC = −2i − j + k. Their product is AB × AC = (−2·1 − (−4)·(−1))i + ((−4)(−2) − 1·1)j + (1(−1) − (−2)(−2))k = (−2 − 4)i + (8 − 1)j + (−1 − 4)k = −6i + 7j − 5k. The area is ½√(36 + 49 + 25) = ½√110.
示例: 设 A(1,2,3),B(2,0,−1),C(−1,1,4)。则 AB = i − 2j − 4k,AC = −2i − j + k。它们的向量积为 AB × AC = (−2·1 − (−4)·(−1))i + ((−4)(−2) − 1·1)j + (1(−1) − (−2)(−2))k = (−2 − 4)i + (8 − 1)j + (−1 − 4)k = −6i + 7j − 5k。面积为 ½√(36 + 49 + 25) = ½√110。
3. Area of a Parallelogram | 平行四边形面积
If a parallelogram is spanned by two vectors a and b, its area is simply the magnitude of the vector product:
如果平行四边形由两个向量 a 和 b 张成,其面积就是向量积的模长:
Area = |a × b|
This is the most direct geometric interpretation of the cross product. For example, with a = 2i + j − k and b = i − 3j + 2k, we compute a × b = (1·2 − (−1)(−3))i + ((−1)(1) − 2·2)j + (2(−3) − 1·1)k = (2 − 3)i + (−1 − 4)j + (−6 − 1)k = −i − 5j − 7k. Thus |a × b| = √(1 + 25 + 49) = √75 = 5√3.
这是叉积最直接的几何解释。例如,a = 2i + j − k,b = i − 3j + 2k,计算得 a × b = (1·2 − (−1)(−3))i + ((−1)(1) − 2·2)j + (2(−3) − 1·1)k = (2 − 3)i + (−1 − 4)j + (−6 − 1)k = −i − 5j − 7k。因此 |a × b| = √(1 + 25 + 49) = √75 = 5√3。
4. Finding a Normal Vector to a Plane | 求平面的法向量
Two non-parallel vectors lying in a plane define that plane uniquely. Their vector product is perpendicular to both, hence it is a normal vector to the plane. This is essential for writing the equation of a plane.
平面内两个不平行向量可以唯一确定该平面。它们的向量积垂直于这两个向量,因此是该平面的法向量。这在写出平面方程时至关重要。
For a plane through point A with position vector a₀ and containing direction vectors d₁ and d₂, a normal vector is n = d₁ × d₂. The plane equation is then:
对于过点 A(位置向量为 a₀)且包含方向向量 d₁ 和 d₂ 的平面,法向量为 n = d₁ × d₂。平面方程即为:
n · (r − a₀) = 0
Example: Points P(2,0,−1), Q(1,3,2), R(−1,1,4). Let d₁ = PQ = −i + 3j + 3k and d₂ = PR = −3i + j + 5k. Then n = d₁ × d₂ = (3·5 − 3·1)i + (3(−3) − (−1)5)j + ((−1)(1) − 3(−3))k = (15 − 3)i + (−9 + 5)j + (−1 + 9)k = 12i − 4j + 8k. The plane equation becomes 12(x − 2) − 4(y − 0) + 8(z + 1) = 0, which simplifies to 3x − y + 2z − 4 = 0.
示例: 点 P(2,0,−1),Q(1,3,2),R(−1,1,4)。令 d₁ = PQ = −i + 3j + 3k,d₂ = PR = −3i + j + 5k。则 n = d₁ × d₂ = (3·5 − 3·1)i + (3(−3) − (−1)5)j + ((−1)(1) − 3(−3))k = (15 − 3)i + (−9 + 5)j + (−1 + 9)k = 12i − 4j + 8k。平面方程为 12(x − 2) − 4(y − 0) + 8(z + 1) = 0,化简得 3x − y + 2z − 4 = 0。
5. Determining Whether Vectors are Parallel or Perpendicular | 判断向量平行或垂直
The vector product gives a quick test for parallel vectors: two non-zero vectors are parallel if and only if a × b = 0 (the zero vector). This is because sin θ = 0 when θ = 0° or 180°.
向量积提供了一种快速判断平行的方式:两个非零向量平行的充要条件是 a × b = 0(零向量)。这是因为当 θ = 0° 或 180° 时 sin θ = 0。
For perpendicular vectors, the dot product is zero, but the vector product’s magnitude equals |a||b| because sin 90° = 1. In practice, you can use the cross product to find a vector perpendicular to two given vectors, which is exactly the normal vector discussed earlier.
对于垂直向量,点积为零,而向量积的模长等于 |a||b|,因为 sin 90° = 1。在实际问题中,你可以用叉积来构造与两个给定向量都垂直的向量,这正是前面讨论的法向量。
6. Angle Between Two Vectors Using the Cross Product | 用叉积求两向量夹角
Since |a × b| = |a||b| sin θ, we can find the angle between two vectors using:
由于 |a × b| = |a||b| sin θ,因此可以通过以下公式求两向量之间的夹角:
sin θ = |a × b| / (|a||b|)
This is particularly useful when the dot product approach gives an ambiguous cosine (e.g., when an angle is obtuse). The cross product naturally yields the acute angle between the lines containing the vectors; for the angle between two vectors, always take the principal value 0 ≤ θ ≤ π by combining with the dot product.
当点积方法给出角的余弦不明确时(例如钝角情形),这一公式尤为有用。叉积自然给出两向量所在直线之间的锐角;若要求两个向量本身的夹角,通常结合点积取主值 0 ≤ θ ≤ π。
7. Volume of a Parallelepiped | 平行六面体的体积
For a parallelepiped with edges represented by vectors a, b, and c, the volume is given by the absolute value of the scalar triple product:
对于棱边由向量 a、b、c 表示的平行六面体,其体积等于数量三重积的绝对值:
V = |a · (b × c)|
This combines the dot product and cross product. Geometrically, b × c gives a vector normal to the base with magnitude equal to the base area, and then the dot product with a projects a onto the normal direction, giving the height. The volume is base area × height.
这是点积与叉积的结合。几何上,b × c 给出垂直于底面的向量,其模长等于底面面积;然后与 a 作点积,将 a 投影到法线方向,得到高度。体积即为底面积乘以高。
8. Equation of a Plane Through Three Points | 过三点的平面方程
Given three non-collinear points A, B, C, we form two direction vectors AB and AC. Their cross product gives a normal vector n. Then using point A, the plane equation is:
已知不共线的三点 A、B、C,取两个方向向量 AB 与 AC。它们的叉积得到法向量 n。然后利用点 A,平面方程为:
n · (r − a) = 0
This is the standard method for converting a geometric description into a linear equation in x, y, z. It is a frequent exam question, and the cross product step is the core computation.
这是将几何描述转化为关于 x、y、z 的线性方程的标准方法。这也是常见考试题型,其中叉积计算是核心步骤。
9. Distance from a Point to a Plane | 点到平面的距离
To find the perpendicular distance from a point P to a plane with normal vector n and containing point A, we first find the vector AP = p − a. The distance is the projection of AP onto the unit normal:
要求点 P 到法向量为 n 且过点 A 的平面的垂直距离,先求向量 AP = p − a。距离是 AP 在单位法向量上的投影:
d = |AP · n| / |n|
While this formula uses the dot product, the normal vector n itself is often obtained via the cross product of two direction vectors in the plane. Thus the vector product is indirectly crucial in every plane-distance problem.
虽然这个公式使用点积,但法向量 n 通常由平面内两个方向向量的叉积得到。因此,在所有的点到平面距离问题中,向量积都间接起着关键作用。
10. Moment of a Force (Torque) | 力的力矩(转矩)
In mechanics, the moment of a force F about a point O is defined as:
在力学中,力 F 关于点 O 的力矩定义为:
M = r × F
where r is the position vector from O to any point on the line of action of the force. The magnitude of the moment is |M| = |r||F| sin θ, where θ is the angle between r and F. The direction of M is perpendicular to both, indicating the axis of rotation.
其中 r 是从 O 到力的作用线上任意一点的位置向量。力矩的大小为 |M| = |r||F| sin θ,其中 θ 是 r 与 F 的夹角。M 的方向垂直于两者,表示旋转轴的方向。
11. Shortest Distance Between Two Skew Lines | 两异面直线间的最短距离
For two skew lines with direction vectors d₁ and d₂, and points A and B on each line respectively, the shortest distance is the projection of AB onto the common normal. The common normal is given by n = d₁ × d₂. The distance is:
对于方向向量为 d₁ 和 d₂、且分别过点 A 和 B 的两条异面直线,最短距离是 AB 在公垂线上的投影。公垂线方向由 n = d₁ × d₂ 给出。距离为:
d = |AB · n| / |n|
This is a classic A-Level further mathematics application. The cross product provides the direction of the common perpendicular, without which no simple formula exists.
这是A-Level进阶数学中的经典应用。叉积给出了公垂线的方向,没有它就很难得到简单公式。
12. Exam Tips and Common Pitfalls | 考试技巧与常见误区
Always keep these points in mind when solving vector product problems:
解答向量积问题时,请牢记以下几点:
- The cross product is anti-commutative: a × b = −(b × a). Do not swap the order.
- The result of a cross product is a vector; the result of a dot product is a scalar. Never mix them.
- If two vectors are parallel, their cross product is the zero vector. Check this before assuming a plane can be defined.
- When finding the area of a triangle, remember to take half of |a × b|.
- For a normal vector, you can multiply by any non-zero scalar and still get a valid normal. Simplify fractions where possible.
- Always use the magnitude (modulus) when calculating areas or distances, not the vector itself.
- In 2D problems, treat the third component as 0. The vector product then reduces to a single component perpendicular to the xy-plane, giving the signed area.
- Convert all vectors into component form (i, j, k) before performing the determinant calculation to avoid sign errors.
叉积是反对称的:a × b = −(b × a)。切勿交换顺序。
叉积的结果是向量,点积的结果是标量。不要混淆。
若两向量平行,则它们的叉积为零向量。在假设平面存在之前先检查这一点。
求三角形面积时,务必取 |a × b| 的一半。
法向量可以乘以任意非零标量仍然是有效的法向量。尽可能化简。
计算面积或距离时,始终使用模长,而不是向量本身。
在二维问题中,将第三个分量视为0,叉积退化为垂直于xy平面的单一分量,给出有向面积。
在进行行列式计算之前,把所有向量转化为分量形式(i, j, k),以避免符号错误。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导