📚 IB Mathematics: Addition, Subtraction and Scalar Multiplication of Vectors in Space | IB数学:空间向量的加减与数乘运算
In IB Mathematics, vectors are one of the most powerful tools for describing motion, forces, and geometry in three-dimensional space. A vector has both magnitude (length) and direction, which distinguishes it from an ordinary scalar that only has magnitude. In this article, we explore the fundamental operations of addition, subtraction, and scalar multiplication for vectors in space, along with their algebraic rules, geometric interpretations, and common applications.
在IB数学中,向量是描述三维空间中运动、力和几何关系的最有力工具之一。向量既有大小(长度)又有方向,这使其区别于只有大小的普通标量。本文将深入探讨空间向量加减法与数乘运算的基本法则、几何意义以及常见应用。
1. Vectors in Three-Dimensional Space | 三维空间中的向量
A vector in space is often written in component form: a = (a₁, a₂, a₃), where each component represents the displacement along the x, y, and z axes respectively. The zero vector, denoted 0 = (0, 0, 0), has zero magnitude and no specific direction. The position vector of a point P(x, y, z) is simply the vector from the origin O to P, written as p = (x, y, z).
空间向量通常用分量形式表示:a = (a₁, a₂, a₃),其中每个分量分别代表沿x轴、y轴和z轴的位移。零向量记为0 = (0, 0, 0),其大小为零且没有确定的方向。点P(x, y, z)的位置向量就是从原点O到P的向量,记为p = (x, y, z)。
The magnitude (or length) of vector a = (a₁, a₂, a₃) is given by the formula:
|a| = √(a₁² + a₂² + a₃²)
This magnitude is always non-negative, and only the zero vector has magnitude zero.
向量a = (a₁, a₂, a₃)的大小(或长度)由以下公式给出:
|a| = √(a₁² + a₂² + a₃²)
该大小永远非负,只有零向量的大小为零。
2. Addition of Vectors | 向量的加法
To add two vectors in space, we simply add their corresponding components. If a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃), then:
a + b = (a₁ + b₁, a₂ + b₂, a₃ + b₃)
Geometrically, vector addition follows the triangle law: place the initial point of b at the terminal point of a; the sum a + b is the vector from the start of a to the end of b. Equivalently, the parallelogram law states that if a and b are placed tail-to-tail, the diagonal of the parallelogram gives their sum.
两个空间向量相加时,只需将对应分量分别相加。若a = (a₁, a₂, a₃)且b = (b₁, b₂, b₃),则:
a + b = (a₁ + b₁, a₂ + b₂, a₃ + b₃)
从几何上看,向量加法遵循三角形法则:将b的起点放在a的终点上,则和向量a + b就是从a的起点指向b的终点的向量。等价地,平行四边形法则指出:若将a与b的起点重合,则平行四边形的对角线就是它们的和。
For example, with a = (1, 2, 3) and b = (4, −1, 2), we obtain a + b = (5, 1, 5).
例如,a = (1, 2, 3),b = (4, −1, 2),则a + b = (5, 1, 5)。
3. Subtraction of Vectors | 向量的减法
Subtraction of vectors is performed component-wise as well. For a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃):
a − b = (a₁ − b₁, a₂ − b₂, a₃ − b₃)
Geometrically, a − b is the vector from the terminal point of b to the terminal point of a when both vectors start at the same point. Equivalently, subtracting b is the same as adding its opposite: a − b = a + (−b), where −b = (−b₁, −b₂, −b₃) has the same magnitude as b but opposite direction.
向量的减法同样按分量进行。若a = (a₁, a₂, a₃),b = (b₁, b₂, b₃),则:
a − b = (a₁ − b₁, a₂ − b₂, a₃ − b₃)
从几何上看,如果a和b起点相同,则a − b就是从b的终点指向a的终点的向量。等价地,减去b等同于加上它的相反向量:a − b = a + (−b),其中−b = (−b₁, −b₂, −b₃)与b大小相同但方向相反。
The displacement vector from point A to point B is often written as AB = b − a, where a and b are position vectors of A and B.
从点A到点B的位移向量通常记为AB = b − a,其中a和b分别是A和B的位置向量。
4. Scalar Multiplication | 数乘运算
Multiplying a vector by a scalar k produces a new vector whose components are each multiplied by k. For a = (a₁, a₂, a₃):
ka = (k a₁, k a₂, k a₃)
If k > 0, the direction of ka is the same as a; if k < 0, the direction is reversed. The magnitude scales by the absolute value of k:
|ka| = |k| |a|
For example, if a = (2, −1, 4) and k = −3, then −3a = (−6, 3, −12), with length 3 times that of a but opposite direction.
标量k乘以向量a会得到一个新的向量,其每个分量都乘以k。若a = (a₁, a₂, a₃),则:
ka = (k a₁, k a₂, k a₃)
若k > 0,ka的方向与a相同;若k < 0,则方向相反。大小按|k|缩放:
|ka| = |k| |a|
例如,若a = (2, −1, 4),k = −3,则−3a = (−6, 3, −12),其长度为a的3倍,但方向相反。
Scalar multiplication is especially useful for finding unit vectors. The unit vector in the direction of a is:
â = a / |a|
This vector always has magnitude 1 and points in the same direction as a.
数乘运算在求单位向量时特别有用。与a同方向的单位向量为:
â = a / |a|
该向量的大小恒为1,且方向与a相同。
5. Algebraic Properties of Vector Operations | 向量运算的代数性质
The operations above satisfy a set of important algebraic properties that are analogous to those for real numbers. For all vectors a, b, c in space and scalars p, q:
上述运算满足一系列重要的代数性质,这些性质与实数的运算性质类似。对于空间中任意向量a、b、c以及标量p、q:
-
Commutativity of addition: a + b = b + a
加法交换律:a + b = b + a
-
Associativity of addition: (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
-
Distributivity over scalar addition: (p + q)a = pa + qa
标量加法的分配律:(p + q)a = pa + qa
-
Distributivity over vector addition: p(a + b) = pa + pb
向量加法的分配律:p(a + b) = pa + pb
-
Scalar multiplication identity: 1a = a
数乘单位元:1a = a
These properties ensure that vector arithmetic is consistent and allow us to manipulate vector equations in a natural way.
这些性质保证了向量运算的一致性,使我们能够自然地处理向量方程。
6. Position Vectors and Displacement | 位置向量与位移
In three dimensions, the position vector of a point P is written as p = (x, y, z). The displacement vector from point A with position vector a to point B with position vector b is:
AB = b − a
The distance between A and B is simply the magnitude of this displacement vector:
|AB| = √((x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²)
This is also the Euclidean distance formula in 3D, widely used in geometry and kinematics.
在三维空间中,点P的位置向量记为p = (x, y, z)。从点A(位置向量为a)到点B(位置向量为b)的位移向量为:
AB = b − a
A与B之间的距离就是该位移向量的大小:
|AB| = √((x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²)
这也是三维欧几里得距离公式,广泛用于几何学和运动学中。
For example, if A = (1, 0, 2) and B = (4, 6, 8), then AB = (3, 6, 6) and the distance from A to B is √(3² + 6² + 6²) = √81 = 9.
例如,若A = (1, 0, 2),B = (4, 6, 8),则AB = (3, 6, 6),A到B的距离为√(3² + 6² + 6²) = √81 = 9。
7. Collinearity and Midpoints | 共线性与中点
Two vectors are parallel if one is a scalar multiple of the other. Three points A, B, and C are collinear if and only if the vectors AB and AC are parallel, i.e., AC = λAB for some scalar λ.
两个向量平行当且仅当其中一个向量是另一个向量的标量倍。三点A、B、C共线当且仅当向量AB与AC平行,即存在标量λ使AC = λAB。
The midpoint M of segment AB has a position vector given by the average of the position vectors of A and B:
m = (a + b) / 2
More generally, a point P that divides the segment AB in the ratio m : n has position vector:
p = (na + mb) / (m + n)
This formula is particularly useful in IB questions involving ratios and section formulas.
线段AB的中点M的位置向量等于A、B位置向量的平均值:
m = (a + b) / 2
更一般地,若点P按比例m : n分割线段AB,则其位置向量为:
p = (na + mb) / (m + n)
这个公式在涉及比值和分点公式的IB题目中尤其常用。
8. Worked Example: Adding and Scaling | 典例:加法与数乘
Consider the vectors u = (2, −1, 3) and v = (0, 5, −2). Compute 3u − 2v and find its magnitude.
已知向量u = (2, −1, 3),v = (0, 5, −2),计算3u − 2v并求其大小。
First, 3u = (6, −3, 9) and 2v = (0, 10, −4). Then:
3u − 2v = (6 − 0, −3 − 10, 9 − (−4)) = (6, −13, 13)
The magnitude is:
|3u − 2v| = √(6² + (−13)² + 13²) = √(36 + 169 + 169) = √374
This example demonstrates the order of operations: scalar multiplication before vector subtraction.
首先,3u = (6, −3, 9),2v = (0, 10, −4),于是:
3u − 2v = (6 − 0, −3 − 10, 9 − (−4)) = (6, −13, 13)
其大小为:
|3u − 2v| = √(6² + (−13)² + 13²) = √(36 + 169 + 169) = √374
此例展示了运算顺序:先数乘,再做向量减法。
9. Worked Example: Collinearity Check | 典例:共线性判定
Show whether points A(1, 2, 3), B(4, 8, 6), and C(7, 14, 9) are collinear.
判断点A(1, 2, 3)、B(4, 8, 6)、C(7, 14, 9)是否共线。
Compute AB = B − A = (3, 6, 3) and AC = C − A = (6, 12, 6). Notice that AC = 2AB = (6, 12, 6). Since AC is a scalar multiple of AB, the vectors are parallel, and the three points are indeed collinear.
计算AB = B − A = (3, 6, 3),AC = C − A = (6, 12, 6)。注意AC = 2AB = (6, 12, 6)。由于AC是AB的标量倍,所以这两个向量平行,因此三点共线。
This method requires only vector subtraction and scalar comparison, and it is the standard approach for collinearity in IB exams.
这种方法只需进行向量减法和标量比较,是IB考试中判定共线性的标准方法。
10. Common Mistakes and Exam Tips | 常见错误与应考提示
Students often make sign errors when subtracting vectors. Always treat subtraction as adding the opposite vector. Another common mistake is confusing the notation AB with BA; note that AB = −BA.
学生在向量减法中经常出现符号错误。务必把减法理解为加上相反向量。另一个常见错误是混淆AB与BA;注意AB = −BA。
When computing magnitudes after scalar multiplication, remember to use the absolute value of the scalar. For example, |−5a| = 5|a|, not −5|a|.
在数乘后计算大小时,记得使用标量的绝对值。例如,|−5a| = 5|a|,而不是−5|a|。
In IB papers, always show the component-wise steps clearly. When working with position vectors, label the origin and base points explicitly. For multi-step problems, write each vector operation on a separate line to avoid arithmetic mistakes.
在IB考试中,务必清晰展示按分量计算的步骤。处理位置向量时,明确标出原点和基准点。对于多步问题,将每一步向量运算单独写一行,以避免算术错误。
Finally, verify whether the answer is a vector or a scalar. Adding and subtracting vectors yields vectors; taking the magnitude yields a scalar. This distinction is essential for interpreting mathematical and physical results.
最后,检查答案是向量还是标量。向量加减得到的是向量;计算模长得到的是标量。这一区别对解释数学和物理结果至关重要。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导