📚 Vector Integration | 向量的积分运算
Vector integration extends the familiar concepts of single-variable calculus to vector-valued functions and fields. In this article, we explore line integrals, surface integrals, volume integrals, and the celebrated theorems that connect them — Green’s theorem, Gauss’ divergence theorem, and Stokes’ theorem. These tools are essential for students preparing for A-Level Further Mathematics, International Baccalaureate, and university entrance examinations.
向量积分将单变量微积分中熟悉的概念推广到向量值函数与向量场。本文将探讨线积分、曲面积分、体积分,以及将它们联系起来的著名定理——格林定理、高斯散度定理和斯托克斯定理。这些工具对于备考A-Level进阶数学、国际文凭课程以及大学入学考试的学生来说至关重要。
1. Vector Functions and Their Integrals | 向量函数及其积分
A vector function assigns a vector to each scalar variable t. The most important case is a position vector r(t) = x(t)i + y(t)j + z(t)k, which traces a curve in space. Its integral with respect to t is defined component-wise:
向量函数将每个标量变量 t 对应到一个向量。最重要的情况是位置向量 r(t) = x(t)i + y(t)j + z(t)k,它描绘出空间中的一条曲线。其关于 t 的积分按分量定义:
∫ r(t) dt = (∫ x(t) dt)i + (∫ y(t) dt)j + (∫ z(t) dt)k
This definition is simple: we integrate each component independently. For example, if r(t) = t²i + 3tj, then ∫r(t) dt = (t³⁄3)i + (3t²⁄2)j + C, where C is a constant vector of integration.
这个定义非常直观:我们对每个分量独立积分。例如,若 r(t) = t²i + 3tj,则 ∫r(t) dt = (t³⁄3)i + (3t²⁄2)j + C,其中 C 是积分常数向量。
2. Line Integrals of Scalar Fields | 标量场的线积分(第一类线积分)
When we integrate a scalar function f(x, y, z) along a curve C, we obtain the line integral of f with respect to arc length. If C is parametrised by r(t) = x(t)i + y(t)j + z(t)k for a ≤ t ≤ b, then:
当我们沿曲线 C 对标量函数 f(x, y, z) 积分时,就得到 f 关于弧长的线积分。若 C 由 r(t) = x(t)i + y(t)j + z(t)k(a ≤ t ≤ b)参数化,则:
∫C f ds = ∫ab f(x(t), y(t), z(t)) |r′(t)| dt
Here |r′(t)| = √[(dx/dt)² + (dy/dt)² + (dz/dt)²] is the speed, i.e. the magnitude of the tangent vector. This integral represents, for example, the mass of a wire of variable density f, or the total charge along a curved conductor.
这里 |r′(t)| = √[(dx/dt)² + (dy/dt)² + (dz/dt)²] 是速率,即切向量的模。此积分可用于计算变密度 f 的导线质量、或沿弯曲导体的总电荷等。
-
Key step: compute r′(t), then its magnitude, then substitute into the integrand.
关键步骤:先求 r′(t),再求其模,然后代入被积函数。
-
Example: For f(x, y) = x + y along the line segment from (0,0) to (2,1), parametrise r(t) = (2t)i + tj, 0 ≤ t ≤ 1. Then |r′(t)| = √(4 + 1) = √5, and the integral is ∫₀¹ (3t)√5 dt = (3√5)⁄2.
示例:对从 (0,0) 到 (2,1) 的线段上 f(x, y) = x + y,参数化 r(t) = (2t)i + tj,0 ≤ t ≤ 1。则 |r′(t)| = √(4 + 1) = √5,积分值为 ∫₀¹ (3t)√5 dt = (3√5)⁄2。
3. Line Integrals of Vector Fields | 向量场的线积分(第二类线积分)
For a vector field F = Pi + Qj + Rk, the line integral along an oriented curve C measures the work done by the field in moving a particle along C:
对于向量场 F = Pi + Qj + Rk,沿有向曲线 C 的线积分衡量场将粒子沿 C 移动时所做的功:
∫C F · dr = ∫ab F(r(t)) · r′(t) dt
Expanding the dot product gives ∫C (P dx + Q dy + R dz). Notice that reversing the direction of C changes the sign of the integral, because dr changes sign.
展开点积得 ∫C (P dx + Q dy + R dz)。注意若将 C 反向,则积分改变符号,因为 dr 改变了方向。
-
Work calculation: If F = yi + xj and C is the arc of the parabola y = x² from (0,0) to (1,1), parametrise x = t, y = t². Then r′(t) = i + 2tj, while F = t²i + tj. The dot product is t² + 2t² = 3t², and ∫₀¹ 3t² dt = 1.
功的计算:若 F = yi + xj,C 为抛物线 y = x² 从 (0,0) 到 (1,1) 的弧段,令 x = t,y = t²。则 r′(t) = i + 2tj,而 F = t²i + tj。点积为 t² + 2t² = 3t²,故 ∫₀¹ 3t² dt = 1。
-
Independence of path: If F = ∇φ for some scalar potential φ, then ∫C F · dr = φ(B) − φ(A), depending only on endpoints.
路径无关性:若存在标量势 φ 使 F = ∇φ,则 ∫C F · dr = φ(B) − φ(A),仅与端点有关。
4. Surface Integrals | 曲面积分
Surface integrals generalise double integrals to curved surfaces. For a surface S parametrised by r(u, v) = x(u, v)i + y(u, v)j + z(u, v)k over a region D in the uv-plane, the surface area element is:
曲面积分将二重积分推广到曲面。若曲面 S 由 r(u, v) = x(u, v)i + y(u, v)j + z(u, v)k 参数化,其定义域为 uv-平面上的区域 D,则面积元素为:
dS = |rᵤ × rᵥ| du dv
For the graph z = f(x, y), we have rᵤ = (1, 0, fₓ) and rᵥ = (0, 1, fᵧ), giving dS = √(1 + fₓ² + fᵧ²) dx dy. The integral of a scalar function f over S is written ∬S f dS.
对于函数图像 z = f(x, y),有 rᵤ = (1, 0, fₓ) 和 rᵥ = (0, 1, fᵧ),从而 dS = √(1 + fₓ² + fᵧ²) dx dy。标量函数 f 在 S 上的积分记为 ∬S f dS。
5. Flux Integrals | 通量积分
When the surface integral involves a vector field F dotted with the unit normal n, we obtain the flux of F across S:
当曲面积分涉及向量场 F 与单位法向量 n 的点积时,我们得到 F 穿过 S 的通量:
Flux = ∬S F · n dS = ∬S F · ( rᵤ × rᵥ ) du dv
The orientation of the normal matters: for a closed surface, the outward normal gives positive flux for outward flow. For z = f(x, y), the outward normal can be written as n dS = (−fₓi − fᵧj + k) dx dy, taking the positive z-component for the upper surface.
法向量的方向很重要:对于闭合曲面,外法向量使向外流动的通量为正。对于 z = f(x, y),外法向量可写为 n dS = (−fₓi − fᵧj + k) dx dy,取正的 z 分量即为上表面。
-
Example: Compute the flux of F = xi + yj + zk through the plane z = 0 over the square 0 ≤ x ≤ 1, 0 ≤ y ≤ 1. Here n dS = k dx dy, so F · n dS = z dx dy = 0 dx dy. The flux is zero — the field is horizontal on this plane.
示例:计算 F = xi + yj + zk 穿过 z = 0 平面上 0 ≤ x ≤ 1、0 ≤ y ≤ 1 正方形的通量。这里 n dS = k dx dy,故 F · n dS = z dx dy = 0 dx dy。通量为零——该场在此平面上是水平的。
6. Volume Integrals | 体积分
Volume integrals extend triple integrals to vector-valued integrands. For a region V in space, we write:
体积分将三重积分推广到向量值被积函数。对于空间区域 V,我们写:
∭V φ dV = ∭V φ(x, y, z) dx dy dz
When φ is a scalar function, this computes total mass, charge, or average value. When integrating a vector field F, we integrate each component separately:
当 φ 为标量函数时,此积分计算总质量、总电荷或平均值。当对向量场 F 积分时,我们分别对每个分量积分:
∭V F dV = (∭V P dV)i + (∭V Q dV)j + (∭V R dV)k
Common techniques include converting to cylindrical or spherical coordinates when the region has corresponding symmetry. Recall that in cylindrical coordinates dV = r dr dθ dz, and in spherical coordinates dV = ρ² sin φ dρ dφ dθ.
常用技巧包括在区域具有相应对称性时转换为柱坐标或球坐标。注意柱坐标中 dV = r dr dθ dz,球坐标中 dV = ρ² sin φ dρ dφ dθ。
7. Green’s Theorem | 格林定理
Green’s theorem relates a line integral around a simple closed curve C to a double integral over the plane region D enclosed by C. It is essentially a two-dimensional version of the fundamental theorem of calculus:
格林定理将围绕简单闭合曲线 C 的线积分与 C 所围平面区域 D 上的二重积分联系起来。它本质上是微积分基本定理的二维版本:
∮C (P dx + Q dy) = ∬D (∂Q/∂x − ∂P/∂y) dx dy
Here C is traversed counterclockwise (positive orientation). For instance, the area of D can be computed as A = ½ ∮C (x dy − y dx). This is a powerful shortcut: if the integrand is complicated or the region simple, we may convert between line and double integrals.
这里 C 按逆时针方向取正向。例如,区域 D 的面积可用 A = ½ ∮C (x dy − y dx) 计算。这是一个强大的技巧:当被积函数复杂或区域简单时,可在线积分与二重积分之间互相转化。
8. Gauss’ Divergence Theorem | 高斯散度定理
The divergence theorem, also called Gauss’ theorem, connects the flux of a vector field through a closed surface S to the integral of its divergence over the enclosed volume V:
散度定理,又称高斯定理,将向量场穿过闭合曲面 S 的通量与散度在包围体积 V 上的积分联系起来:
∯S F · n dS = ∭V (∇ · F) dV
The divergence of F = Pi + Qj + Rk is ∇ · F = ∂P/∂x + ∂Q/∂y + ∂R/∂z. Intuitively, the divergence measures the rate at which the field “spreads out” from a point. Positive divergence indicates a source; negative divergence indicates a sink.
向量场 F = Pi + Qj + Rk 的散度为 ∇ · F = ∂P/∂x + ∂Q/∂y + ∂R/∂z。直观上,散度衡量场在一点“向外扩散”的速率。正散度表示源,负散度表示汇。
-
Application: Verify Gauss’ theorem for F = xi + yj + zk over the unit cube 0 ≤ x, y, z ≤ 1. Since ∇ · F = 3, the volume integral is ∭ 3 dV = 3. The total outward flux through all six faces also equals 3 — consistent.
应用:验证 F = xi + yj + zk 在单位立方体 0 ≤ x, y, z ≤ 1 上的高斯定理。由于 ∇ · F = 3,体积积分为 ∭ 3 dV = 3。六个面的总外通量也等于 3——完全一致。
9. Stokes’ Theorem | 斯托克斯定理
Stokes’ theorem generalises Green’s theorem to surfaces in three dimensions. It relates the circulation of a vector field around a closed curve C to the flux of its curl through any surface S bounded by C:
斯托克斯定理将格林定理推广到三维空间中的曲面。它将向量场绕闭合曲线 C 的环流量与旋度穿过以 C 为边界的任意曲面 S 的通量联系起来:
∮C F · dr = ∬S (∇ × F) · n dS
The curl of F = (∂R/∂y − ∂Q/∂z)i + (∂P/∂z − ∂R/∂x)j + (∂Q/∂x − ∂P/∂y)k. The orientation of C and the normal n obey the right-hand rule: the curled fingers point along C, the thumb points along n.
F 的旋度为 (∂R/∂y − ∂Q/∂z)i + (∂P/∂z − ∂R/∂x)j + (∂Q/∂x − ∂P/∂y)k。曲线 C 的方向与法向量 n 遵循右手定则:弯曲的手指指向 C 的方向,拇指指向 n 的方向。
-
Physical meaning: The curl measures local rotation or “swirl” of the field. In fluid mechanics, a paddle wheel placed in a fluid with nonzero curl will rotate.
物理意义:旋度衡量场的局部旋转或“涡旋”程度。在流体力学中,放置在非零旋度流体中的水轮会发生旋转。
-
Conservation test: If ∇ × F = 0 everywhere, then F is conservative, and ∮C F · dr = 0 for any closed loop C.
保守性检验:若处处 ∇ × F = 0,则 F 为保守场,且对任意闭合回路 C 有 ∮C F · dr = 0。
10. Choosing the Right Theorem | 选择正确的定理
Exam questions often provide a vector field and ask you to compute either a line, surface, or volume integral. The key is to recognise which theorem simplifies the calculation.
考试题通常给出一个向量场,要求计算线积分、曲面积分或体积分。关键在于识别哪个定理能简化计算。
| Given | 已知 | Goal | 目标 | Use | 使用 |
| ∮C P dx + Q dy (2D closed curve) | ∬D double integral | Green’s theorem 格林定理 |
| ∯S F · n dS (closed surface) | ∭V triple integral | Divergence theorem 散度定理 |
| ∮C F · dr (3D closed curve) | ∬S surface integral | Stokes’ theorem 斯托克斯定理 |
| Conservative field, open curve | φ(B) − φ(A) potential difference | Fundamental theorem for line integrals 线积分基本定理 |
A common exam strategy is to first compute ∇ × F or ∇ · F. If the curl is simple (e.g. a constant vector), Stokes’ theorem becomes attractive. If the divergence is constant, Gauss’ theorem reduces the volume integral to multiplication by volume. Always check whether the curve or surface is closed before applying these theorems.
常见的考试策略是先计算 ∇ × F 或 ∇ · F。若旋度简单(如常向量),斯托克斯定理就很适用。若散度为常数,散度定理将体积积分简化为乘以体积。应用这些定理前务必检查曲线或曲面是否闭合。
11. Worked Examination Example | 考试真题示例
Consider the vector field F = yzi + xzj + xyk. Verify that ∇ × F = 0, and hence evaluate the line integral ∫C F · dr from A(1, 0, 0) to B(0, 1, 1) along any path.
考虑向量场 F = yzi + xzj + xyk。验证 ∇ × F = 0,并由此计算沿任意路径从 A(1, 0, 0) 到 B(0, 1, 1) 的线积分 ∫C F · dr。
Compute the curl:
计算旋度:
∇ × F = (∂(xy)/∂y − ∂(xz)/∂z)i + (∂(yz)/∂z − ∂(xy)/∂x)j + (∂(xz)/∂x − ∂(yz)/∂y)k = (x − x)i + (y − y)j + (z − z)k = 0
Since the curl vanishes, F is conservative. We seek a potential φ with ∇φ = F. Integrating ∂φ/∂x = yz gives φ = xyz + g(y, z). Differentiating with respect to y gives xz + ∂g/∂y = xz, so g depends only on z; similarly ∂φ/∂z = xy + dg/dz = xy, so g is constant. Thus φ = xyz + C. The line integral is:
由于旋度为零,F 是保守场。我们寻找满足 ∇φ = F 的势函数 φ。对 ∂φ/∂x = yz 积分得 φ = xyz + g(y, z)。对 y 求导得 xz + ∂g/∂y = xz,故 g 仅与 z 有关;类似地对 z 求导得 xy + dg/dz = xy,所以 g 为常数。因此 φ = xyz + C。线积分为:
∫C F · dr = φ(B) − φ(A) = (0·1·1) − (1·0·0) = 0
This result is independent of the path chosen, demonstrating the power of recognising conservative fields.
此结果与路径选择无关,展示了识别保守场的强大作用。
12. Common Pitfalls and Revision Tips | 常见错误与复习建议
Students frequently lose marks in vector integration questions for the following reasons:
学生在向量积分题目中经常因以下原因失分:
-
Forgetting the arc-length factor: In first-kind line integrals, you must include |r′(t)|; in second-kind integrals, you must use F · r′(t), not just F.
忘记弧长因子:第一类线积分必须包含 |r′(t)|;第二类线积分必须使用 F · r′(t),而非仅 F。
-
Wrong orientation: Reversing the curve reverses the sign of a line integral; choosing the wrong normal in flux integrals changes the sign of the flux.
方向错误:反转曲线会改变线积分的符号;通量积分中法向量方向选错会改变通量的正负。
-
Mixing up ∇ × F and ∇ · F: The curl is a vector (rotation), the divergence is a scalar (expansion). Practise computing both until the formulas are automatic.
混淆 ∇ × F 与 ∇ · F:旋度是向量(旋转),散度是标量(扩张)。反复练习计算二者,直到公式烂熟于心。
-
Ignoring closedness: Green’s, Stokes’, and Gauss’ theorems all require closed curves or surfaces. For open surfaces, you must evaluate the surface integral directly.
忽略闭合条件:格林、斯托克斯和高斯定理都要求闭合曲线或曲面。对于开放曲面,必须直接计算曲面积分。
To build fluency, work through past papers systematically. For each problem, identify the type of integral, sketch the geometry, and choose the most efficient theorem. Over time, pattern recognition becomes automatic.
为达到熟练,请系统性地做历年真题。对每道题,先判断积分类型,画出几何图形,再选择最高效的定理。久而久之,模式识别将成为本能。
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