📚 IB Mathematics: Calculating the Scalar Product of Two Vectors | IB数学:两向量的标量积计算
The scalar product (also called the dot product) is one of the most important operations in vector algebra. In IB Mathematics — both Analysis and Approaches (AA) and Applications and Interpretation (AI) — you are expected to calculate the scalar product of two vectors, use it to find the angle between vectors, and apply it in geometric and physical contexts. This article provides a complete, exam-focused walkthrough of the scalar product, from definition and formulae to worked examples and common pitfalls.
标量积(又称点积)是向量代数中最重要的运算之一。在IB数学课程中——无论分析与方法(AA)还是应用与解释(AI)——你都需要计算两个向量的标量积、利用它求向量之间的夹角,并在几何与物理情境中加以应用。本文围绕考点,从定义、公式到例题与常见易错点,为你提供完整的讲解。
1. Definition and Notation | 定义与记号
The scalar product of two vectors a and b is written as a · b (read as “a dot b”). It is defined as the product of the magnitudes of the two vectors and the cosine of the angle θ between them, where θ is the angle formed when the two vectors are placed tail to tail (0° ≤ θ ≤ 180°):
两个向量 a 与 b 的标量积记作 a · b(读作“a 点乘 b”)。它定义为两个向量的大小与它们夹角 θ 的余弦之积,其中 θ 是两向量起点重合时所形成的夹角(0° ≤ θ ≤ 180°):
a · b = |a||b| cos θ
The result is a scalar — a single number — not a vector. This is exactly why the operation is called the scalar product. In physics, for example, the work done by a constant force is a scalar obtained from two vectors.
结果是一个标量,即单独的一个数,而不是向量。这正是它被称为“标量积”的原因。例如在物理学中,恒力所做的功就是由两个向量得到的标量。
2. Component Form in Two and Three Dimensions | 二维与三维中的分量形式
In practice, you usually know the components of the vectors. If a = a₁i + a₂j + a₃k and b = b₁i + b₂j + b₃k, then the scalar product is found by multiplying corresponding components and adding the results:
在实际计算中,通常已知向量的分量。若 a = a₁i + a₂j + a₃k,b = b₁i + b₂j + b₃k,则标量积等于各对应分量相乘后再相加:
a · b = a₁b₁ + a₂b₂ + a₃b₃
For two-dimensional vectors, simply omit the third components: (a₁, a₂) · (b₁, b₂) = a₁b₁ + a₂b₂. Notice that the order of multiplication within each term does not matter, since ordinary multiplication is commutative.
对于二维向量,省略第三个分量即可:(a₁, a₂) · (b₁, b₂) = a₁b₁ + a₂b₂。注意每一项内部相乘的顺序不影响结果,因为普通乘法满足交换律。
3. Geometric Meaning and the Angle Between Vectors | 几何意义与向量夹角
Combining the geometric definition with the component formula gives a powerful method for finding the angle θ between two non-zero vectors:
将几何定义与分量公式相结合,便得到求两个非零向量夹角 θ 的重要方法:
cos θ = (a · b) / (|a||b|)
Equivalently, θ = arccos((a · b)/(|a||b|)). This formula appears frequently in IB exam questions, often combined with the sine rule or the cosine rule in triangle problems.
等价地,θ = arccos((a · b)/(|a||b|))。这个公式在IB考试中出现频率很高,常与正弦定理或余弦定理一起用于解三角形问题。
The sign of a · b immediately tells you the type of angle: a positive value means θ is acute (less than 90°), zero means θ is a right angle (90°), and a negative value means θ is obtuse (greater than 90°).
a · b 的符号能直接判断夹角类型:正值意味着 θ 为锐角(小于 90°),零意味着直角(90°),负值意味着钝角(大于 90°)。
4. Perpendicular and Parallel Vectors | 垂直向量与平行向量
Since cos 90° = 0, two non-zero vectors are perpendicular if and only if their scalar product is zero:
因为 cos 90° = 0,所以两个非零向量垂直的充要条件是它们的标量积为零:
a ⊥ b ⇔ a · b = 0
Two vectors are parallel if the angle between them is 0° or 180°, so cos θ = ±1. In that case, a = kb for some scalar k, and |a · b| = |a||b|. The perpendicularity condition is by far the most common application in IB papers.
两个向量平行时夹角为 0° 或 180°,因此 cos θ = ±1。此时 a = kb(k 为某个标量),且 |a · b| = |a||b|。垂直条件是目前IB试卷中最高频的应用考点。
5. Algebraic Properties | 代数性质
The scalar product satisfies several algebraic rules that make calculations quicker and help in proofs:
标量积满足若干代数运算律,既能加快计算速度,也有助于证明题:
-
Commutative: a · b = b · a — the order does not matter.
交换律:a · b = b · a —— 先后顺序不影响结果。
-
Distributive over addition: a · (b + c) = a · b + a · c.
加法分配律:a · (b + c) = a · b + a · c。
-
Scalar multiple: (k a) · b = k(a · b) = a · (k b).
标量倍数:(k a) · b = k(a · b) = a · (k b)。
-
Dot product with itself: a · a = |a|², so |a| = √(a · a).
自身点乘:a · a = |a|²,故模长 |a| = √(a · a)。
These properties allow you to expand expressions such as (a + b) · (a − b) = |a|² − |b|², which is a useful identity in vector geometry.
利用这些性质可以展开形如 (a + b) · (a − b) = |a|² − |b|² 的表达式,这是向量几何中一个很有用的恒等式。
6. Worked Example 1 — Dot Product and Angle | 例题1——点积与夹角
Let a = 2i − 3j + 4k and b = i + 2j − 2k. Find a · b and the angle between the two vectors.
设 a = 2i − 3j + 4k,b = i + 2j − 2k。求 a · b 以及两向量的夹角。
Using the component formula, a · b = (2)(1) + (−3)(2) + (4)(−2) = 2 − 6 − 8 = −12. The magnitudes are |a| = √(4 + 9 + 16) = √29 and |b| = √(1 + 4 + 4) = 3. Hence cos θ = −12/(3√29) = −4/√29, which gives θ ≈ 138.0° (correct to one decimal place).
由分量公式计算,a · b = (2)(1) + (−3)(2) + (4)(−2) = 2 − 6 − 8 = −12。模长分别为 |a| = √(4 + 9 + 16) = √29,|b| = √(1 + 4 + 4) = 3。因此 cos θ = −12/(3√29) = −4/√29,得 θ ≈ 138.0°(精确到一位小数)。
Because the scalar product is negative, the angle must be obtuse, which is consistent with the calculated value of about 138°.
因为标量积为负,夹角必为钝角,这与计算得到的约 138° 相符。
7. Worked Example 2 — Conditions for Perpendicularity | 例题2——垂直条件
Given a = i + 2j + k and b = 3i + mj − 2k, find the value of m for which a and b are perpendicular.
已知 a = i + 2j + k,b = 3i + mj − 2k,求使 a 与 b 垂直的 m 值。
For perpendicular vectors, a · b = 0. We compute: (1)(3) + (2)(m) + (1)(−2) = 3 + 2m − 2 = 2m + 1. Setting 2m + 1 = 0 gives m = −1/2.
垂直向量的条件为 a · b = 0。计算得:(1)(3) + (2)(m) + (1)(−2) = 3 + 2m − 2 = 2m + 1。令 2m + 1 = 0,解得 m = −1/2。
Check the result: a · b = 3 + 2(−1/2) − 2 = 3 − 1 − 2 = 0, so the vectors are indeed perpendicular.
验证结果:a · b = 3 + 2(−1/2) − 2 = 3 − 1 − 2 = 0,因此两向量确实垂直。
8. Applications — Projection and Work | 应用——投影与做功
The scalar product underlies the idea of projection. The scalar projection of a onto b is the signed length of the “shadow” of a on the line of b, calculated as:
标量积是投影概念的基础。a 在 b 方向上的标量投影是 a 在 b 所在直线上“影子”的有向长度,计算公式为:
scalar projection = (a · b) / |b|
The corresponding vector projection of a onto b is ((a · b)/|b|²)b. In physics, the work W done by a constant force F acting through a displacement d is W = F · d = |F||d| cos θ.
a 在 b 上的向量投影为 ((a · b)/|b|²)b。在物理学中,恒力 F 在位移 d 上所做的功为 W = F · d = |F||d| cos θ。
9. Common Mistakes and Exam Tips | 常见错误与考试技巧
Even strong students lose marks on scalar product questions for avoidable reasons. Keep the following points in mind:
即使是优秀学生,也常因可避免的原因在标量积题目上失分。请牢记以下几点:
-
The result is a scalar. Never write a vector answer such as “a · b = 6i − 2j” — the dot product is always a number.
结果是标量。切勿写出“a · b = 6i − 2j”这样的向量答案——点积永远是数值。
-
Do not confuse dot product with cross product. The cross product (×) produces a vector and is a different topic; the dot product (·) produces a scalar.
不要混淆点积与叉积。叉积(×)的结果是向量,属于另一知识点;点积(·)的结果是标量。
-
Check your calculator angle mode. If you use cos θ = (a · b)/(|a||b|), make sure your calculator is in the correct mode — degree or radian — as required by the question.
检查计算器的角度模式。使用 cos θ = (a · b)/(|a||b|) 时,请确保计算器处于题目要求的模式——度数制(degree)或弧度制(radian)。
-
Watch signs carefully. A common error is to write (−3)(2) = 6 instead of −6 when substituting negative components.
注意符号运算。常见错误是代入负分量时把 (−3)(2) 写成 6 而不是 −6。
-
State the formula. In IB exams, show the formula and your substitution clearly; method marks are awarded even if the final arithmetic is wrong.
写出公式。IB考试中要写出公式和代入过程;即使最终计算有误,也能获得方法分。
10. Practice Questions | 练习题目
Try these questions before checking the answers below. They cover the key skills from this article.
请先独立完成下面这些题目,再对照答案。它们覆盖了本文的核心技能。
-
Q1: Given a = 4i − j and b = 2i + 3j, find a · b.
题1:已知 a = 4i −
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导