Polar Form of Complex Numbers and Applications | 复数的极坐标形式与应用

📚 Polar Form of Complex Numbers and Applications | 复数的极坐标形式与应用

Complex numbers are fundamental to higher-level mathematics, and their polar representation offers a powerful alternative to the standard Cartesian form. While the form a + bi is excellent for addition and subtraction, multiplication, division, exponentiation, and root extraction become dramatically simpler when expressed in polar coordinates. This article explores the polar form of complex numbers, its derivation, and its wide-ranging applications in IB Mathematics.

复数在高等数学中至关重要,而极坐标表示法为我们提供了除标准笛卡尔形式之外的另一强大工具。虽然 a + bi 的形式极适合加减运算,但乘、除、乘方和开方等运算在极坐标下会变得大为简化。本文将深入探讨复数的极坐标形式、其推导过程及在IB数学中的广泛应用。


1. From Cartesian to Polar Coordinates | 从笛卡尔坐标到极坐标

In the complex plane, any point z = a + bi can be located using its distance from the origin and the angle it makes with the positive real axis. The distance is called the modulus, denoted |z|, and the angle is called the argument, denoted arg(z). These two quantities completely determine the complex number, just as a and b do.

在复平面中,任意点 z = a + bi 均可通过其到原点的距离以及与正实轴所成的角度来定位。该距离称为模,记作 |z|;该角度称为辐角,记作 arg(z)。这两个量完全决定了一个复数,正如 a 和 b 一样。

If r = |z| = √(a² + b²) and θ = arg(z), then we can relate the two representations through the equations a = r cos θ and b = r sin θ. Consequently, z = a + bi = r(cos θ + i sin θ), which is the polar form of a complex number, often abbreviated as z = r cis θ.

若 r = |z| = √(a² + b²),θ = arg(z),那么两种表示法可通过 a = r cos θ 和 b = r sin θ 建立联系。于是 z = a + bi = r(cos θ + i sin θ),这便是复数的极坐标形式,常简写为 z = r cis θ。


2. The Principal Argument | 主辐角

The argument of a non-zero complex number is not unique, since angles differing by multiples of 2π represent the same direction. To avoid ambiguity, we define the principal argument, denoted Arg(z), as the unique angle in the interval (−π, π]. Some textbooks and exam boards instead use the interval [0, 2π), so it is essential to check the convention required by your syllabus.

非零复数的辐角并不唯一,因为相差 2π 整数倍的角表示同一方向。为避免歧义,我们定义主辐角(记作 Arg(z))为落在区间(−π, π] 内的唯一角度。某些教材和考试局则使用区间 [0, 2π),因此务必核对你所在教学大纲所要求的约定。

To compute the principal argument from z = a + bi, we first calculate tan⁻¹(b/a), then adjust the quadrant based on the signs of a and b. When a < 0 and b ≥ 0, add π; when a < 0 and b < 0, subtract π; when a > 0, the arctangent value is directly the angle. Special cases include positive real numbers (θ = 0), negative real numbers (θ = π), positive pure imaginary numbers (θ = π/2), and negative pure imaginary numbers (θ = −π/2).

要从 z = a + bi 计算主辐角,首先求出 tan⁻¹(b/a),然后根据 a、b 的符号进行象限调整:当 a < 0 且 b ≥ 0 时加 π;当 a < 0 且 b < 0 时减 π;当 a > 0 时,反正切值即为角度。特殊情况包括正实数(θ = 0)、负实数(θ = π)、正纯虚数(θ = π/2)和负纯虚数(θ = −π/2)。


3. Converting Between Forms | 两种形式之间的转换

Converting from Cartesian to polar form requires computing the modulus and principal argument. For example, consider z = −1 + √3 i. The modulus is |z| = √((−1)² + (√3)²) = √4 = 2. Since the point lies in the second quadrant, the principal argument is θ = π − π/3 = 2π/3. Hence z = 2(cos 2π/3 + i sin 2π/3).

从笛卡尔形式转换为极坐标形式需要计算模和主辐角。例如,考虑 z = −1 + √3 i。模为 |z| = √((−1)² + (√3)²) = √4 = 2。由于该点位于第二象限,主辐角为 θ = π − π/3 = 2π/3。因此 z = 2(cos 2π/3 + i sin 2π/3)。

Converting from polar to Cartesian form is straightforward: given z = r(cos θ + i sin θ), compute a = r cos θ and b = r sin θ. For instance, if z = 4(cos π/3 + i sin π/3), then a = 4 × ½ = 2 and b = 4 × √3/2 = 2√3, so z = 2 + 2√3 i.

从极坐标形式转换为笛卡尔形式则很直接:给定 z = r(cos θ + i sin θ),计算 a = r cos θ 和 b = r sin θ。例如,若 z = 4(cos π/3 + i sin π/3),则 a = 4 × ½ = 2,b = 4 × √3/2 = 2√3,所以 z = 2 + 2√3 i。

θ (radians) cos θ sin θ tan θ
0 1 0 0
π/6 √3/2 1/2 1/√3
π/4 √2/2 √2/2 1
π/3 1/2 √3/2 √3
π/2 0 1 undefined

Familiarity with these standard angle values greatly accelerates conversions. In IB examinations, you are expected to recognise exact trigonometric values for these special angles without a calculator.

熟练掌握这些标准角度的数值能极大加速转换过程。IB考试中,你需要在无计算器的情况下识别这些特殊角度的精确三角值。


4. Multiplication and Division in Polar Form | 极坐标下的乘法与除法

The most striking advantage of polar form emerges in multiplication and division. Suppose z₁ = r₁(cos θ₁ + i sin θ₁) and z₂ = r₂(cos θ₂ + i sin θ₂). Then their product is z₁z₂ = r₁r₂[cos(θ₁ + θ₂) + i sin(θ₁ + θ₂)]. In words: moduli multiply and arguments add.

极坐标形式的最大优势体现在乘法和除法中。设 z₁ = r₁(cos θ₁ + i sin θ₁),z₂ = r₂(cos θ₂ + i sin θ₂)。则它们的乘积为 z₁z₂ = r₁r₂[cos(θ₁ + θ₂) + i sin(θ₁ + θ₂)]。换言之:模相乘,辐角相加。

Similarly, division follows the rule: z₁/z₂ = (r₁/r₂)[cos(θ₁ − θ₂) + i sin(θ₁ − θ₂)]. Moduli divide and arguments subtract. These identities are proved using the compound-angle formulas for sine and cosine, which is a common derivation question in examinations.

类似地,除法遵循:z₁/z₂ = (r₁/r₂)[cos(θ₁ − θ₂) + i sin(θ₁ − θ₂)]。模相除,辐角相减。这些恒等式可通过正弦和余弦的倍角公式加以证明,这也是考试中常见的推导题。


5. De Moivre’s Theorem | 棣莫弗定理

De Moivre’s Theorem is a cornerstone result for complex numbers in polar form. It states that for any integer n, [r(cos θ + i sin θ)]ⁿ = rⁿ(cos nθ + i sin nθ). This theorem transforms power calculations from lengthy algebraic expansions into a simple combination of exponentiation and angle multiplication.

棣莫弗定理是极坐标形式下复数的核心结论。它指出:对任意整数 n,[r(cos θ + i sin θ)]ⁿ = rⁿ(cos nθ + i sin nθ)。该定理将幂运算从冗长的代数展开转化为取模的幂与辐角的倍数的简单组合。

For example, to compute (1 + i)⁸, first convert to polar form: 1 + i = √2(cos π/4 + i sin π/4). Then by De Moivre’s Theorem, (1 + i)⁸ = (√2)⁸(cos 8 × π/4 + i sin 8 × π/4) = 16(cos 2π + i sin 2π) = 16. This is drastically simpler than expanding (1 + i)⁸ algebraically.

例如,计算 (1 + i)⁸ 时,先转换为极坐标形式:1 + i = √2(cos π/4 + i sin π/4)。然后由棣莫弗定理得 (1 + i)⁸ = (√2)⁸(cos 8 × π/4 + i sin 8 × π/4) = 16(cos 2π + i sin 2π) = 16。这远比直接用代数方法展开 (1 + i)⁸ 简单得多。

The theorem also holds for negative and fractional exponents, provided the appropriate branches are considered. For negative exponents, [r cis θ]⁻¹ = r⁻¹ cis(−θ), which is consistent with the division rule. This extension enables elegant solutions to inverse-power problems.

该定理对负指数和分数指数同样成立,但需考虑适当的辐角分支。对负指数,[r cis θ]⁻¹ = r⁻¹ cis(−θ),这与除法规则一致。这一扩展使我们能优雅地解决负幂次问题。


6. Finding Roots of Complex Numbers | 复数的开方

One of the most powerful applications of De Moivre’s Theorem is finding all n-th roots of a complex number. Given w = R(cos φ + i sin φ), the n-th roots are given by the formula zₖ = R^(1/n) [cos((φ + 2πk)/n) + i sin((φ + 2πk)/n)] for k = 0, 1, 2, …, n − 1.

棣莫弗定理最强大的应用之一在于求复数的所有 n 次方根。给定 w = R(cos φ + i sin φ),其 n 次方根由公式 zₖ = R^(1/n) [cos((φ + 2πk)/n) + i sin((φ + 2πk)/n)] 给出,其中 k = 0, 1, 2, …, n − 1。

