Vectors in 2D and 3D: Representation & Operations | 二维与三维向量的表达与运算

📚 Vectors in 2D and 3D: Representation & Operations | 二维与三维向量的表达与运算

Vectors are fundamental tools in mathematics and physics, allowing us to describe quantities that possess both magnitude and direction — such as displacement, velocity, and force. In the IB Mathematics curriculum, mastering the representation and operations of vectors in both two and three dimensions is essential for solving geometric and real-world problems.

向量是数学和物理学中的基本工具,用于描述既有大小又有方向的量——例如位移、速度和力。在IB数学课程中,掌握二维和三维空间中向量的表达与运算,是解决几何问题和实际应用问题的关键。


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

A vector is a mathematical object characterized by both magnitude (length) and direction. It is often represented graphically as a directed line segment, with an arrow indicating the direction. Two vectors are equal if they have the same magnitude and direction, regardless of their starting point.

向量是同时具有大小(长度)和方向的数学对象。通常用带箭头的有向线段来表示,箭头指示方向。如果两个向量的大小和方向相同,则它们相等,与起点位置无关。

  • Magnitude: The length of the vector, denoted |v|.

  • Direction: The orientation of the vector in space.

  • 大小:向量的长度,记作 |v|。

  • 方向:向量在空间中的指向。

v = (v₁, v₂) in 2D; v = (v₁, v₂, v₃) in 3D

二维中 v = (v₁, v₂);三维中 v = (v₁, v₂, v₃)


2. Component Form | 分量形式

In coordinate systems, vectors are expressed in terms of their components along the coordinate axes. In 2D, a vector v is written as v = (x, y), where x and y are the horizontal and vertical components respectively. In 3D, we write v = (x, y, z), adding the z-component for depth.

在坐标系中,向量用其沿坐标轴的分量来表示。在二维中,向量 v 写作 v = (x, y),其中 x 和 y 分别是水平和垂直分量。在三维中,写作 v = (x, y, z),增加了 z 分量表示深度。

Given two points A(a₁, a₂) and B(b₁, b₂), the vector AB is found by subtracting the coordinates of A from B:

已知两点 A(a₁, a₂) 和 B(b₁, b₂),向量 AB 通过用 B 的坐标减去 A 的坐标得到:

AB = (b₁ − a₁, b₂ − a₂)

In 3D, with A(a₁, a₂, a₃) and B(b₁, b₂, b₃):

在三维中,对于 A(a₁, a₂, a₃) 和 B(b₁, b₂, b₃):

AB = (b₁ − a₁, b₂ − a₂, b₃ − a₃)


3. Position Vectors | 位置向量

A position vector describes the location of a point relative to the origin O. For a point P(x, y, z), the position vector is simply OP = (x, y, z). Position vectors are particularly useful when combining geometric information from multiple points.

位置向量描述一个点相对于原点 O 的位置。对于点 P(x, y, z),其位置向量就是 OP = (x, y, z)。在综合多个点的几何信息时,位置向量非常有用。

If OP = p and OQ = q, then the vector PQ can be expressed as:

如果 OP = p,OQ = q,则向量 PQ 可以表示为:

PQ = OQ − OP = q − p

This relationship is extremely valuable, as it allows us to find any vector between two points using their position vectors.

这一关系极为重要,因为它使我们能够通过两点的位置向量求出任意两点间的向量。


4. Vector Addition and Subtraction | 向量的加法与减法

Vector addition combines two vectors to produce a third vector. Geometrically, this follows the triangle law or the parallelogram law. In component form, we simply add corresponding components:

向量加法将两个向量合成为一个新向量。几何上遵循三角形法则或平行四边形法则。在分量形式上,只需将对应分量相加:

a + b = (a₁ + b₁, a₂ + b₂) in 2D

二维中 a + b = (a₁ + b₁, a₂ + b₂)

a + b = (a₁ + b₁, a₂ + b₂, a₃ + b₃) in 3D

三维中 a + b = (a₁ + b₁, a₂ + b₂, a₃ + b₃)

Vector subtraction is performed component-wise in the same manner:

向量减法同样按分量进行:

a − b = (a₁ − b₁, a₂ − b₂, a₃ − b₃)

