📚 PDF资源导航

IB Mathematics: Vector Linear Operations and Coordinate Calculations | IB数学:向量的线性运算与坐标计算

📚 IB Mathematics: Vector Linear Operations and Coordinate Calculations | IB数学:向量的线性运算与坐标计算

Vectors are one of the most fundamental tools in IB Mathematics, bridging geometry, algebra, and applied sciences. This article focuses on vector linear operations — addition, subtraction, and scalar multiplication — and their coordinate-based calculations, which form the core of many exam questions.

向量是IB数学中最基础的工具之一,连接了几何、代数与应用科学。本文聚焦向量的线性运算——加法、减法与数乘——以及基于坐标的计算,这是许多考试题目的核心内容。


1. Definition of Vectors and Coordinate Representation | 向量的定义与坐标表示

A vector is a quantity that has both magnitude and direction. In the Cartesian plane, a vector can be expressed in component form: v = (v₁, v₂) in 2D or v = (v₁, v₂, v₃) in 3D.

向量是既有大小又有方向的量。在直角坐标系中,向量可以用分量形式表示:二维中 v = (v₁, v₂),三维中 v = (v₁, v₂, v₃)

For a point A(x₁, y₁) and point B(x₂, y₂), the position vector of A is a = (x₁, y₁), and the vector from A to B is calculated as:

对于点A(x₁, y₁)和点B(x₂, y₂),A的位置向量为 a = (x₁, y₁),从A到B的向量计算如下:

AB = (x₂ − x₁, y₂ − y₁)

This ‘tip minus tail’ rule is essential for coordinate calculations.

这个“终点减起点”的规则是坐标计算的关键。


2. Vector Addition | 向量的加法

Given two vectors u = (u₁, u₂) and v = (v₁, v₂), their sum is defined component-wise:

给定两个向量 u = (u₁, u₂) 和 v = (v₁, v₂),它们的和按分量定义:

u + v = (u₁ + v₁, u₂ + v₂)

Geometrically, vector addition follows the triangle law: place the tail of v at the tip of u; the resultant vector is drawn from the tail of u to the tip of v. Equivalently, the parallelogram law states that the sum is the diagonal of the parallelogram formed by u and v.

几何上,向量加法遵循三角形法则:将v的起点放在u的终点,合向量从u的起点指向v的终点。等价地,平行四边形法则表明,和向量是由u和v构成的平行四边形的对角线。

Example: If u = (3, 1) and v = (−2, 4), then u + v = (3 + (−2), 1 + 4) = (1, 5).

例:若 u = (3, 1) 且 v = (−2, 4),则 u + v = (3 + (−2), 1 + 4) = (1, 5)。


3. Vector Subtraction | 向量的减法

Subtraction is defined as adding the opposite vector: u − v = u + (−v). In coordinates:

减法定义为加上相反向量:u − v = u + (−v)。在坐标中:

u − v = (u₁ − v₁, u₂ − v₂)

Geometrically, u − v is the vector from the tip of v to the tip of u when both share the same tail. This is extremely useful in finding relative positions.

几何上,当u和v起点相同时,u − v是从v的终点指向u的终点的向量。这在求相对位置时极为有用。

For example, the vector from point A(2, 3) to point B(5, 7) is AB = (5 − 2, 7 − 3) = (3, 4).

例如,从点A(2, 3)到点B(5, 7)的向量为 AB = (5 − 2, 7 − 3) = (3, 4)。


4. Scalar Multiplication | 数乘向量

Multiplying a vector by a scalar k changes its length but not its direction (if k > 0) or reverses its direction (if k < 0):

将向量乘以标量k会改变其长度,但不改变方向(当k > 0时),或反向(当k < 0时):

k·v = (k·v₁, k·v₂)

For example, if v = (2, −3) and k = −2, then k·v = (−4, 6). This operation is fundamental for proving collinearity and for parametrizing lines.

例如,若 v = (2, −3),k = −2,则 k·v = (−4, 6)。该运算对于证明共线性和参数化直线至关重要。


5. Properties of Vector Operations | 向量运算的性质

Both vector addition and scalar multiplication satisfy important algebraic properties:

向量加法和数乘都满足重要的代数性质:

  • Commutativity | 交换律: u + v = v + u
  • Associativity | 结合律: (u + v) + w = u + (v + w)
  • Identity | 零元: u + 0 = u
  • Inverse | 负元: u + (−u) = 0
  • Distributivity | 分配律: k(u + v) = k·u + k·v

These properties allow vectors to be manipulated algebraically like numbers, which is the basis of vector equations.

这些性质使向量可以像数字一样进行代数运算,这是向量方程的基础。


6. Position Vectors and Displacement | 位置向量与位移

A position vector locates a point relative to the origin. For point P(x, y, z), the position vector is p = (x, y, z). The displacement vector from point A to point B is simply the difference of their position vectors:

位置向量表示点相对于原点的位置。对于点P(x, y, z),其位置向量为 p = (x, y, z)。从点A到点B的位移向量就是它们位置向量之差:

