Applications of Vectors | 向量的应用

📚 Applications of Vectors | 向量的应用

Vectors are one of the most powerful tools in A-Level mathematics because they allow us to describe both magnitude and direction in a single mathematical object. In this article we explore the practical applications of vectors in geometry and mechanics, focusing on the AQA specification.

向量是A-Level数学中最强大的工具之一,因为它可以在一个数学对象中同时描述大小和方向。在本文中,我们将围绕AQA考纲,探讨向量在几何与力学中的实际应用。


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

A position vector gives the location of a point relative to a fixed origin O. If point A has coordinates (a₁, a₂, a₃), its position vector is written as a = a₁i + a₂j + a₃k, where i, j, k are unit vectors along the x, y, z axes.

位置向量表示一个点相对于固定原点O的位置。若点A的坐标为(a₁, a₂, a₃),则其位置向量写作a = a₁i + a₂j + a₃k,其中i、j、k分别为沿x、y、z轴的单位向量。

The displacement vector from A to B is the vector AB, which is calculated as ba. This represents the change in position, and it is independent of the origin chosen.

从A到B的位移向量是向量AB,计算方法为ba。它表示位置的变化,并且与所选原点无关。

AB = OB − OA = b − a

For example, if A is (1, 2) and B is (4, 6), then AB = (4 − 1)i + (6 − 2)j = 3i + 4j. This vector tells us that to move from A to B we travel 3 units in the x-direction and 4 units in the y-direction.

例如,若A为(1, 2),B为(4, 6),则AB = (4 − 1)i + (6 − 2)j = 3i + 4j。该向量告诉我们从A到B需要在x方向移动3个单位,在y方向移动4个单位。


2. Vector Components and Magnitude | 向量的分量与模长

Any vector can be split into perpendicular components. In two dimensions, a vector v = xi + yj has magnitude given by the Pythagorean theorem:

任何向量都可以分解为互相垂直的分量。在二维中,向量v = xi + yj的模长由勾股定理给出:

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

In three dimensions, the magnitude extends naturally to |v| = √(x² + y² + z²). The magnitude is also called the norm, length, or modulus of the vector.

在三维中,模长自然推广为|v| = √(x² + y² + z²)。模长也称为向量的范数、长度或绝对值。

The direction of a two-dimensional vector can be described by the angle θ it makes with the positive x-axis:

二维向量的方向可以用它与x轴正方向所成的角θ来描述:

tan θ = y / x

Component Meaning Example
x = |v| cos θ horizontal component |v| = 10, θ = 60° → x = 5
y = |v| sin θ vertical component |v| = 10, θ = 60° → y = 5√3

3. Unit Vectors and Direction | 单位向量与方向

A unit vector is a vector with magnitude 1. It is found by dividing a vector by its own magnitude:

单位向量是模长为1的向量。求法是用向量除以它自身的模长:

v̂ = v / |v|

The unit vector preserves the direction of the original vector but normalises its length. For example, the unit vector in the direction of 3i + 4j is (3i + 4j)/5.

单位向量保持原向量的方向,但将长度归一化。例如,沿3i + 4j方向的单位向量是(3i + 4j)/5。

Unit vectors are especially useful in mechanics. If a force of magnitude 50 N acts along the unit vector u, then the force vector is simply 50u. This avoids carrying irrational magnitudes through every calculation.

单位向量在力学中尤为有用。若大小为50 N的力沿单位向量u作用,则力向量就是50u。这样可以避免在每个计算中携带无理数的模长。

In AQA problems, you may be asked to find a unit vector along a given direction, or to show that a given vector is already a unit vector. Check that |v| = 1.

在AQA题目中,可能会要求你求沿某个方向的单位向量,或判断一个给定向量是否已经是单位向量。只需检查|v|是否等于1。


4. Scalar Product and Angle Between Vectors | 数量积与向量夹角

The scalar product, also called the dot product, takes two vectors and returns a scalar. For vectors a = a₁i + a₂j + a₃k and b = b₁i + b₂j + b₃k:

数量积也称为点积,它对两个向量运算后得到一个标量。对于向量a = a₁i + a₂j + a₃k和b = b₁i + b₂j + b₃k:

