📚 A-Level Mathematics: Operations and Applications of 3D Vectors | A-Level 数学:三维向量的运算与应用
Vectors in three dimensions form a cornerstone of A-Level Mathematics, bridging pure algebra with geometry and physics. Mastering 3D vector operations—from addition and scalar multiplication to dot and cross products—opens the door to solving complex problems involving lines, planes, and spatial relationships with precision and elegance.
三维向量是 A-Level 数学的核心内容之一,它将纯代数与几何、物理紧密相连。掌握三维向量的运算——从加法、数乘到点积与叉积——能够精确而优雅地解决涉及直线、平面及空间关系的复杂问题。
1. Vector Fundamentals in 3D | 三维向量的基本概念
A 3D vector is represented as a = a₁i + a₂j + a₃k or in column form (a₁, a₂, a₃), where i, j, k are unit vectors along the x, y, and z axes respectively. The magnitude (length) of vector a is given by |a| = √(a₁² + a₂² + a₃²).
三维向量表示为 a = a₁i + a₂j + a₃k 或列向量形式 (a₁, a₂, a₃),其中 i、j、k 分别是沿 x、y、z 轴方向的单位向量。向量 a 的模(长度)为 |a| = √(a₁² + a₂² + a₃²)。
The position vector of a point P(x, y, z) is the vector from the origin O to P, written as OP = (x, y, z). The vector between two points A and B is AB = OB − OA.
点 P(x, y, z) 的位置向量是从原点 O 指向 P 的向量,记作 OP = (x, y, z)。两点 A 和 B 之间的向量为 AB = OB − OA。
- Key property: Two vectors are equal if and only if all corresponding components are equal.
- 关键性质:两个向量相等当且仅当它们的所有对应分量分别相等。
- Zero vector: 0 = (0, 0, 0) has zero magnitude and undefined direction.
- 零向量:0 = (0, 0, 0) 的模为零,方向不定。
2. Vector Addition and Scalar Multiplication | 向量加法与数乘
For vectors a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃), addition is performed component-wise: a + b = (a₁ + b₁, a₂ + b₂, a₃ + b₃). Scalar multiplication by a scalar λ gives λa = (λa₁, λa₂, λa₃).
对于向量 a = (a₁, a₂, a₃) 和 b = (b₁, b₂, b₃),加法按分量进行:a + b = (a₁ + b₁, a₂ + b₂, a₃ + b₃)。数乘标量 λ 得到 λa = (λa₁, λa₂, λa₃)。
a + b = (a₁+b₁, a₂+b₂, a₃+b₃) λa = (λa₁, λa₂, λa₃)
Geometrically, vector addition follows the triangle law: placing the tail of b at the head of a, the resultant vector a + b connects the tail of a to the head of b. Scalar multiplication stretches or shrinks the vector and reverses its direction if λ is negative.
从几何上看,向量加法遵循三角形法则:将 b 的起点置于 a 的终点,和向量 a + b 从 a 的起点指向 b 的终点。数乘会拉伸或缩短向量,当 λ 为负数时方向反转。
- Commutative law: a + b = b + a
- 交换律:a + b = b + a
- Associative law: (a + b) + c = a + (b + c)
- 结合律:(a + b) + c = a + (b + c)
- Distributive law: λ(a + b) = λa + λb
- 分配律:λ(a + b) = λa + λb
3. The Dot Product (Scalar Product) | 点积(标量积)
The dot product of two vectors a and b, denoted a · b, is defined as a · b = |a||b|cosθ, where θ is the angle between the vectors (0 ≤ θ ≤ π). In component form:
两个向量 a 和 b 的点积记作 a · b,定义为 a · b = |a||b|cosθ,其中 θ 是两向量之间的夹角(0 ≤ θ ≤ π)。其分量形式为:
a · b = a₁b₁ + a₂b₂ + a₃b₃
The dot product produces a scalar (a single number), not a vector. When a · b = 0 and both vectors are non-zero, the vectors are perpendicular (orthogonal).
点积的结果是一个标量(一个数值),而非向量。当 a · b = 0 且两个向量均非零时,两向量互相垂直(正交)。
cosθ = (a · b) / (|a||b|) = (a₁b₁ + a₂b₂ + a₃b₃) / (√(a₁²+a₂²+a₃²) · √(b₁²+b₂²+b₃²))
- Perpendicular condition: a ⊥ b ⇔ a · b = 0
- 垂直条件:a ⊥ b ⇔ a · b = 0
- Self dot product: a · a = |a|²
- 自身点积:a · a = |a|²
4. The Cross Product (Vector Product) | 叉积(向量积)
The cross product of two vectors a and b, denoted a × b, is a vector perpendicular to both a and b. Its magnitude is |a × b| = |a||b|sinθ, and its direction follows the right-hand rule.
两个向量 a 和 b 的叉积记作 a × b,是一个同时垂直于 a 和 b 的向量。其模为 |a × b| = |a||b|sinθ,方向遵循右手定则。
a × b = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁)
In determinant form, using the unit vectors i, j, k:
用单位向量 i、j、k 的行列式形式表示为:
a × b = | i j k |
| a₁ a₂ a₃ |
| b₁ b₂ b₃ |
- Anti-commutative: a × b = −(b × a)
- 反交换律:a × b = −(b × a)
- Parallel condition: a ∥ b ⇔ a × b = 0
- 平行条件:a ∥ b ⇔ a × b = 0
- Self cross product: a × a = 0
- 自身叉积:a × a = 0
5. Equation of a Straight Line in 3D | 三维空间中的直线方程
A line in 3D space can be described using a known point A with position vector a and a direction vector d. The vector equation of the line is:
三维空间中的直线可以通过已知点 A 的位置向量 a 和方向向量 d 来描述。直线的向量方程为:
r = a + td, t ∈ ℝ
In component form, if A = (x₁, y₁, z₁) and d = (l, m, n), then:
在分量形式下,若 A = (x₁, y₁, z₁) 且 d = (l, m, n),则:
r = (x₁ + tl, y₁ + tm, z₁ + tn)
Alternatively, the parametric equations are x = x₁ + tl, y = y₁ + tm, z = z₁ + tn. If l, m, n are all non-zero, the Cartesian form is:
或者,参数方程为 x = x₁ + tl,y = y₁ + tm,z = z₁ + tn。若 l、m、n 均非零,则笛卡尔形式为:
(x − x₁)/l = (y − y₁)/m = (z − z₁)/n
6. Equation of a Plane in 3D | 三维空间中的平面方程
A plane in 3D space can be defined by a point A on the plane and a normal vector n perpendicular to the plane. The vector equation is:
三维空间中的平面可以由平面上的点 A 和垂直于平面的法向量 n 来确定。其向量方程为:
(r − a) · n = 0
If n = (a, b, c) and a = (x₁, y₁, z₁), then the Cartesian equation of the plane becomes:
若 n = (a, b, c) 且 a = (x₁, y₁, z₁),则平面的笛卡尔方程为:
a(x − x₁) + b(y − y₁) + c(z − z₁) = 0
Expanding, we get the standard form ax + by + cz = d, where d = ax₁ + by₁ + cz₁. The coefficients a, b, c in this form are the components of the normal vector.
展开后得到标准形式 ax + by + cz = d,其中 d = ax₁ + by₁ + cz₁。该形式中的系数 a、b、c 即为法向量的分量。
- Normal vector: n = (a, b, c) is perpendicular to every vector lying in the plane.
- 法向量:n = (a, b, c) 垂直于平面内的所有向量。
7. Intersection of Lines and Planes | 直线与平面的交点
To find the intersection of a line r = a + td and a plane (r − p) · n = 0, substitute the line equation into the plane equation:
求直线 r = a + td 与平面 (r − p) · n = 0 的交点时,将直线方程代入平面方程:
(a + td − p) · n = 0
Solving for t: t = ((p − a) · n) / (d · n), provided d · n ≠ 0 (line not parallel to the plane). Substituting this t value back into the line equation gives the intersection point.
解出 t:t = ((p − a) · n) / (d · n),前提是 d · n ≠ 0(直线不平行于平面)。将该 t 值代回直线方程即可得到交点坐标。
For the intersection of two lines, equate the two line equations and solve for the parameters. If the system has a unique solution, the lines intersect; if no solution exists, they are skew lines.
对于两条直线的交点,将两条直线的方程联立并求解参数。若方程组有唯一解,则两直线相交;若无解,则两直线为异面直线。
| Condition 条件 | Relationship 位置关系 |
| d · n ≠ 0 | Intersect at one point 相交于一点 |
| d · n = 0, (a − p) · n ≠ 0 | Parallel, no intersection 平行,无交点 |
| d · n = 0, (a − p) · n = 0 | Line lies in the plane 直线在平面内 |
8. Angle Between Lines and Planes | 直线与平面所成的角
The angle θ between two lines with direction vectors d₁ and d₂ is found using the dot product:
两条方向向量分别为 d₁ 和 d₂ 的直线所成的角 θ 通过点积求得:
cosθ = |d₁ · d₂| / (|d₁||d₂|)
The angle θ between two planes with normal vectors n₁ and n₂ is the same as the angle between their normals:
法向量分别为 n₁ 和 n₂ 的两个平面所成的角 θ 等于其法向量之间的夹角:
cosθ = |n₁ · n₂| / (|n₁||n₂|)
The angle θ between a line with direction vector d and a plane with normal vector n is given by:
方向向量为 d 的直线与法向量为 n 的平面所成的角 θ 为:
sinθ = |d · n| / (|d||n|)
Note that sin is used for the line-plane angle because θ is measured between the line and the plane, not between the line and the normal.
注意:求直线与平面的夹角时使用 sin,因为 θ 是直线与平面之间的夹角,而非直线与法向量之间的夹角。
9. Distance from a Point to a Plane | 点到平面的距离
The perpendicular distance from a point P with position vector p to a plane (r − a) · n = 0 is given by the formula:
位置向量为 p 的点 P 到平面 (r − a) · n = 0 的垂直距离为:
d = |(p − a) · n| / |n|
In Cartesian form, for the plane ax + by + cz = d₁ and point (x₀, y₀, z₀):
在笛卡尔形式下,对于平面 ax + by + cz = d₁ 和点 (x₀, y₀, z₀):
d = |ax₀ + by₀ + cz₀ − d₁| / √(a² + b² + c²)
This formula is a direct application of projecting the vector (p − a) onto the unit normal vector n/|n|.
该公式是将向量 (p − a) 投影到单位法向量 n/|n| 上的直接应用。
10. Distance from a Point to a Line | 点到直线的距离
The shortest distance from a point P to a line r = a + td is the length of the perpendicular segment from P to the line. It can be computed using the cross product:
点 P 到直线 r = a + td 的最短距离是 P 到该直线的垂线段长度。可以使用叉积计算:
d = |(p − a) × d| / |d|
This formula gives the magnitude of the component of (p − a) perpendicular to d. For the distance between two skew lines r₁ = a₁ + td₁ and r₂ = a₂ + sd₂:
该公式给出 (p − a) 垂直于 d 的分量的模。对于两条异面直线 r₁ = a₁ + td₁ 和 r₂ = a₂ + sd₂ 之间的距离:
d = |(a₂ − a₁) · (d₁ × d₂)| / |d₁ × d₂|
11. Applications in Geometry and Physics | 在几何与物理中的应用
3D vectors are widely used to solve real-world problems. In geometry, the cross product computes the area of a triangle or parallelogram: Area of parallelogram = |a × b|. The volume of a parallelepiped is given by the scalar triple product V = |a · (b × c)|.
三维向量广泛应用于解决实际问题。在几何中,叉积可用于计算三角形或平行四边形的面积:平行四边形面积 = |a × b|。平行六面体的体积由标量三重积给出 V = |a · (b × c)|。
In physics, vectors describe forces, velocities, and accelerations in 3D space. The dot product computes work done W = F · s, while moments and torques use the cross product T = r × F.
在物理中,向量用于描述三维空间中的力、速度和加速度。点积计算做功 W = F · s,而力矩和扭矩使用叉积 T = r × F。
In kinematics, the position of a projectile in three-dimensional motion can be expressed as a vector function r(t) = (v₀t cosθ, v₀t sinθ − ½gt²). Direction cosines of a vector a = (a₁, a₂, a₃) are cosα = a₁/|a|, cosβ = a₂/|a|, cosγ = a₃/|a|, satisfying cos²α + cos²β + cos²γ = 1.
在运动学中,三维抛体运动的位置可以表示为向量函数 r(t) = (v₀t cosθ, v₀t sinθ − ½gt²)。向量 a = (a₁, a₂, a₃) 的方向余弦为 cosα = a₁/|a|,cosβ = a₂/|a|,cosγ = a₃/|a|,满足 cos²α + cos²β + cos²γ = 1。
12. Summary and Examination Tips | 总结与考试技巧
Master the following checklist to excel in 3D vector questions:
掌握以下清单,即可在三维向量题目中取得优异成绩:
- Memorise key formulas: dot product, cross product, magnitude, and distance formulas.
- 牢记关键公式:点积、叉积、模长和距离公式。
- Visualise the problem: sketch the geometry to determine whether the dot or cross product is needed.
- 将问题可视化:画出几何草图,判断需要使用点积还是叉积。
- Check conditions: For parallel/perpendicular, use cross/dot product = 0 respectively.
- 检查条件:平行使用叉积为零,垂直使用点积为零。
- Be cautious with angles: Use cos for line-line and plane-plane angles, sin for line-plane angles.
- 注意角度计算:直线与直线、平面与平面夹角用 cos,直线与平面夹角用 sin。
- Practice with past papers: Familiarise yourself with the style of vector questions in your examination board.
- 练习历年真题:熟悉你所参加考试局向量题目的出题风格。
With consistent practice and a solid grasp of these vector operations, you can confidently tackle any 3D vector problem that appears in your A-Level examination.
通过持续练习并扎实掌握这些向量运算,你将能够自信地应对 A-Level 考试中出现的任何三维向量问题。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply