📚 General Curvilinear Coordinates Essentials | 一般曲线坐标系要点
In IB Mathematics Higher Level (Analysis and Approaches), the study of curvilinear coordinates extends the familiar Cartesian system to coordinate systems where coordinate curves are not straight lines. These include polar, cylindrical, and spherical coordinates, each providing powerful tools for tackling problems with radial or rotational symmetry.
在IB数学高级水平(分析与方法)中,曲线坐标系的研究将熟悉的笛卡尔坐标系推广到坐标曲线并非直线的坐标系。这些坐标系包括极坐标、柱坐标和球坐标,每一种都为处理具有径向或旋转对称性的问题提供了强有力的工具。
1. Why Curvilinear Coordinates? | 为什么需要曲线坐标系?
Certain physical and geometric problems involve boundaries or symmetries that are poorly suited to rectangular coordinates. For instance, a circle centered at the origin is described by the simple equation r = a in polar coordinates, whereas in Cartesian coordinates it requires x² + y² = a². Choosing the right coordinate system can transform a complicated integral or differential equation into a manageable one.
某些物理和几何问题涉及不适合用直角坐标描述的边界或对称性。例如,以原点为中心的圆在极坐标中可用简单的方程 r = a 表示,而在笛卡尔坐标中则需要 x² + y² = a²。选择合适的坐标系可以化复杂的积分或微分方程为可处理的形式。
In IB, you are expected to recognize when a change of variables simplifies a problem, to convert between coordinate systems correctly, and to apply the associated Jacobian factors in integration.
在IB课程中,你应当能够识别何时变量替换能简化问题,正确地进行坐标系间的转换,并在积分中运用相应的雅可比因子。
2. General Definition of Curvilinear Coordinates | 一般曲线坐标的定义
Let three independent scalar functions relate Cartesian coordinates (x, y, z) to new coordinates (u₁, u₂, u₃): x = x(u₁, u₂, u₃), y = y(u₁, u₂, u₃), z = z(u₁, u₂, u₃). The coordinate surfaces are obtained by setting one coordinate constant; their intersections give coordinate curves.
设三个独立的标量函数将笛卡尔坐标 (x, y, z) 与新坐标 (u₁, u₂, u₃) 联系起来:x = x(u₁, u₂, u₃)、y = y(u₁, u₂, u₃)、z = z(u₁, u₂, u₃)。令某一个坐标保持不变即可得到坐标曲面;这些曲面的交集给出坐标曲线。
Position vector: r = x(u₁,u₂,u₃) i + y(…) j + z(…) k
A coordinate system is called orthogonal if the coordinate curves intersect at right angles at every point. Polar, cylindrical, and spherical coordinates are all orthogonal — a property that greatly simplifies metric calculations.
如果在每一点处坐标曲线都正交相交,则该坐标系称为正交坐标系。极坐标、柱坐标和球坐标都是正交坐标系——这一性质大大简化了度量计算。
3. Polar Coordinates in 2D | 二维极坐标
For a point P(x, y) in the plane, polar coordinates (r, θ) satisfy:
x = r cos θ, y = r sin θ, r = √(x² + y²), θ = arctan(y/x)
Here r ≥ 0 is the radial distance from the origin and θ ∈ [0, 2π) is the angle measured counterclockwise from the positive x-axis.
这里 r ≥ 0 是从原点到点的径向距离,θ ∈ [0, 2π) 是自 x 轴正方向逆时针测量的角度。
The unit basis vectors eᵣ and eθ change direction from point to point. Specifically, eᵣ = cos θ i + sin θ j and eθ = −sin θ i + cos θ j. Differentiating these with respect to time gives expressions for velocity and acceleration in polar form.
单位基向量 eᵣ 和 eθ 的方向随位置变化。具体地,eᵣ = cos θ i + sin θ j 且 eθ = −sin θ i + cos θ j。对时间求导可得到极坐标形式的速度与加速度表达式。
4. Cylindrical Coordinates | 柱坐标
Cylindrical coordinates (ρ, φ, z) extend polar coordinates by adding the vertical Cartesian coordinate z unchanged:
x = ρ cos φ, y = ρ sin φ, z = z
Here ρ is the perpendicular distance from the z-axis, and φ is the azimuthal angle in the xy-plane. Cylindrical coordinates are ideal for problems involving cylinders, cones, or helical paths.
这里 ρ 是点到 z 轴的垂直距离,φ 是 xy 平面内的方位角。柱坐标非常适合涉及圆柱、圆锥或螺旋路径的问题。
The volume element in cylindrical coordinates is dV = ρ dρ dφ dz. The factor ρ is the Jacobian determinant of the transformation, accounting for the fact that an infinitesimal change dφ sweeps out an arc length proportional to ρ.
柱坐标下的体积微元为 dV = ρ dρ dφ dz。因子 ρ 即该变换的雅可比行列式,它反映了无穷小变化 dφ 所扫过的弧长正比于 ρ 这一事实。
5. Spherical Coordinates | 球坐标
Spherical coordinates (r, θ, φ) use radial distance r, polar angle θ measured from the positive z-axis (0 ≤ θ ≤ π), and azimuthal angle φ in the xy-plane (0 ≤ φ < 2π):
x = r sin θ cos φ, y = r sin θ sin φ, z = r cos θ
The volume element is dV = r² sin θ dr dθ dφ. Note the squared radial factor and the sine factor — both arise from the Jacobian and are essential for correct integration over spheres.
体积微元为 dV = r² sin θ dr dθ dφ。注意其中的径向平方因子和正弦因子——两者均来自雅可比行列式,对于在球体上的正确积分至关重要。
A common student error is using dV = dr dθ dφ. Always verify the Jacobian factor before setting up a triple integral.
学生常犯的错误是将 dV 直接写成 dr dθ dφ。在建立三重积分前务必确认雅可比因子。
6. Scale Factors and the Metric | 尺度因子与度量
For an orthogonal curvilinear system, the scale factors hᵢ are defined by:
hᵢ = |∂r/∂uᵢ|, so that dsᵢ = hᵢ duᵢ
For polar coordinates: hᵣ = 1, hθ = r. For spherical coordinates: hᵣ = 1, hθ = r, hφ = r sin θ. For cylindrical: hᵨ = 1, hφ = ρ, hz = 1.
对于极坐标:hᵣ = 1、hθ = r。对于球坐标:hᵣ = 1、hθ = r、hφ = r sin θ。对于柱坐标:hᵨ = 1、hφ = ρ、hz = 1。
The infinitesimal arc length is ds² = h₁² du₁² + h₂² du₂² + h₃² du₃². In Cartesian coordinates this reduces to the familiar Pythagorean formula; in spherical coordinates it becomes ds² = dr² + r² dθ² + r² sin² θ dφ².
无穷小弧长满足 ds² = h₁² du₁² + h₂² du₂² + h₃² du₃²。在笛卡尔坐标中该式退化为熟悉的勾股公式;在球坐标中则成为 ds² = dr² + r² dθ² + r² sin² θ dφ²。
7. Area and Volume Elements | 面积与体积微元
In an orthogonal system, the area element on the coordinate surface uᵢ = constant is dA = hⱼ hₖ duⱼ duₖ, and the volume element is dV = h₁ h₂ h₃ du₁ du₂ du₃.
在正交坐标系中,坐标曲面 uᵢ = 常数 上的面积微元为 dA = hⱼ hₖ duⱼ duₖ,体积微元为 dV = h₁ h₂ h₃ du₁ du₂ du₃。
| Coordinate system | Scale factors (h₁, h₂, h₃) | Volume element dV |
| Cartesian | (1, 1, 1) | dx dy dz |
| Cylindrical | (1, ρ, 1) | ρ dρ dφ dz |
| Spherical | (1, r, r sin θ) | r² sin θ dr dθ dφ |
8. Gradient in Curvilinear Coordinates | 曲线坐标中的梯度
For a scalar function f(u₁, u₂, u₃) in an orthogonal curvilinear system, the gradient operator takes the form:
∇f = (1/h₁) ∂f/∂u₁ e₁ + (1/h₂) ∂f/∂u₂ e₂ + (1/h₃) ∂f/∂u₃ e₃
For example, in polar coordinates (2D), ∇f = ∂f/∂r eᵣ + (1/r) ∂f/∂θ eθ. Notice the critical difference from Cartesian: the component in the angular direction is scaled by 1/r. This is why the gradient of f = θ alone is not simply eθ but (1/r) eθ.
例如,在二维极坐标中,∇f = ∂f/∂r eᵣ + (1/r) ∂f/∂θ eθ。注意与笛卡尔坐标的关键区别:角方向的分量需要乘以 1/r。这就是为什么 f = θ 的梯度不是简单的 eθ,而是 (1/r) eθ。
In spherical coordinates, ∇f = ∂f/∂r eᵣ + (1/r) ∂f/∂θ eθ + (1/(r sin θ)) ∂f/∂φ eφ.
在球坐标中,∇f = ∂f/∂r eᵣ + (1/r) ∂f/∂θ eθ + (1/(r sin θ)) ∂f/∂φ eφ。
9. Divergence and Curl | 散度与旋度
In orthogonal curvilinear coordinates, the divergence of a vector field F = F₁ e₁ + F₂ e₂ + F₃ e₃ is:
∇·F = (1/(h₁h₂h₃)) [ ∂(h₂h₃F₁)/∂u₁ + ∂(h₁h₃F₂)/∂u₂ + ∂(h₁h₂F₃)/∂u₃ ]
In spherical coordinates, the divergence of a purely radial field F = Fᵣ(r) eᵣ simplifies to (1/r²) d(r² Fᵣ)/dr. This formula appears frequently in IB and university-level physics problems involving inverse-square laws.
在球坐标中,纯径向场 F = Fᵣ(r) eᵣ 的散度简化为 (1/r²) d(r² Fᵣ)/dr。此公式在涉及平方反比定律的IB及大学物理问题中频繁出现。
The curl in general orthogonal coordinates is more involved; IB typically expects you to know the Cartesian definition and apply coordinate conversion for specific simple cases, rather than memorizing the full curvilinear formula.
一般正交坐标系中的旋度表达式较为复杂;IB通常期望你掌握笛卡尔定义,并在简单的具体情形下应用坐标转换,而非记忆完整的曲线坐标公式。
10. Velocity and Acceleration in Polar Form | 极坐标下的速度与加速度
Although this is often studied in mechanics, it belongs naturally to coordinate geometry. If a particle moves along a path r(t), θ(t), then:
v = ṙ eᵣ + rθ̇ eθ
a = (r̈ − rθ̇²) eᵣ + (2ṙθ̇ + rθ̈) eθ
The radial term r̈ − rθ̇² contains the familiar centripetal contribution; the tangential term 2ṙθ̇ + rθ̈ includes the Coriolis-type contribution. These formulas derive from differentiating the position vector r = r eᵣ twice with respect to time.
径向项 r̈ − rθ̇² 包含常见的向心贡献;切向项 2ṙθ̇ + rθ̈ 包含类似科里奥利力的贡献。这些公式源于对位置向量 r = r eᵣ 关于时间求两次导数。
11. Jacobian and Change of Variables in Integrals | 雅可比行列式与积分换元
For a double integral, the change of variables formula is:
∬R f(x,y) dx dy = ∬S f(x(u,v), y(u,v)) |J| du dv
where the Jacobian determinant is:
J = ∂(x,y)/∂(u,v) = ∂x/∂u · ∂y/∂v − ∂x/∂v · ∂y/∂u
For polar coordinates (u = r, v = θ), the Jacobian equals r. For spherical coordinates in 3D, it equals r² sin θ. The absolute value ensures a positive area or volume element.
对于极坐标 u = r、v = θ,雅可比行列式等于 r。对于三维球坐标,其值为 r² sin θ。取绝对值保证了面积或体积微元为正。
12. Common Mistakes and Exam Tips | 常见错误与考试提示
-
Forgetting the Jacobian factor: when integrating in polar, always insert the extra r; in spherical, insert r² sin θ.
忘记雅可比因子:在极坐标中积分时始终添加额外的 r;在球坐标中添加 r² sin θ。
-
Confusing θ in polar vs θ in spherical: in IB conventions, polar angle in spherical is measured from the positive z-axis, not from the xy-plane. Check the convention used in your exam.
混淆极坐标中的 θ 与球坐标中的 θ:按IB惯例,球坐标中的极角从 z 轴正方向测量,而非从 xy 平面。请确认考试中所用的约定。
-
Forgetting that ds² in spherical includes sin² θ: when computing arc length along a path at constant r and φ, you must integrate r dθ, not dθ alone.
忘记球坐标中 ds² 含 sin² θ:当计算固定 r 与 φ 的路径弧长时,必须积分 r dθ,而非单独的 dθ。
-
Using the wrong limits: in spherical coordinates, θ ranges from 0 to π, and φ from 0 to 2π. A full sphere requires these exact limits.
使用错误的积分限:在球坐标中,θ 范围为 0 到 π,φ 范围为 0 到 2π。整个球体恰好需要这些限。
-
Always sketch the region before converting: a region that is simple in Cartesian may be complicated in polar, and vice versa.
转换前先画出区域草图:笛卡尔坐标中简单的区域在极坐标中可能复杂,反之亦然。
13. Worked Example: Volume of a Sphere | 例题:球的体积
Using spherical coordinates, the volume of a sphere of radius R is obtained by integrating the volume element over 0 ≤ r ≤ R, 0 ≤ θ ≤ π, 0 ≤ φ ≤ 2π:
V = ∫₀^{2π} ∫₀^{π} ∫₀^{R} r² sin θ dr dθ dφ = (2π)(2)(R³/3) = (4/3)πR³
Notice how the integral separates into three independent factors. This elegance is the primary reason for choosing spherical coordinates for spherical regions.
注意该积分如何分解为三个独立的因子。这种简洁性正是对球形区域选择球坐标的主要原因。
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