📚 IGCSE Mathematics: Scalar Multiplication of Vectors | IGCSE数学:向量的数乘运算
Vectors are fundamental tools in mathematics and physics. They represent quantities that have both magnitude (size) and direction. One of the most important operations you will encounter is scalar multiplication — the process of multiplying a vector by a scalar number. In this article, we will explore the definition, geometric meaning, and algebraic properties of scalar multiplication, with worked examples tailored to the Edexcel IGCSE syllabus.
向量是数学和物理中的基础工具,它表示既有大小又有方向的量。你将会遇到的最重要运算之一就是数乘——即将向量乘以一个标量数字。在本文中,我们将深入探讨数乘的定义、几何意义和代数性质,并提供针对Edexcel IGCSE考试大纲的例题解析。
1. What is a Scalar? | 什么是标量?
A scalar is a single number that has magnitude but no direction. Common examples include temperature, mass, and speed. In contrast, a vector has both magnitude and direction, such as displacement, velocity, and force. In the context of vector multiplication, the scalar is the number by which we multiply the vector. It can be a positive number, a negative number, a fraction, or even zero.
标量是只有大小、没有方向的单一数字。常见的例子包括温度、质量和速率。相比之下,向量既有大小又有方向,例如位移、速度和力。在向量乘法的语境中,标量就是我们用来乘向量的数字。它可以是正数、负数、分数,甚至可以是零。
For example, the number 5 is a scalar, the number -3 is a scalar, and the fraction ½ is a scalar. When we multiply a vector by a scalar, we are essentially rescaling the vector — changing its length while potentially changing its direction (if the scalar is negative).
例如,数字5是标量,-3是标量,分数½也是标量。当我们把一个向量乘以一个标量时,本质上是在重新缩放这个向量——改变它的长度,同时如果标量为负数,还会改变它的方向。
2. Scalar Multiplication — Definition | 数乘运算的定义
Scalar multiplication is the operation of multiplying a vector by a scalar. If we have a vector v and a scalar k, the result is a new vector kv. Each component of the original vector is multiplied by k. This operation is sometimes written with a dot: k · v, but in most IGCSE contexts, we simply write them side by side: kv.
数乘是将向量乘以一个标量的运算。如果我们有一个向量v和一个标量k,结果是一个新的向量kv。原向量的每个分量都乘以k。这种运算有时用点号表示:k · v,但在大多数IGCSE考试情境中,我们直接并列书写:kv。
For a vector expressed in column form, if v = (a, b), then:
对于以列向量形式表示的向量,如果v = (a, b),那么:
kv = k(a, b) = (ka, kb)
For a vector expressed in terms of unit vectors i and j, if v = ai + bj, then:
对于以单位向量i和j表示的向量,如果v = ai + bj,那么:
kv = k(ai + bj) = kai + kbj
3. Geometric Interpretation | 几何意义
Geometrically, multiplying a vector by a scalar k stretches or compresses the vector by a factor of |k|. If |k| is greater than 1, the vector becomes longer; if |k| is between 0 and 1, the vector becomes shorter; and if |k| is equal to 1, the length stays the same.
从几何角度来看,将一个向量乘以标量k会使向量按|k|的倍数伸长或压缩。如果|k|大于1,向量变长;如果|k|在0和1之间,向量变短;如果|k|等于1,长度保持不变。
Imagine a vector drawn as an arrow from the origin to the point (2, 3). Multiplying this vector by 2 gives the vector (4, 6) — the arrow points in the same direction but is twice as long. Multiplying by ½ gives (1, 1.5) — the arrow points in the same direction but is half as long. This visual interpretation is crucial for understanding how scalar multiplication works on a coordinate grid.
想象一个从原点指向点(2, 3)的向量箭头。将这个向量乘以2得到向量(4, 6)——箭头指向相同方向但长度变为两倍。乘以½得到(1, 1.5)——箭头指向相同方向但长度变为一半。这种直观理解对于在坐标网格上理解数乘的运作方式至关重要。
4. Positive and Negative Scalars | 正标量与负标量
When k > 0, the vector kv has the same direction as v. Its magnitude is |k| × |v|. For example, if v has a magnitude of 5 units, then 3v has a magnitude of 15 units in the same direction.
当k > 0时,向量kv与v方向相同,其模为|k| × |v|。例如,如果v的模为5个单位,那么3v的模为15个单位,方向相同。
When k < 0, the vector kv has the opposite direction to v. Its magnitude is still |k| × |v|. For example, if v points to the right with a magnitude of 5, then -3v points to the left with a magnitude of 15. The negative sign means the arrow flips to point in the exact opposite direction.
当k < 0时,向量kv与v方向相反,其模仍为|k| × |v|。例如,如果v指向右方且模为5,那么-3v指向左方且模为15。负号意味着箭头翻转,指向完全相反的方向。
When k = 0, the result is the zero vector 0 = (0, 0). The zero vector has magnitude 0 and no specific direction. This special case is worth remembering for exams.
当k = 0时,结果是零向量0 = (0, 0)。零向量的模为0,没有特定方向。这个特殊情况在考试中值得记住。
5. Algebraic Form | 代数形式
The Edexcel IGCSE syllabus expects you to work with vectors in both column form and i/j notation. Let us see how scalar multiplication works in each form.
Edexcel IGCSE考试大纲要求你能够使用列向量形式和i/j记号两种方式处理向量。让我们看看数乘在每种形式中如何运作。
Column form: If v = (a, b), then kv = (ka, kb). Simply multiply each entry in the column by the scalar.
列向量形式:如果v = (a, b),那么kv = (ka, kb)。只需将列中的每个分量乘以标量即可。
i/j form: If v = ai + bj, then kv = kai + kbj. Distribute the scalar to each component.
i/j形式:如果v = ai + bj,那么kv = kai + kbj。将标量分配到每个分量上。
This distributive rule is critical: it means scalar multiplication is applied independently to each component. For example, if v = 2i – 5j, then 4v = 4(2i – 5j) = 8i – 20j. Note that the negative sign in the j component is also multiplied by the scalar.
这个分配规则至关重要:它意味着数乘独立地应用于每个分量。例如,如果v = 2i – 5j,那么4v = 4(2i – 5j) = 8i – 20j。注意j分量中的负号也要乘以标量。
6. Properties of Scalar Multiplication | 数乘运算的性质
Scalar multiplication follows several algebraic properties that are essential for solving vector problems efficiently. These properties mirror those of ordinary multiplication and are frequently tested in IGCSE exams.
数乘遵循若干代数性质,这些性质对于高效解决向量问题至关重要。这些性质与普通乘法的性质相似,在IGCSE考试中经常考到。
- Associativity: (mn)v = m(nv) — the order of multiplying scalars does not matter.
- Associativity (结合律): (mn)v = m(nv) — 标量相乘的顺序不影响结果。
- Distributivity over vector addition: m(u + v) = mu + mv — a scalar can be distributed across a sum of vectors.
- 对向量加法的分配律:m(u + v) = mu + mv — 标量可以分配到向量和中的每一项。
- Distributivity over scalar addition: (m + n)v = mv + nv — scalars can be added before multiplying the vector.
- 对标量加法的分配律:(m + n)v = mv + nv — 标量可以先相加再乘以向量。
- Multiplicative identity: 1v = v — multiplying by 1 leaves the vector unchanged.
- 乘法单位元:1v = v — 乘以1时向量保持不变。
These properties allow us to simplify expressions involving vectors. For example, 3a + 2a = (3 + 2)a = 5a, just like collecting like terms in algebra.
这些性质使我们能够简化涉及向量的表达式。例如,3a + 2a = (3 + 2)a = 5a,就像在代数中合并同类项一样。
7. Parallel Vectors | 平行向量
Two non-zero vectors are parallel if and only if one is a scalar multiple of the other. That is, vectors a and b are parallel if a = kb for some non-zero scalar k. The scalar k can be positive (same direction) or negative (opposite direction).
两个非零向量平行当且仅当一个是另一个的标量倍数。也就是说,向量a和b平行,如果a = kb(其中k为某个非零标量)。标量k可以是正数(方向相同)或负数(方向相反)。
For example, the vectors p = (2, 6) and q = (1, 3) are parallel because p = 2q. Similarly, the vectors m = (4, -1) and n = (-8, 2) are parallel because n = -2m — they point in exactly opposite directions.
例如,向量p = (2, 6)和q = (1, 3)是平行的,因为p = 2q。类似地,向量m = (4, -1)和n = (-8, 2)是平行的,因为n = -2m——它们指向完全相反的方向。
This scalar multiple test for parallelism is one of the most frequently tested applications of scalar multiplication in the Edexcel IGCSE exam. In vector geometry problems, showing that two vectors are scalar multiples of each other is often the key step in proving that lines are parallel or that points are collinear.
这个用标量倍数判断平行的检验方法是Edexcel IGCSE考试中最常考的数乘应用之一。在向量几何问题中,证明两个向量互为标量倍数往往是证明直线平行或点共线的关键步骤。
8. Unit Vectors | 单位向量
A unit vector is a vector with magnitude 1. If v is a non-zero vector, then the unit vector in the direction of v is given by:
单位向量是模为1的向量。如果v是非零向量,那么v方向上的单位向量为:
v̂ = v / |v|
This is a direct application of scalar multiplication: we multiply v by the scalar 1/|v|. The resulting vector has the same direction as v but a magnitude of exactly 1.
这是数乘的直接应用:我们将v乘以标量1/|v|。得到的向量与v方向相同,但模恰好为1。
For example, if v = (3, 4), then |v| = √(3² + 4²) = √(9 + 16) = √25 = 5. The unit vector in the direction of v is (3/5, 4/5). You can verify that (3/5)² + (4/5)² = 9/25 + 16/25 = 25/25 = 1, confirming its magnitude is 1.
例如,如果v = (3, 4),那么|v| = √(3² + 4²) = √(9 + 16) = √25 = 5。v方向上的单位向量为(3/5, 4/5)。你可以验证(3/5)² + (4/5)² = 9/25 + 16/25 = 25/25 = 1,确认其模为1。
9. Worked Examples | 例题解析
Let us work through some exam-style questions that test scalar multiplication. These examples reflect the style and difficulty of Edexcel IGCSE vector questions.
让我们来解决一些考试风格的例题。这些例题反映了Edexcel IGCSE向量题的风格和难度。
Example 1: Given that v = 3i + 4j, find 2v and -3v. State the magnitude of each result.
例1:已知v = 3i + 4j,求2v和-3v,并写出每个结果的模。
Solution: 2v = 2(3i + 4j) = 6i + 8j. Its magnitude is √(6² + 8²) = √(36 + 64) = √100 = 10. The original vector has magnitude √(9 + 16) = 5, so 2v has exactly twice the magnitude, as expected.
解答:2v = 2(3i + 4j) = 6i + 8j。其模为√(6² + 8²) = √(36 + 64) = √100 = 10。原向量的模为√(9 + 16) = 5,因此2v的模恰好是原来的一倍,正如预期。
-3v = -3(3i + 4j) = -9i – 12j. Its magnitude is √((-9)² + (-12)²) = √(81 + 144) = √225 = 15 = 3 × 5. The direction is reversed because the scalar is negative.
-3v = -3(3i + 4j) = -9i – 12j。其模为√((-9)² + (-12)²) = √(81 + 144) = √225 = 15 = 3 × 5。由于标量为负数,方向反转。
Example 2: Given that a = 2i – j and b = -4i + 2j, show that a and b are parallel.
例2:已知a = 2i – j且b = -4i + 2j,证明a和b平行。
Solution: Multiply a by -2: -2a = -2(2i – j) = -4i + 2j = b. Since b = -2a, the vectors are scalar multiples of each other. Therefore, a and b are parallel (with opposite directions).
解答:将a乘以-2:-2a = -2(2i – j) = -4i + 2j = b。因为b = -2a,两个向量互为标量倍数。因此,a和b平行(方向相反)。
Example 3: Given that p = (5, 12), find the unit vector in the direction of p.
例3:已知p = (5, 12),求p方向上的单位向量。
Solution: First, find the magnitude of p: |p| = √(5² + 12²) = √(25 + 144) = √169 = 13. The unit vector is (1/13)p = (5/13, 12/13). This vector has magnitude 1 and points in
Published by TutorHao | IGCSE Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导