📚 PDF资源导航

A-Level Mathematics: Vector Representation Methods | A-Level 数学:向量的表示方法

📚 A-Level Mathematics: Vector Representation Methods | A-Level 数学:向量的表示方法

Vectors are fundamental tools in A-Level mathematics, enabling us to describe quantities that possess both magnitude and direction. Understanding how to represent vectors accurately is essential for solving problems in mechanics, geometry, and pure mathematics. This article explores the key representation methods you need to master for the Edexcel examination.

向量是 A-Level 数学中的基础工具,它使我们能够描述既有大小又有方向的量。准确理解向量的表示方法,对于解决力学、几何和纯数学中的问题至关重要。本文将深入探讨 Edexcel 考试中需要掌握的核心向量表示方法。


1. Understanding Vectors: Definition and Notation | 理解向量:定义与记法

A vector is a mathematical object that has both magnitude (size) and direction. It differs from a scalar, which has only magnitude. For instance, velocity is a vector (speed with direction), while speed alone is a scalar. In print, vectors are typically denoted using bold lowercase letters such as a, b, and c, or by specifying two points, for example, \(\overrightarrow{AB}\), where the arrow indicates the direction from A to B.

向量是一种既有大小又有方向的数学对象。它与只有大小的标量不同。例如,速度是向量(带有方向的速率),而单纯的速率则是标量。在印刷体中,向量通常用粗体小写字母表示,如 abc,或通过指定两个点来表示,例如 \(\overrightarrow{AB}\),其中箭头表示从 A 到 B 的方向。

The magnitude of a vector is represented by its length, denoted as |a| or |\(\overrightarrow{AB}\)|. This is also called the modulus or norm of the vector. When writing vectors by hand, students often place a wavy underline or an arrow above the letter to distinguish it from a scalar.

向量的大小用其长度表示,记为 |a| 或 |\(\overrightarrow{AB}\)|,也称为向量的模或范数。手写时,学生通常在字母上方加波浪下划线或箭头,以将其与标量区分。


2. Column Vector Representation | 列向量表示法

In two-dimensional space, a column vector expresses the horizontal and vertical components of the vector as a two-row matrix. For example, the vector that moves 3 units right and 4 units up is written as \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\). The top number represents the x-component (horizontal displacement), and the bottom number represents the y-component (vertical displacement).

在二维空间中,列向量以两行矩阵的形式表达向量的水平和垂直分量。例如,向右移动 3 个单位、向上移动 4 个单位的向量写作 \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\)。顶部的数字表示 x 分量(水平位移),底部的数字表示 y 分量(垂直位移)。

For three-dimensional vectors, we add a third row. The vector \(\begin{pmatrix} 2 \\ -1 \\ 5 \end{pmatrix}\) has an x-component of 2, a y-component of -1, and a z-component of 5. Negative components simply indicate movement in the opposite direction along that axis. Column vectors form the foundation for vector arithmetic and are the most commonly used representation in examination questions.

对于三维向量,我们增加第三行。向量 \(\begin{pmatrix} 2 \\ -1 \\ 5 \end{pmatrix}\) 的 x 分量为 2,y 分量为 -1,z 分量为 5。负分量仅表示沿该轴反方向移动。列向量构成向量运算的基础,是考试题目中最常用的表示形式。

a = \(\begin{pmatrix} x \\ y \end{pmatrix}\) 在二维空间中 | in 2D space


3. Unit Vectors i, j, and k | 单位向量 i、j 和 k

Unit vectors are vectors with a magnitude of exactly 1. In the Cartesian coordinate system, the unit vectors along the x, y, and z axes are denoted by i, j, and k respectively. The vector \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\) can be expressed as 3i + 4j, meaning 3 units in the x-direction and 4 units in the y-direction.

单位向量是大小恰好为 1 的向量。在笛卡尔坐标系中,沿 x、y、z 轴方向的单位向量分别记为 ijk。向量 \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\) 可以表示为 3i + 4j,即在 x 方向 3 个单位、y 方向 4 个单位。

In three dimensions, a vector \(\begin{pmatrix} a \\ b \\ c \end{pmatrix}\) is written as ai + bj + ck. This representation is particularly useful when working with vector addition and scalar multiplication, as it allows the components to be manipulated separately. The i-j-k notation bridges the gap between geometric intuition and algebraic computation.

在三维空间中,向量 \(\begin{pmatrix} a \\ b \\ c \end{pmatrix}\) 写作 ai + bj + ck。这种表示法在进行向量加法和标量乘法时尤为方便,因为各分量可以分别运算。i-j-k 记法在几何直觉与代数计算之间架起了桥梁。


4. Calculating the Magnitude of a Vector | 计算向量的模

The magnitude of a vector represents its length in space. For a two-dimensional vector a = \(\begin{pmatrix} x \\ y \end{pmatrix}\), the magnitude is calculated using Pythagoras’ theorem:

向量的模表示其在空间中的长度。对于二维向量 a = \(\begin{pmatrix} x \\ y \end{pmatrix}\),其模使用勾股定理计算:

|a| = √(x² + y²)

For example, the magnitude of the vector \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\) is √(3² + 4²) = √25 = 5. For a three-dimensional vector \(\begin{pmatrix} x \\ y \\ z \end{pmatrix}\), the formula extends to |a| = √(x² + y² + z²). This follows naturally from applying Pythagoras’ theorem in three-dimensional space.

例如,向量 \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\) 的模为 √(3² + 4²) = √25 = 5。对于三维向量 \(\begin{pmatrix} x \\ y \\ z \end{pmatrix}\),公式扩展为 |a| = √(x² + y² + z²)。这是在三维空间中应用勾股定理的自然推广。


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

A position vector describes the location of a point relative to the origin O. For a point P with coordinates (x, y, z), the position vector is \(\overrightarrow{OP}\) = \(\begin{pmatrix} x \\ y \\ z \end{pmatrix}\) = xi + yj + zk. Position vectors are always measured from the origin, making them fixed relative to the coordinate system.

位置向量描述一个点相对于原点 O 的位置。对于坐标为 (x, y, z) 的点 P,其位置向量为 \(\overrightarrow{OP}\) = \(\begin{pmatrix} x \\ y \\ z \end{pmatrix}\) = xi + yj + zk。位置向量始终从原点出发计量,因此相对于坐标系是固定的。

A displacement vector, on the other hand, describes the movement from one point to another. The displacement from point A to point B is given by \(\overrightarrow{AB}\) = ba, where a and b are the position vectors of A and B respectively. This relationship is fundamental: the displacement vector equals the difference between the final and initial position vectors.

另一方面,位移向量描述从一点到另一点的移动。从点 A 到点 B 的位移为 \(\overrightarrow{AB}\) = ba,其中 ab 分别是 A 和 B 的位置向量。这一关系至关重要:位移向量等于最终位置向量与初始位置向量之差。

\(\overrightarrow{AB}\) = ba


6. Vector Addition and Subtraction | 向量的加法与减法

To add two vectors, we add their corresponding components. If a = \(\begin{pmatrix} 2 \\ 3 \end{pmatrix}\) and b = \(\begin{pmatrix} 4 \\ -1 \end{pmatrix}\), then a + b = \(\begin{pmatrix} 6 \\ 2 \end{pmatrix}\). Geometrically, vector addition follows the triangle law: placing the tail of b at the head of a, the sum a + b is the vector from the tail of a to the head of b.

两个向量相加时,我们将各对应分量相加。如果 a = \(\begin{pmatrix} 2 \\ 3 \end{pmatrix}\) 且 b = \(\begin{pmatrix} 4 \\ -1 \end{pmatrix}\),则 a + b = \(\begin{pmatrix} 6 \\ 2 \end{pmatrix}\)。从几何角度,向量加法遵循三角形法则:将 b 的尾部置于 a 的头部,和 a + b 就是从 a 尾部指向 b 头部的向量。

Vector subtraction follows a similar component-wise rule: ab = \(\begin{pmatrix} a₁ − b₁ \\ a₂ − b₂ \end{pmatrix}\). Geometrically, ab is the vector that points from the head of b to the head of a, which is equivalent to adding a and −b. Both operations are commutative for addition (a + b = b + a) but not for subtraction.

向量减法同样遵循分量运算法则:ab = \(\begin{pmatrix} a₁ − b₁ \\ a₂ − b₂ \end{pmatrix}\)。从几何角度,ab 是连接 b 头部到 a 头部的向量,等价于将 a 与 −b 相加。加法满足交换律(a + b = b + a),但减法不满足。


7. Scalar Multiplication | 标量乘法

Scalar multiplication involves multiplying a vector by a real number (scalar). If we multiply a = \(\begin{pmatrix} x \\ y \end{pmatrix}\) by a scalar λ, the result is λa = \(\begin{pmatrix} λx \\ λy \end{pmatrix}\). For example, 2 × \(\begin{pmatrix} 3 \\ -4 \end{pmatrix}\) = \(\begin{pmatrix} 6 \\ -8 \end{pmatrix}\). The scalar λ can be any real number, positive or negative.

标量乘法涉及将一个向量乘以一个实数(标量)。如果我们用标量 λ 乘以 a = \(\begin{pmatrix} x \\ y \end{pmatrix}\),结果是 λa = \(\begin{pmatrix} λx \\ λy \end{pmatrix}\)。例如,2 × \(\begin{pmatrix} 3 \\ -4 \end{pmatrix}\) = \(\begin{pmatrix} 6 \\ -8 \end{pmatrix}\)。标量 λ 可以是任意实数,正数或负数均可。

Geometrically, scalar multiplication stretches or shrinks the vector. If λ > 1, the vector elongates; if 0 < λ < 1, it shrinks; if λ < 0, the vector reverses direction. The magnitude transforms as |λa| = |λ| × |a|. This operation is essential for finding unit vectors and for expressing collinear vectors.

从几何角度,标量乘法会拉伸或压缩向量。若 λ > 1,向量伸长;若 0 < λ < 1,向量缩短;若 λ < 0,向量方向反转。模的变换满足 |λa| = |λ| × |a|。该运算在求单位向量和表达共线向量时至关重要。

To find the unit vector in the direction of a, we divide a by its magnitude: \(\hat{\mathbf{a}}\) = a / |a|. For instance, the unit vector in the direction of \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\) is \(\begin{pmatrix} 3/5 \\ 4/5 \end{pmatrix}\), which indeed has a magnitude of 1.

要求 a 方向上的单位向量,我们用 a 除以其模:\(\hat{\mathbf{a}}\) = a / |a|。例如,\(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\) 方向上的单位向量为 \(\begin{pmatrix} 3/5 \\ 4/5 \end{pmatrix}\),其模确实为 1。


8. Parallel Vectors and the Zero Vector | 平行向量与零向量

Two vectors a and b are parallel if and only if one is a scalar multiple of the other, that is, a = λb for some scalar λ ≠ 0. For example, \(\begin{pmatrix} 2 \\ 4 \end{pmatrix}\) and \(\begin{pmatrix} 6 \\ 12 \end{pmatrix}\) are parallel because \(\begin{pmatrix} 6 \\ 12 \end{pmatrix}\) = 3 × \(\begin{pmatrix} 2 \\ 4 \end{pmatrix}\). If λ is positive, the vectors share the same direction; if λ is negative, they point in opposite directions.

两个向量 ab 平行的充分必要条件是其中一个可以表示为另一个的标量倍,即存在非零标量 λ 使得 a = λb。例如,\(\begin{pmatrix} 2 \\ 4 \end{pmatrix}\) 与 \(\begin{pmatrix} 6 \\ 12 \end{pmatrix}\) 平行,因为 \(\begin{pmatrix} 6 \\ 12 \end{pmatrix}\) = 3 × \(\begin{pmatrix} 2 \\ 4 \end{pmatrix}\)。若 λ 为正,两向量方向相同;若 λ 为负,则方向相反。

The zero vector 0 = \(\begin{pmatrix} 0 \\ 0 \end{pmatrix}\) (or \(\begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}\) in 3D) has zero magnitude and undefined direction. It satisfies the property a + 0 = a for any vector a. In exam questions, collinearity of points is often tested by showing that two vectors formed by the points are parallel.

零向量 0 = \(\begin{pmatrix} 0 \\ 0 \end{pmatrix}\)(三维中为 \(\begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}\))模为零,方向未定义。它满足性质 a + 0 = a(对任意向量 a)。在考试题目中,常通过证明两点构成的向量平行来检验点的共线性。


9. Worked Examples for Examination Practice | 考试练习例题

Let us work through a typical examination question. The position vectors of points A and B are a = \(\begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix}\) and b = \(\begin{pmatrix} 5 \\ 3 \\ 1 \end{pmatrix}\). Find \(\overrightarrow{AB}\), its magnitude, and a unit vector in the direction of \(\overrightarrow{AB}\).

