📚 PDF资源导航

Vectors: IGCSE AQA Maths Revision | 向量:IGCSE AQA 数学考点精讲

📚 Vectors: IGCSE AQA Maths Revision | 向量:IGCSE AQA 数学考点精讲

Vectors form a key part of the IGCSE AQA Mathematics syllabus. Understanding how to represent, combine and apply vectors unlocks many geometry problems and sets a solid foundation for further study. This revision guide covers all essential concepts, from basic notation through to vector proofs, with examples and exam tips woven throughout.

向量是 IGCSE AQA 数学大纲中的重要内容。掌握向量的表示、运算与应用,能帮助你解决大量几何问题,并为后续学习打下坚实基础。这份考点精讲涵盖了从基本记法到向量证明的所有核心概念,并穿插实例与应试技巧。

1. Scalars vs Vectors & Notation | 标量与向量及表示法

A scalar quantity has only magnitude (size), such as speed, distance or mass. A vector quantity has both magnitude and direction, for example velocity, displacement or force. In diagrams, a vector is drawn as a directed line segment with an arrow. In text, vectors are commonly written in bold (a, b) or with an arrow above (AB→). You will also see column vector notation, which is very useful for calculations: a = (3 , 4) meaning 3 units right and 4 units up.

标量只有大小(数值),如速率、距离和质量。向量既有大小又有方向,例如速度、位移和力。在图上,向量用带箭头的有向线段表示。在文本中,向量通常用粗体字母(a, b)或上方带箭头(AB→)书写。列向量记法在计算时非常实用:a = (3 , 4) 表示向右 3 个单位、向上 4 个单位。

A vector joining points A and B can be written as AB→, which points from A to B. The reverse vector BA→ has the same length but opposite direction, so BA→ = –AB→.

连接点 A 和 B 的向量可记为 AB→,方向从 A 指向 B。反向向量 BA→ 长度相同但方向相反,因此 BA→ = –AB→。

  • Example: If A(1,2) and B(4,6), then AB→ = (4–1 , 6–2) = (3 , 4).
  • 例子:若 A(1,2),B(4,6),则 AB→ = (4–1 , 6–2) = (3 , 4)。

2. Magnitude of a Vector | 向量的大小(模)

The magnitude (or modulus) of a vector v = (x , y) is its length and is found using Pythagoras’ theorem: |v| = √(x² + y²). This is always a non‑negative scalar. For example, |(3 , 4)| = √(3² + 4²) = √(9+16) = √25 = 5.

向量 v = (x , y) 的大小(或模)就是其长度,可用勾股定理求得:|v| = √(x² + y²)。结果总是非负标量。例如,|(3 , 4)| = √(3² + 4²) = √(9+16) = √25 = 5。

When a vector is given as AB→, first convert it to column form by subtracting coordinates, then compute the magnitude. If AB→ = (x₂–x₁ , y₂–y₁), its magnitude = √((x₂–x₁)² + (y₂–y₁)²).

当向量以 AB→ 形式给出时,先通过坐标相减转化为列向量,再计算模。若 AB→ = (x₂–x₁ , y₂–y₁),则其模 = √((x₂–x₁)² + (y₂–y₁)²)。

  • Tip: A vector with magnitude 0 is the zero vector (0 , 0). It has no direction.
  • 小贴士:模为 0 的向量是零向量 (0 , 0),没有方向。

3. Equal and Negative Vectors | 相等向量与负向量

Two vectors are equal if they have the same magnitude and the same direction. This means their column vectors are identical, even if they are drawn in different positions on the plane. For instance, (2 , 5) and (2 , 5) are equal, while (2 , 5) and (5 , 2) are not.

若两个向量大小相等、方向相同,则它们相等。这意味着列向量完全相同,即使在平面上画在不同位置。例如 (2 , 5) 与 (2 , 5) 相等,而 (2 , 5) 与 (5 , 2) 不相等。

The negative of a vector a is –a: it has the same magnitude but points in the opposite direction. In column form, –(x , y) = (–x , –y). If a = (3 , –2), then –a = (–3 , 2).

向量 a 的负向量是 –a:大小相同但方向相反。用列向量表示为 –(x , y) = (–x , –y)。如 a = (3 , –2),则 –a = (–3 , 2)。


4. Scalar Multiplication | 标量乘法

Multiplying a vector by a scalar k changes its length but keeps the same direction if k > 0, and reverses direction if k < 0. Algebraically, k (x , y) = (kx , ky). For example, 3×(2 , –1) = (6 , –3). The magnitude becomes |k| times the original magnitude.

向量乘以标量 k 会改变其长度,当 k > 0 时方向不变,k < 0 时方向反转。代数上,k (x , y) = (kx , ky)。例如,3×(2 , –1) = (6 , –3)。模会变成原来的 |k| 倍。

This operation is central to proving collinearity and finding points along a line. Two vectors are parallel if one is a scalar multiple of the other: a = λb for some non‑zero λ.

标量乘法是证明共线和寻找直线上点的关键。若一个向量是另一个向量的标量倍数,即 a = λb(λ 为非零常数),则两向量平行。


5. Vector Addition: Triangle Law | 向量加法:三角形法则

To add two vectors u and v geometrically, place the tail of v at the head of u. The resultant u + v goes from the tail of u to the head of v. In column form, simply add corresponding components: (x₁ , y₁) + (x₂ , y₂) = (x₁+x₂ , y₁+y₂).

几何上,将两个向量 u 和 v 相加时,把 v 的起点放在 u 的终点。和向量 u + v 从 u 的起点指向 v 的终点。列向量加法只需将对应分量相加:(x₁ , y₁) + (x₂ , y₂) = (x₁+x₂ , y₁+y₂)。

The parallelogram law gives the same result: place the tails of both vectors together, complete the parallelogram, and the diagonal is the sum.

平行四边形法则得到相同结果:将两向量起点重合,作平行四边形,对角线即为和向量。

  • Example: (3 , 1) + (4 , –2) = (7 , –1).
  • 例子:(3 , 1) + (4 , –2) = (7 , –1)。

6. Vector Subtraction | 向量减法

Subtracting a vector is the same as adding its negative: u – v = u + (–v). So, (5 , 3) – (2 , 7) = (5 , 3) + (–2 , –7) = (3 , –4). Geometrically, u – v is the vector from the head of v to the head of u when their tails coincide.

向量减法等同于加上它的负向量:u – v = u + (–v)。因此,(5 , 3) – (2 , 7) = (5 , 3) + (–2 , –7) = (3 , –4)。几何上,当两向量起点相同时,u – v 是从 v 的终点指向 u 的终点的向量。

In triangle work, vector paths are often set up to find an unknown vector: e.g. AB→ = b – a where a and b are position vectors of A and B.

在三角形问题中,常通过向量路径求未知向量,例如 AB→ = b – a,其中 a 和 b 分别是 A、B 的位置向量。


7. Position Vectors | 位置向量

A position vector is a vector that starts at the origin O and ends at a point P. It is denoted as p or OP→. If P has coordinates (x,y), then OP→ = (x , y). Position vectors allow us to describe any point in the plane using a vector.

位置向量是以原点 O 为起点、点 P 为终点的向量,记作 p 或 OP→。若 P 坐标为 (x,y),则 OP→ = (x , y)。利用位置向量,我们可以用向量描述平面上的任意点。

The vector AB→ from A to B can be written as OB→ – OA→ = b – a. This is one of the most powerful tools for solving vector geometry problems. For instance, if A(1,3) and B(4,7), then a=(1,3), b=(4,7) and AB→ = (4–1 , 7–3) = (3,4).

从 A 到 B 的向量 AB→ 可写作 OB→ – OA→ = b – a。这是解决向量几何问题最有力的工具之一。例如,A(1,3),B(4,7),则 a=(1,3),b=(4,7),AB→ = (4–1 , 7–3) = (3,4)。


8. Midpoint and Section Formula | 中点与定比分点

The midpoint M of AB has position vector m = (a + b) / 2. In coordinates, if A(x₁,y₁) and B(x₂,y₂), the midpoint is ((x₁+x₂)/2 , (y₁+y₂)/2). This follows directly from average of position vectors.

线段 AB 的中点 M 的位置向量为 m = (a + b) / 2。在坐标中,若 A(x₁,y₁)、B(x₂,y₂),中点为 ((x₁+x₂)/2 , (y₁+y₂)/2)。这直接来自位置向量的平均。

For a point P dividing AB in the ratio m:n (from A to B), the position vector p is given by p = (na + mb) / (m+n). If P lies on the extension, treat the ratio appropriately with signs or section formula adjustments. Most IGCSE questions stick to simple ratios like 1:2 or 2:1.

若点 P 以 m:n 的比例分割 AB(从 A 到 B),其位置向量为 p = (na + mb) / (m+n)。若 P 在延长线上,需适当处理符号或使用定比分点公式。IGCSE 题型多涉及 1:2 或 2:1 之类的简单比例。

Example: If A=(2,1) and B=(8,4), the midpoint is ((2+8)/2 , (1+4)/2) = (5 , 2.5).

例子:若 A=(2,1),B=(8,4),中点为 ((2+8)/2 , (1+4)/2) = (5 , 2.5)。


9. Parallel and Collinear Vectors | 平行向量与共线点

Vectors are parallel if one is a scalar multiple of the other. For collinearity of points A, B and C, the vectors AB→ and BC→ (or AC→) must be parallel and share a common point (B in this case). Thus, if AB→ = k BC→, points A, B and C lie on the same straight line.

两向量平行,当且仅当其中一个向量是另一个的标量倍数。要证明三点 A、B、C 共线,需说明向量 AB→ 与 BC→(或 AC→)平行且有一个公共点(此处为 B)。因此,若 AB→ = k BC→,则 A、B、C 三点共线。

Be careful: parallel vectors can be in the same or opposite direction. Collinearity only requires that they are scalar multiples and share a point. In exam questions, you often need to find unknown coordinates or a scalar by setting up an equation based on collinearity.

