📚 Orthogonal Coordinates and Their Properties | 正交坐标及其性质
In mathematics, particularly in geometry and vector calculus, orthogonal coordinates form a family of coordinate systems in which the coordinate curves (or surfaces) intersect each other at right angles at every point. This property of orthogonality greatly simplifies many computations, from finding distances to evaluating multiple integrals and solving differential equations.
在数学中,尤其是在几何学和向量微积分中,正交坐标构成了一族坐标系统,其特点是坐标曲线(或曲面)在每一点都彼此以直角相交。这种正交性质极大地简化了许多计算,从求解距离到计算多重积分,再到求解微分方程,无不受益于此。
1. What Are Orthogonal Coordinates? | 什么是正交坐标
Consider a coordinate system defined by coordinates (u₁, u₂, u₃) in three-dimensional space. At any point P, we can draw three coordinate curves: one along which only u₁ changes, one along which only u₂ changes, and one along which only u₃ changes. If the tangents to these three curves at P are mutually perpendicular, the coordinate system is said to be orthogonal at P.
考虑由坐标 (u₁, u₂, u₃) 定义的三维空间中的坐标系。在任意点 P,我们可以绘制三条坐标曲线:一条沿之仅 u₁ 变化,一条沿之仅 u₂ 变化,一条沿之仅 u₃ 变化。如果这三条曲线在 P 点的切线两两垂直,则该坐标系在 P 点被称为正交的。
If this property holds at every point in the domain under consideration, we call the coordinate system an orthogonal coordinate system. The most familiar examples include Cartesian coordinates, polar coordinates, cylindrical coordinates, and spherical coordinates.
如果此性质在所考虑的区域内每一点都成立,我们便称该坐标系为正交坐标系。最常见的例子包括笛卡尔坐标、极坐标、柱坐标和球坐标。
2. The Fundamental Property: Perpendicularity | 基本性质:垂直性
The defining feature of orthogonal coordinates is that the coordinate basis vectors at any point are mutually perpendicular. In vector terms, if e₁, e₂, e₃ are the unit tangent vectors along the three coordinate curves, then we have:
正交坐标的定义性特征在于任意点处的坐标基向量两两垂直。用向量语言表述,若 e₁、e₂、e₃ 是沿三条坐标曲线的单位切向量,则我们有:
eᵢ ⋅ eⱼ = 0 for i ≠ j, and eᵢ ⋅ eᵢ = 1
This orthonormality means the metric tensor of the coordinate system is diagonal, which dramatically simplifies calculations of lengths, angles, and areas.
这种标准正交性意味着坐标系的度量张量是对角矩阵,这极大地简化了长度、角度和面积的计算。
3. Coordinate Curves and Coordinate Surfaces | 坐标曲线与坐标曲面
In an orthogonal coordinate system, keeping two coordinates fixed and varying the third generates a coordinate curve. For example, in 3D Cartesian coordinates (x, y, z), keeping y and z fixed while varying x produces a straight line parallel to the x-axis.
在正交坐标系中,固定两个坐标并变化第三个坐标会生成一条坐标曲线。例如,在三维笛卡尔坐标 (x, y, z) 中,固定 y 和 z 并变化 x 会产生一条平行于 x 轴的直线。
Similarly, keeping one coordinate fixed and varying the other two generates a coordinate surface. In spherical coordinates (r, θ, φ), setting r equal to a constant gives a sphere of that radius. The coordinate surfaces in orthogonal systems intersect at right angles, a property that makes them invaluable for modelling physical problems with inherent symmetries.
类似地,固定一个坐标并变化另外两个坐标会生成一个坐标曲面。在球坐标 (r, θ, φ) 中,令 r 等于常数便得到相应半径的球面。正交系统中的坐标曲面以直角相交,这一特性使它们在对具有内在对称性的物理问题建模时极具价值。
4. Cartesian Coordinates: The Simplest Orthogonal System | 笛卡尔坐标:最简单的正交系统
Cartesian coordinates (x, y, z) are the most straightforward example of an orthogonal coordinate system. The three coordinate axes intersect at right angles, and the basis vectors i, j, k are constant everywhere — they do not change direction from point to point.
笛卡尔坐标 (x, y, z) 是正交坐标系最直接的例子。三条坐标轴以直角相交,基向量 i、j、k 处处恒定——它们不会随点的位置改变方向。
The distance between two points (x₁, y₁, z₁) and (x₂, y₂, z₂) is given by the familiar formula:
两点 (x₁, y₁, z₁) 和 (x₂, y₂, z₂) 之间的距离由熟悉的公式给出:
d = √[(x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²]
This formula relies directly on orthogonality: since the basis vectors are perpendicular, the squared distance is simply the sum of the squared coordinate differences, with no cross terms.
该公式直接依赖于正交性:由于基向量彼此垂直,距离的平方就是各坐标差平方之和,不存在交叉项。
5. Polar Coordinates in the Plane | 平面极坐标
In two dimensions, polar coordinates (r, θ) provide an orthogonal system where r represents the distance from the origin and θ represents the angle measured from the positive x-axis. The coordinate curves are circles (r = constant) and radial rays (θ = constant), which always intersect at right angles.
在二维空间中,极坐标 (r, θ) 提供了一个正交系统,其中 r 表示到原点的距离,θ 表示从 x 轴正方向量起的角度。坐标曲线是圆 (r = 常数) 和径向射线 (θ = 常数),它们总是以直角相交。
The relationship between Cartesian and polar coordinates is:
笛卡尔坐标与极坐标之间的关系为:
x = r cos θ, y = r sin θ
As a consequence of orthogonality, the area element in polar coordinates is simply dA = r dr dθ — a product of the two coordinate differentials multiplied by the scale factor r.
作为正交性的结果,极坐标中的面积元素简单地是 dA = r dr dθ——两个坐标微分的乘积再乘以尺度因子 r。
6. Cylindrical and Spherical Coordinates | 柱坐标与球坐标
In three dimensions, two orthogonal coordinate systems are especially important: cylindrical coordinates (ρ, φ, z) and spherical coordinates (r, θ, φ).
在三维空间中,有两个正交坐标系尤为重要:柱坐标 (ρ, φ, z) 和球坐标 (r, θ, φ)。
Cylindrical coordinates extend polar coordinates by adding a vertical axis z. The surfaces ρ = constant are cylinders, φ = constant are vertical half-planes, and z = constant are horizontal planes. All pairs of these surfaces intersect orthogonally.
柱坐标通过增加竖直轴 z 来推广极坐标。ρ = 常数对应圆柱面,φ = 常数对应竖直半平面,z = 常数对应水平面。这些曲面两两相交均正交。
Spherical coordinates use the radial distance r, the polar angle θ (from the positive z-axis), and the azimuthal angle φ (from the positive x-axis in the xy-plane). The coordinate surfaces are spheres, cones, and half-planes respectively, meeting at right angles.
球坐标使用径向距离 r、极角 θ(从 z 轴正方向量起)和方位角 φ(在 xy 平面上从 x 轴正方向量起)。坐标曲面分别是球面、圆锥面和半平面,它们彼此以直角相交。
Note: some textbooks in IB mathematics write spherical coordinates as (r, θ, φ) with θ as the polar angle and φ as the azimuthal angle — the convention we follow here. Always check your exam board’s convention.
注意:有些 IB 数学教材将球坐标记为 (r, θ, φ),其中 θ 为极角,φ 为方位角——我们在此遵循这一惯例。务必核对您所在考试局所采用的约定。
7. Scale Factors (Lamé Coefficients) | 尺度因子(拉梅系数)
For an orthogonal coordinate system (u₁, u₂, u₃), the scale factor hᵢ associated with coordinate uᵢ is defined as the magnitude of the rate of change of the position vector r with respect to uᵢ:
对于正交坐标系 (u₁, u₂, u₃),与坐标 uᵢ 相关联的尺度因子 hᵢ 定义为位置向量 r 关于 uᵢ 的变化率的大小:
hᵢ = |∂r/∂uᵢ|
For Cartesian coordinates, all three scale factors equal 1. For polar coordinates, hᵣ = 1 and hθ = r. For cylindrical coordinates, hρ = 1, hφ = ρ, h_z = 1. For spherical coordinates, hᵣ = 1, hθ = r, hφ = r sin θ.
对于笛卡尔坐标,三个尺度因子均为 1。对于极坐标,hᵣ = 1,hθ = r。对于柱坐标,hρ = 1,hφ = ρ,h_z = 1。对于球坐标,hᵣ = 1,hθ = r,hφ = r sin θ。
The scale factors measure how much a unit change in a coordinate actually moves you in physical space. They are essential for converting coordinate differentials into physical lengths.
尺度因子衡量的是坐标变化一个单位时在物理空间中实际移动的距离。它们对于将坐标微分转换为物理长度至关重要。
8. Area and Volume Elements | 面积与体积元素
The orthogonality of the basis vectors ensures that the area and volume elements factorise into products of individual coordinate differentials. This is one of the most practically useful properties of orthogonal coordinates.
基向量的正交性保证了面积和体积元素可以分解为各个坐标微分的乘积。这是正交坐标最实用的性质之一。
For a general orthogonal system, the volume element is:
对于一般的正交系统,体积元素为:
dV = h₁ h₂ h₃ du₁ du₂ du₃
In spherical coordinates this gives dV = r² sin θ dr dθ dφ, while in cylindrical coordinates dV = ρ dρ dφ dz. In polar coordinates, the area element is dA = r dr dθ. These formulas are essential when using the method of substitution to evaluate multiple integrals in IB Mathematics: Analysis and Approaches HL.
在球坐标中这给出 dV = r² sin θ dr dθ dφ,而在柱坐标中 dV = ρ dρ dφ dz。在极坐标中,面积元素为 dA = r dr dθ。这些公式在使用换元法计算 IB 数学分析与方法 HL 中的多重积分时必不可少。
9. Applications in IB Mathematics Problem-Solving | IB 数学解题中的应用
The concept of orthogonality appears throughout the IB Mathematics curriculum. In vectors, two vectors are orthogonal precisely when their dot product is zero. For example, to find whether a line and a plane are perpendicular in three dimensions, we check whether the direction vector of the line is parallel to the normal vector of the plane.
正交概念贯穿 IB 数学课程始终。在向量中,两个向量正交当且仅当它们的点积为零。例如,要判断三维空间中一条直线与一个平面是否垂直,我们检查直线的方向向量是否平行于平面的法向量。
In coordinate geometry, orthogonal coordinates allow us to convert challenging integrals into simpler forms. Consider the integral of x² over a circle of radius a. Using Cartesian coordinates requires a nested integral with square roots; using polar coordinates, the integral becomes:
在坐标几何中,正交坐标使我们能够将复杂积分转化为更简单的形式。考虑在半径为 a 的圆上对 x² 的积分。使用笛卡尔坐标需要含平方根的嵌套积分;而使用极坐标,该积分变为:
∫₀²ᵖ ∫₀ᵃ (r cos θ)² · r dr dθ = (πa⁴)/4
This is a direct benefit of choosing coordinates that align with the symmetry of the problem.
这是选择与问题对称性相匹配的坐标所带来的直接好处。
10. Summary: Key Properties at a Glance | 总结:关键性质一览
The following table summarises the essential data for the four main orthogonal coordinate systems:
下表总结了四种主要正交坐标系的基本数据:
| System | 系统 | Coordinates | 坐标 | Scale Factors | 尺度因子 | Volume Element | 体积元素 |
| Cartesian | 笛卡尔 | x, y, z | 1, 1, 1 | dx dy dz |
| Polar | 极坐标 | r, θ | 1, r | r dr dθ |
| Cylindrical | 柱 | ρ, φ, z | 1, ρ, 1 | ρ dρ dφ dz |
| Spherical | 球 | r, θ, φ | 1, r, r sin θ | r² sin θ dr dθ dφ |
Mastering orthogonal coordinates is not merely about memorising formulas; it is about developing the geometric intuition to choose the coordinate system that simplifies a given problem. Whenever a problem exhibits spherical, cylindrical, or circular symmetry, an appropriate orthogonal coordinate system will almost always reduce the mathematical effort required.
掌握正交坐标不仅仅是记住公式;更在于培养几何直觉,以便选择能简化特定问题的坐标系。只要问题具有球形、柱形或圆形对称性,选择合适的正交坐标系几乎总能减少所需的数学工作量。
In IB examinations, particularly in the Analysis and Approaches HL paper, questions involving integration in polar coordinates, vector orthogonality, or geometric transformations draw directly on the ideas presented here. A solid understanding of orthogonal coordinates provides a powerful toolkit for both examination success and university-level mathematics.
在 IB 考试中,特别是分析与方法 HL 试卷中,涉及极坐标积分、向量正交性或几何变换的问题直接基于本文介绍的这些概念。扎实理解正交坐标为考试成功和大学阶段数学学习提供了有力的工具。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导