📚 IB Mathematics: Basic Concepts of Vectors in Space | IB数学:空间向量的基本概念
Vectors in three-dimensional space form a cornerstone of the IB Mathematics Analysis and Approaches (AA) and Applications and Interpretation (AI) syllabi. This article systematically introduces the fundamental concepts, operations, and applications of spatial vectors, with particular emphasis on the geometric intuition and algebraic precision required for IB examination success.
三维空间中的向量是IB数学分析与方法(AA)及应用与解释(AI)课程大纲的基石。本文系统介绍空间向量的基本概念、运算与应用,特别强调IB考试成功所需的几何直觉与代数精确性。
1. Definition and Representation | 定义与表示
A vector in space is a mathematical object that possesses both magnitude (length) and direction. Unlike a scalar, which has only magnitude, a vector captures the idea of displacement from one point to another in three-dimensional space. We typically denote a vector using boldface notation v or with an arrow (overrightarrow{AB}), where A is the initial point and B is the terminal point.
空间中的向量是一个同时具有大小(长度)和方向的数学对象。与仅有大小的标量不同,向量描述了三维空间中从一点到另一点的位移概念。我们通常用粗体v或箭头(overrightarrow{AB})表示向量,其中A为起点,B为终点。
In the Cartesian coordinate system, a vector can be expressed in component form:
在笛卡尔坐标系中,向量可以用分量形式表示:
(overrightarrow{AB}) = (x₂ – x₁, y₂ – y₁, z₂ – z₁) = (v₁, v₂, v₃)
where A = (x₁, y₁, z₁) and B = (x₂, y₂, z₂) are points in space. The components v₁, v₂, v₃ represent the projections of the vector onto the x, y, and z axes respectively. Alternatively, we can write v = v₁i + v₂j + v₃k, where i, j, and k are the unit vectors along the coordinate axes.
其中A = (x₁, y₁, z₁)和B = (x₂, y₂, z₂)是空间中的点。分量v₁、v₂、v₃分别表示向量在x、y、z轴上的投影。或者我们可以写为v = v₁i + v₂j + v₃k,其中i、j、k是沿坐标轴的单位向量。
2. Position Vectors | 位置向量
A position vector is a special vector that describes the location of a point P relative to the origin O. If P has coordinates (p₁, p₂, p₃), then its position vector is p = (overrightarrow{OP}) = (p₁, p₂, p₃). The position vector effectively “points” from the origin to the point, serving as a bridge between coordinate geometry and vector algebra.
位置向量是一种特殊向量,描述点P相对于原点O的位置。如果P的坐标为(p₁, p₂, p₃),则其位置向量为p = (overrightarrow{OP}) = (p₁, p₂, p₃)。位置向量实际上是从原点”指向”该点的向量,作为坐标几何与向量代数之间的桥梁。
The vector connecting two points A and B can be expressed in terms of their position vectors:
连接两点A和B的向量可以用它们的位置向量表示:
(overrightarrow{AB}) = b – a
where a and b are the position vectors of A and B respectively. This relationship is fundamental: the displacement from A to B equals the position vector of B minus the position vector of A. This subtraction follows the component-wise rule, making it computationally straightforward.
其中a和b分别为A和B的位置向量。这一关系至关重要:从A到B的位移等于B的位置向量减去A的位置向量。这种减法遵循逐分量规则,使计算变得直接明了。
3. Magnitude and Unit Vectors | 模长与单位向量
The magnitude (or length) of a vector v = (v₁, v₂, v₃) is denoted by |v| and is calculated using the three-dimensional Pythagorean theorem:
向量v = (v₁, v₂, v₃)的模(或长度)记为|v|,使用三维勾股定理计算:
|v| = √(v₁² + v₂² + v₃²)
The magnitude is always non-negative, and it equals zero if and only if the vector is the zero vector (0, 0, 0). For example, the magnitude of vector v = (2, 3, 6) is |v| = √(4 + 9 + 36) = √49 = 7.
模始终为非负数,当且仅当向量为零向量(0, 0, 0)时模等于零。例如,向量v = (2, 3, 6)的模为|v| = √(4 + 9 + 36) = √49 = 7。
A unit vector is a vector with magnitude exactly equal to 1. To obtain a unit vector in the direction of v, we divide v by its magnitude:
单位向量是模恰好等于1的向量。要获得v方向的单位向量,我们将v除以它的模:
(hat{v}) = v / |v| = (v₁/|v|, v₂/|v|, v₃/|v|)
Unit vectors are essential for expressing directions independently of distance. The standard basis vectors i = (1, 0, 0), j = (0, 1, 0), and k = (0, 0, 1) are the fundamental unit vectors along the coordinate axes.
单位向量对于独立于距离表达方向至关重要。标准基向量i = (1, 0, 0)、j = (0, 1, 0)和k = (0, 0, 1)是沿坐标轴的基本单位向量。
4. Vector Addition and Scalar Multiplication | 向量加法与标量乘法
Vector addition and scalar multiplication are the two fundamental operations in vector algebra. Given vectors u = (u₁, u₂, u₃) and v = (v₁, v₂, v₃), their sum is computed component-wise:
向量加法和标量乘法是向量代数中的两个基本运算。给定向量u = (u₁, u₂, u₃)和v = (v₁, v₂, v₃),它们的和逐分量计算:
u + v = (u₁ + v₁, u₂ + v₂, u₃ + v₃)
Geometrically, the sum u + v represents the diagonal of the parallelogram formed by u and v (the parallelogram law). Alternatively, if we place the tail of v at the head of u, the vector from the tail of u to the head of v is the sum (triangle law).
从几何角度看,和u + v表示由u和v构成的平行四边形的对角线(平行四边形法则)。或者,如果将v的起点放在u的终点,从u的起点到v的终点的向量即为和(三角形法则)。
Scalar multiplication involves multiplying a vector by a scalar (a real number) c:
标量乘法是将向量乘以一个标量(实数)c:
cv = (cv₁, cv₂, cv₃)
When c > 0, the direction of cv is the same as v; when c < 0, the direction reverses; when c = 0, the result is the zero vector. The magnitude scales by |c|, so |cv| = |c|·|v|.
当c > 0时,cv的方向与v相同;当c < 0时,方向反转;当c = 0时,结果为零向量。模按|c|缩放,即|cv| = |c|·|v|。
5. The Dot Product | 点积(数量积)
The dot product (also called the scalar product) of two vectors u = (u₁, u₂, u₃) and v = (v₁, v₂, v₃) is a scalar defined in two equivalent ways:
两个向量u = (u₁, u₂, u₃)和v = (v₁, v₂, v₃)的点积(也称为数量积)是一个标量,有两种等价定义方式:
u · v = u₁v₁ + u₂v₂ + u₃v₃ = |u||v|cos θ
where θ is the angle between the two vectors (0 ≤ θ ≤ π). The first expression is the algebraic definition, while the second is the geometric definition. The equivalence of these two forms is established through the law of cosines.
其中θ是两个向量之间的夹角(0 ≤ θ ≤ π)。第一个表达式是代数定义,第二个是几何定义。这两种形式的等价性通过余弦定理建立。
Key properties of the dot product include:
点积的关键性质包括:
- Commutative: u · v = v · u — 交换律:u · v = v · u
- Orthogonality: u · v = 0 if and only if u ⊥ v (or one vector is zero) — 正交性:当且仅当u ⊥ v(或其中一个为零向量)时u · v = 0
- Self-dot product: u · u = |u|² — 自身点积:u · u = |u|²
- Distributive: u · (v + w) = u · v + u · w — 分配律:u · (v + w) = u · v + u · w
The dot product allows us to compute the angle between two vectors using the rearranged formula:
点积让我们能够使用重排后的公式计算两个向量之间的夹角:
cos θ = (u · v) / (|u||v|)
6. The Cross Product | 叉积(向量积)
The cross product of two vectors u = (u₁, u₂, u₃) and v = (v₁, v₂, v₃) produces a third vector that is perpendicular to both u and v. It is defined as:
两个向量u = (u₁, u₂, u₃)和v = (v₁, v₂, v₃)的叉积产生一个同时垂直于u和v的第三个向量。其定义为:
u × v = (u₂v₃ – u₃v₂, u₃v₁ – u₁v₃, u₁v₂ – u₂v₁)
The magnitude of the cross product has a geometric interpretation:
叉积的模具有几何含义:
|u × v| = |u||v| sin θ
This equals the area of the parallelogram spanned by u and v. The direction of u × v follows the right-hand rule: if the fingers of your right hand curl from u toward v, your thumb points in the direction of u × v.
这等于由u和v张成的平行四边形的面积。u × v的方向遵循右手定则:如果右手手指从u向v弯曲,大拇指指向u × v的方向。
Important properties of the cross product include:
叉积的重要性质包括:
- Anti-commutative: u × v = -(v × u) — 反对称性:u × v = -(v × u)
- Parallel vectors: u × v = 0 if and only if u and v are parallel — 平行向量:当且仅当u和v平行时,u × v = 0
- Basis vector identities: i × j = k, j × k = i, k × i = j — 基向量恒等式:i × j = k, j × k = i, k × i = j
The cross product is particularly useful for finding a normal vector to a plane, computing areas, and determining whether three points are collinear (if the cross product of two displacement vectors equals zero).
叉积特别适用于求平面的法向量、计算面积以及判断三点是否共线(如果两个位移向量的叉积等于零向量)。
7. Scalar Triple Product and Volume | 混合积与体积
The scalar triple product of three vectors a, b, and c is defined as a · (b × c). Its absolute value represents the volume of the parallelepiped formed by the three vectors:
三个向量a、b和c的混合积定义为a · (b × c)。其绝对值表示由这三个向量构成的平行六面体的体积:
V = |a · (b × c)|
In component form, the scalar triple product can be computed as the determinant of the 3 × 3 matrix with rows (or columns) equal to the components of the three vectors. This provides a compact computational method:
在分量形式中,混合积可以计算为以三个向量的分量为行(或列)的3 × 3矩阵的行列式。这提供了一种紧凑的计算方法:
a · (b × c) = det [a₁ a₂ a₃; b₁ b₂ b₃; c₁ c₂ c₃]
If the scalar triple product equals zero, the three vectors are coplanar — they lie in the same plane. This criterion is frequently tested in IB examinations as a method for checking coplanarity.
如果混合积等于零,则三个向量共面——它们位于同一平面内。这一判据在IB考试中经常作为检验共面性的方法被考查。
8. Equation of a Line in Space | 空间直线的方程
A line in three-dimensional space can be specified in several equivalent forms. The parametric form uses a point A(a₁, a₂, a₃) on the line and a direction vector d = (d₁, d₂, d₃):
三维空间中的直线可以用几种等价形式表示。参数形式使用直线上的点A(a₁, a₂, a₃)和方向向量d = (d₁, d₂, d₃):
r = a + td, where t ∈ ℝ
In component form, this expands to three parametric equations:
在分量形式中,这展开为三个参数方程:
x = a₁ + td₁, y = a₂ + td₂, z = a₃ + td₃
If all direction components are non-zero, we can eliminate t to obtain the symmetric (or Cartesian) form:
如果所有方向分量都不为零,我们可以消去t得到对称(或笛卡尔)形式:
(x – a₁)/d₁ = (y – a₂)/d₂ = (z – a₃)/d₃
Two lines in space can be parallel (direction vectors are scalar multiples), intersecting (share a common point), or skew (neither parallel nor intersecting). The distance between skew lines is a classic IB problem that involves constructing a common perpendicular.
空间中的两条直线可以是平行的(方向向量为标量倍数)、相交的(共享一点)或异面的(既不平行也不相交)。异面直线之间的距离是经典IB问题,涉及构造公垂线。
9. Equation of a Plane | 平面的方程
A plane in space is uniquely determined by a point P(p₁, p₂, p₃) on the plane and a normal vector n = (n₁, n₂, n₃) perpendicular to the plane. The vector form of the plane equation is:
空间中的平面由平面上的点P(p₁, p₂, p₃)和平面的法向量n = (n₁, n₂, n₃)唯一确定。平面方程的向量形式为:
n · (r – p) = 0
where r = (x, y, z) is any point on the plane. Expanding this gives the general (Cartesian) form:
其中r = (x, y, z)是平面上的任意点。展开得到一般(笛卡尔)形式:
n₁x + n₂y + n₃z = d
where d = n₁p₁ + n₂p₂ + n₃p₃. If we normalize the normal vector (n̂ = n/|n|), the resulting equation gives the distance from the origin to the plane directly.
其中d = n₁p₁ + n₂p₂ + n₃p₃。如果我们将法向量归一化(n̂ = n/|n|),得到的方程直接给出原点到平面的距离。
The normal vector to a plane can be found using the cross product of two non-parallel direction vectors lying in the plane. For a plane through three points A, B, C, the normal is n = (overrightarrow{AB}) × (overrightarrow{AC}).
平面的法向量可以通过平面内两个不平行方向向量的叉积求得。对于通过三点A、B、C的平面,法向量为n = (overrightarrow{AB}) × (overrightarrow{AC})。
10. Angles Between Lines and Planes | 直线与平面间的夹角
Computing angles between geometric objects is a central application of the dot product. The angle θ between two lines with direction vectors d₁ and d₂ satisfies:
计算几何对象之间的夹角是点积的核心应用。方向向量为d₁和d₂的两条直线之间的夹角θ满足:
cos θ = |d₁ · d₂| / (|d₁||d₂|)
The absolute value ensures we take the acute angle between the lines. For the angle between a line (direction d) and a plane (normal n), we first find the angle φ between the line and the normal, then the required angle is θ = 90° – φ. Hence:
绝对值确保我们取直线之间的锐角。对于直线(方向d)与平面(法向量n)之间的夹角,我们先求直线与法向量之间的角φ,则所求角为θ = 90° – φ。因此:
sin θ = |d · n| / (|d||n|)
The angle between two planes is equal to the angle between their normal vectors. This angle is always taken as the acute angle, using the absolute value of the dot product.
两个平面之间的夹角等于它们的法向量之间的夹角。该角始终取锐角,使用点积的绝对值。
11. Distances in Space | 空间中的距离
Distance calculations are among the most frequently tested topics in IB vector geometry. The key formulas are:
距离计算是IB向量几何中最常考查的主题之一。关键公式有:
- Point to plane: The distance from point Q to the plane n · r = d is given by |n · q – d| / |n|, where q is the position vector of Q — 点到平面:点Q到平面n · r = d的距离为 |n · q – d| / |n|,其中q是Q的位置向量
- Point to line: The distance from point Q to the line r = a + td is |(overrightarrow{AQ}) × d| / |d|, where A is a point on the line — 点到直线:点Q到直线r = a + td的距离为 |(overrightarrow{AQ}) × d| / |d|,其中A是直线上的点
- Skew lines: The distance between skew lines r₁ = a + td₁ and r₂ = b + sd₂ is |(a – b) · (d₁ × d₂)| / |d₁ × d₂| — 异面直线:异面直线r₁ = a + td₁和r₂ = b + sd₂之间的距离为 |(a – b) · (d₁ × d₂)| / |d₁ × d₂|
These formulas rely on geometric projection: the distance equals the magnitude of the component of a displacement vector perpendicular to the reference object.
这些公式依赖于几何投影:距离等于位移向量在垂直于参考对象方向上的分量的大小。
12. Exam Tips and Common Pitfalls | 考试技巧与常见错误
Mastering spatial vectors requires not only understanding the formulas but also avoiding common errors. Here are essential strategies for IB examinations:
掌握空间向量不仅需要理解公式,还需要避免常见错误。以下是IB考试的基本策略:
- Check units: Always verify whether a vector has been normalized before using direction components in angle calculations — 检查单位:在使用方向分量计算夹角之前,务实验证向量是否已归一化
- Direction vs. position: Do not confuse a direction vector with a position vector; direction vectors are independent of location in space — 方向与位置:不要混淆方向向量与位置向量;方向向量与空间位置无关
- Right-hand rule: Consistently apply the right-hand rule when evaluating cross products to ensure correct orientation — 右手定则:计算叉积时始终如一地应用右手定则,确保方向正确
- Vertical notation: Use column vector notation (v₁, v₂, v₃)ᵀ consistently to avoid sign errors in coordinate subtraction — 纵向记号:一致使用列向量记号(v₁, v₂, v₃)ᵀ,避免坐标相减时的符号错误
- Interpret results: When a dot product is zero, the vectors are perpendicular; when a cross product is zero, the vectors are parallel — 解读结果:当点积为零时,向量垂直;当叉积为零向量时,向量平行
Regular practice with past paper questions involving lines, planes, and their intersections will build the confidence and speed needed for the examination. Always draw a diagram when possible, as spatial visualization significantly reduces conceptual errors.
定期练习涉及直线、平面及其交点的历年真题将建立考试所需的信心和速度。尽可能绘制示意图,因为空间可视化能显著减少概念性错误。
Published by TutorHao | Mathematics Revision Series | aleveler.com
Find IB Maths Textbooks on eBay UK
New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply