Representation of Vectors | 向量的表示方法

📚 Representation of Vectors | 向量的表示方法

Vectors are fundamental objects in A-Level mathematics, used to describe quantities that possess both magnitude and direction, such as velocity, force, or displacement. Choosing the right representation is often the key to solving problems efficiently, whether in pure mathematics, mechanics, or statistics.

向量是 A-Level 数学中的基本对象,用于描述既有大小又有方向的量,例如速度、力或位移。选择恰当的表示方法往往是高效解题的关键,无论是在纯数学、力学还是统计学中。


1. Directed Line Segments | 有向线段

The most visual way to represent a vector is as a directed line segment. The length of the segment represents the magnitude of the vector, while the arrowhead indicates its direction. For example, the vector from point A to point B is written as \(\overrightarrow{AB}\) (though we avoid LaTeX here, we can denote it as AB with an arrow above in printed text).

最直观的向量表示方法是有向线段。线段的长度代表向量的大小,箭头指示向量的方向。例如,从点 A 指向点 B 的向量可记作 \overrightarrow{AB}(此处在印刷文本中可用上方带箭头的 AB 表示)。

This representation is particularly useful when working with geometry and kinematics, as it directly connects abstract algebra to the physical picture. It reminds us that a vector is not tied to a specific location — moving the segment without rotating or resizing it does not change the vector it represents.

这种表示在几何和运动学中尤其有用,它将抽象代数与物理图像直接联系起来。它提醒我们,向量并不与具体位置绑定——在不旋转或改变大小的情况下平移线段,并不会改变它所代表的向量。


2. Column Vectors | 列向量

In 2D, a column vector is written as a pair of numbers arranged vertically, for example:
\[
\mathbf{v} = \begin{pmatrix} 3 \\ -2 \end{pmatrix}
\]
Here, the top component represents the horizontal displacement (along the x-axis), and the bottom component represents the vertical displacement (along the y-axis). In 3D, a third component is added for the z-direction.

在二维空间中,列向量写成一列数字,例如:
\[
\mathbf{v} = \begin{pmatrix} 3 \\ -2 \end{pmatrix}
\]
其中上方分量代表水平位移(沿 x 轴),下方分量代表垂直位移(沿 y 轴)。在三维空间中,则加上第三个分量表示 z 方向。

Column vectors are extremely common in A-Level papers because they allow straightforward arithmetic: addition, subtraction, and scalar multiplication can be performed component-wise. They also align naturally with the way matrices are written, which is essential when studying transformations.

列向量在 A-Level 试卷中极其常见,因为其运算非常直接:加法、减法和标量乘法都可以逐分量进行。它们也与矩阵的书写方式自然对齐,在学习变换时至关重要。

\(\mathbf{v} = \begin{pmatrix} x \\ y \end{pmatrix}\)   |   \(\mathbf{w} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}\)

When reading a column vector, always remember: the first entry is the x-component, the second entry is the y-component (and the third, if present, is the z-component). This convention is consistent across all exam boards.

读取列向量时务必牢记:第一个分量是 x 分量,第二个分量是 y 分量(若有第三个,则为 z 分量)。这一约定在所有考试局中保持一致。


3. Row Vectors | 行向量

Alternatively, a vector can be written as a row: \(\mathbf{v} = (3, -2)\). This is mathematically equivalent to the column vector, but it is used less frequently in A-Level mechanics and more often in linear algebra contexts, particularly when multiplying by matrices on the left.

另外,向量也可以写成一行:\(\mathbf{v} = (3, -2)\)。这在数学上与列向量等价,但在 A-Level 力学中使用较少,更多出现在线性代数情境中,尤其是在左侧乘以矩阵时。

Some exam boards use row vectors when dealing with dot products and matrix transformations, while others prefer column vectors throughout. It is essential to be comfortable with both formats and to know how to convert between them instantly.

有些考试局在点积和矩阵变换中会使用行向量,而另一些则全程使用列向量。掌握两种写法并能随时互换至关重要。


4. Unit Vectors i, j, k | 单位向量 i, j, k

In many A-Level courses, vectors in 2D and 3D are expressed in terms of the standard unit vectors:
\[
\mathbf{i} = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix}, \quad \mathbf{j} = \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix}, \quad \mathbf{k} = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix}
\]
A vector such as \(\mathbf{v} = 3\mathbf{i} – 2\mathbf{j}\) is understood as \(3\) units in the x-direction and \(-2\) units in the y-direction.

