📚 Line Integrals: Concepts and Computation | 线积分:概念与计算
A line integral extends the idea of a definite integral to functions defined along a curve. Instead of integrating over an interval on the x-axis, we integrate over a path in two or three dimensions. This concept is essential in vector calculus, physics, and engineering, and it appears in the IB Mathematics Analysis and Approaches Higher Level curriculum.
线积分将定积分的概念推广到沿曲线定义的函数。我们不再沿 x 轴上的区间积分,而是沿二维或三维空间中的路径进行积分。这一概念在向量微积分、物理学和工程学中至关重要,也是 IB 数学分析与方法(AA)高级水平课程的重要内容。
1. What Is a Line Integral? | 什么是线积分?
A line integral sums up values of a function along a curve. There are two main types: line integrals of scalar fields (integrating a scalar function with respect to arc length) and line integrals of vector fields (integrating a vector field along a curve, producing work done). The notation typically uses the symbol ∫ with the curve C written below it.
线积分沿曲线累加函数值。主要分为两类:标量场的线积分(对标量函数关于弧长积分)和向量场的线积分(沿曲线积分向量场,得到做功)。记号通常在积分符号 ∫ 下方标注曲线 C。
For a scalar function f(x, y), the line integral over curve C is written as:
对于标量函数 f(x, y),沿曲线 C 的线积分记为:
∫C f(x, y) ds
where ds represents an infinitesimal segment of arc length along the curve. For a vector field F, the line integral is written as ∫C F · dr, where dr is an infinitesimal displacement vector along the curve.
其中 ds 表示曲线上无穷小的弧长微元。对于向量场 F,线积分记为 ∫C F · dr,其中 dr 是沿曲线的无穷小位移向量。
2. Scalar Line Integrals | 标量线积分
For a curve C parameterised by r(t) = (x(t), y(t)) for a ≤ t ≤ b, the scalar line integral of f(x, y) is computed using the formula:
对于由 r(t) = (x(t), y(t)) 参数化且 t 从 a 到 b 的曲线 C,标量函数 f(x, y) 的线积分使用以下公式计算:
∫C f(x, y) ds = ∫ab f(x(t), y(t)) · √[(dx/dt)² + (dy/dt)²] dt
The factor √[(dx/dt)² + (dy/dt)²] represents the speed of the parameterisation. In three dimensions, we add the term (dz/dt)² inside the square root. Notice that the scalar line integral does not depend on the direction of traversal of the curve.
因子 √[(dx/dt)² + (dy/dt)²] 表示参数化速度。在三维情形下,根号内增加 (dz/dt)² 项。注意标量线积分不依赖于曲线的遍历方向。
Example: Compute ∫C (x + y) ds where C is the straight line from (0,0) to (1,1).
示例:计算 ∫C (x + y) ds,其中 C 是从 (0,0) 到 (1,1) 的直线段。
Parameterise: r(t) = (t, t), 0 ≤ t ≤ 1. Then dx/dt = 1, dy/dt = 1, so ds = √(1² + 1²) dt = √2 dt. Therefore:
参数化:r(t) = (t, t),0 ≤ t ≤ 1。则 dx/dt = 1,dy/dt = 1,所以 ds = √(1² + 1²) dt = √2 dt。因此:
∫C (x + y) ds = ∫01 (t + t)·√2 dt = √2 ∫01 2t dt = √2
The result is √2, which represents the weighted average of (x + y) along the line multiplied by the total arc length √2.
结果为 √2,它表示 (x + y) 沿直线的加权平均值乘以总弧长 √2。
3. Vector Line Integrals | 向量线积分
For a vector field F(x, y) = P(x, y)i + Q(x, y)j, the line integral along curve C is defined as the work done by the field in moving a particle along the curve. The formula is:
对于向量场 F(x, y) = P(x, y)i + Q(x, y)j,沿曲线 C 的线积分定义为场移动粒子沿曲线所做的功。公式为:
∫C F · dr = ∫C P dx + Q dy = ∫ab [P(x(t), y(t))·dx/dt + Q(x(t), y(t))·dy/dt] dt
Unlike the scalar case, the orientation of the curve matters: reversing the direction of traversal changes the sign of the integral.
与标量情形不同,曲线的方向非常重要:反转遍历方向会改变积分的符号。
Example: Evaluate ∫C F · dr where F = yi + x²j and C is the parabola y = x² from (0,0) to (1,1).
示例:计算 ∫C F · dr,其中 F = yi + x²j,C 是从 (0,0) 到 (1,1) 的抛物线 y = x²。
Parameterise: x = t, y = t², 0 ≤ t ≤ 1. Then dx/dt = 1, dy/dt = 2t. So:
参数化:x = t,y = t²,0 ≤ t ≤ 1。则 dx/dt = 1,dy/dt = 2t。于是:
∫C F · dr = ∫01 [t²·1 + (t²)²·(2t)] dt = ∫01 (t² + 2t⁵) dt = 1/3 + 1/3 = 2/3
The work done by the field along this path is 2/3 units.
该场沿此路径所做的功为 2/3 个单位。
4. Parameterisation of Curves | 曲线的参数化
Choosing an appropriate parameterisation is critical for computing line integrals efficiently. Common curves and their parameterisations include:
选择合适的参数化对高效计算线积分至关重要。常见曲线及其参数化包括:
-
Line segment from A(a₁, a₂) to B(b₁, b₂): r(t) = (a₁ + t(b₁ − a₁), a₂ + t(b₂ − a₂)), 0 ≤ t ≤ 1.
-
直线段从 A(a₁, a₂) 到 B(b₁, b₂):r(t) = (a₁ + t(b₁ − a₁), a₂ + t(b₂ − a₂)),0 ≤ t ≤ 1。
-
Circle of radius R centred at origin: r(t) = (R cos t, R sin t), 0 ≤ t ≤ 2π.
-
以原点为圆心、半径为 R 的圆:r(t) = (R cos t, R sin t),0 ≤ t ≤ 2π。
-
Parabola y = x² from x = a to x = b: r(t) = (t, t²), a ≤ t ≤ b.
-
抛物线 y = x² 从 x = a 到 x = b:r(t) = (t, t²),a ≤ t ≤ b。
-
Helix in 3D: r(t) = (a cos t, a sin t, bt), 0 ≤ t ≤ T.
-
三维螺旋线:r(t) = (a cos t, a sin t, bt),0 ≤ t ≤ T。
In IB examinations, the parameterisation is often suggested or can be chosen naturally from the equation of the curve. For piecewise curves, the line integral must be computed separately on each segment and summed.
在 IB 考试中,参数化通常是直接给出或可从曲线方程自然选择。对于分段曲线,必须分别在每一段上计算线积分然后求和。
5. Computational Techniques | 计算技巧
When computing line integrals, several techniques simplify the process. First, always simplify F(r(t)) before taking the dot product. Second, look for symmetries that might make the integral zero. Third, in vector fields, check whether the field is conservative, which allows us to use potential functions.
计算线积分时有几个技巧可以简化过程。第一,先化简 F(r(t)) 再做点积。第二,寻找可能使积分为零的对称性。第三,对于向量场,检查场是否为保守场,若是则可以使用势函数。
For scalar integrals, the quantity ds = |r′(t)| dt is essential. In polar coordinates, if a curve is given as r = r(θ), then ds = √(r² + (dr/dθ)²) dθ. For a line y = f(x), the formula becomes ds = √(1 + (dy/dx)²) dx.
对于标量积分,关键量是 ds = |r′(t)| dt。在极坐标中,若曲线由 r = r(θ) 给出,则 ds = √(r² + (dr/dθ)²) dθ。对于直线 y = f(x),公式变为 ds = √(1 + (dy/dx)²) dx。
Example: Find the mass of a wire shaped as the semicircle x² + y² = 1, y ≥ 0, with density ρ(x, y) = y.
示例:求形状为半圆 x² + y² = 1(y ≥ 0)、密度为 ρ(x, y) = y 的金属丝的质量。
Parameterise: x = cos t, y = sin t, 0 ≤ t ≤ π. Then ds = √(sin²t + cos²t) dt = dt. Mass = ∫C y ds = ∫0π sin t dt = [−cos t]0π = 2.
参数化:x = cos t,y = sin t,0 ≤ t ≤ π。则 ds = √(sin²t + cos²t) dt = dt。质量 = ∫C y ds = ∫0π sin t dt = [−cos t]0π = 2。
6. Conservative Fields and Path Independence | 保守场与路径无关性
A vector field F = Pi + Qj is conservative if it is the gradient of a scalar potential function φ, meaning F = ∇φ. For a conservative field, the line integral depends only on the endpoints, not on the path taken. This is called path independence.
若向量场 F = Pi + Qj 是某个标量势函数 φ 的梯度,即 F = ∇φ,则该场是保守场。对于保守场,线积分只取决于端点,而不取决于所取路径。这称为路径无关性。
The fundamental theorem of line integrals states that if C is a curve from point A to point B, then:
线积分基本定理指出,如果 C 是从点 A 到点 B 的曲线,则:
∫C ∇φ · dr = φ(B) − φ(A)
For a conservative field in two dimensions, the condition ∂P/∂y = ∂Q/∂x must hold at every point in the region. In three dimensions, we require curl F = 0, equivalently all the mixed partial derivatives match appropriately.
对于二维保守场,在区域中每一点必须满足 ∂P/∂y = ∂Q/∂x。在三维情形中,要求旋度 curl F = 0,即所有混合偏导数适当匹配。
Example: Show that F = (2xy + 1)i + x²j is conservative, and evaluate ∫C F · dr from (0,0) to (2,3) using the potential function.
示例:证明 F = (2xy + 1)i + x²j 是保守场,并利用势函数计算从 (0,0) 到 (2,3) 的 ∫C F · dr。
Check: ∂P/∂y = 2x and ∂Q/∂x = 2x. They match, so F is conservative. We need φ such that ∂φ/∂x = 2xy + 1 and ∂φ/∂y = x². Integrating ∂φ/∂x gives φ = x²y + x + g(y). Then ∂φ/∂y = x² + g′(y) = x², so g′(y) = 0, hence g(y) = 0 and φ = x²y + x. Therefore the integral equals φ(2,3) − φ(0,0) = (4·3 + 2) − 0 = 14.
检验:∂P/∂y = 2x,∂Q/∂x = 2x。两者相等,因此 F 是保守场。求 φ 使 ∂φ/∂x = 2xy + 1 且 ∂φ/∂y = x²。对 ∂φ/∂x 积分得 φ = x²y + x + g(y)。则 ∂φ/∂y = x² + g′(y) = x²,所以 g′(y) = 0,从而 g(y) = 0,φ = x²y + x。因此积分等于 φ(2,3) − φ(0,0) = (4·3 + 2) − 0 = 14。
7. Geometric and Physical Applications | 几何与物理应用
Line integrals have numerous applications in geometry and physics. The scalar line integral computes the mass of a wire with variable density, the arc length of a curve, and the average value of a function along a curve. The vector line integral computes work done by a force field, circulation of a fluid, and electromotive force in electromagnetism.
线积分在几何和物理中有众多应用。标量线积分可以计算具有变密度的金属丝的质量、曲线的弧长以及函数沿曲线的平均值。向量线积分可以计算力场所做的功、流体的环量以及电磁学中的电动势。
The arc length of a curve is a special case of the scalar line integral where f = 1:
曲线的弧长是标量线积分中 f = 1 的特殊情形:
Arc length = ∫C 1 ds = ∫ab √[(dx/dt)² + (dy/dt)²] dt
弧长 = ∫C 1 ds = ∫ab √[(dx/dt)² + (dy/dt)²] dt
In physics, when F represents force and C represents the trajectory of a particle, ∫C F · dr gives the work W done by the force. This is fundamental in mechanics and energy conservation principles.
在物理学中,当 F 表示力、C 表示粒子的运动轨迹时,∫C F · dr 给出力所做的功 W。这在力学和能量守恒原理中是基础性的。
8. Common Pitfalls and IB Exam Tips | 常见误区与IB备考建议
Students frequently make errors when computing line integrals. The most common mistakes include forgetting the arc length factor ds in scalar integrals, incorrectly determining the limits of integration after parameterisation, reversing orientation in vector integrals without adjusting the sign, and failing to check whether a field is conservative before attempting a difficult path.
学生在计算线积分时常犯错误。最常见的错误包括:在标量积分中忘记弧长因子 ds;参数化后错误确定积分上下限;在向量积分中反转方向而未调整符号;以及在尝试复杂路径前未检验场是否为保守场。
For IB examinations, keep these tips in mind:
针对 IB 考试,请牢记以下建议:
-
Always write out the parameterisation explicitly, including the domain of t.
-
始终明确写出参数化,包括 t 的定义域。
-
For scalar integrals, compute ds = |r′(t)| dt carefully, squaring each derivative component.
-
对于标量积分,仔细计算 ds = |r′(t)| dt,对各导数分量平方。
-
For vector integrals, compute the dot product F(r(t)) · r′(t) before integrating.
-
对于向量积分,先计算点积 F(r(t)) · r′(t) 后再积分。
-
When a curve is closed, line integrals may be evaluated using Green’s theorem (a further topic beyond standard IB, but useful).
-
当曲线闭合时,可以使用格林公式计算线积分(这是 IB 标准课程之外的进阶内容,但非常有用)。
-
Check dimensions: scalar line integrals produce a scalar quantity (length, mass, etc.), while vector line integrals produce work or circulation.
-
检查量纲:标量线积分产生标量量(长度、质量等),而向量线积分产生功或环量。
A powerful strategy in IB problems is to test for path independence first. If the field is conservative, the problem reduces to evaluating the potential function at two points, saving significant computation time.
在 IB 题目中,一个强有力的策略是首先检验路径无关性。如果场是保守场,问题就化简为在两个端点处计算势函数,这能节省大量计算时间。
9. Worked IB-Style Problem | IB 风格例题
Problem: A particle moves along the path C given by r(t) = (t², 2t), 0 ≤ t ≤ 2, under the influence of the force field F(x, y) = (3x², 2y). Calculate the work done by the field.
题目:粒子在力场 F(x, y) = (3x², 2y) 作用下沿路径 C(由 r(t) = (t², 2t) 给出,0 ≤ t ≤ 2)运动。求场所做的功。
Solution: We compute x(t) = t², y(t) = 2t. Then dx/dt = 2t and dy/dt = 2. We have F(r(t)) = (3(t²)², 2(2t)) = (3t⁴, 4t). The dot product is:
解答:计算 x(t) = t²,y(t) = 2t。则 dx/dt = 2t,dy/dt = 2。得 F(r(t)) = (3(t²)², 2(2t)) = (3t⁴, 4t)。点积为:
F(r(t)) · r′(t) = 3t⁴ · 2t + 4t · 2 = 6t⁵ + 8t
Therefore the work is:
因此功为:
W = ∫02 (6t⁵ + 8t) dt = [t⁶ + 4t²]02 = 64 + 16 = 80
Notice that we did not need to check if the field is conservative here because the path was already simple. The work done is 80 units.
注意,由于路径已经很简单,这里无需检验场是否为保守场。所做的功为 80 个单位。
Conclusion | 总结
Line integrals are a powerful tool for measuring accumulation along paths. Scalar line integrals sum a function’s values weighted by arc length, while vector line integrals measure flow or work along a curve. Mastery of parameterisation, careful computation of ds or dr, and recognition of conservative fields are essential skills for tackling these problems in IB Mathematics.
线积分是度量沿路径累积的强大工具。标量线积分按弧长加权累加函数值,而向量线积分度量沿曲线的流动或做功。熟练掌握参数化、精确计算 ds 或 dr、以及识别保守场,是应对 IB 数学中此类问题的关键技能。
By practising systematically and checking each step — parameterisation, derivative computation, dot product, and integration — students can approach line integral questions with confidence and precision.
通过系统练习并逐步检查——参数化、导数计算、点积和积分——学生能够自信而精确地回答线积分相关题目。
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导