📚 A-Level Maths: Vector Applications in Kinematics | A-Level 数学:运动学中的向量应用
In A-Level Mathematics, kinematics is the study of motion without considering the forces that cause it. When motion occurs in two or three dimensions, scalar quantities such as speed and distance are no longer sufficient to describe it fully. This is where vectors become essential, enabling us to represent position, displacement, velocity, and acceleration in a structured mathematical form.
在 A-Level 数学中,运动学研究的是物体的运动而不考虑引起运动的力。当运动发生在二维或三维空间时,速度和距离这样的标量已不足以完整描述运动。这时向量变得至关重要,它使我们能够以结构化的数学形式表示位置、位移、速度和加速度。
1. Position and Displacement Vectors | 位置向量与位移向量
A position vector r determines the location of a particle relative to a fixed origin O. In two dimensions, we write r = xi + yj, where i and j are the unit vectors along the x-axis and y-axis respectively. In three dimensions, we extend this to r = xi + yj + zk.
位置向量 r 确定了一个质点相对于固定原点 O 的位置。在二维空间中,我们写作 r = xi + yj,其中 i 和 j 分别是沿 x 轴和 y 轴的单位向量。在三维空间中,我们将其扩展为 r = xi + yj + zk。
The displacement vector s from point A with position vector a to point B with position vector b is given by s = b − a. Note that displacement is a vector quantity — it includes both magnitude and direction — whereas distance is a scalar that equals the magnitude of displacement when motion is along a straight line.
从位置向量为 a 的点 A 到位置向量为 b 的点 B 的位移向量为 s = b − a。请注意,位移是向量量——包含大小和方向——而距离是标量;当物体沿直线运动时,距离等于位移的大小。
For example, if a particle moves from (2, 3) to (5, 7), its displacement vector is (5 − 2)i + (7 − 3)j = 3i + 4j. The magnitude of this displacement is √(3² + 4²) = 5 units, and its direction can be given by the angle θ = tan⁻¹(4/3) ≈ 53.13° above the positive x-axis.
例如,若一个质点从 (2, 3) 运动到 (5, 7),其位移向量为 (5 − 2)i + (7 − 3)j = 3i + 4j。该位移的大小为 √(3² + 4²) = 5 个单位,其方向可用与 x 轴正方向的夹角 θ = tan⁻¹(4/3) ≈ 53.13° 表示。
2. Velocity as a Vector | 速度的向量表示
The velocity vector v is the rate of change of the position vector with respect to time: v = dr/dt. In component form, if r = xi + yj, then v = (dx/dt)i + (dy/dt)j = vₓi + vᵧj. The magnitude of v is the speed of the particle.
速度向量 v 是位置向量关于时间的变化率:v = dr/dt。在分量形式中,若 r = xi + yj,则 v = (dx/dt)i + (dy/dt)j = vₓi + vᵧj。v 的大小即为质点的速率。
A constant velocity vector implies straight-line motion at constant speed. If the velocity vector changes over time, the particle is accelerating. When solving kinematics problems with vectors, we can treat each component independently, as the x-component and y-component motions do not interfere with each other.
恒定的速度向量意味着质点做匀速直线运动。若速度向量随时间变化,则质点在加速。在使用向量解决运动学问题时,我们可以独立处理每个分量,因为 x 分量和 y 分量的运动互不干扰。
Given a velocity vector v = 3i − 4j m s⁻¹, the speed is |v| = √(3² + (−4)²) = 5 m s⁻¹. The direction is found from tan θ = −4/3, with the negative sign indicating the angle is below the x-axis.
给定速度向量 v = 3i − 4j m s⁻¹,其速率 |v| = √(3² + (−4)²) = 5 m s⁻¹。方向由 tan θ = −4/3 求得,负号表示该角度在 x 轴下方。
3. Acceleration as a Vector | 加速度的向量表示
Acceleration is the rate of change of velocity: a = dv/dt = d²r/dt². If a is constant, the vector form of the constant acceleration equations (SUVAT) can be used directly. These equate to vector expressions: v = u + at, s = ut + ½at², and v·v = u·u + 2a·s.
加速度是速度的变化率:a = dv/dt = d²r/dt²。若 a 恒定,则可直接使用匀加速运动方程的向量形式。这些方程对应向量表达式:v = u + at,s = ut + ½at²,以及 v·v = u·u + 2a·s。
Here, u is the initial velocity vector, v is the final velocity vector, a is the constant acceleration vector, s is the displacement vector, and t is time. These vector equations hold true component-wise. For example, if u = 2i + 3j m s⁻¹ and a = 1i − 2j m s⁻², then after t = 4 s, the velocity is v = (2 + 1×4)i + (3 − 2×4)j = 6i − 5j m s⁻¹.
其中 u 是初速度向量,v 是末速度向量,a 是恒定加速度向量,s 是位移向量,t 是时间。这些向量方程在分量层面均成立。例如,若 u = 2i + 3j m s⁻¹,a = 1i − 2j m s⁻²,则经过 t = 4 s 后,速度为 v = (2 + 1×4)i + (3 − 2×4)j = 6i − 5j m s⁻¹。
When using the equation v² = u² + 2as in vector form, one must use the dot product: |v|² = |u|² + 2a·s. This is because squaring a vector is not a valid operation; instead, we take the dot product of a vector with itself.
在向量形式中使用 v² = u² + 2as 时,必须使用点积:|v|² = |u|² + 2a·s。因为对向量进行平方不是有效运算;我们应取向量与自身的点积。
4. Projectile Motion with Vectors | 向量在抛体运动中的应用
Projectile motion is a classic application of vector kinematics. A particle is launched with an initial velocity u at an angle θ to the horizontal. Using vectors, the initial velocity can be written as u = (u cos θ)i + (u sin θ)j, where i is horizontal and j is vertical upwards.
抛体运动是向量运动学的经典应用。一个质点以初速度 u 和与水平方向成 θ 角发射。使用向量,初速度可写为 u = (u cos θ)i + (u sin θ)j,其中 i 为水平方向,j 为竖直向上。
Assuming no air resistance, the only acceleration is gravitational, so a = −g j, where g ≈ 9.8 m s⁻². The position vector after time t is given by:
假设无空气阻力,唯一加速度为重力加速度,故 a = −g j,其中 g ≈ 9.8 m s⁻²。t 时刻的位置向量为:
r = (u cos θ)t i + (u sin θ)t j − ½ g t² j
Equivalently, the horizontal and vertical components of displacement are x = (u cos θ)t and y = (u sin θ)t − ½g t². The horizontal component is independent of gravity, resulting in constant horizontal velocity, while the vertical component experiences constant downward acceleration.
等价地,水平位移和竖直位移分量分别为 x = (u cos θ)t 和 y = (u sin θ)t − ½g t²。水平分量不受重力影响,因此水平速度恒定;竖直分量则经历恒定的向下加速度。
To find the time of flight, set y = 0 and solve for t. The range R is the horizontal distance travelled when y = 0, giving R = (u² sin 2θ)/g. The maximum height H is found by setting the vertical velocity component to zero: vᵧ = u sin θ − g t = 0, giving H = (u² sin²θ)/(2g).
求飞行时间时,令 y = 0 并解出 t。射程 R 是 y = 0 时的水平距离,可得 R = (u² sin 2θ)/g。最大高度 H 通过令竖直速度分量为零求得:vᵧ = u sin θ − g t = 0,可得 H = (u² sin²θ)/(2g)。
5. Relative Velocity | 相对速度
Relative velocity is the velocity of one object as observed from another moving object. If object A has velocity vₐ and object B has velocity vᵦ, then the velocity of A relative to B is vₐᵦ = vₐ − vᵦ.
相对速度是指从一个运动物体上观察另一个物体时的速度。若物体 A 的速度为 vₐ,物体 B 的速度为 vᵦ,则 A 相对于 B 的速度为 vₐᵦ = vₐ − vᵦ。
This is an extremely powerful tool in kinematics. For example, if a boat is crossing a river with velocity v_boat in still water, and the river current has velocity v_current, then the velocity of the boat relative to the ground is v_ground = v_boat + v_current. To travel directly across the river, the boat’s velocity relative to the water must be angled upstream.
这是运动学中极为强大的工具。例如,若船在静水中的速度为 v_船,河流水流的速度为 v_流,则船相对于地面的速度为 v_地面 = v_船 + v_流。若要垂直横渡河流,船相对于水的速度必须偏向上游。
Consider a boat that can travel at 10 m s⁻¹ in still water crossing a river with a current of 5 m s⁻¹. To reach a point directly opposite, the boat must point upstream at an angle θ = sin⁻¹(5/10) = 30° relative to the straight-across direction. The resulting speed across the river is √(10² − 5²) = 5√3 ≈ 8.66 m s⁻¹.
考虑一艘在静水中速度为 10 m s⁻¹ 的船横渡水流速度为 5 m s⁻¹ 的河流。要达到正对岸的点,船必须朝上游方向偏转角度 θ = sin⁻¹(5/10) = 30°(相对于垂直横渡方向)。由此横渡速度变为 √(10² − 5²) = 5√3 ≈ 8.66 m s⁻¹。
6. Solving Kinematics Problems Step by Step | 分步解决运动学问题
When solving vector kinematics problems, a systematic method is essential. First, define a clear coordinate system and state the positive directions. Second, write all known quantities in vector component form. Third, split the problem into x and y components if appropriate. Fourth, apply the relevant equations separately to each component. Finally, combine the results to obtain the required vector quantity, and convert to magnitude and direction if asked.
解决向量运动学问题时,系统的方法是关键。首先,明确坐标系并规定正方向。其次,将所有已知量写成向量分量形式。第三,若适用则将问题分解为 x 和 y 分量。第四,对各分量分别应用相关方程。最后,组合结果得到所需的向量量,若题目要求则转换为大小和方向。
Let us work through a typical example. A particle starts at the origin with initial velocity u = 4i + 3j m s⁻¹ and moves with constant acceleration a = −2i + 1j m s⁻². Find the position vector and velocity vector after 3 seconds.
让我们完成一个典型例题。一个质点从原点出发,初速度为 u = 4i + 3j m s⁻¹,以恒定加速度 a = −2i + 1j m s⁻² 运动。求 3 秒后质点的位置向量和速度向量。
For the velocity: v = u + at = (4i + 3j) + (−2i + 1j)(3) = (4 − 6)i + (3 + 3)j = −2i + 6j m s⁻¹. For the position: s = ut + ½at² = (4i + 3j)(3) + ½(−2i + 1j)(9) = (12i + 9j) + (−9i + 4.5j) = 3i + 13.5j m.
速度:v = u + at = (4i + 3j) + (−2i + 1j)(3) = (4 − 6)i + (3 + 3)j = −2i + 6j m s⁻¹。位置:s = ut + ½at² = (4i + 3j)(3) + ½(−2i + 1j)(9) = (12i + 9j) + (−9i + 4.5j) = 3i + 13.5j m。
To find the speed of the particle at t = 3 s, compute |v| = √((−2)² + 6²) = √40 = 2√10 ≈ 6.32 m s⁻¹. The direction angle is tan⁻¹(6/−2), which is in the second quadrant, so θ ≈ 108.43° from the positive x-axis.
求 t = 3 s 时质点的速率,计算 |v| = √((−2)² + 6²) = √40 = 2√10 ≈ 6.32 m s⁻¹。方向角为 tan⁻¹(6/−2),位于第二象限,故 θ ≈ 108.43°(自 x 轴正方向逆时针)。
7. Closest Distance and Interception Problems | 最近距离与拦截问题
A particularly interesting class of problems involves finding the closest distance between two moving particles or determining whether one particle can intercept another. These problems rely on relative velocity and position vectors.
一类特别有趣的问题是求两个运动质点之间的最近距离,或判断一个质点能否拦截另一个质点。这些问题依赖于相对速度和相对位置向量。
Given two particles P and Q with position vectors rₚ and r_q and velocities vₚ and v_q, the displacement of Q relative to P is r_qₚ = r_q − rₚ, and the velocity of Q relative to P is v_qₚ = v_q − vₚ. The closest approach occurs when the relative displacement is perpendicular to the relative velocity, i.e., r_qₚ · v_qₚ = 0.
给定两个质点 P 和 Q,其位置向量分别为 rₚ 和 r_q,速度分别为 vₚ 和 v_q,则 Q 相对于 P 的位移为 r_qₚ = r_q − rₚ,Q 相对于 P 的速度为 v_qₚ = v_q − vₚ。最近距离出现在相对位移垂直于相对速度时,即 r_qₚ · v_qₚ = 0。
For example, suppose ship P is at position 2i + 5j km with velocity 3i + 4j km h⁻¹, and ship Q is at position −i + j km with velocity 1i − 2j km h⁻¹. Then r_qₚ = (−1 − 2)i + (1 − 5)j = −3i − 4j km, and v_qₚ = (1 − 3)i + (−2 − 4)j = −2i − 6j km h⁻¹.
例如,设船 P 位于 2i + 5j km,速度为 3i + 4j km h⁻¹;船 Q 位于 −i + j km,速度为 1i − 2j km h⁻¹。则 r_qₚ = (−1 − 2)i + (1 − 5)j = −3i − 4j km,v_qₚ = (1 − 3)i + (−2 − 4)j = −2i − 6j km h⁻¹。
At closest approach, the position of Q relative to P after time t is r_qₚ + v_qₚ t. Setting its dot product with v_qₚ to zero gives (−3i − 4j) · (−2i − 6j) + t (−2i − 6j) · (−2i − 6j) = 0. This simplifies to (6 + 24) + t(4 + 36) = 0, so 30 + 40t = 0, giving t = −0.75 h. A negative time means the closest approach occurred 0.75 hours ago; the minimum separation at the current moment can be found by evaluating the distance.
在最近距离时,t 时刻 Q 相对 P 的位置为 r_qₚ + v_qₚ t。令其与 v_qₚ 的点积为零,得 (−3i − 4j) · (−2i − 6j) + t (−2i − 6j) · (−2i − 6j) = 0。化简得 (6 + 24) + t(4 + 36) = 0,即 30 + 40t = 0,所以 t = −0.75 h。负时间说明最近距离出现在 0.75 小时前;当前时刻的最小间距可通过计算距离得到。
8. Vector Functions of Time: Variable Acceleration | 时间向量函数:变加速度
In more advanced A-Level problems, acceleration may depend on time, velocity, or position. Starting from a velocity vector v(t) = vₓ(t)i + vᵧ(t)j, the acceleration is a(t) = dv/dt, and the displacement is s(t) = ∫v dt. These operations are performed component-wise.
在更高级的 A-Level 问题中,加速度可能依赖于时间、速度或位置。从速度向量 v(t) = vₓ(t)i + vᵧ(t)j 出发,加速度为 a(t) = dv/dt,位移为 s(t) = ∫v dt。这些运算按分量进行。
For example, if the velocity of a particle is given by v(t) = 2t² i − 3 sin t j m s⁻¹, then the acceleration is a(t) = 4t i − 3 cos t j m s⁻². To find the displacement from t = 0 to t = 2 s, integrate each component separately: s = [∫₀² 2t² dt] i + [∫₀² (−3 sin t) dt] j = [16/3] i + [3 cos 2 − 3] j ≈ 5.33i − 4.25j m.
例如,若质点速度 v(t) = 2t² i − 3 sin t j m s⁻¹,则加速度 a(t) = 4t i − 3 cos t j m s⁻²。求从 t = 0 到 t = 2 s 的位移,需要分别对每个分量积分:s = [∫₀² 2t² dt] i + [∫₀² (−3 sin t) dt] j = [16/3] i + [3 cos 2 − 3] j ≈ 5.33i − 4.25j m。
When using integration, remember to include the constant of integration when finding velocity from acceleration. The constant represents the initial velocity u. Similarly, when finding displacement from velocity, the constant represents the initial position.
使用积分时,若从加速度求速度,切记包含积分常数。该常数代表初速度 u。类似地,从速度求位移时,常数代表初始位置。
9. The Dot Product in Kinematics | 点积在运动学中的应用
The dot product plays a crucial role in vector kinematics. For two vectors a = a₁i + a₂j + a₃k and b = b₁i + b₂j + b₃k, the dot product is a·b = a₁b₁ + a₂b₂ + a₃b₃. The dot product also satisfies a·b = |a||b|cos θ, where θ is the angle between the two vectors.
点积在向量运动学中扮演着关键角色。对于两个向量 a = a₁i + a₂j + a₃k 和 b = b₁i + b₂j + b₃k,点积为 a·b = a₁b₁ + a₂b₂ + a₃b₃。点积同样满足 a·b = |a||b|cos θ,其中 θ 为两向量的夹角。
In kinematics, the dot product is used to determine whether two directions are perpendicular or parallel. If the velocity is perpendicular to the acceleration, this indicates that speed is momentarily constant. If the dot product of relative displacement and relative velocity is positive, two objects are moving apart; if negative, they are approaching each other.
在运动学中,点积用于判断两个方向是否垂直或平行。若速度垂直于加速度,则表明速率瞬时不变。若相对位移与相对速度的点积为正,两物体在远离彼此;若为负,则在相互靠近。
Another common use of the dot product is in the vector form of the SUVAT equation: v·v = u·u + 2a·s, where v·v = |v|². This allows us to find speed without computing the full velocity vector first. For instance, if u = 2i + j m s⁻¹, a = 3i + 4j m s⁻², and s = 5i + 2j m, then |v|² = (2² + 1²) + 2(3×5 + 4×2) = 5 + 46 = 51, hence speed |v| = √51 ≈ 7.14 m s⁻¹.
点积的另一个常见用途是 SUVAT 方程的向量形式:v·v = u·u + 2a·s,其中 v·v = |v|²。这使我们无需先计算完整速度向量即可求速率。例如,若 u = 2i + j m s⁻¹,a = 3i + 4j m s⁻²,s = 5i + 2j m,则 |v|² = (2² + 1²) + 2(3×5 + 4×2) = 5 + 46 = 51,因此速率 |v| = √51 ≈ 7.14 m s⁻¹。
10. Working with Magnitude and Direction | 处理大小与方向
Frequently, kinematic problems provide velocity or acceleration in terms of speed and direction rather than components. To convert from magnitude R and direction angle θ to components, use R cos θ i + R sin θ j. This is essential when dealing with bearings or angles of elevation.
在运动学问题中,我们经常以速率和方向而非分量形式给出速度或加速度。要将大小 R 和方向角 θ 转换为分量,使用 R cos θ i + R sin θ j。这在处理方位角或仰角时尤为重要。
Bearings are measured clockwise from north. For example, a bearing of 045° means the direction is 45° east of north, which corresponds to a vector with components R sin 45° i + R cos 45° j. Converting between these forms is a key skill in the examination.
方位角从正北方向顺时针测量。例如,方位角 045° 表示正北偏东 45°,对应的向量分量为 R sin 45° i + R cos 45° j。在考试中,在这两种形式之间转换是关键技能。
Consider a cyclist travelling at 8 m s⁻¹ on a bearing of 120°. The components are: east component = 8 sin 120° = 4√3 ≈ 6.93 m s⁻¹, north component = 8 cos 120° = −4 m s⁻¹ (i.e., 4 m s⁻¹ south). Therefore the velocity vector is 4√3 i − 4j m s⁻¹.
考虑一位骑行者以 8 m s⁻¹ 的速度沿方位角 120° 行驶。分量为:东向分量 = 8 sin 120° = 4√3 ≈ 6.93 m s⁻¹,北向分量 = 8 cos 120° = −4 m s⁻¹(即向南 4 m s⁻¹)。因此速度向量为 4√3 i − 4j m s⁻¹。
11. Common Pitfalls and Exam Tips | 常见误区与考试要点
One frequent mistake is confusing displacement with distance travelled. Displacement is a vector describing the change of position, while distance travelled is a scalar sum of the path length. A particle can have zero net displacement but travel along a long curved path. Another common error is adding vectors without first writing them in component form; ensure both vectors are expressed using the same unit vectors.
一个常见错误是混淆位移与路程。位移是描述位置变化的向量,而路程是路径长度的标量和。质点可以有零净位移但沿长曲线路径运动。另一个常见错误是未先将向量写成分量形式就相加;确保两个向量都使用相同的单位向量表示。
When using projectile equations, note that the time of flight and range are often expressed in terms of the sine of twice the launch angle. Be careful about the sign convention for vertical components — usually upwards is positive. Also, do not forget to consider whether the initial velocity vector is already separated into components; if not, calculate them first.
使用抛体运动方程时,注意飞行时间和射程通常用发射角二倍的正弦表示。注意竖直分量的正负号约定——通常取向上为正。另外,不要忘记检查初速度向量是否已经分解为分量;若没有,需先计算分量。
A useful tip for A-Level exams is to keep the final answers in exact surd form unless otherwise stated. Moreover, when a problem asks for “speed and direction”, give both; when it asks for a “vector”, give components. Reading the exact wording of the question can save marks. Finally, always include units in your answers, as vector kinematics problems carry marks for units.
A-Level 考试中的一个实用技巧是:除非题目另有要求,保留精确根式形式的最终答案。此外,当问题要求“速率和方向”时,两者都要给出;当要求“向量”时,给出分量。仔细阅读题目措辞能帮你保住分数。最后,答案中务必包含单位,因为向量运动学问题会因单位给分。
12. Worked Example: Full Solution | 完整例题解答
Let us conclude with a full examination-style problem. A particle P is projected from the origin with velocity 20i + 10j m s⁻¹. It moves under constant acceleration a = −2i − 9.8j m s⁻². Find: (a) the velocity and position after 2.5 s; (b) the time when the particle reaches its maximum height; (c) the position vector at that time.
让我们以一道完整的考试风格题目结束。一个质点 P 从原点以速度 20i + 10j m s⁻¹ 抛出。其以恒定加速度 a = −2i − 9.8j m s⁻² 运动。求:(a) 2.5 s 后的速度和位置;(b) 质点达到最大高度的时间;(c) 此时的位置向量。
Solution (a): Using v = u + at, v = (20i + 10j) + (−2i − 9.8j)(2.5) = (20 − 5)i + (10 − 24.5)j = 15i − 14.5j m s⁻¹. Using s = ut + ½at², s = (20i + 10j)(2.5) + ½(−2i − 9.8j)(6.25) = (50i + 25j) + (−6.25i − 30.625j) = 43.75i − 5.625j m.
解答 (a):由 v = u + at,v = (20i + 10j) + (−2i − 9.8j)(2.5) = (20 − 5)i + (10 − 24.5)j = 15i − 14.5j m s⁻¹。由 s = ut + ½at²,s = (20i + 10j)(2.5) + ½(−2i − 9.8j)(6.25) = (50i + 25j) + (−6.25i − 30.625j) = 43.75i − 5.625j m。
Solution (b): Maximum height occurs when the vertical velocity component equals zero: vᵧ = 10 − 9.8t = 0, so t = 10/9.8 ≈ 1.02 s. Note that the horizontal component of acceleration is negative, which does not affect the time to maximum height.
解答 (b):当竖直速度分量为零时达到最大高度:vᵧ = 10 − 9.8t = 0,所以 t = 10/9.8 ≈ 1.02 s。注意水平加速度分量为负,但这不影响达到最大高度的时间。
Solution (c): Substitute t = 10/9.8 into s(t): s = (20 × 10/9.8)i + (10 × 10/9.8)j + ½(−2i − 9.8j)(10/9.8)². This simplifies to approximately 19.39i + 5.10j m. This gives the position of the particle at its maximum height, at which point the vertical position is about 5.10 m above the starting point.
解答 (c):将 t = 10/9.8 代入 s(t):s = (20 × 10/9.8)i + (10 × 10/9.8)j + ½(−2i − 9.8j)(10/9.8)²。化简后约为 19.39i + 5.10j m。这是质点在最大高度时的位置,此时竖直位置约高于起点 5.10 m。
In summary, vectors transform kinematics from one-dimensional motion along a line to multi-dimensional motion in a plane or space. By mastering position, displacement, velocity, and acceleration as vectors — along with the power of relative velocity, the dot product, and the vector forms of the SUVAT equations — you can tackle a wide range of A-Level mathematics problems with clarity and precision.
总而言之,向量将运动学从一维直线运动拓展到平面或空间中的多维运动。通过掌握位置、位移、速度和加速度的向量表示,并结合相对速度、点积以及 SUVAT 方程的向量形式,你就能清晰而精确地解决各种 A-Level 数学问题。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导