在许多 A-Level 课程中,二维和三维向量都用标准单位向量表示:
\[
\mathbf{i} = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix}, \quad \mathbf{j} = \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix}, \quad \mathbf{k} = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix}
\]
例如向量 \(\mathbf{v} = 3\mathbf{i} – 2\mathbf{j}\) 表示沿 x 方向 3 个单位、沿 y 方向 \(-2\) 个单位。

This notation is concise and elegant, making it the preferred choice in mechanics problems involving forces or velocities. It also makes the transition to 3D vectors natural, since the same symbols extend seamlessly with the z-component.

这种记号简洁优雅,是涉及力或速度的力学问题中的首选。它也让从二维向量过渡到三维向量变得自然,因为同样的符号可以无缝扩展到 z 分量。


5. Position Vectors | 位置向量

A position vector is a vector that points from the origin O to a specific point P. It is usually denoted by \(\mathbf{p}\) or \(\overrightarrow{OP}\). For example, if P has coordinates \((2, -3)\), then its position vector is \(\mathbf{p} = 2\mathbf{i} – 3\mathbf{j}\).

位置向量是从原点 O 指向特定点 P 的向量,通常记作 \(\mathbf{p}\) 或 \(\overrightarrow{OP}\)。例如,若 P 的坐标为 \((2, -3)\),则其位置向量为 \(\mathbf{p} = 2\mathbf{i} – 3\mathbf{j}\)。

Distinguishing between a point and its position vector is a common source of confusion. A point is a location in space, while a position vector is an instruction: “start at the origin, move this far and this way.” Once you make this distinction, many vector geometry problems become significantly clearer.

区分点与其位置向量是常见的混淆来源。点是空间中的一个位置,而位置向量是一条指令:\”从原点出发,向这个方向移动这个距离。\”一旦明确这一区别,许多向量几何问题会变得清晰得多。


6. Magnitude and Direction | 大小与方向

The magnitude (also called length or modulus) of a vector \(\mathbf{v} = x\mathbf{i} + y\mathbf{j}\) is given by:
\[
|\mathbf{v}| = \sqrt{x^2 + y^2}
\]
In 3D, \(|\mathbf{v}| = \sqrt{x^2 + y^2 + z^2}\). This is a direct application of Pythagoras’ theorem.

向量 \(\mathbf{v} = x\mathbf{i} + y\mathbf{j}\) 的大小(也称长度或模)为:
\[
|\mathbf{v}| = \sqrt{x^2 + y^2}
\]
在三维中,\(|\mathbf{v}| = \sqrt{x^2 + y^2 + z^2}\)。这是勾股定理的直接应用。

Direction is usually stated as an angle \(\theta\) measured from the positive x-axis, where \(\tan\theta = \frac{y}{x}\). It is important to determine the correct quadrant when finding \(\theta\), since the tangent function is periodic and can give two possible angles.

方向通常用与 x 轴正方向的夹角 \(\theta\) 表示,其中 \(\tan\theta = \frac{y}{x}\)。在求 \(\theta\) 时必须确定正确的象限,因为正切函数是周期性的,可能给出两个不同的角度。

\(|\mathbf{v}| = \sqrt{x^2 + y^2}\),   \(\theta = \tan^{-1}\left(\frac{y}{x}\right)\)

When converting from direction to components, use \(x = |\mathbf{v}|\cos\theta\) and \(y = |\mathbf{v}|\sin\theta\). These formulas are essential in mechanics for resolving forces.

从方向转换到分量时,使用 \(x = |\mathbf{v}|\cos\theta\) 和 \(y = |\mathbf{v}|\sin\theta\)。这些公式在力学中分解力时必不可少。


7. Equal Vectors | 相等向量

Two vectors are equal if and only if they have the same magnitude and the same direction. In component form, this means every corresponding component must be identical. For instance, \(\begin{pmatrix} a \\ b \end{pmatrix} = \begin{pmatrix} c \\ d \end{pmatrix}\) if and only if \(a = c\) and \(b = d\).

两个向量相等,当且仅当它们的大小相同且方向相同。在分量形式中,这意味着每个对应分量都必须相同。例如,\(\begin{pmatrix} a \\ b \end{pmatrix} = \begin{pmatrix} c \\ d \end{pmatrix}\) 当且仅当 \(a = c\) 且 \(b = d\)。

This definition may seem trivial, but it underpins many geometric proofs. When a shape is described as a parallelogram, for instance, the vector proof relies on showing that opposite sides are represented by equal vectors.

这个定义看似平凡,但它是许多几何证明的基础。例如,当描述一个图形为平行四边形时,向量证明的核心就是证明对边由相等向量表示。