Key properties include commutativity: a + b = b + a, and associativity: (a + b) + c = a + (b + c).

关键性质包括交换律:a + b = b + a,以及结合律:(a + b) + c = a + (b + c)。


5. Scalar Multiplication | 标量乘法

Multiplying a vector by a scalar (a real number) changes its magnitude without altering its direction, except when the scalar is negative, which reverses the direction. If k is a scalar and v = (v₁, v₂, v₃), then:

将向量乘以标量(实数)会改变其大小而不改变方向;但如果标量为负,则方向反转。若 k 是标量,v = (v₁, v₂, v₃),则:

k·v = (kv₁, kv₂, kv₃)

The magnitude of k·v is |k| times the magnitude of v:

k·v 的大小是 |v| 的 |k| 倍:

|k·v| = |k| × |v|

If k > 1, the vector stretches; if 0 < k < 1, it shrinks; if k < 0, it also reverses direction.

若 k > 1,向量伸长;若 0 < k < 1,向量缩短;若 k < 0,则方向同时反转。


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

The magnitude (or length) of a vector v = (v₁, v₂, v₃) is calculated using the Pythagorean theorem extended to three dimensions:

向量 v = (v₁, v₂, v₃) 的模(或长度)通过将勾股定理推广到三维来计算:

|v| = √(v₁² + v₂² + v₃²)

In 2D, this simplifies to:

在二维中,这简化为:

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

The magnitude is always non-negative and equals zero if and only if v is the zero vector (0, 0, 0).

模始终非负,且当且仅当 v 是零向量 (0, 0, 0) 时模为零。


7. Unit Vectors | 单位向量

A unit vector has a magnitude of exactly 1. It is used to indicate direction without scale. To find the unit vector in the direction of v, divide v by its magnitude:

单位向量的模恰好为 1,用于表示方向而不涉及尺度。要求与 v 同向的单位向量,用 v 除以它的模:

v̂ = v / |v|

In 2D, the standard unit vectors are i = (1, 0) and j = (0, 1). In 3D, we add k = (0, 0, 1). Any vector can be expressed in terms of these basis vectors:

在二维中,标准单位向量是 i = (1, 0) 和 j = (0, 1)。在三维中,再加上 k = (0, 0, 1)。任何向量都可以用这些基向量来表示:

v = v₁i + v₂j + v₃k

This notation is frequently used in physics and engineering contexts.

这种记法在物理学和工程学中经常使用。


8. The Dot Product (Scalar Product) | 点积(标量积)

The dot product takes two vectors and returns a scalar. It measures how much one vector extends in the direction of another. For vectors a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃):

点积接受两个向量并返回一个标量,度量一个向量在另一个向量方向上的投影程度。对于向量 a = (a₁, a₂, a₃) 和 b = (b₁, b₂, b₃):

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

Alternatively, using magnitudes and the angle θ between the vectors:

另一种形式是使用模和两向量之间的夹角 θ:

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

Key consequences: if a · b = 0 and neither vector is zero, then a and b are perpendicular (θ = 90°). The dot product is commutative: a · b = b · a.

重要推论:若 a · b = 0 且两向量均非零,则 a 与 b 垂直(θ = 90°)。点积满足交换律:a · b = b · a。

The angle between two vectors can be found using:

两向量之间的夹角可以通过以下公式求出:

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


9. The Cross Product (Vector Product) | 叉积(向量积)

The cross product is defined only in three dimensions. It takes two vectors and produces a third vector that is perpendicular to both original vectors. For a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃):

叉积只在三维中定义。它接受两个向量并产生一个同时垂直于这两个向量的新向量。对于 a = (a₁, a₂, a₃) 和 b = (b₁, b₂, b₃):

a × b = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁)

The magnitude of the cross product is:

叉积的大小为:

|a × b| = |a| × |b| × sin θ

This magnitude equals the area of the parallelogram formed by a and b. Unlike the dot product, the cross product is not commutative:

该大小等于由 a 和 b 构成的平行四边形的面积。与点积不同,叉积不满足交换律:

a × b = −(b × a)


10. Applications of Vector Operations | 向量运算的应用