让我们一起解一道典型考题。点 A 和 B 的位置向量分别为 a = \(\begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix}\) 和 b = \(\begin{pmatrix} 5 \\ 3 \\ 1 \end{pmatrix}\)。求 \(\overrightarrow{AB}\)、其模以及沿 \(\overrightarrow{AB}\) 方向的单位向量。

First, \(\overrightarrow{AB}\) = ba = \(\begin{pmatrix} 5 − 2 \\ 3 − (−1) \\ 1 − 3 \end{pmatrix}\) = \(\begin{pmatrix} 3 \\ 4 \\ −2 \end{pmatrix}\). The magnitude is |\(\overrightarrow{AB}\)| = √(3² + 4² + (−2)²) = √(9 + 16 + 4) = √29. The unit vector is \(\overrightarrow{AB}\) / |\(\overrightarrow{AB}\)| = \(\begin{pmatrix} 3/√29 \\ 4/√29 \\ −2/√29 \end{pmatrix}\).

首先,\(\overrightarrow{AB}\) = ba = \(\begin{pmatrix} 5 − 2 \\ 3 − (−1) \\ 1 − 3 \end{pmatrix}\) = \(\begin{pmatrix} 3 \\ 4 \\ −2 \end{pmatrix}\)。其模为 |\(\overrightarrow{AB}\)| = √(3² + 4² + (−2)²) = √(9 + 16 + 4) = √29。单位向量为 \(\overrightarrow{AB}\) / |\(\overrightarrow{AB}\)| = \(\begin{pmatrix} 3/√29 \\ 4/√29 \\ −2/√29 \end{pmatrix}\)。

In Paper 2-style questions, you may be asked to determine whether three points are collinear. To solve such a problem, find two vectors connecting the points, such as \(\overrightarrow{AB}\) and \(\overrightarrow{BC}\), then verify that \(\overrightarrow{AB}\) = λ\(\overrightarrow{BC}\) for some scalar λ. If this holds true, the points lie on the same straight line.

在 Paper 2 类型的题目中,可能会要求你判断三个点是否共线。解决此类问题的方法是:找出连接这些点的两个向量,如 \(\overrightarrow{AB}\) 和 \(\overrightarrow{BC}\),然后验证是否存在标量 λ 使得 \(\overrightarrow{AB}\) = λ\(\overrightarrow{BC}\)。若该关系成立,则这三点位于同一直线上。


10. Common Mistakes and Key Exam Tips | 常见错误与考试要点

A frequent error is forgetting that the displacement vector \(\overrightarrow{AB}\) equals ‘terminal minus initial’ (ba), not the other way around. Always set up the subtraction in the correct order. Another common mistake is confusing the notation |a| with the absolute value of a scalar; remember that it represents the length of a vector.

一个常见错误是忘记位移向量 \(\overrightarrow{AB}\) 等于“终点减起点”(ba),而不是相反的顺序。务必按照正确顺序进行减法运算。另一个常见错误是混淆 |a| 与标量绝对值的记法;请记住它表示向量的长度。

  • Always check that your column vector has the correct number of rows for the dimension (2 rows for 2D, 3 rows for 3D).
  • When finding a unit vector, do not forget to divide each component by the magnitude, not just multiply by 1/|a| in your head.
  • In vector geometry problems, clearly identify which vectors are position vectors and which are displacement vectors.
  • Always verify whether a scalar is positive or negative when checking parallelism — this determines the direction.
  • 始终检查列向量的行数是否与维度匹配(二维 2 行,三维 3 行)。
  • 求单位向量时,不要忘记将每个分量除以模,而不是仅在心里乘以 1/|a|。
  • 在向量几何问题中,明确区分哪些是位置向量、哪些是位移向量。
  • 在判断平行时,始终确认标量的正负性——这决定了方向。

Familiarity with both column-vector and i-j-k notation is essential, as examination questions may switch between the two. Practice converting one form to the other quickly, and always present your final answer in the same notation as the question.

熟练掌握列向量与 i-j-k 两种记法至关重要,因为考试题目可能会在两者之间切换。请练习快速转换两种形式,并且始终以题目所用记法给出最终答案。


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