8. Negative Vectors and Scalar Multiplication | 负向量与标量乘法

If \(\mathbf{v}\) is a vector, then \(-\mathbf{v}\) has the same magnitude but the opposite direction. In component form, we simply multiply each component by \(-1\): \(-\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} -x \\ -y \end{pmatrix}\).

若 \(\mathbf{v}\) 是一个向量,则 \(-\mathbf{v}\) 大小相同但方向相反。在分量形式中,只需将每个分量乘以 \(-1\):\(-\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} -x \\ -y \end{pmatrix}\)。

More generally, for any scalar \(k \in \mathbb{R}\), the vector \(k\mathbf{v}\) has magnitude \(|k|\) times that of \(\mathbf{v}\). When \(k > 0\), direction is unchanged; when \(k < 0\), direction is reversed. This operation is called scalar multiplication.

更一般地,对于任意标量 \(k \in \mathbb{R}\),向量 \(k\mathbf{v}\) 的大小是 \(\mathbf{v}\) 的 \(|k|\) 倍。当 \(k > 0\) 时,方向不变;当 \(k < 0\) 时,方向反转。这一运算称为标量乘法。

Scalar multiplication is the crucial tool for converting a vector into a unit vector: simply divide by its magnitude. The unit vector in the direction of \(\mathbf{v}\) is \(\hat{\mathbf{v}} = \frac{\mathbf{v}}{|\mathbf{v}|}\).

标量乘法是将向量转化为单位向量的关键工具:只需除以它的大小即可。沿 \(\mathbf{v}\) 方向的单位向量为 \(\hat{\mathbf{v}} = \frac{\mathbf{v}}{|\mathbf{v}|}\)。


9. The Vector Between Two Points | 两点间的向量

Given points A and B with position vectors \(\mathbf{a}\) and \(\mathbf{b}\), respectively, the vector from A to B is:
\[
\overrightarrow{AB} = \mathbf{b} – \mathbf{a}
\]
This is sometimes called the displacement vector. It answers the question: \”Starting at A, what vector takes me to B?\”

已知点 A 和 B 的位置向量分别为 \(\mathbf{a}\) 和 \(\mathbf{b}\),则从 A 到 B 的向量为:
\[
\overrightarrow{AB} = \mathbf{b} – \mathbf{a}
\]
这有时称为位移向量。它回答的问题:\”若从 A 出发,需要什么向量才能到达 B?\”

Notice the order: it is always \”final position minus initial position.\” Reversing the order gives \(\overrightarrow{BA} = \mathbf{a} – \mathbf{b}\), which is the negative of \(\overrightarrow{AB}\).

注意顺序:永远是\”终点位置减起点位置\”。颠倒顺序得到 \(\overrightarrow{BA} = \mathbf{a} – \mathbf{b}\),即 \(\overrightarrow{AB}\) 的负向量。

A particularly useful result is the midpoint formula: the position vector of the midpoint M of AB is \(\mathbf{m} = \frac{\mathbf{a} + \mathbf{b}}{2}\). This can be extended to division in any ratio using the section formula.

一个特别有用的结论是中点公式:AB 中点 M 的位置向量为 \(\mathbf{m} = \frac{\mathbf{a} + \mathbf{b}}{2}\)。这可以推广到按任意比例分割的情形,即定比分点公式。


10. Choosing the Right Representation | 选择恰当的表示方法

In the exam, you are free to use any of the above forms. However, different types of problems lend themselves to different representations. The table below summarises common contexts and recommended approaches.

在考试中,你可以自由使用上述任何一种形式。然而,不同类型的问题适合不同的表示方法。下表总结了常见情境与推荐做法。

Context | 情境 Recommended Form | 推荐形式 Reason | 理由
Geometry (parallelograms, midpoints) \(\mathbf{i}, \mathbf{j}\) notation or column vectors Easy addition and subtraction
Mechanics (forces, velocity) \(\mathbf{i}, \mathbf{j}, \mathbf{k}\) notation Clear physical meaning
Magnitude / direction questions Column vector or magnitude-angle Direct application of formulas
Vector proofs Position vectors with letters Algebraic clarity

In pure mathematics questions, column vectors tend to be the fastest. In mechanics, \(\mathbf{i}, \mathbf{j}\) notation is often expected, and in more abstract proofs, position vectors provide the most structured approach.

在纯数学题目中,列向量往往最快。在力学中,通常期望使用 \(\mathbf{i}, \mathbf{j}\) 记号,而在更抽象的证明中,位置向量提供了最有条理的方法。


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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version