📚 5 Curl of a Vector Field | 5 向量场的旋度
Curl is a fundamental operator in vector calculus that measures the local ‘rotation’ or ‘circulation’ of a vector field at a point. In the IB Mathematics Higher Level curriculum (particularly within the Calculus option or Further Mathematics), understanding the curl is essential for analysing fluid flow, electromagnetic fields, and conservative forces. This article walks through the definition, computation, geometric meaning, key theorems, and practical applications of the curl, always pairing English and Chinese explanations to support bilingual learners.
旋度是向量微积分中的一个基本算子,用来度量向量场在某一点的局部“旋转”或“环量”。在IB数学高水平课程中(尤其是微积分选修或进阶数学部分),理解旋度对于分析流体流动、电磁场以及保守力场至关重要。本文将系统地讲解旋度的定义、计算、几何意义、核心定理以及实际应用,并为双语学习者提供英中对照的解释。
1. Definition and Notation | 定义与记号
The curl of a three‑dimensional vector field F(x, y, z) = P(x, y, z) i + Q(x, y, z) j + R(x, y, z) k is a vector operator that describes the infinitesimal rotation of the field at each point. It is denoted by curl F or ∇ × F, where ∇ (del) is the vector differential operator ∇ = (∂/∂x)i + (∂/∂y)j + (∂/∂z)k. The cross product ∇ × F is computed formally just like the cross product of two vectors, treating ∂/∂x, ∂/∂y, ∂/∂z as the components of ∇.
三维向量场 F(x, y, z) = P(x, y, z) i + Q(x, y, z) j + R(x, y, z) k 的旋度是一个向量算子,描述了该场在每一点无穷小的旋转趋势。它记作 curl F 或 ∇ × F,其中 ∇(劈形算子)是向量微分算子 ∇ = (∂/∂x)i + (∂/∂y)j + (∂/∂z)k。叉积 ∇ × F 的形式计算与两个普通向量的叉积完全类似,只需将 ∂/∂x、∂/∂y、∂/∂z 当作 ∇ 的分量来处理。
2. Formula in Cartesian Coordinates | 笛卡尔坐标下的公式
In Cartesian coordinates, the curl of F = (P, Q, R) is most easily remembered via the determinant form. The explicit expression is:
curl F = (∂R/∂y − ∂Q/∂z) i + (∂P/∂z − ∂R/∂x) j + (∂Q/∂x − ∂P/∂y) k
One may view this as the determinant of the formal matrix with first row i, j, k; second row ∂/∂x, ∂/∂y, ∂/∂z; and third row P, Q, R. A common mnemonic is “curly‑R times curly‑Q minus derivative swapping”. Pay special attention to the sign of the j‑component, which is ∂P/∂z − ∂R/∂x, not ∂R/∂x − ∂P/∂z.
在笛卡尔坐标下,F = (P, Q, R) 的旋度最容易通过行列式形式来记忆。显式表达式为:
curl F = (∂R/∂y − ∂Q/∂z) i + (∂P/∂z − ∂R/∂x) j + (∂Q/∂x − ∂P/∂y) k
可以将其视为第一行为 i, j, k,第二行为 ∂/∂x, ∂/∂y, ∂/∂z,第三行为 P, Q, R 的形式矩阵所对应的行列式。常用记忆口诀是“对 y 偏导 R 减对 z 偏导 Q,然后依次轮流”。特别注意 j 分量的符号是 ∂P/∂z − ∂R/∂x,而非 ∂R/∂x − ∂P/∂z。
3. Geometric Interpretation | 几何解释
The direction of the curl vector points along the axis of local rotation, obeying the right‑hand rule: if the fingers of your right hand curl in the direction of the field’s circulation, your thumb gives the direction of curl F. The magnitude |curl F| indicates how fast the field ‘spins’ around that axis. A common intuitive device is a tiny paddle‑wheel placed in the field; the wheel will rotate with an angular velocity proportional to the component of curl perpendicular to its plane.
旋度向量的方向沿着局部旋转的轴线,服从右手定则:若右手四指弯向场的环流方向,则拇指所指即为旋度 curl F 的方向。旋度的大小 |curl F| 表示场围绕该轴“旋转”的强烈程度。一个常见的直观模型是在场中放入一个小桨轮:桨轮会以正比于旋度在其平面法向分量的角速度转动。
If the field is completely irrotational (curl F = 0), a paddle‑wheel placed anywhere will not spin. In regions where the field lines swirl, the curl is non‑zero. This visual clue is invaluable when interpreting velocity fields of fluids.
如果场完全无旋(curl F = 0),那么无论将桨轮放在何处都不会转动。在场线旋绕的区域,旋度则不为零。在解释流体的速度场时,这一直观线索极为有用。
4. Computing Curl: Examples | 计算旋度:示例
Example 1: Let F(x, y, z) = x²i + xyj + xyzk. Then P = x², Q = xy, R = xyz. Compute the partial derivatives: ∂R/∂y = xz, ∂Q/∂z = 0, so the i‑component is xz − 0 = xz. ∂P/∂z = 0, ∂R/∂x = yz, giving the j‑component 0 − yz = −yz. ∂Q/∂x = y, ∂P/∂y = 0, so the k‑component is y − 0 = y. Hence curl F = xz i − yz j + y k.
示例 1: 设 F(x, y, z) = x²i + xyj + xyzk。于是 P = x²,Q = xy,R = xyz。计算偏导数:∂R/∂y = xz,∂Q/∂z = 0,故 i 分量为 xz − 0 = xz。∂P/∂z = 0,∂R/∂x = yz,得 j 分量为 0 − yz = −yz。∂Q/∂x = y,∂P/∂y = 0,故 k 分量为 y − 0 = y。因此 curl F = xz i − yz j + y k。
Example 2: Consider the central field F = (x, y, z) / (x²+y²+z²)^{3/2}, which is a radially directed field. One can verify that curl F = 0 everywhere except possibly at the origin. This is an irrotational but diverging field.
示例 2: 考虑中心场 F = (x, y, z) / (x²+y²+z²)^{3/2},这是一个沿径向的场。可以验证除原点外,旋度处处为零。这是一个无旋但有散度的场。
5. The Curl and Conservative Fields | 旋度与保守场
A vector field F defined on a simply‑connected domain is conservative (i.e., it is the gradient of some scalar potential φ) if and only if its curl is identically zero. In symbols: ∇ × F = 0 ⇔ F = ∇φ for some scalar function φ. In such fields, line integrals are path‑independent and the closed‑loop integral vanishes.
若向量场 F 定义在单连通区域上,则它为保守场(即存在某个标量势 φ 使得 F = ∇φ)当且仅当其旋度恒为零。用符号表示:∇ × F = 0 ⇔ 存在标量函数 φ 使得 F = ∇φ。在这种场中,线积分与路径无关且闭曲线积分为零。
However, beware of the domain: if the domain is not simply connected (e.g., a field that avoids the z‑axis), then curl F = 0 does not guarantee that a single‑valued potential exists globally. The classic example is the field (−y/(x²+y²), x/(x²+y²), 0), which has zero curl everywhere except on the z‑axis but does not have a global potential.
然而需要注意定义域:若定义域不是单连通的(例如避开 z 轴的场),那么 curl F = 0 并不保证全局存在单值势函数。经典的例子是场 (−y/(x²+y²), x/(x²+y²), 0),除 z 轴外旋度处处为零,但它并不具有全局势函数。
6. Physical Interpretation: Fluid Rotation | 物理解释:流体旋转
In fluid dynamics, if v(x, y, z) represents the velocity field of a fluid, then the curl of v, denoted by ω = ∇ × v, is called the vorticity. The vorticity vector gives twice the local angular velocity of a fluid element. A region with zero vorticity is called irrotational, meaning fluid parcels do not spin about their own axes even if they follow curved paths.
在流体动力学中,若 v(x, y, z) 表示流体的速度场,则 v 的旋度记作 ω = ∇ × v,称为涡量。涡量向量等于流体微团当地角速度的两倍。涡量为零的区域称为无旋区域,意味着即使流体微团沿弯曲路径运动,它们自身也并不绕自身轴旋转。
In electromagnetism, the curl of the electric field is related to the time‑varying magnetic field through Faraday’s law: ∇ × E = −∂B/∂t. The curl of the magnetic field appears in Ampère‑Maxwell law: ∇ × B = μ₀J + μ₀ε₀ ∂E/∂t.
在电磁学中,电场的旋度通过法拉第定律与变化的磁场相关:∇ × E = −∂B/∂t。磁场的旋度则出现在安培‑麦克斯韦定律中:∇ × B = μ₀J + μ₀ε₀ ∂E/∂t。
7. Stokes’ Theorem | 斯托克斯定理
Stokes’ theorem is the unifying result that connects the curl over a surface to a line integral around its boundary. If S is a smooth oriented surface with boundary curve C, and F is a continuously differentiable vector field, then:
∮C F · dr = ∬S (∇ × F) · n dS
Here n is the unit normal chosen according to the right‑hand rule relative to the orientation of C. In words, the circulation around a closed loop equals the flux of the curl through any surface bounded by that loop.
斯托克斯定理是将曲面上旋度的积分与其边界上线积分联系起来的统一结果。设 S 是一个带有边界曲线 C 的光滑有向曲面,F 是连续可微的向量场,则有:
∮C F · dr = ∬S (∇ × F) · n dS
其中 n 是按右手定则相对于 C 定向所选取的单位法向量。换言之,绕一闭合回路的环量等于该回路所张任意曲面上旋度的通量。
8. Properties of the Curl | 旋度的性质
The curl operator is linear: ∇ × (aF + bG) = a ∇ × F + b ∇ × G. It also satisfies product rules closely analogous to ordinary differentiation. For a scalar field φ and vector field F: ∇ × (φF) = φ (∇ × F) + (∇φ) × F. Another important identity is that the curl of a gradient is always zero: ∇ × (∇φ) = 0, provided the mixed partials are continuous. Equally, the divergence of a curl is always zero: ∇ · (∇ × F) = 0, meaning any curl field is solenoidal (divergence‑free).
旋度算子是线性的:∇ × (aF + bG) = a ∇ × F + b ∇ × G。它还满足与普通微分高度相似的乘积法则。对标量场 φ 与向量场 F:∇ × (φF) = φ (∇ × F) + (∇φ) × F。另一个重要恒等式是梯度的旋度恒为零:∇ × (∇φ) = 0(假设混合偏导数连续)。同样地,旋度的散度恒为零:∇ · (∇ × F) = 0,这意味着任何旋度场都是管量场(无散场)。
9. Curl in Cylindrical and Spherical Coordinates | 柱坐标与球坐标下的旋度
While Cartesian expressions are the foundation, in many applications it is necessary to use cylindrical (r, θ, z) or spherical (ρ, φ, θ) coordinates. The formulas become more involved, but they follow from the coordinate transformation of the curl. In cylindrical coordinates, the curl of F = Fr er + Fθ eθ + Fz ez is
curl F = ( (1/r)∂Fz/∂θ − ∂Fθ/∂z ) er + ( ∂Fr/∂z − ∂Fz/∂r ) eθ + (1/r)( ∂(r Fθ)/∂r − ∂Fr/∂θ ) ez
In spherical coordinates the expression is longer; IB students are not expected to memorise it, but they should be able to apply it if provided. The key is to recognise the geometry and the presence of scale factors hi that enter the general curl formula.
虽然笛卡尔表达式是基础,但在许多应用中需要使用柱坐标 (r, θ, z) 或球坐标 (ρ, φ, θ)。这些公式较为复杂,但它们源自旋度的坐标变换。柱坐标下,F = Fr er + Fθ eθ + Fz ez 的旋度为:
curl F = ( (1/r)∂Fz/∂θ − ∂Fθ/∂z ) er + ( ∂Fr/∂z − ∂Fz/∂r ) eθ + (1/r)( ∂(r Fθ)/∂r − ∂Fr/∂θ ) ez
球坐标下的表达式更长;IB 学生无需背诵,但应能在提供时正确使用。关键在于理解几何结构以及影响一般旋度公式的度规系数 hi。
10. Comparison with Divergence and Gradient | 与散度、梯度的对比
Gradient, divergence, and curl are the three cornerstone operators of vector calculus. The gradient ∇φ takes a scalar field to a vector field; the divergence ∇ · F takes a vector field to a scalar; the curl ∇ × F takes a vector field to another vector field. Together they build the language of field theory. A useful composition is the Laplacian: ∇²φ = ∇ · (∇φ) and the vector Laplacian ∇²F = ∇(∇ · F) − ∇ × (∇ × F). This last identity shows that any vector field can (under certain conditions) be decomposed into an irrotational part (gradient of a
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply