Line Integrals | 线积分

📚 Line Integrals | 线积分

Line integrals are a powerful extension of ordinary integration, allowing us to integrate functions along curves in two- or three-dimensional space. They appear in IB Mathematics: Applications and Interpretation HL, particularly when computing work done by a force field or the mass of a wire. Understanding how to set up and evaluate line integrals is essential for solving real-world problems involving vector fields and curved paths.

线积分是普通积分的有力延伸,使我们能够沿着二维或三维空间中的曲线对函数进行积分。它出现在IB数学应用与解释高级课程中,尤其用于计算力场所做的功或金属丝的质量。掌握如何建立和计算线积分,是解决涉及向量场和弯曲路径的实际问题的关键。


1. Introduction to Line Integrals | 线积分简介

Unlike ordinary integrals that sum function values over an interval on the x-axis, line integrals accumulate quantities along a curved path in the plane or in space. The curve is usually given in parametric form, and the integration variable becomes the parameter that traces the curve.

与在 x 轴上的区间内求和函数值的普通积分不同,线积分沿着平面或空间中的弯曲路径累积量。曲线通常以参数形式给出,积分变量就变成描绘该曲线的参数。

A line integral can be scalar-valued, such as calculating the total mass of a wire with variable density, or vector-valued, as in finding the work done by a force along a trajectory. The notation ∫C f ds is used for scalar line integrals, while ∫C F · dr denotes a vector line integral.

线积分可以是标量的,例如计算变密度金属丝的总质量;也可以是向量的,如求某力沿轨迹所做的功。标量线积分的记号是 ∫C f ds,而向量线积分的记号是 ∫C F · dr。


2. Scalar Line Integrals and Arc Length | 标量线积分与弧长

For a scalar function f(x,y) defined on a smooth curve C, the line integral of f with respect to arc length s is written ∫C f(x,y) ds. The differential ds represents an infinitesimal arc length element along C.

对于定义在光滑曲线 C 上的标量函数 f(x,y),f 关于弧长 s 的线积分写作 ∫C f(x,y) ds。微分 ds 表示沿 C 的无穷小弧长元素。

If C is parametrized by r(t) = (x(t), y(t)) for a ≤ t ≤ b, then ds = |r'(t)| dt = √[(dx/dt)² + (dy/dt)²] dt. The scalar line integral becomes ∫ab f(r(t)) |r'(t)| dt.

如果 C 由参数方程 r(t) = (x(t), y(t)) (a ≤ t ≤ b) 给出,那么 ds = |r'(t)| dt = √[(dx/dt)² + (dy/dt)²] dt。标量线积分就转化为 ∫ab f(r(t)) |r'(t)| dt。


3. Vector Line Integrals and Work | 向量线积分与功

A vector line integral evaluates the tangential component of a vector field F along a curve C. It is defined as ∫C F · dr, where dr = (dx, dy) is the displacement vector along the curve.

向量线积分计算向量场 F 沿曲线 C 的切向分量。它定义为 ∫C F · dr,其中 dr = (dx, dy) 是沿曲线的位移向量。

In physics, when F represents a force field, the line integral ∫C F · dr gives the work done by the force as an object moves along C. The dot product ensures that only the component of force in the direction of motion contributes to the work.

在物理中,当 F 表示力场时,线积分 ∫C F · dr 给出物体沿 C 移动时力所做的功。点积确保只有沿运动方向的力的分量才做功。


4. Parametrization of Curves | 曲线的参数化

To evaluate a line integral, the curve must be expressed in a smooth parametrization r(t) with a clear parameter interval. Common parametrizations include: line segments, circles, and parabolas. For example, a circle of radius R can be written as x = R cos t, y = R sin t, 0 ≤ t ≤ 2π.

要计算线积分,必须用光滑的参数化 r(t) 表示曲线,并明确参数区间。常见的参数化包括:线段、圆和抛物线。例如,半径为 R 的圆可以写成 x = R cos t, y = R sin t, 0 ≤ t ≤ 2π。

A parametrization also determines the orientation of the curve. From a to b gives a forward direction; reversing the limits reverses the orientation. For scalar line integrals orientation does not matter, but for vector line integrals it changes the sign.

参数化同时决定了曲线的方向。从 a 到 b 给出正向;颠倒积分限则反转方向。对标量线积分而言方向无关紧要,但对向量线积分则会改变符号。


5. Computing a Scalar Line Integral | 计算标量线积分

Step 1: Parametrize the curve C and find the bounds for t. Step 2: Compute the derivative r'(t) and its magnitude |r'(t)|. Step 3: Substitute x(t), y(t) into f to get f(r(t)). Step 4: Set up the ordinary integral ∫ f(r(t)) |r'(t)| dt and evaluate.

步骤1:将曲线 C 参数化并找到 t 的范围。步骤2:计算导数 r'(t) 及其模长 |r'(t)|。步骤3:将 x(t), y(t) 代入 f 得到 f(r(t))。步骤4:建立普通积分 ∫ f(r(t)) |r'(t)| dt 并求值。

Example: Find ∫C (x + y) ds along the line segment from (0,0) to (1,2). Parametrize: r(t) = (t, 2t), 0 ≤ t ≤ 1. Then r'(t) = (1,2), |r'(t)| = √(1+4)=√5. The integral is ∫01 (t + 2t)·√5 dt = 3√5 ∫01 t dt = (3√5)/2.

例题:求 ∫C (x + y) ds,其中 C 是从 (0,0) 到 (1,2) 的线段。参数化:r(t) = (t, 2t),0 ≤ t ≤ 1。则 r'(t) = (1,2),|r'(t)| = √(1+4)=√5。积分为 ∫01 (t + 2t)·√5 dt = 3√5 ∫01 t dt = (3√5)/2。


6. Computing a Vector Line Integral | 计算向量线积分

For F = (P(x,y), Q(x,y)) and curve C given by r(t), the vector line integral is ∫C F · dr = ∫ab F(r(t)) · r'(t) dt. That is, you substitute the parametrization into P and Q, dot with r'(t), and integrate over t.

对于 F = (P(x,y), Q(x,y)) 和由 r(t) 给出的曲线 C,向量线积分为 ∫C F · dr = ∫ab F(r(t)) · r'(t) dt。也就是说,将参数化代入 P 和 Q,与 r'(t) 点乘,再对 t 积分。

The differential dr is often written as (dx, dy). The formula can also be expressed in the form ∫C P dx + Q dy, where dx = x'(t) dt and dy = y'(t) dt. Both notations appear in IB examinations.

微分 dr 常写作 (dx, dy)。该公式也可表示为 ∫C P dx + Q dy,其中 dx = x'(t) dt,dy = y'(t) dt。这两种记号都会出现在IB考试中。


7. Orientation of the Curve | 曲线的方向

A curve has two possible orientations. For a vector line integral, reversing the orientation changes the sign: ∫−C F · dr = − ∫C F · dr. This is because r'(t) reverses direction when the parameter runs backwards.

一条曲线有两种可能的定向。对于向量线积分,反转方向会改变符号:∫−C F · dr = −∫C F · dr。这是因为参数反向时 r'(t) 的方向也反转。

Scalar line integrals with respect to arc length ds are independent of orientation because ds = |r'(t)| dt is always positive. Thus ∫−C f ds = ∫C f ds, which is useful when integrating physical quantities like mass.

关于弧长 ds 的标量线积分与方向无关,因为 ds = |r'(t)| dt 总是正的。因此 ∫−C f ds = ∫C f ds,这在积分质量等物理量时很有用。


8. Fundamental Theorem for Line Integrals | 线积分基本定理

If F is a conservative vector field, i.e. F = ∇φ (the gradient of a scalar potential function φ), then the line integral of F along any curve C from point A to point B depends only on the endpoints: ∫C F · dr = φ(B) − φ(A).

如果 F 是一个保守向量场,即 F = ∇φ(标量势函数 φ 的梯度),那么 F 沿任意从 A 到 B 的曲线 C 的线积分只取决于端点:∫C F · dr = φ(B) − φ(A)。

This is the Fundamental Theorem for Line Integrals. It greatly simplifies calculations because you do not need to parametrize the curve; you only evaluate the potential function at the start and end points. The theorem also implies that the line integral over any closed loop in a conservative field is zero.

这就是线积分基本定理。它极大简化了计算,因为你无需把曲线参数化;只需在起点和终点计算势函数。这一定理还意味着,保守场中任何闭合回路的线积分为零。


9. Conservative Vector Fields | 保守向量场

A vector field F = (P, Q) in two dimensions is conservative if ∂Q/∂x = ∂P/∂y, provided the domain is simply connected. For three-dimensional fields, the condition is curl F = 0. Many force fields in physics, such as gravitational and electrostatic fields, are conservative.

二维向量场 F = (P, Q) 在定义域为单连通区域时,若 ∂Q/∂x = ∂P/∂y,则为保守场。对于三维场,条件是 curl F = 0。物理学中许多力场,例如引力场和静电场,都是保守场。

Once you identify a field as conservative, you can find its potential function φ by integrating P with respect to x and Q with respect to y, then reconciling the results. This potential function allows rapid evaluation of any line integral of F.

一旦确定某场为保守场,就可用 P 对 x 积分、Q 对 y 积分并协调结果来求其势函数 φ。有了势函数,就能快速计算 F 的任意线积分。


10. Finding Potential Functions | 求势函数

To find a potential function for a conservative field F = (P, Q), start with ∂φ/∂x = P. Integrate with respect to x: φ(x,y) = ∫ P dx + h(y). Then differentiate this expression with respect to y and equate to Q to determine h'(y). Integrate h'(y) to complete φ.

要找出保守场 F = (P, Q) 的势函数,从 ∂φ/∂x = P 开始。对 x 积分:φ(x,y) = ∫ P dx + h(y)。然后将此式对 y 求导并与 Q 联立确定 h'(y)。再对 h'(y) 积分得到完整的 φ。

Example: F = (2xy, x²+3y²). Check ∂Q/∂x = 2x = ∂P/∂y → conservative. ∫ P dx = ∫ 2xy dx = x²y + h(y). ∂/∂y of this is x² + h'(y) = Q = x²+3y² → h'(y)=3y², so h(y)=y³ + C. Thus φ = x²y + y³ + C.

例题:F = (2xy, x²+3y²)。验证 ∂Q/∂x = 2x = ∂P/∂y → 保守。∫ P dx = ∫ 2xy dx = x²y + h(y)。对此式求 ∂/∂y 得 x² + h'(y) = Q = x²+3y² → h'(y)=3y²,故 h(y)=y³ + C。因此 φ = x²y + y³ + C。


11. Applications in Physics | 物理应用

Line integrals model many physical phenomena: work done by a force, circulation of a fluid, flux across a curve, and even the computation of centre of mass of a wire. In IB HL, emphasis is placed on work and circulation along closed loops.

线积分可模拟许多物理现象:力所做的功、流体的环量、穿过曲线的通量,甚至计算金属丝的质心。IB高级课程中侧重功和闭合回路的环量。

For a closed curve C, the vector line integral ∮C F · dr is called the circulation of F around C. If F is the velocity field of a fluid, circulation measures the tendency of the fluid to rotate around the curve.

对于闭合曲线 C,向量线积分 ∮C F · dr 称为 F 绕 C 的环量。如果 F 是流体的速度场,环量衡量流体绕曲线旋转的趋势。

Another important scalar line integral is ∫C ρ(x,y) ds, where ρ is linear density; it yields the total mass of a thin wire. Such problems appear in core calculus and reinforce the concept of accumulating a function along a path.

另一个重要的标量线积分是 ∫C ρ(x,y) ds,其中 ρ 是线密度;它给出细金属丝的总质量。这类问题出现在核心微积分中,强化了沿路径累积函数的概念。


12. Summary and Exam Tips | 总结与考试技巧

Always check whether a vector field is conservative before parametrizing a complex curve. If it is, use the potential function to get the answer immediately. This can save significant time in an exam.

在对复杂曲线进行参数化之前,务必先检查向量场是否保守。若是,则利用势函数直接得到答案。这在考试中可节省大量时间。

Practice converting between the forms ∫ F · dr and ∫ P dx + Q dy. Remember that ds = |r'(t)| dt while dr = r'(t) dt. Misidentifying ds and dr is a common source of errors.

练习在 ∫ F · dr 与 ∫ P dx + Q dy 两种形式间转换。牢记 ds = |r'(t)| dt 而 dr = r'(t) dt。混淆 ds 和 dr 是常见的错误根源。

When the curve is defined as y = g(x) from x₁ to x₂, you can use x as the parameter: r(x) = (x, g(x)). Then ds = √[1 + (g'(x))²] dx. This is often simpler than introducing a separate parameter t.

当曲线定义为 y = g(x),x 从 x₁ 到 x₂ 时,可以用 x 作为参数:r(x) = (x, g(x))。此时 ds = √[1 + (g'(x))²] dx。这通常比另引入参数 t 更简单。

Finally, remember that on a closed conservative curve the line integral is zero without any calculation. This property is frequently tested in IB questions requiring logical reasoning.

最后,记住在封闭的保守曲线上,线积分为零,无需计算。这个性质经常在需要逻辑推理的 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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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