a · b = a₁b₁ + a₂b₂ + a₃b₃

Equivalently, the scalar product can be defined geometrically as:

等价地,数量积可以从几何角度定义为:

a · b = |a||b| cos θ

where θ is the angle between the two vectors. Rearranging gives a formula for θ:

其中θ是两个向量之间的夹角。移项后可以得到θ的计算公式:

cos θ = (a · b) / (|a||b|)

For example, if a = i + 2j and b = 2i + 3j, then a · b = 1 × 2 + 2 × 3 = 8. The magnitudes are |a| = √5 and |b| = √13, so cos θ = 8 / √65.

例如,若a = i + 2j,b = 2i + 3j,则a · b = 1 × 2 + 2 × 3 = 8。模长分别为|a| = √5,|b| = √13,因此cos θ = 8 / √65。

The scalar product is an efficient way to find angles in geometric problems, especially in three dimensions where measuring angles directly is difficult.

数量积是求解几何问题中夹角的有效方法,尤其在难以直接测量角度的三维空间中。


5. Parallel and Perpendicular Vectors | 平行与垂直向量

Two vectors are parallel if one is a scalar multiple of the other. That is, a is parallel to b if a = λb for some scalar λ. Parallel vectors have the same direction or exactly opposite directions.

若一个向量是另一个向量的标量倍,则这两个向量平行。也就是说,若a = λb(λ为某个标量),则a与b平行。平行向量的方向相同或完全相反。

Two vectors are perpendicular if their scalar product is zero. This is because cos 90° = 0, and so a · b = |a||b| cos 90° = 0.

若两个向量的数量积为零,则它们互相垂直。这是因为cos 90° = 0,所以a · b = |a||b| cos 90° = 0。

a ⊥ b ⇔ a · b = 0

These tests are central to many exam questions. For instance, you may be given vectors involving a parameter p and asked to find p such that the vectors are perpendicular.

这些判定条件是许多考题的核心。例如,题目可能给出含参数p的向量,要求求出使两向量垂直的p值。

Example: Find p such that pi + 2j is perpendicular to 3i + (p − 1)j. We require p × 3 + 2(p − 1) = 0, so 3p + 2p − 2 = 0, giving p = 0.4.

示例:求p,使pi + 2j垂直于3i + (p − 1)j。要求p × 3 + 2(p − 1) = 0,即3p + 2p − 2 = 0,解得p = 0.4。


6. Vector Equations of Lines | 直线的向量方程

A line in two or three dimensions can be described by a position vector and a direction vector. If a line passes through point A with position vector a and has direction vector d, then its vector equation is:

二维或三维中的直线可以用一个位置向量和一个方向向量来描述。若直线经过位置向量为a的点A,且方向向量为d,则其向量方程为:

r = a + λd

where λ is a scalar parameter. By varying λ, we obtain every point on the line. For example, r = (i + 2j) + λ(3i + 4j) is a line through (1, 2) with direction 3i + 4j.

其中λ是标量参数。通过改变λ,我们可以得到直线上的每一个点。例如,r = (i + 2j) + λ(3i + 4j)表示经过点(1, 2)、方向为3i + 4j的直线。

In three dimensions, the parametric equations can be written separately:

在三维中,参数方程可以分别写出:

x = a₁ + λd₁, y = a₂ + λd₂, z = a₃ + λd₃

The direction vector is not unique; any nonzero scalar multiple of d gives the same line. However, the position vector a must be a point actually on the line.

方向向量并不唯一;d的任何非零标量倍都表示同一条直线。但位置向量a必须是实际位于直线上的点。


7. Intersection of Lines | 直线的交点

To find the intersection of two lines, equate their vector equations and solve for the parameters. Suppose line L₁ has equation r = a + λd and line L₂ has equation r = b + μe. Setting them equal gives:

要求两条直线的交点,需要令它们的向量方程相等,然后解出参数。设直线L₁的方程为r = a + λd,直线L₂的方程为r = b + μe。令它们相等得到:

a + λd = b + μe

This produces two or three equations, one for each component. Solve for λ and μ. If a consistent solution exists, the lines intersect; if not, they are parallel or skew.