Vector operations have wide-ranging applications in geometry, physics, and engineering. Some key applications include determining whether two lines are parallel, perpendicular, or intersecting; calculating areas and volumes; and resolving forces in mechanics.

向量运算在几何、物理和工程中有着广泛的应用。关键应用包括判断两条直线是否平行、垂直或相交;计算面积和体积;以及在力学中分解力。

  • Parallel vectors: a and b are parallel if a = k·b for some scalar k, or equivalently, a × b = 0.

  • Perpendicular vectors: a and b are perpendicular if a · b = 0.

  • Area of a triangle: ½ × |a × b|, where a and b are two sides of the triangle.

  • 平行向量:若存在标量 k 使 a = k·b(等价地 a × b = 0),则 a 和 b 平行。

  • 垂直向量:若 a · b = 0,则 a 和 b 垂直。

  • 三角形面积:½ × |a × b|,其中 a 和 b 是三角形的两条边。

In 3D geometry, the volume of a parallelepiped formed by three vectors a, b, and c is given by the absolute value of the scalar triple product:

在三维几何中,由三个向量 a、b、c 构成的平行六面体的体积等于标量三重积的绝对值:

V = |a · (b × c)|


11. Worked Example | 例题详解

Problem: Given a = (2, −1, 3) and b = (4, 2, −1), find: (a) a + b, (b) |a|, (c) a · b, and (d) a × b.

题目:已知 a = (2, −1, 3),b = (4, 2, −1),求:(a) a + b,(b) |a|,(c) a · b,(d) a × b。

Solution:

解答:

(a) a + b = (2 + 4, −1 + 2, 3 + (−1)) = (6, 1, 2)

(a) a + b = (2 + 4, −1 + 2, 3 + (−1)) = (6, 1, 2)

(b) |a| = √(2² + (−1)² + 3²) = √(4 + 1 + 9) = √14

(b) |a| = √(2² + (−1)² + 3²) = √(4 + 1 + 9) = √14

(c) a · b = (2)(4) + (−1)(2) + (3)(−1) = 8 − 2 − 3 = 3

(c) a · b = (2)(4) + (−1)(2) + (3)(−1) = 8 − 2 − 3 = 3

(d) a × b = ((−1)(−1) − (3)(2), (3)(4) − (2)(−1), (2)(2) − (−1)(4))

(d) a × b = ((−1)(−1) − (3)(2), (3)(4) − (2)(−1), (2)(2) − (−1)(4))

= (1 − 6, 12 + 2, 4 + 4) = (−5, 14, 8)

= (1 − 6, 12 + 2, 4 + 4) = (−5, 14, 8)


12. Common Mistakes to Avoid | 常见错误提醒

Students often make avoidable errors when working with vectors. Being aware of these pitfalls can significantly improve accuracy in exams.

学生在处理向量时常常犯一些可以避免的错误。了解这些陷阱可以显著提高考试中的准确性。

Mistake | 错误 Correction | 纠正
Confusing a · b (scalar) with a × b (vector) Remember: dot product gives a number; cross product gives a vector
将 a · b(标量)与 a × b(向量)混淆 记住:点积得到数值;叉积得到向量
Forgetting that a × b = −(b × a) Always check the order of cross products
忘记 a × b = −(b × a) 始终检查叉积的运算顺序
Calculating magnitude as v₁² + v₂² without the square root Always take the square root: |v| = √(v₁² + v₂² + v₃²)
计算模时忘记开平方根 务必取平方根:|v| = √(v₁² + v₂² + v₃²)

Additionally, when finding the angle between two vectors, always compute the dot product first, then divide by the product of the magnitudes. Never skip the magnitude step.

此外,在求两向量夹角时,务必先计算点积,再除以模的乘积。切勿跳过求模这一步。


Mastering vectors in 2D and 3D is a cornerstone of IB Mathematics. By understanding component notation, addition, scalar multiplication, magnitude, the dot product, and the cross product, you equip yourself with powerful tools for solving complex geometric and physical problems. Practice consistently, and these operations will become second nature.

掌握二维和三维向量是IB数学的基石。通过理解分量记法、加法、标量乘法、模、点积和叉积,你将拥有解决复杂几何和物理问题的强大工具。坚持练习,这些运算会成为你的自然反应。

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