📚 PDF资源导航

Vector Basics for A-Level Mathematics | 向量基础概念

📚 Vector Basics for A-Level Mathematics | 向量基础概念

Vectors are one of the most powerful tools in A-Level Mathematics. They allow us to describe direction and magnitude in a single mathematical object, and they appear throughout mechanics, geometry, and even further mathematics. In this article, we will explore the fundamental ideas of vectors step by step, from notation to position vectors, scalar multiplication, addition, and more.

向量是 A-Level 数学中最强大的工具之一。它用一个统一的数学对象同时描述方向和大小,在力学、几何乃至高等数学中无处不在。本文将从记号开始,逐步讲解位置向量、数乘、加法等向量基础概念,帮助你扎实掌握每一个考点。


1. What Is a Vector? | 什么是向量?

A vector is a quantity that has both magnitude (size) and direction. Common examples include displacement, velocity, and force. In contrast, a scalar has only magnitude, such as speed, mass, or temperature.

向量是同时具有大小和方向的量。常见的例子包括位移、速度和力。相比之下,标量只有大小,例如速率、质量和温度。

  • Vector: displacement 20 m due north | 向量:位移 20 米,方向正北
  • Scalar: distance 20 m | 标量:距离 20 米
  • Vector: velocity 5 m/s east | 向量:速度 5 米/秒,方向向东
  • Scalar: speed 5 m/s | 标量:速率 5 米/秒

Visually, a vector is often represented by a directed line segment. The length of the segment represents the magnitude, and the arrow shows the direction.

在几何上,向量常用有向线段表示。线段的长度表示向量的大小,箭头表示方向。


2. Vector Notation | 向量的记号

There are several standard ways to write a vector. In A-Level Mathematics, you need to recognise and use all of them confidently.

在 A-Level 数学中,向量的写法有多种标准形式,你需要熟练掌握每一种。

  • Bold lowercase letter: a | 粗体小写字母:a
  • Underlined lowercase letter: a̲ (often used in handwritten work) | 下划线小写字母:a̲(手写时常使用)
  • Column vector: a = (3, 4)ᵀ in row form, or written vertically | 列向量形式:a = (3, 4)ᵀ,书写时也可写成竖排
  • Component form using unit vectors: a = 3i + 4j | 单位向量形式:a = 3i + 4j
  • Using two points: AB represents the vector from point A to point B | 两点记号:AB 表示从点 A 到点 B 的向量

a = (3, 4)ᵀ = 3i + 4j

Here, i and j are unit vectors in the positive x-direction and positive y-direction respectively.

其中,ij 分别是沿 x 轴正方向和 y 轴正方向的单位向量。


3. Magnitude of a Vector | 向量的模

The magnitude (also called modulus or length) of a vector measures how long the vector is. For a vector a = a₁i + a₂j, the magnitude is found using Pythagoras’ theorem.

向量的大小(也称模或长度)衡量向量有多长。对于向量 a = a₁i + a₂j,其模通过勾股定理计算。

|a| = √(a₁² + a₂²)

For example, if a = 3i + 4j, then |a| = √(3² + 4²) = √25 = 5.

例如,若 a = 3i + 4j,则 |a| = √(3² + 4²) = √25 = 5。

The magnitude is always a positive scalar. A vector with magnitude 1 is called a unit vector.

模始终为正标量。模为 1 的向量称为单位向量。

Unit vector in the direction of a: â = a / |a|


4. Position Vectors | 位置向量

A position vector describes the position of a point relative to a fixed origin O. If point P has coordinates (x, y), then its position vector is written as p = xi + yj.

位置向量描述某一点相对于固定原点 O 的位置。若点 P 的坐标为 (x, y),则其位置向量写作 p = xi + yj。

For example, the point (-2, 5) has position vector -2i + 5j.

例如,点 (-2, 5) 的位置向量为 -2i + 5j。

The vector from point A to point B can be expressed using position vectors:

从点 A 到点 B 的向量可以用位置向量表示:

AB = b − a

This is a crucial idea: the displacement from A to B equals the position vector of B minus the position vector of A.

这是一个关键概念:从 A 到 B 的位移等于 B 的位置向量减去 A 的位置向量。


5. Addition and Subtraction of Vectors | 向量的加法与减法

Vectors can be added and subtracted component by component. If a = a₁i + a₂j and b = b₁i + b₂j, then:

向量可以按分量逐项相加或相减。若 a = a₁i + a₂j 且 b = b₁i + b₂j,则:

a + b = (a₁ + b₁)i + (a₂ + b₂)j

a − b = (a₁ − b₁)i + (a₂ − b₂)j

Geometrically, vector addition follows the triangle law or the parallelogram law. To add vectors, place the tail of the second vector at the head of the first; the resultant vector connects the tail of the first to the head of the second.

在几何上,向量加法遵循三角形法则或平行四边形法则。将第二个向量的起点放在第一个向量的终点,所得向量从第一个向量的起点指向第二个向量的终点。

Subtraction ab is the same as adding a to (−b), where −b is the vector with the same magnitude as b but opposite direction.

减法 ab 等价于将 a 加上 (−b),其中 −b 是与 b 大小相同但方向相反的向量。


6. Scalar Multiplication | 数乘向量

Multiplying a vector by a scalar k changes its magnitude but not its direction (unless k is negative, which reverses the direction).

将一个向量乘以标量 k 会改变其大小,但不改变方向(若 k 为负数,则方向反转)。

k·a = k(a₁i + a₂j) = (ka₁)i + (ka₂)j

For example, 3(2i − 5j) = 6i − 15j, and −2(2i − 5j) = −4i + 10j.

例如,3(2i − 5j) = 6i − 15j,而 −2(2i − 5j) = −4i + 10j。

If two vectors are parallel, then one is a scalar multiple of the other. This is one of the most useful facts in vector geometry and is frequently tested in A-Level exams.

若两个向量平行,则其中一个必为另一个的标量倍。这是向量几何中最有用的结论之一,也是 A-Level 考试中的高频考点。


7. Parallel and Equal Vectors | 平行向量与相等向量

Two vectors a and b are parallel if and only if b = ka for some scalar k. The value of k can be positive, negative, or zero.

两个向量 ab 平行当且仅当存在某个标量 k,使得 b = ka。k 可以为正、负或零。

Two vectors are equal if they have the same magnitude and the same direction. In component form, this means all corresponding components are equal.

若两个向量大小相同且方向相同,则它们相等。在分量形式下,这意味着所有对应分量相等。

For example, if a = (x, 4) and b = (3, y), and a = b, then x = 3 and y = 4.

例如,若 a = (x, 4) 且 b = (3, y),并且 a = b,则 x = 3,y = 4。

A common exam question asks you to find unknown coefficients when two vectors are parallel. Set up an equation with a scalar multiple and compare components.

常见的考试题会要求你在两个向量平行时求未知系数。只需设出标量倍数关系,然后比较各分量即可。


8. Vector Geometry: Dividing a Line Segment | 向量几何:分线段

Vectors provide an elegant way to describe points on a line segment. Suppose point P divides the line segment AB in the ratio m : n. Then the position vector of P is given by:

向量为描述线段上的点提供了简洁的方法。设点 P 将线段 AB 分成 m : n 两段,则 P 的位置向量为:

p = (n·a + m·b) / (m + n)

Here, a and b are the position vectors of A and B respectively.

其中,ab 分别是 A 和 B 的位置向量。

If P is the midpoint of AB, then m = n = 1, and the formula simplifies to:

若 P 是 AB 的中点,则 m = n = 1,公式简化为:

p = (a + b) / 2

For example, if A has coordinates (1, 2) and B has coordinates (5, 6), the midpoint has position vector (1i + 2j + 5i + 6j) / 2 = 3i + 4j, so P = (3, 4).

例如,若 A 坐标为 (1, 2),B 坐标为 (5, 6),则中点位置向量为 (1i + 2j + 5i + 6j) / 2 = 3i + 4j,即 P = (3, 4)。


9. Vector Paths and Geometric Proof | 向量路径与几何证明

Vectors can be used to prove geometric results, such as showing that two lines are parallel or that three points are collinear (lie on the same straight line).

向量可用于证明几何结论,例如证明两条直线平行或证明三点共线。

Three points A, B, and C are collinear if the vectors AB and BC are parallel. In practice, this means showing that BC = kAB for some scalar k.

三点 A、B、C 共线,当且仅当向量 ABBC 平行。实际操作中,只需证明存在标量 k,使得 BC = kAB

When solving vector geometry problems, a common strategy is to choose one point as the origin and express all other points in terms of position vectors. Then write each relevant vector as a combination of known vectors.

解决向量几何问题时,常用策略是选取一个点为原点,用位置向量表示所有其他点,然后将相关向量写成已知向量的组合。

Always check whether coefficients match in different expressions of the same vector. This is how many exam problems are solved.

始终检查同一向量的不同表达式中系数是否一致。许多考试题正是通过这种方式求解的。


10. Common Exam Pitfalls | 常见易错点

Many students lose marks on vector questions due to small but avoidable mistakes. Here are the most common ones to watch out for.

许多学生在向量题目中因一些细小但可避免的错误而丢分。以下是最常见的易错点,请务必注意。

  • Forgetting that |a| is always positive | 忘记模 |a| 始终为正
  • Mixing up the order in AB = b − a. Remember: B minus A, not A minus B | 混淆 AB = b − a 中的顺序。记住:B 减 A,而不是 A 减 B
  • Forgetting to reverse direction when multiplying by a negative scalar | 乘以负标量时忘记方向反转
  • Writing vectors as decimals or rounded values when exact surd form is required | 在需要精确根式形式时写成小数或近似值
  • Confusing position vectors with displacement vectors | 混淆位置向量与位移向量

Practising careful component-wise arithmetic and always drawing a diagram for geometry problems will help you avoid these errors.

练习时注意逐分量计算,并且在几何题中养成画图的习惯,这能帮助你有效避免上述错误。


11. Worked Example | 典型例题精讲

Let us work through a complete example in the style of an A-Level exam question.

让我们完整地做一道 A-Level 风格的例题。

Question: The point A has position vector 2i + 3j, and point B has position vector 6i − 5j. (a) Find |AB|. (b) Find the unit vector in the direction of AB.

题目:点 A 的位置向量为 2i + 3j,点 B 的位置向量为 6i − 5j。(a) 求 |AB|;(b) 求 AB 方向上的单位向量。

Solution (a): First, find AB = b − a = (6i − 5j) − (2i + 3j) = 4i − 8j.

解答 (a):先求 AB = b − a = (6i − 5j) − (2i + 3j) = 4i − 8j。

Then |AB| = √(4² + (−8)²) = √(16 + 64) = √80 = 4√5.

因此 |AB| = √(4² + (−8)²) = √(16 + 64) = √80 = 4√5。

Solution (b): The unit vector is AB divided by its magnitude:

解答 (b):单位向量等于 AB 除以其模:

Unit vector = (1 / (4√5)) × (4i − 8j) = (1/√5)i − (2/√5)j

You may also rationalise the denominator, but the form above is perfectly acceptable.

你也可以对分母进行有理化,但上述形式完全可接受。


12. Summary and Revision Tips | 总结与复习建议

Vectors are a compact and elegant language for describing space. The key skills you need are: writing vectors in component form, calculating magnitude, adding and subtracting, multiplying by a scalar, using position vectors, and applying these ideas to geometric problems.

向量是描述空间的简洁而优雅的语言。你需要掌握的关键技能包括:将向量写成分量形式、计算模、加减运算、数乘、使用位置向量,以及将这些概念应用于几何问题。

Here is a quick revision checklist:

以下是一份快速复习清单:

  • I can write a vector in i-j form and column form | 我能用 i-j 形式和列向量形式表示向量
  • I can calculate the magnitude of a vector using Pythagoras | 我能用勾股定理计算向量的模
  • I can add, subtract, and multiply vectors by scalars | 我能进行向量的加法、减法和数乘运算
  • I can find the vector between two points using position vectors | 我能用位置向量求两点间向量
  • I can determine whether two vectors are parallel | 我能判断两个向量是否平行
  • I can find a point dividing a segment in a given ratio | 我能求按给定比例分割线段的点
  • I can use vectors to prove collinearity | 我能用向量证明三点共线

Work through past paper questions on vectors and always show your working clearly; vector questions often reward method marks even if the final answer is incorrect.

多做历年真题中的向量题目,并始终清晰地写出过程;向量题通常按步骤给分,即使最终答案有误,正确的过程仍能获得步骤分。

Published by TutorHao | A-Level 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