Notice that there are exactly n distinct n-th roots of any non-zero complex number. These roots are equally spaced around a circle of radius R^(1/n) centred at the origin, separated by angles of 2π/n. For instance, the cube roots of unity satisfy z³ = 1. Since 1 = 1(cos 0 + i sin 0), the roots are zₖ = cos(2πk/3) + i sin(2πk/3), giving z₀ = 1, z₁ = −1/2 + i√3/2, and z₂ = −1/2 − i√3/2.

注意,任何非零复数的 n 次方根恰好有 n 个不同的值。这些根均匀分布在一张以原点为圆心、半径 R^(1/n) 的圆上,彼此相隔 2π/n 的角度。例如,1 的立方根满足 z³ = 1。由于 1 = 1(cos 0 + i sin 0),根为 zₖ = cos(2πk/3) + i sin(2πk/3),即 z₀ = 1、z₁ = −1/2 + i√3/2 和 z₂ = −1/2 − i√3/2。


7. Euler’s Formula and Exponential Form | 欧拉公式与指数形式

Euler’s formula establishes a remarkable connection between trigonometry and exponentiation: e^(iθ) = cos θ + i sin θ. This allows every complex number to be written in exponential form z = re^(iθ), which is often the most convenient representation for calculus operations and advanced applications.

欧拉公式建立了三角学与指数函数之间的惊人联系:e^(iθ) = cos θ + i sin θ。这一公式使每个复数都可以写成指数形式 z = re^(iθ),这通常是最便于微积分运算和高级应用的表示方法。

When θ = π, Euler’s formula yields the celebrated identity e^(iπ) = −1, which rearranges to e^(iπ) + 1 = 0. This equation elegantly combines five fundamental constants: e, i, π, 1, and 0. Although not directly examined in most IB papers, understanding this identity deepens conceptual appreciation.

当 θ = π 时,欧拉公式给出著名恒等式 e^(iπ) = −1,移项得 e^(iπ) + 1 = 0。该等式将五个基本常数 e、i、π、1 和 0 优雅地结合在一起。虽然大多数IB试卷不直接考查此式,但理解它能加深概念层面的领悟。

The exponential form also simplifies De Moivre’s Theorem: (re^(iθ))ⁿ = rⁿe^(inθ), which follows directly from the laws of exponents rather than requiring separate trigonometric identities.

指数形式还令棣莫弗定理更为简洁:(re^(iθ))ⁿ = rⁿe^(inθ),这直接源自指数运算律,无需单独的三角恒等式。


8. Geometric Transformations | 几何变换

Multiplying a complex number by re^(iθ) performs a geometric transformation in the complex plane: it scales the point by a factor of r (a dilation) and rotates it by an angle θ about the origin (a rotation). This dual action makes polar form invaluable for describing rotations and uniform scaling.

将复数乘以 re^(iθ) 会在复平面中执行一种几何变换:将对应点按因子 r 进行缩放(伸缩),并绕原点旋转角度 θ(旋转)。这种双重作用使得极坐标形式在描述旋转和均匀缩放时极为有用。

For example, to rotate a point z by 90° anticlockwise, multiply by i, since i = e^(iπ/2). Thus, iz represents the point z rotated by π/2. Similarly, multiplying by −1 rotates by π (a half-turn), and multiplying by e^(iπ/4) rotates by 45°. These geometric interpretations frequently appear in IB questions about transformations in the complex plane.

例如,要将点 z 逆时针旋转 90°,只需乘以 i,因为 i = e^(iπ/2)。因此 iz 表示 z 旋转 π/2 后的点。类似地,乘以 −1 旋转 π(半圈),乘以 e^(iπ/4) 旋转 45°。这些几何解释常出现在IB关于复平面变换的题目中。


9. Applications in Physics and Engineering | 在物理和工程中的应用

In electrical engineering, alternating current (AC) circuits are analysed using phasors, which are complex numbers representing sinusoidal voltages and currents. The magnitude of a phasor corresponds to the amplitude of the wave, while its argument corresponds to the phase shift. When circuit components are connected in series, their impedances add like complex numbers — a process that is naturally expressed in polar form.

在电气工程中,交流电路通过相量(即代表正弦电压和电流的复数)进行分析。相量的模对应波的振幅,辐角对应相移。当电路元件串联时,其阻抗像复数一样相加——这一过程天然地以极坐标形式表达。

In physics, complex exponential functions describe oscillatory motion. A harmonic oscillator with angular frequency ω can be represented as x(t) = A e^(iωt), where the real part, A cos ωt, gives the physical displacement. This representation simplifies both differentiation and integration, as each derivative merely multiplies the function by iω.

在物理学中,复指数函数用于描述振荡运动。角频率为 ω 的谐振子可表示为 x(t) = A e^(iωt),其实部 A cos ωt 给出物理位移。这种表示法简化了微分的积分运算,因为每次求导仅相当于将函数乘以 iω。


10. Common Pitfalls and Exam Tips | 常见误区与备考建议

One frequent error is confusing the principal argument with the arctangent of b/a without quadrant adjustment. The expression tan⁻¹(b/a) always yields an angle in the fourth or first quadrant; you must add or subtract π when the complex number lies in the second or third quadrant to obtain the correct principal argument.

一个常见错误是不进行象限调整而直接将 tan⁻¹(b/a) 视为主辐角。tan⁻¹(b/a) 总是给出第四或第一象限中的角度;当复数位于第二或第三象限时,必须加或减 π 才能得到正确的主辐角。

Another pitfall is omitting the 2πk term when finding roots. Since cos and sin are periodic with period 2π, all n distinct roots require you to vary k from 0 to n − 1. Using only k = 0 gives just one root instead of the full set.

另一个误区是在求根时遗漏 2πk 项。由于 cos 和 sin 以 2π 为周期,要得到全部 n 个不同的根,必须让 k 从 0 变到 n − 1。只取 k = 0 只能得到一个根,而非完整集合。

Finally, ensure that angles are expressed in radians unless the question explicitly states otherwise, and always present final answers in the form requested — polar form, Cartesian form, or exponential form.

最后,除非题目另有明确说明,角度的单位一律使用弧度,且最终答案务必以题目要求的形式呈现——极坐标形式、笛卡尔形式或指数形式。


11. Worked Example: Full Analysis | 完整例题分析

Problem: Given z = −√3 + i, find all fourth roots of z and sketch them in the complex plane.

题目:已知 z = −√3 + i,求 z 的所有四次方根并在复平面中画出它们。

Solution: First convert to polar form. We have a = −√3, b = 1. The modulus is |z| = √(3 + 1) = 2. The point lies in the second quadrant, so the principal argument is θ = π − π/6 = 5π/6. Hence z = 2(cos 5π/6 + i sin 5π/6).

解答:首先转换为极坐标形式。这里 a = −√3,b = 1。模为 |z| = √(3 + 1) = 2。该点在第二象限,因此主辐角 θ = π − π/6 = 5π/6。于是 z = 2(cos 5π/6 + i sin 5π/6)。

By the root formula, the fourth roots are zₖ = 2^(1/4)[cos((5π/6 + 2πk)/4) + i sin((5π/6 + 2πk)/4)], for k = 0, 1, 2, 3. Computing each:

由求根公式,四次方根为 zₖ = 2^(1/4)[cos((5π/6 + 2πk)/4) + i sin((5π/6 + 2πk)/4)],其中 k = 0, 1, 2, 3。逐项计算:

  • k = 0: z₀ = 2^(1/4)(cos 5π/24 + i sin 5π/24)
  • k = 1: z₁ = 2^(1/4)(cos 17π/24 + i sin 17π/24)
  • k = 2: z₂ = 2^(1/4)(cos 29π/24 + i sin 29π/24)
  • k = 3: z₃ = 2^(1/4)(cos 41π/24 + i sin 41π/24)

These four roots lie equally spaced on a circle of radius 2^(1/4), with consecutive angular separations of 2π/4 = π/2, confirming the geometric prediction.

这四个根均匀分布在半径 2^(1/4) 的圆上,相邻根的角间距为 2π/4 = π/2,验证了上述几何结论。


12. Significance in the IB Syllabus | 在IB课程中的重要性

The polar form of complex numbers is explicitly listed in the IB DP Mathematics Analysis & Approaches HL and Applications & Interpretation HL syllabi. Examination questions typically combine modulus–argument form with topics such as polynomial equations, transformations, and trigonometric identities, making this topic a rich source of multi-part problems.

复数的极坐标形式明确列于IB DP数学分析与方法HL以及应用与解释HL的教学大纲中。考试题目通常将模辐角形式与多项式方程、几何变换和三角恒等式等主题结合,从而使该知识点成为多步骤综合问题的丰富来源。

To excel, students should practise converting fluently between all three forms, memorise the exact values of trigonometric functions at standard angles, and internalise the geometric interpretations of multiplication, division, powers, and roots. Mastery of this topic not only secures marks in examinations but also builds a strong foundation for further studies in physics, engineering, and pure mathematics.

要取得优异成绩,学生应熟练地在三种表示法之间进行转换,牢记标准角度下三角函数的精确值,并深刻领会乘法、除法、乘方和开方的几何意义。精通这一主题不仅能在考试中稳定得分,还能为今后学习物理、工程和纯数学打下坚实基础。


Published by TutorHao | IB Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version