注意:平行向量可以同向或反向。共线只需它们是标量倍数且有点重合。考试题目常需通过共线条件建立方程,求出未知坐标或比例系数。


10. Vector Proofs in Geometry | 几何证明中的向量应用

Vector methods provide elegant proofs for properties of triangles, quadrilaterals and lines. For instance, to prove that a quadrilateral is a parallelogram, show that one pair of opposite sides are equal and parallel, i.e. AB→ = DC→. This is often simpler than coordinate geometry.

向量方法为三角形、四边形和直线性质提供了简洁的证明。例如,要证四边形是平行四边形,只需证明一组对边相等且平行,即 AB→ = DC→。这通常比坐标法更简便。

Another common proof is the midpoint theorem: if M and N are midpoints of sides AB and AC of triangle ABC, then MN→ = ½ BC→ and MN is parallel to BC. Start with m = (a+b)/2, n = (a+c)/2, then MN→ = n – m = (c–b)/2 = ½ BC→.

另一个常见证明是中点定理:若 M、N 分别为三角形 ABC 边 AB 和 AC 的中点,则 MN→ = ½ BC→ 且 MN 平行于 BC。推导:m = (a+b)/2,n = (a+c)/2,所以 MN→ = n – m = (c–b)/2 = ½ BC→。

When writing proofs, always state which vectors you are using and simplify step by step. The key is to express all vectors in terms of base position vectors a, b, c and then combine.

书写证明时,务必说明所用的向量,并逐步化简。关键是将所有向量用基位置向量 a、b、c 表示,然后进行组合。


11. Common Pitfalls and Exam Tips | 常见错误与考试技巧

Mixing the order of subtraction: remember AB→ = b – a, not a – b. A simple check is that the arrow goes from A to B, so you start at A and go to B: the vector is ‘finish’ – ‘start’.

减法顺序混淆:记住 AB→ = b – a,而非 a – b。简单检查方法:箭头从 A 到 B,因此是’终点’ – ‘起点’。

Forgetting to use the correct ratio when finding section points. When P divides AB in the ratio λ:μ from A, use p = (μa + λb)/(λ+μ). A quick way: the weight for A is the opposite part of the ratio. Practice with simple numbers first.

求分点时比例使用不当。当 P 按 λ:μ 从 A 分割 AB 时,应使用 p = (μa + λb)/(λ+μ)。速记法:A 的权重为比例中远离 A 的那部分。建议先用简单数字练习。

Parallel vs equal: parallel vectors need only be scalar multiples, not identical. Equal vectors are parallel with the same magnitude. Collinearity requires a common point.

平行与相等的区别:平行只需是标量倍数,不必完全相同。相等向量是平行的且大小相同。共线还需有一个公共点。

In column vector calculations, always double‑check signs, especially when subtracting negative components. (2 , –3) – (–1 , 4) = (2+1 , –3–4) = (3 , –7).

在列向量计算中,务必检查符号,特别是减去负分量时。(2 , –3) – (–1 , 4) = (2+1 , –3–4) = (3 , –7)。

When a question asks ‘Find the vector …’, give the answer as a column vector unless instructed otherwise. If it is a position vector, state the coordinates clearly.

当题目要求’求向量……’时,除非另有说明,应以列向量形式作答。若是位置向量,则清晰写出坐标。

Draw a diagram wherever possible, even a quick sketch, to visualise the vectors and their relationships. This often reveals the path to the solution.

尽可能画图,哪怕简笔草图,以便直观地把握向量关系。这往往能暴露解题路径。


12. Putting It All Together: Worked Example | 综合例题

A typical AQA IGCSE question: Points A, B and C have position vectors a = (1 , 3), b = (5 , 7), c = (9 , 11). (a) Show that A, B and C are collinear. (b) Find the ratio AB:BC.

一道典型的 AQA IGCSE 题目:点 A、B、C 的位置向量为 a = (1 , 3), b = (5 , 7), c = (9 , 11)。(a) 证明 A、B、C 共线。(b) 求比例 AB:BC。

Solution: AB→ = b – a = (5–1 , 7–3) = (4 , 4). BC→ = c – b = (9–5 , 11–7) = (4 , 4). Since AB→ = 1 × BC→, the vectors are parallel and share point B; therefore A, B, C are collinear. The lengths |AB→| = √(4²+4²) = √32 = 4√2, and |BC→| is also 4√2, so AB:BC = 1:1.

解答:AB→ = b – a = (5–1 , 7–3) = (4 , 4)。BC→ = c – b = (9–5 , 11–7) = (4 , 4)。因为 AB→ = 1 × BC→,两向量平行且都包含点 B,故 A、B、C 共线。其长度 |AB→| = √(4²+4²) = √32 = 4√2,|BC→| 也是 4√2,所以 AB:BC = 1:1。

This example shows how the core skills – finding vectors between points, scalar multiples and magnitude – combine to solve a collinearity problem. Practice similar questions varying the numbers.

此例展示了如何综合运用求两点间向量、标量倍数和模这些核心技能来解决共线性问题。建议换用不同数字练习类似题型。

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

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