📚 IB Math: Vector Basics and Coordinate Representation | IB数学:向量基础概念与坐标表示
Vectors are one of the most fundamental tools in IB Mathematics, appearing in both Analysis and Approaches (AA) and Applications and Interpretation (AI). Understanding what a vector is, how to represent it in coordinate form, and how to interpret it geometrically is essential for solving problems in kinematics, forces, lines, and planes.
向量是IB数学中最基础的工具之一,无论在分析与方法(AA)还是应用与解释(AI)课程中都占有重要地位。理解向量的定义、坐标表示方法以及几何意义,是解决运动学、力、直线与平面等问题的基础。
1. What Is a Vector? | 什么是向量?
A vector is a mathematical object that has both magnitude (size) and direction. Unlike a scalar, which only has size, a vector encodes how much and which way. For example, velocity is a vector because it specifies both speed and direction, while speed itself is a scalar.
向量是既有大小(模长)又有方向的数学对象。与只有大小的标量不同,向量同时包含了“量多少”和“朝哪里”的信息。例如,速度是向量,因为它既描述快慢又描述方向;而速率则是标量。
In IB mathematics, vectors are usually denoted by a bold letter such as v, or by an arrow: \(\overrightarrow{AB}\) represents the vector from point A to point B. In written work, you may also see underlined letters. All these notations mean the same thing: a directed quantity.
在IB数学中,向量通常用粗体字母如 v 或箭头符号表示:\(\overrightarrow{AB}\) 表示从点A到点B的向量。在手写时,也可以用下划线字母表示。这些表示方式含义相同:一个有方向的量。
A key point to remember is that vectors are free in the sense that they can be translated without changing their meaning. The vector \(\overrightarrow{AB}\) and the vector \(\overrightarrow{CD}\) are equal if they have the same magnitude and same direction, even if they start at different points.
一个关键概念是:向量是“自由”的,可以平移而不改变其含义。只要两个向量的模长和方向相同,即使起点不同,它们也是相等的向量。因此 \(\overrightarrow{AB}\) 与 \(\overrightarrow{CD}\) 可能完全相等。
2. Coordinate Representation of Vectors | 向量的坐标表示
In a Cartesian coordinate system, a vector can be represented by its components along the x-axis and y-axis (in 2D) or along the x-, y-, and z-axes (in 3D). For example, the vector from point A = (2, 3) to point B = (5, 7) is written as \(\overrightarrow{AB}\) = (5 − 2, 7 − 3) = (3, 4).
在笛卡尔坐标系中,向量可以用它沿x轴和y轴(二维)或沿x、y、z轴(三维)的分量来表示。例如,从点A = (2, 3) 到点B = (5, 7) 的向量写作 \(\overrightarrow{AB}\) = (5 − 2, 7 − 3) = (3, 4)。
Mathematically, if A = (x₁, y₁) and B = (x₂, y₂), then:
用公式表达,若 A = (x₁, y₁),B = (x₂, y₂),则:
\(\overrightarrow{AB}\) = (x₂ − x₁, y₂ − y₁)
In three dimensions, simply extend the same pattern: \(\overrightarrow{AB}\) = (x₂ − x₁, y₂ − y₁, z₂ − z₁). This coordinate form is the foundation of all vector operations in IB.
在三维空间中,只需扩展同样规律:\(\overrightarrow{AB}\) = (x₂ − x₁, y₂ − y₁, z₂ − z₁)。这种坐标形式是IB数学中所有向量运算的基础。
Sometimes, vectors are written in column form: \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\) or \(\begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix}\). Both row and column forms are accepted, but you should be consistent throughout a solution.
有时向量写成列向量形式,如 \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\) 或 \(\begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix}\)。行向量和列向量都可以使用,但在解题时应保持一致。
3. Position Vectors | 位置向量
A position vector describes the location of a point relative to the origin. If point P has coordinates (x, y, z), then its position vector is written as p = (x, y, z), often denoted by \(\overrightarrow{OP}\) where O is the origin.
位置向量描述的是某个点相对于原点的位置。如果点P的坐标是 (x, y, z),那么它的位置向量写作 p = (x, y, z),通常用 \(\overrightarrow{OP}\) 表示,其中O为原点。
This concept is crucial because it allows us to connect points with vectors. If we know the position vectors of two points a and b, then the vector from the first point to the second is simply b − a.
这一概念非常重要,因为它将点与向量联系起来。如果已知两个点的位置向量 a 和 b,那么从第一个点到第二个点的向量就是 b − a。
For example, if A = (1, 2) and B = (4, 6), then \(\overrightarrow{OA}\) = (1, 2), \(\overrightarrow{OB}\) = (4, 6), and \(\overrightarrow{AB}\) = (4, 6) − (1, 2) = (3, 4). This simple relationship is used repeatedly in vector geometry.
例如,若 A = (1, 2),B = (4, 6),则 \(\overrightarrow{OA}\) = (1, 2),\(\overrightarrow{OB}\) = (4, 6),因此 \(\overrightarrow{AB}\) = (4, 6) − (1, 2) = (3, 4)。这一简单关系在向量几何中反复使用。
4. Magnitude of a Vector | 向量的模长
The magnitude (or length or norm) of a vector v = (x, y) is denoted |v| and is calculated using the Pythagorean theorem:
向量 v = (x, y) 的模长(或长度、范数)记为 |v|,用勾股定理计算:
|v| = √(x² + y²)
In 3D, add the z component:
在三维空间中,加上z分量:
|v| = √(x² + y² + z²)
For example, the magnitude of v = (3, 4) is √(9 + 16) = √25 = 5. This is a classic result that appears in many exam questions, often within the context of distance between two points.
例如,向量 v = (3, 4) 的模长为 √(9 + 16) = √25 = 5。这是一个经典结果,常出现在很多考题中,尤其是两点间距离问题。
Note that the distance between two points A and B is exactly the magnitude of the vector \(\overrightarrow{AB}\). So if A = (1, 2) and B = (4, 6), the distance is |\(\overrightarrow{AB}\)| = √(3² + 4²) = 5.
注意,两点A和B之间的距离恰好等于向量 \(\overrightarrow{AB}\) 的模长。因此若 A = (1, 2),B = (4, 6),则距离为 |\(\overrightarrow{AB}\)| = √(3² + 4²) = 5。
5. Unit Vectors | 单位向量
A unit vector is a vector with magnitude exactly equal to 1. It is used to indicate direction only. To find the unit vector in the direction of v, divide the vector by its magnitude:
单位向量是模长恰好等于1的向量。它仅用来表示方向。要得到 v 方向上的单位向量,只需将向量除以它的模长:
\(\hat{v}\) = v / |v|
The notation \(\hat{v}\) is read as “v hat”. For example, for v = (3, 4), |v| = 5, so the unit vector is (3/5, 4/5). This vector has length 1 and points in the same direction as v.
记号 \(\hat{v}\) 读作“v帽”。例如,对于 v = (3, 4),|v| = 5,因此其单位向量为 (3/5, 4/5)。该向量长度为1,且与 v 方向相同。
In IB questions, unit vectors are commonly used to express directions, especially in kinematics where velocity direction is required. Remember that any nonzero vector can be normalized to a unit vector.
在IB考试中,单位向量常用于表示方向,尤其是在需要确定速度方向的运动学问题中。记住,任何非零向量都可以标准化为单位向量。
6. Standard Basis Vectors | 标准基向量
In 3D Cartesian coordinates, we define three special unit vectors: i = (1, 0, 0) along the x-axis, j = (0, 1, 0) along the y-axis, and k = (0, 0, 1) along the z-axis. These are called the standard basis vectors.
在三维笛卡尔坐标系中,我们定义三个特殊的单位向量:i = (1, 0, 0) 沿x轴方向,j = (0, 1, 0) 沿y轴方向,k = (0, 0, 1) 沿z轴方向。它们被称为标准基向量。
Any vector (x, y, z) can be written as a linear combination of these basis vectors:
任何向量 (x, y, z) 都可以写成这些基向量的线性组合:
(x, y, z) = xi + yj + zk
For example, the vector (2, −1, 5) can be written as 2i − j + 5k. This notation appears frequently in IB textbooks and exam papers, particularly in vector equations of lines and planes.
例如,向量 (2, −1, 5) 可以写成 2i − j + 5k。这种表示在IB教科书和试卷中频繁出现,尤其在直线和平面方程中。
7. Vector Addition and Subtraction | 向量的加法与减法
Vector addition is performed component-wise. If a = (a₁, a₂) and b = (b₁, b₂), then a + b = (a₁ + b₁, a₂ + b₂). Subtraction works similarly: a − b = (a₁ − b₁, a₂ − b₂).
向量加法按分量进行。若 a = (a₁, a₂),b = (b₁, b₂),则 a + b = (a₁ + b₁, a₂ + b₂)。减法类似:a − b = (a₁ − b₁, a₂ − b₂)。
Geometrically, vector addition follows the triangle law: place the tail of b at the head of a, then the sum is the vector from the tail of a to the head of b. This is equivalent to the parallelogram law.
几何上,向量加法遵循三角形法则:将 b 的起点放在 a 的终点,所得向量即从 a 的起点指向 b 的终点。这与平行四边形法则等价。
For example, if a = (1, 2) and b = (3, −1), then a + b = (4, 1) and a − b = (−2, 3). Careful attention to signs is essential to avoid common mistakes.
例如,若 a = (1, 2),b = (3, −1),则 a + b = (4, 1),a − b = (−2, 3)。注意符号是避免常见错误的关键。
8. Scalar Multiplication | 标量乘法
When a vector is multiplied by a scalar (a real number), each component is multiplied by that scalar. If v = (x, y, z) and c is a scalar, then cv = (cx, cy, cz).
当向量与一个标量(实数)相乘时,每个分量都乘以这个标量。若 v = (x, y, z),c为标量,则 cv = (cx, cy, cz)。
Scalar multiplication changes the length of the vector. If c > 0, the direction stays the same; if c < 0, the direction reverses. If c = 0, the result is the zero vector (0, 0, 0).
标量乘法改变向量的长度。若 c > 0,方向不变;若 c < 0,方向反转;若 c = 0,结果为零向量 (0, 0, 0)。
For example, if v = (2, −1, 3) and c = −2, then cv = (−4, 2, −6). This operation is essential in finding parallel vectors and in normalizing vectors.
例如,若 v = (2, −1, 3),c = −2,则 cv = (−4, 2, −6)。此运算在寻找平行向量和标准化向量时十分重要。
9. Parallel Vectors | 平行向量
Two vectors are parallel if one is a scalar multiple of the other. In other words, a and b are parallel if there exists a scalar k such that a = kb (or b = ka), assuming neither is the zero vector.
两个向量平行当且仅当其中一个向量是另一个向量的标量倍。即存在标量k使得 a = kb(或 b = ka),且二者均非零向量。
For example, a = (2, 4) and b = (1, 2) are parallel because a = 2b. Similarly, a = (3, −6, 9) and b = (−1, 2, −3) are parallel because a = −3b.
例如,a = (2, 4) 与 b = (1, 2) 平行,因为 a = 2b。同样,a = (3, −6, 9) 与 b = (−1, 2, −3) 平行,因为 a = −3b。
In IB questions, proving that two vectors are parallel often involves comparing ratios of corresponding components. If x₁/x₂ = y₁/y₂ = z₁/z₂ (where the coordinates are nonzero), the vectors are parallel.
在IB题目中,证明两个向量平行通常需要比较对应分量的比值。若 x₁/x₂ = y₁/y₂ = z₁/z₂(各分量非零),则向量平行。
10. Zero Vector and Negative Vector | 零向量与负向量
The zero vector, denoted 0, has all components equal to zero: 0 = (0, 0) in 2D or (0, 0, 0) in 3D. Its magnitude is 0, and its direction is undefined. It is the additive identity: v + 0 = v for any vector v.
零向量用 0 表示,所有分量为零:二维中为 (0, 0),三维中为 (0, 0, 0)。它的模长为0,方向未定义。零向量是加法单位元:对于任何向量 v,有 v + 0 = v。
The negative of a vector v = (x, y, z) is −v = (−x, −y, −z). It has the same magnitude as v but exactly the opposite direction. Thus v + (−v) = 0.
向量 v = (x, y, z) 的负向量是 −v = (−x, −y, −z)。它与 v 模长相同但方向完全相反。因此 v + (−v) = 0。
These concepts may seem trivial but are frequently used in simplifying vector expressions. For example, \(\overrightarrow{AB}\) + \(\overrightarrow{BC}\) = \(\overrightarrow{AC}\), and \(\overrightarrow{AB}\) = −\(\overrightarrow{BA}\).
这些概念看似简单,但常被用于化简向量表达式。例如,\(\overrightarrow{AB}\) + \(\overrightarrow{BC}\) = \(\overrightarrow{AC}\),且 \(\overrightarrow{AB}\) = −\(\overrightarrow{BA}\)。
11. Applying Vectors to Geometry | 向量在几何中的应用
Vectors provide a powerful way to solve geometry problems. For example, to find the midpoint M of two points A and B, use the position vectors a and b: the position vector of M is (a + b)/2.
向量为解决几何问题提供了强大工具。例如,要求两点的中点M,设位置向量为 a 和 b,则M的位置向量为 (a + b)/2。
Similarly, to find a point dividing segment AB in the ratio m:n, the position vector is given by:
类似地,要求分线段AB为比例 m:n 的点的位置向量,可用公式:
(na + mb) / (m + n)
For example, if A = (1, 2), B = (7, 10), and point P divides AB in the ratio 1:2, then p = (2(1, 2) + 1(7, 10))/3 = (9, 14)/3 = (3, 14/3).
例如,若 A = (1, 2),B = (7, 10),点P将AB按1:2分割,则 p = (2(1, 2) + 1(7, 10))/3 = (9, 14)/3 = (3, 14/3)。
This approach is more systematic than pure coordinate geometry and is often an efficient route in IB paper 2 questions.
这种方法比纯坐标几何更系统化,在IB第二卷的题目中常常是高效的解法。
12. Common Pitfalls and Exam Tips | 常见错误与考试技巧
One common mistake is confusing a position vector with a free vector. Remember that a position vector is tied to the origin, while a free vector can be moved anywhere. Always identify whether the question asks for \(\overrightarrow{AB}\) or \(\overrightarrow{OA}\).
一个常见错误是混淆位置向量与自由向量。记住,位置向量与原点是绑定的,而自由向量可以任意移动。做题时始终明确题目要求的是 \(\overrightarrow{AB}\) 还是 \(\overrightarrow{OA}\)。
Another pitfall is forgetting to subtract in the correct order. The vector from A to B is b − a, not a − b. A useful trick is to think: “from A to B” means “B minus A”.
另一个易错点是运算顺序。从A到B的向量是 b − a,而不是 a − b。一个小技巧是:“从A到B”意味着“B减A”。
Also, always simplify square roots. If |v| = √12, write 2√3 instead. IB examiners value exact simplified answers unless the question specifies rounding to a certain number of decimal places.
另外,务必化简根号。如果 |v| = √12,应写成 2√3。除非题目明确要求保留小数位数,否则IB阅卷者看重精确化简后的答案。
Finally, when writing vector notation in an exam, be consistent. Use either column vectors or i, j, k notation throughout a solution. Mixing them can lead to confusion for both you and the examiner.
最后,在考试中使用向量记号时保持统一。要么全用列向量,要么全用 i, j, k 记号。混用可能给你自己判卷者都带来困惑。
Practice drawing vectors whenever possible. A simple sketch can often reveal whether a result is plausible and can help you catch sign errors before they cost you marks.
尽可能多练习画向量示意图。一个简单的草图往往能帮你判断结果是否合理,并在失分前发现符号错误。
Published by TutorHao | Math Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply