📚 Mastering Vector Operations for Real-World Problems | 掌握向量运算,解决实际问题
Vectors are one of the most powerful tools in A-Level mathematics. They give us a concise way to describe physical quantities that have both magnitude and direction, such as displacement, velocity, acceleration and force. In this article, we will systematically review vector operations and explore how these operations are applied to solve practical problems in navigation, mechanics and geometry.
向量是A-Level数学中最强大的工具之一。它为我们提供了一种简洁的方式,用来描述同时具有大小和方向的物理量,例如位移、速度、加速度和力。本文将系统地复习向量的运算,并探讨如何运用这些运算解决导航、力学和几何中的实际问题。
1. The Fundamental Nature of Vectors | 向量的基本特性
A vector is defined by both its magnitude (length) and direction. Two vectors are equal only when they have the same magnitude and the same direction. A scalar, in contrast, is described by magnitude alone.
向量由其大小(模长)和方向共同定义。只有当两个向量的大小相等且方向相同时,它们才相等。而标量则仅由大小来描述。
The table below distinguishes the two types of quantity.
下表区分了这两类量。
| Scalar quantities 标量 | Vector quantities 向量 |
| Mass 质量 | Displacement 位移 |
| Temperature 温度 | Velocity 速度 |
| Speed 速率 | Acceleration 加速度 |
| Energy 能量 | Force 力 |
In written mathematics, a vector is often shown in bold (u) or with an arrow above a letter. On the exam, always state the direction of a vector in your answer, not just its magnitude.
在书面数学中,向量通常用粗体(u)或在字母上方加箭头来表示。考试作答时,务必在答案中说明向量的方向,而不仅仅写出大小。
2. Addition of Vectors: Triangle and Parallelogram Laws | 向量的加法:三角形法则与平行四边形法则
To add two vectors u and v, we place the tail of v at the head of u. The sum u + v is the vector drawn from the tail of u to the head of v. This is the triangle law of addition.
要计算两个向量 u 和 v 的和,我们将 v 的起点放在 u 的终点处。和向量 u + v 就是从 u 的起点指向 v 的终点的向量。这就是向量加法的三角形法则。
Equivalently, if u and v are drawn from the same point, the diagonal of the parallelogram they form gives the sum u + v. Vector addition is commutative, so u + v = v + u.
等价地,如果 u 和 v 从同一点出发,它们所构成的平行四边形的对角线即为和向量 u + v。向量加法满足交换律,因此 u + v = v + u。
u + v = v + u
(u + v)+ w = u + (v + w)
Suppose a boat sails 6 km due east and then 8 km due north. The resultant displacement is found by adding the two vectors.
假设一艘船先向正东航行6公里,再向正北航行8公里。合位移可通过两个向量相加求得。
Resultant magnitude = √(6² + 8²) = 10 km
The direction of the resultant is λ = arctan(8/6) ≈ 53.1° north of east. Vector addition therefore directly solves many navigation and force problems.
合位移的方向为 λ = arctan(8/6) ≈ 53.1°,即北偏东53.1°。因此,向量加法可以直接解决许多导航和力学问题。
3. Subtraction and Scalar Multiplication | 向量的减法与标量乘法
Subtracting a vector is the same as adding its negative. The vector -v has the same magnitude as v but points in the opposite direction. Hence u – v = u + (-v).
减去一个向量等同于加上它的负向量。向量 -v 与 v 大小相同,但方向相反。因此 u – v = u + (-v)。
If k is a scalar, then the vector ku has magnitude |k||u|. When k > 0 the direction of ku is the same as u; when k < 0 the direction is reversed.
如果 k 是标量,则向量 ku 的大小为 |k||u|。当 k > 0 时,ku 的方向与 u 相同;当 k < 0 时,方向相反。
|ku| = |k| |u|
In mechanics, this rule appears constantly: if a force of 20 N acts to the right, then -20 N acts to the left. Scalar multiplication also allows us to express a vector along the same line in a compact way.
在力学中,这一规则随处可见:如果大小为20牛的力向右作用,那么 -20牛就表示向左作用的力。标量乘法也让我们能简洁地表示同一直线上的向量。
4. Position Vectors and Displacement | 位置向量与位移
The position vector of a point P relative to an origin O is written as p or OP. It gives the location of P in space. The displacement from point A to point B is the vector AB = b – a, where a and b are the position vectors of A and B.
点 P 相对于原点 O 的位置向量记为 p 或 OP,它表示 P 在空间中的位置。从点 A 到点 B 的位移是向量 AB = b – a,其中 a 和 b 分别是 A 和 B 的位置向量。
If A has position vector a = 3i + 2j and B has position vector b = 7i + 5j, then the displacement from A to B is AB = (7 – 3)i + (5 – 2)j = 4i + 3j. Its magnitude is √(4² + 3²) = 5 units.
如果 A 的位置向量为 a = 3i + 2j,B 的位置向量为 b = 7i + 5j,则从 A 到 B 的位移为 AB = (7 – 3)i + (5 – 2)j = 4i + 3j。其大小为 √(4² + 3²) = 5 个单位。
The distance between two points is simply the magnitude of the displacement vector between them.
两点之间的距离就是两点之间位移向量的大小。
5. Unit Vectors and Component Form | 单位向量与分量形式
A unit vector has magnitude 1. The standard unit vectors in two dimensions are i (along the x-axis) and j (along the y-axis); in three dimensions we add k (along the z-axis).
单位向量的大小为1。二维中的标准单位向量为 i(沿x轴方向)和 j(沿y轴方向);在三维中再加入 k(沿z轴方向)。
Every vector can be written uniquely as a combination of unit vectors. For example, u = 4i – 3j means 4 units in the x-direction and -3 units in the y-direction.
每个向量都可以唯一地写成单位向量的组合。例如,u = 4i – 3j 表示在x方向为4个单位,在y方向为-3个单位。
|u| = √(a₁² + a₂² + a₃²) for u = a₁i + a₂j + a₃k
To turn any non-zero vector u into a unit vector, divide by its magnitude:
要把任意非零向量 u 化为单位向量,只需除以它的大小:
u-hat = u / |u|
For u = 3i + 4j, the unit vector in the same direction is (3/5)i + (4/5)j. This is particularly useful in resolving forces into components.
例如 u = 3i + 4j,同方向的单位向量为 (3/5)i + (4/5)j。这在力的分解中特别有用。
6. The Dot Product | 点积(数量积)
The dot product of two vectors u and v is defined in two equivalent ways. Geometrically, it measures how much one vector acts in the direction of the other:
两个向量 u 和 v 的点积有两种等价的定义方式。从几何上看,它衡量一个向量在另一个向量方向上作用的程度:
u ⋅ v = |u| |v| cos θ
In component form, multiply corresponding components and add the products:
在分量形式下,将对应分量相乘再相加:
u ⋅ v = u₁v₁ + u₂v₂ + u₃v₃
If u = 2i – j + 3k and v = i + 4j – 2k, then u ⋅ v = (2)(1) + (-1)(4) + (3)(-2) = 2 – 4 – 6 = -8.
若 u = 2i – j + 3k,v = i + 4j – 2k,则 u ⋅ v = (2)(1) + (-1)(4) + (3)(-2) = 2 – 4 – 6 = -8。
Two non-zero vectors are perpendicular if and only if their dot product is zero. This single fact is frequently tested in A-Level questions involving tangents, normals and right angles.
两个非零向量垂直当且仅当它们的点积为零。这一结论在A-Level考试中经常被用来处理切线、法线和直角问题。
The dot product also gives the angle between two vectors:
点积还可用于求两个向量之间的夹角:
cos θ = (u ⋅ v) / (|u| |v|)
7. The Cross Product | 叉积(向量积)
The cross product of two vectors u and v is a vector perpendicular to both. Its magnitude equals the area of the parallelogram formed by u and v:
两个向量 u 和 v 的叉积是一个同时垂直于 u 和 v 的向量。其大小等于由 u 和 v 构成的平行四边形的面积:
|u × v| = |u| |v| sin θ
In component form, the cross product is calculated as follows:
叉积的分量计算公式如下:
u × v = (u₂v₃ – u₃v₂)i – (u₁v₃ – u₃v₁)j + (u₁v₂ – u₂v₁)k
A useful cyclic rule for unit vectors is i × j = k, j × k = i and k × i = j. Because the cross product is anti-commutative, u × v = -(v × u).
单位向量之间有一个有用的循环法则:i × j = k,j × k = i,k × i = j。由于叉积是反交换的,u × v = -(v × u)。
In practical geometry, the cross product lets us find a normal vector to a plane, or the perpendicular distance from a point to a line in three dimensions.
在实际几何应用中,叉积可以帮助我们求平面的法向量,或三维空间中点到直线的垂直距离。
8. Resolving Vectors into Components | 向量的分解(正交分解)
Consider a force F of magnitude F acting at an angle θ above the horizontal. Its horizontal component is F cos θ and its vertical component is F sin θ.
考虑一个大小为 F、与水平方向成角 θ 的力。其水平分量为 F cos θ,垂直分量为 F sin θ。
F = (F cos θ) i + (F sin θ) j
For example, a force of 50 N at 60° to the horizontal has components:
例如,一个与水平方向成60°、大小为50牛的力,其分量为:
Fₓ = 50 cos 60° = 25 N, Fᵧ = 50 sin 60° = 25√3 N ≈ 43.3 N
Resolving is essential when dealing with inclined planes, projectiles and connected particles. Always draw a clear diagram and label the angle in the correct position before resolving.
在解决斜面、抛体运动和连接体问题时,分解是必不可少的。先画出清晰的受力图并正确标出角度,再进行分解。
9. River Crossing and Navigation Problems | 渡河与导航问题
The classic navigation problem involves a boat trying to cross a river. The boat’s velocity relative to the water and the river’s current velocity must be added as vectors to find the resultant velocity.
经典的导航问题涉及船只渡河。船相对水的速度与河水的流速必须作为向量相加,才能得到合速度。
Suppose a river is 100 m wide, the boat can travel at 4 m/s in still water, and the current flows at 2 m/s downstream.
假设河宽100米,船在静水中的速度为4米/秒,水流速度为2米/秒,方向向下游。
Case 1: aiming directly across the river. The boat takes 100/4 = 25 s to reach the far bank, but is carried downstream by the current. The drift is 2 m/s × 25 s = 50 m downstream.
情形一:船头正对河岸。船到达对岸所需时间为 100/4 = 25 秒,但会被水流冲向下游。漂移距离为 2米/秒 × 25秒 = 50米。
Case 2: aiming upstream to land directly opposite. The boat must steer at an angle θ satisfying sin θ = 2/4 = 0.5, so θ = 30°. The resultant speed across the river is √(4² – 2²) = √12 ≈ 3.46 m/s, giving a crossing time of 100/3.46 ≈ 28.9 s.
情形二:船头朝向上游以垂直渡河。船需要与河岸垂线成角 θ,满足 sin θ = 2/4 = 0.5,故 θ = 30°。垂直河岸的合速度为 √(4² – 2²) = √12 ≈ 3.46米/秒,渡河时间约为 100/3.46 ≈ 28.9 秒。
This example shows why the path of shortest distance is not the path of shortest time. Vectors give us a precise method for comparing both strategies.
这个例子说明,路程最短的路径并不一定是时间最短的路径。向量为我们提供了精确比较两种策略的方法。
10. Forces in Equilibrium | 力的平衡
When a particle is in equilibrium, the vector sum of all forces acting on it is zero:
当质点处于平衡状态时,作用在其上的所有力的向量和为零:
ΣF = 0
In two dimensions, this condition produces two scalar equations: the sum of horizontal components is zero, and the sum of vertical components is zero.
在二维情形下,这一条件给出两个标量方程:水平分量之和为零,垂直分量之和为零。
Consider three coplanar forces acting on a particle: F₁ = 30i N, F₂ = 40 cos 60° i + 40 sin 60° j = 20i + 20√3 j N. The resultant is F = 50i + 20√3 j N. For equilibrium, the third force must be F₃ = -50i – 20√3 j N.
考虑共点力系中三个共面力:F₁ = 30i牛,F₂ = 40cos60° i + 40sin60° j = 20i + 20√3j牛。合力为 F = 50i + 20√3j牛。若要平衡,第三个力必须为 F₃ = -50i – 20√3j牛。
Lami’s theorem is a quick alternative for three forces in equilibrium: each force is proportional to the sine of the angle between the other two forces.
对于三力平衡问题,拉密定理是一个快捷方法:每个力与另外两个力之间夹角的正弦值成正比。
F₁ / sin α = F₂ / sin β = F₃ / sin γ
11. Working with Vectors in Three Dimensions | 三维空间中的向量
In three dimensions, a vector is written as u = a₁i + a₂j + a₃k. The position vector of a point P(a₁, a₂, a₃) from the origin is exactly this vector.
在三维空间中,向量写作 u = a₁i + a₂j + a₃k。点 P(a₁, a₂, a₃) 相对于原点的位置向量正是这个向量。
Given two points P(1, 2, 3) and Q(4, 6, 7), the displacement vector is PQ = 3i + 4j + 4k. The distance between the points is:
已知两点 P(1, 2, 3) 和 Q(4, 6, 7),位移向量为 PQ = 3i + 4j + 4k。两点之间的距离为:
|PQ| = √(3² + 4² + 4²) = √41
The midpoint of a segment PQ has position vector:
线段 PQ 的中点的位置向量为:
m = (p + q) / 2
For P(1, 2, 3) and Q(4, 6, 7), the midpoint is (2.5, 4, 5). You may also be asked to find a point dividing a line segment in a given ratio using the section formula.
对于 P(1, 2, 3) 和 Q(4, 6, 7),中点为 (2.5, 4, 5)。考试中还可能要求你利用定比分点公式,求按给定比例分割线段的点的坐标。
12. Summary and Exam Tips | 总结与考试要点
Vector operations form the backbone of many A-Level mechanics and geometry questions. Here are the key tips for exam success:
向量运算是许多A-Level力学和几何题的核心。以下是一些考试要点:
-
Always draw a diagram when a question involves directions; a clear sketch prevents sign errors.
遇到涉及方向的问题时务必画图;清晰的草图可以避免符号错误。
-
Resolve forces or velocities along two perpendicular axes before applying equations.
在应用方程之前,先将力或速度沿两个互相垂直的轴分解。
-
Use the dot product to test perpendicularity and to find angles; use the magnitude formula to find distances.
用点积检验垂直关系并求夹角;用向量模长公式求距离。
-
In equilibrium problems, write ΣFₓ = 0 and ΣFᵧ = 0 separately; these give you two equations.
在平衡问题中,分别列出 ΣFₓ = 0 和 ΣFᵧ = 0;这两个方程可供求解。
-
Check units and directions. A vector answer should always include both magnitude and direction.
检查单位和方向。向量答案应始终同时包含大小和方向。
By practising these operations on realistic problems, you will develop the speed and confidence needed for the exam.
通过在真实情境问题中反复练习这些运算,你将逐步培养出考试所需的解题速度和信心。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导