这会得到两个或三个方程,每个分量对应一个。解出λ和μ。若存在一致解,则直线相交;若不存在,则直线平行或异面。

In two dimensions, two non-parallel lines always intersect. In three dimensions, lines may be skew: they do not intersect and are not parallel, because they lie in different planes.

在二维中,两条不平行的直线总是相交。在三维中,直线可能是异面的:它们不相交也不平行,因为它们位于不同的平面中。

Example: L₁: r = i + λ(2i + j) and L₂: r = 2j + μ(i + 3j). Equating components gives 1 + 2λ = μ and λ = 2 + 3μ. Substituting: 1 + 2λ = 2 + 3λ, hence λ = −1 and μ = −1. The intersection point is i + (−1)(2i + j) = −i − j.

示例:L₁: r = i + λ(2i + j),L₂: r = 2j + μ(i + 3j)。令分量相等得1 + 2λ = μ和λ = 2 + 3μ。代入得1 + 2λ = 2 + 3λ,因此λ = −1,μ = −1。交点坐标为i + (−1)(2i + j) = −i − j。


8. Applications in Kinematics | 运动学中的应用

In kinematics, vectors describe position, velocity, and acceleration. The position of a particle at time t is often written as r(t). Its velocity v(t) is the rate of change of position, and its acceleration a(t) is the rate of change of velocity.

在运动学中,向量用来描述位置、速度和加速度。粒子在时刻t的位置通常写作r(t)。其速度v(t)是位置的变化率,加速度a(t)是速度的变化率。

For constant acceleration, the vector suvat equations hold:

在匀加速度情况下,向量的suvat方程仍然成立:

r = ut + ½at²

where u is the initial velocity, a is the constant acceleration, and r is the displacement from the initial position. This equation combines horizontal and vertical motion into one vector equation.

其中u是初速度,a是恒定加速度,r是从初始位置出发的位移。该方程将水平运动和竖直运动合并为一个向量方程。

Example: A particle starts at the origin with initial velocity (2i + 3j) m/s and acceleration (−1i + 2j) m/s². After 4 seconds, its displacement is r = 4(2i + 3j) + ½(16)(−i + 2j) = 8i + 12j − 8i + 16j = 28j m.

示例:一个粒子从原点出发,初速度为(2i + 3j) m/s,加速度为(−1i + 2j) m/s²。4秒后,其位移为r = 4(2i + 3j) + ½(16)(−i + 2j) = 8i + 12j − 8i + 16j = 28j m。

Vector methods are particularly valuable for projectile motion, where horizontal and vertical motions are coupled through time.

向量方法在抛体运动中尤其有价值,因为水平与竖直运动通过时间相互关联。


9. Forces as Vectors | 力的向量表示

A force has both magnitude and direction, so it is a vector quantity. The resultant of several forces acting on a particle is found by adding the force vectors together.

力既有大小又有方向,因此是向量。作用于一个质点的多个力的合力,可以通过将力向量相加得到。

If two forces F₁ = 3i + 2j N and F₂ = −i + 4j N act on a particle, the resultant force is F = F₁ + F₂ = 2i + 6j N. The magnitude of the resultant is √(4 + 36) = √40 ≈ 6.32 N.

若两个力F₁ = 3i + 2j N和F₂ = −i + 4j N作用在一个质点上,则合力为F = F₁ + F₂ = 2i + 6j N。合力大小为√(4 + 36) = √40 ≈ 6.32 N。

Newton’s second law in vector form is:

牛顿第二定律的向量形式为:

F = ma

where F and a are vectors. This is especially useful when motion occurs in two dimensions, such as an object sliding on an inclined plane.

其中F和a都是向量。当运动发生在二维中时,例如物体在斜面上滑动,这一形式尤为有用。

Forces can also be expressed as magnitude multiplied by a unit direction vector. A force of 10 N acting at 30° to the x-axis has components 10 cos 30° i + 10 sin 30° j = 5√3 i + 5j.

力也可以表示为大小乘以单位方向向量。大小为10 N、与x轴成30°角的力,其分量为10 cos 30° i + 10 sin 30° j = 5√3 i + 5j。


10. Solving Statics Problems | 静力学问题求解

In statics, a particle is in equilibrium when the resultant of all forces acting on it is zero. In vector form:

在静力学中,当作用在质点上的所有力的合力为零时,该质点处于平衡状态。用向量形式表示:

ΣF = 0

This single vector equation produces two or three scalar equations, one for each component. For a particle in equilibrium, the sum of the i-components and the sum of the j-components must both be zero.

这个向量方程会产生两个或三个标量方程,每个分量对应一个。对于处于平衡的质点,i分量之和与j分量之和都必须为零。

Example: A particle is acted on by forces 4i + 3j, −2i + j, and Pi + Qj. For equilibrium, the i-components give 4 − 2 + P = 0, so P = −2. The j-components give 3 + 1 + Q = 0, so Q = −4.

示例:一个质点受到三个力4i + 3j、−2i + j和Pi + Qj的作用。由平衡条件,i分量满足4 − 2 + P = 0,得P = −2;j分量满足3 + 1 + Q = 0,得Q = −4。

The closed triangle method is a graphical alternative: if three forces are in equilibrium, their vector arrows form a closed triangle. This is equivalent to the vector sum being zero.

闭合三角形法是另一种几何方法:若三个力平衡,则它们的向量箭头构成一个闭合三角形。这等价于向量和为零。


11. Moment of a Force about a Point | 力对点的矩

The moment of a force measures its turning effect about a point. In three dimensions, the moment is a vector given by the cross product:

力的矩衡量力绕某一点的转动效果。在三维中,力矩是一个向量,由叉积给出:

M = r × F

where r is the position vector from the point to the line of action of the force, and F is the force vector. The magnitude of the moment is |M| = |r||F| sin θ, where θ is the angle between r and F.

其中r是从该点到力的作用线的位置向量,F是力向量。力矩大小为|M| = |r||F| sin θ,其中θ是r与F之间的夹角。

In two-dimensional problems, the cross product simplifies to a scalar: M = rF sin θ. A positive moment usually indicates an anticlockwise turning effect, and a negative moment indicates a clockwise effect.

在二维问题中,叉积简化为标量:M = rF sin θ。正的力矩通常表示逆时针转动效果,负的力矩表示顺时针效果。

For equilibrium of a rigid body, both the resultant force and the resultant moment must be zero:

对于刚体平衡,合力与合力矩都必须为零:

ΣF = 0 and ΣM = 0

This principle allows us to solve for unknown forces and distances in beam and seesaw problems, which are common in the AQA mechanics section.

这一原理使我们能够解决梁和跷跷板问题中的未知力与未知距离,这是AQA力学部分常见的题型。


12. Strategic Problem-Solving Tips | 解题策略技巧

When applying vectors to exam questions, always begin by drawing a clear diagram and labelling known vectors. Choose a coordinate system that simplifies the problem, such as aligning one axis with a slope or a direction of motion.

在考试中应用向量时,务必先画一张清晰的图,并标出已知向量。选择能简化问题的坐标系,例如将某一坐标轴与斜面或运动方向对齐。

Check whether a question is two-dimensional or three-dimensional. In 2D, two component equations are sufficient; in 3D, you need three. Write out vector equations component by component to avoid sign errors.

判断题目是二维还是三维。在二维中,两个分量方程就足够了;在三维中,需要三个方程。将向量方程逐分量写出,以避免符号错误。

Remember key special cases: a · b = 0 means perpendicular; a = λb means parallel; |v| = 1 means unit vector. These simple tests often unlock the entire solution.

记住关键特例:a · b = 0表示垂直;a = λb表示平行;|v| = 1表示单位向量。这些简单判定往往能打开整个解题思路。

Perpendicular: a · b = 0 | Parallel: a = λb | Unit: |v| = 1

Finally, always interpret your results back in the context of the question. A negative parameter may still be valid, but it means the point lies on the opposite side of the reference point. A negative dot product means an obtuse angle between vectors.

最后,始终将结果放回题目情境中解释。负数参数可能仍然有效,但它表示点在参考点的另一侧。负的数量积意味着两向量之间的夹角为钝角。


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