📚 IB Mathematics: Vector Addition, Subtraction and Scalar Multiplication | IB数学:平面向量的加减与数乘运算
Vectors are one of the most essential tools in IB Mathematics, appearing in both Analysis and Approaches and Applications and Interpretation. This article focuses on the foundational operations of plane vectors: addition, subtraction and scalar multiplication. We will explain the geometric meaning, algebraic rules, key properties and common exam-style applications.
向量是IB数学中最重要的工具之一,在分析与方法(AA)以及应用与解释(AI)两门课程中都会大量出现。本文将聚焦平面向量的基础运算:加法、减法与数乘。我们会讲解其几何意义、代数规则、重要性质以及常见的考试应用。
1. Vectors and Scalars | 向量与标量
A vector is a quantity that has both magnitude (size) and direction. In a plane, a vector can be written as an ordered pair of components, for example a = (x, y). The x-component gives horizontal change, and the y-component gives vertical change.
向量是既有大小又有方向的量。在平面中,向量可以写成有序分量对,例如 a = (x, y)。其中 x 分量表示水平变化,y 分量表示垂直变化。
A scalar is a quantity that has only magnitude, such as length, time, temperature or speed. When we multiply a vector by a scalar, only its size and direction are affected, not its identity as a vector.
标量是只有大小没有方向的量,例如长度、时间、温度或速率。当我们用标量乘以向量时,只改变其大小和方向,而不会改变它作为向量的本质。
2. Geometric Representation | 向量的几何表示
Geometrically, a vector is drawn as a directed line segment (an arrow). The length of the arrow represents the magnitude, and the arrowhead shows the direction. For example, the vector a = (3, 4) can be drawn from the origin to the point (3, 4).
在几何上,向量用有向线段(箭头)表示。箭头的长度代表向量的大小,箭头所指方向代表向量的方向。例如,向量 a = (3, 4) 可以画成从原点到点 (3, 4) 的箭头。
Two vectors are equal if they have the same magnitude and the same direction. They may start at different points; only their overall displacement matters. The negative of a vector, written −a, has the same magnitude but the opposite direction.
两个向量相等,当且仅当它们的大小相同且方向相同。向量可以在不同的起点画出来;我们关心的是其整体位移。向量 a 的相反向量记作 −a,它的大小不变,但方向恰好相反。
3. Vector Addition | 向量的加法
Vector addition can be understood in two ways: geometrically and algebraically. Geometrically, the triangle law states that if the tail of one vector is placed at the head of another, their sum is the vector from the tail of the first to the head of the second.
向量加法可以从几何和代数两个角度理解。几何上,三角形法则指出:把一个向量的起点放在另一个向量的终点上,它们的和就是从第一个向量的起点指向第二个向量的终点的向量。
Algebraically, we add vectors component by component:
(x₁, y₁) + (x₂, y₂) = (x₁ + x₂, y₁ + y₂)
For example, if a = (2, 3) and b = (1, 5), then a + b = (2 + 1, 3 + 5) = (3, 8).
例如,若 a = (2, 3),b = (1, 5),则 a + b = (2 + 1, 3 + 5) = (3, 8)。
The parallelogram law is another geometric interpretation. If two vectors are drawn with the same initial point, their sum is the diagonal of the parallelogram formed by them. Both laws give the same result because vector addition is commutative.
平行四边形法则是另一种几何解释。如果两个向量从同一点出发,它们的和就是以这两个向量为邻边构成的平行四边形的对角线。两种法则结果相同,因为向量加法满足交换律。
4. Vector Subtraction | 向量的减法
Vector subtraction is simply addition of a negative vector:
a − b = a + (−b)
Geometrically, if a and b start at the same point, then a − b is the vector pointing from the head of b to the head of a. This is a very useful interpretation for finding displacement vectors between two points.
几何上,如果 a 和 b 从同一点出发,则 a − b 就是从 b 的终点指向 a 的终点的向量。这个解释在求两点之间位移向量时非常有用。
Algebraically, we subtract component by component:
(x₁, y₁) − (x₂, y₂) = (x₁ − x₂, y₁ − y₂)
For example, if a = (5, 2) and b = (3, 1), then a − b = (5 − 3, 2 − 1) = (2, 1). This vector tells us how to move from the head of b to the head of a.
例如,若 a = (5, 2),b = (3, 1),则 a − b = (5 − 3, 2 − 1) = (2, 1)。这个向量表示从 b 的终点移动到 a 的终点所需的方向和距离。
5. Scalar Multiplication | 向量的数乘运算
Scalar multiplication means multiplying a vector by a real number (scalar). If a = (x, y), then for a scalar k:
ka = k(x, y) = (kx, ky)
The magnitude of ka is |k| times the magnitude of a. The direction is the same as a when k > 0, and opposite to a when k < 0.
数乘是指用一个实数(标量)乘以向量。若 a = (x, y),则对于标量 k:
ka = k(x, y) = (kx, ky)
ka 的大小等于 |k| 乘以 a 的大小。当 k > 0 时,方向与 a 相同;当 k < 0 时,方向与 a 相反。
For example, if a = (2, −1), then 3a = (6, −3) and −2a = (−4, 2). Notice that scalar multiplication does not change the line along which the vector lies; it only stretches, shrinks or reverses it.
例如,若 a = (2, −1),则 3a = (6, −3),−2a = (−4, 2)。注意数乘不会改变向量所在的直线方向,只会拉伸、缩短或反向。
6. Algebraic Properties | 代数运算性质
Vector addition and scalar multiplication satisfy several important rules. These are often used in vector proofs and simplifications.
向量加法与数乘满足若干重要运算律。这些性质常用于向量证明和化简。
- Commutative law: a + b = b + a | 加法交换律:a + b = b + a
- Associative law: (a + b) + c = a + (b + c) | 加法结合律:(a + b) + c = a + (b + c)
- Additive identity: a + 0 = a | 零向量:a + 0 = a
- Additive inverse: a + (−a) = 0 | 相反向量:a + (−a) = 0
- Distributive laws: k(a + b) = ka + kb and (k + m)a = ka + ma | 分配律:k(a + b) = ka + kb,(k + m)a = ka + ma
- Scalar multiplication by −1 reverses direction: (−1)a = −a | 乘以 −1 改变方向:(−1)a = −a
These properties allow us to manipulate vector expressions in exactly the same way we manipulate algebraic expressions.
这些性质允许我们像处理代数式一样处理向量表达式。
7. Magnitude and Unit Vectors | 向量的模与单位向量
The magnitude of a vector a = (x, y) is its length, written |a|. Using the Pythagorean theorem:
|a| = √(x² + y²)
向量 a = (x, y) 的模就是它的长度,记作 |a|。由勾股定理可得:
|a| = √(x² + y²)
A unit vector is any vector with magnitude 1. To find a unit vector in the same direction as a, we divide a by its magnitude:
â = a / |a|
单位向量是模长等于 1 的向量。若要得到与 a 同方向的单位向量,只需将 a 除以它的模:
â = a / |a|
For example, if a = (3, 4), then |a| = √(9 + 16) = 5, so the unit vector is (3/5, 4/5). This is closely related to scalar multiplication because dividing by |a| is the same as multiplying by the scalar 1/|a|.
例如,若 a = (3, 4),则 |a| = √(9 + 16) = 5,因此单位向量为 (3/5, 4/5)。这与数乘密切相关,因为除以 |a| 相当于乘以标量 1/|a|。
8. Parallel Vectors and Collinearity | 平行向量与共线条件
If b = λa for some non-zero scalar λ, then a and b are parallel. If λ > 0, they point in the same direction; if λ < 0, they point in opposite directions.
若存在非零标量 λ 使得 b = λa,则 a 与 b 平行。当 λ > 0 时,它们同向;当 λ < 0 时,它们反向。
This idea can be used to prove that three points are collinear. Points A, B and C are collinear exactly when the vectors AB and AC are parallel. In practice, we show that AB = λAC for some scalar λ.
这一结论可用来证明三点共线。点 A、B、C 共线的充分必要条件是向量 AB 与 AC 平行。实际操作中,我们只需证明存在某个标量 λ,使 AB = λAC。
For example, let A = (1, 2), B = (3, 4), C = (5, 6). Then AB = (2, 2) and AC = (4, 4). Since AC = 2AB, the three points are collinear.
例如,设 A = (1, 2),B = (3, 4),C = (5, 6)。则 AB = (2, 2),AC = (4, 4)。因为 AC = 2AB,所以这三点共线。
9. Applications in Displacement and Forces | 在位移与力中的应用
In kinematics, displacement is a vector quantity. Suppose a person walks 3 km east and then 4 km north. We can model the two parts as d₁ = (3, 0) and d₂ = (0, 4). The total displacement is:
d = d₁ + d₂ = (3, 4)
在运动学中,位移是向量。假设一个人先向东走 3 km,再向北走 4 km。我们可以把两段位移记为 d₁ = (3, 0) 和 d₂ = (0, 4)。总位移为:
d = d₁ + d₂ = (3, 4)
The magnitude of the displacement is |d| = √(3² + 4²) = 5 km. Notice that the total distance walked is 7 km, but the displacement is only 5 km.
位移的大小为 |d| = √(3² + 4²) = 5 km。注意他总共走的路程是 7 km,但位移只有 5 km。
In physics, forces behave the same way. If two forces F₁ = (2, 1) and F₂ = (−1, 3) act on an object, the resultant force is F = F₁ + F₂ = (1, 4). Scalar multiplication is also used to represent forces that are parallel or in opposite directions.
在物理中,力的合成方式与此相同。如果物体受到两个力 F₁ = (2, 1) 和 F₂ = (−1, 3),则合力为 F = F₁ + F₂ = (1, 4)。数乘也常用于表示同向或反向的平行力。
10. Solving Vector Equations | 解向量方程
Because addition, subtraction and scalar multiplication behave like ordinary algebra, we can solve vector equations for an unknown vector x. Consider the equation:
2x + 3a = b
因为加法、减法和数乘都与普通代数运算相似,我们可以求解含未知向量 x 的向量方程。例如考虑方程:
2x + 3a = b
Subtract 3a from both sides:
2x = b − 3a
Then multiply both sides by the scalar 1/2:
x = (b − 3a) / 2
等式两边同时减去 3a,得到:
2x = b − 3a
然后两边同时乘以标量 1/2,得到:
x = (b − 3a) / 2
If a = (1, 2) and b = (7, 6), then b − 3a = (7, 6) − (3, 6) = (4, 0), so x = (2, 0). This shows how the component-wise rules make vector equations straightforward.
若 a = (1, 2),b = (7, 6),则 b − 3a = (7, 6) − (3, 6) = (4, 0),因此 x = (2, 0)。这说明分量运算律使向量方程变得非常直接。
11. Common Mistakes and Exam Tips | 常见错误与备考建议
Many students lose marks in vector questions because of avoidable errors. Here are some frequent mistakes and how to avoid them.
许多学生在向量题目中丢分是因为一些可以避免的错误。以下是一些常见错误及其避免方法。
- Mistake: Forgetting that vector subtraction is not commutative. | 错误:忘记向量减法不满足交换律。 a − b ≠ b − a unless the vectors are equal.
- Mistake: Adding the magnitudes of two vectors instead of adding components. | 错误:直接相加两个向量的模,而不是按分量相加。 Use components, not lengths.
- Mistake: Confusing the vector AB with the vector BA. | 错误:混淆 AB 与 BA。 In fact AB = −BA.
- Mistake: Forgetting to include direction when a scalar is negative. | 错误:忘记当标量为负时方向会反向。 −3a points in the opposite direction to a.
- Mistake: Wrongly assuming that if |a| = |b| then a = b. | 错误:错误地认为如果 |a| = |b|,则 a = b。 Equal magnitudes do not imply equal vectors.
- Tip: Always write vectors in component form when doing algebra. | 建议:做代数运算时,始终把向量写成分量形式。
- Tip: Draw a quick diagram for geometric problems. | 建议:做几何题时先画一个简单草图。
- Tip: Check whether the final answer is a vector or a scalar. | 建议:判断最终答案应该是向量还是标量。
Mastering vector addition, subtraction and scalar multiplication is essential for success in IB Mathematics. These operations form the basis of more advanced topics such as the dot product, vector equations of lines and vector geometry in three dimensions.
掌握向量的加法、减法和数乘是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