AB = b − a

This is a direct application of vector subtraction. In kinematics, displacement is the net change in position, time is a scalar, and velocity and acceleration are vector quantities.

这是向量减法的直接应用。在运动学中,位移是位置的变化量,时间是标量,速度和加速度都是向量。


7. Midpoint and Section Formula | 中点与定比分点公式

If M is the midpoint of segment AB, then the position vector of M is the average of the position vectors of A and B:

若M是线段AB的中点,则M的位置向量是A和B位置向量的平均值:

m = (a + b) / 2

More generally, if point P divides segment AB in the ratio m : n, then its position vector is:

更一般地,若点P按比例m : n分割线段AB,则其位置向量为:

p = (n·a + m·b) / (m + n)

This formula is frequently tested in IB exams for finding coordinates of points dividing segments.

该公式在IB考试中经常出现,用于求分割线段的点的坐标。


8. Parallel and Collinear Vectors | 平行与共线向量

Two nonzero vectors are parallel if one is a scalar multiple of the other: u = k·v. Vectors are collinear if they lie on the same straight line; for points A, B, C to be collinear, the vectors AB and AC must be parallel.

两个非零向量平行当且仅当其中一个向量是另一个向量的数乘:u = k·v。向量共线意味着它们在同一条直线上;对于点A、B、C共线,向量AB和AC必须平行。

Example: Determine whether A(1, 2), B(3, 4), and C(5, 6) are collinear. Compute AB = (2, 2) and AC = (4, 4). Since AC = 2·AB, the points are collinear.

例:判断A(1, 2)、B(3, 4)和C(5, 6)是否共线。计算AB = (2, 2),AC = (4, 4),因为AC = 2·AB,所以三点共线。


9. Magnitude and Unit Vectors | 模长与单位向量

The magnitude (or length) of a vector v = (v₁, v₂, v₃) is given by:

向量 v = (v₁, v₂, v₃) 的模长(或长度)为:

|v| = √(v₁² + v₂² + v₃²)

A unit vector is a vector with magnitude 1. To find the unit vector in the direction of v, divide v by its magnitude:

单位向量是模长为1的向量。求v方向上的单位向量的方法是将v除以其模长:

v̂ = v / |v|

Unit vectors are crucial in physics to separate direction from magnitude, and in basis representations using i, j, k.

单位向量在物理中用于分离方向与大小,也用于i、j、k基向量表示。


10. Basis Vectors: i, j, k | 基向量:i, j, k

The standard basis in 3D consists of i = (1, 0, 0), j = (0, 1, 0), and k = (0, 0, 1). Any vector can be written as a linear combination:

三维空间中的标准基为 i = (1, 0, 0),j = (0, 1, 0),k = (0, 0, 1)。任何向量都可以写成线性组合形式:

v = a·i + b·j + c·k = (a, b, c)

This notation simplifies vector operations and is often preferred in physics and engineering contexts.

这种记法简化了向量运算,在物理和工程中常被使用。


11. Solving Vector Equations | 解向量方程

Vector equations such as 2x + u = v can be solved algebraically by treating vectors as tuples of real numbers:

向量方程如 2x + u = v,可以通过将向量视为实数元组来代数求解:

x = (v − u) / 2

For example, if u = (1, 2) and v = (3, 4), then x = ((3 − 1) / 2, (4 − 2) / 2) = (1, 1). This approach also applies to linear combinations involving unknown scalars.

例如,若 u = (1, 2),v = (3, 4),则 x = ((3 − 1) / 2, (4 − 2) / 2) = (1, 1)。这种方法也适用于含未知标量的线性组合。


12. Exam Tips and Common Mistakes | 考试技巧与常见错误

  • Always subtract coordinates in the correct order: AB = b − a, never a − b. | 始终按正确顺序相减:AB = b − a,绝不能用 a − b。
  • Check dimension consistency: When working in 3D, ensure all vectors have three components. | 检查维度一致性:在三维中,确保所有向量都有三个分量。
  • Don’t confuse vectors with points: A point has coordinates, but a vector has both direction and magnitude. However, position vectors blur this distinction. | 不要混淆点与向量:点有坐标,但向量有方向和大小。然而,位置向量模糊了这种差别。
  • Simplify unit vector expressions: Always rationalize denominators if necessary. | 化简单位向量表达:必要时务必有理化分母。
  • Use the scalar product (dot product) carefully: The dot product of two perpendicular vectors is zero, a common short-cut in problems. | 谨慎使用标量积(点积):两个垂直向量的点积为零,这是解题中的常见捷径。

Mastering these foundational operations and their coordinate interpretations will serve you well in both the Analysis and Approaches and Applications and Interpretation courses, as vectors appear in geometry, kinematics, and even in probability and statistics via direction cosines.

掌握这些基础运算及其坐标解释,将在数学分析与方法以及应用与解释两门课程中对你有很大帮助,因为向量出现在几何、运动学,甚至通过方向余弦出现在概率与统计中。


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading