📚 PDF资源导航

IB Mathematics: Complex Numbers in Polar Form | 极坐标形式的复数

📚 IB Mathematics: Complex Numbers in Polar Form | 极坐标形式的复数

Complex numbers are a core topic in IB Mathematics Analysis and Approaches (AA) HL and Applications and Interpretation (AI) HL. While the Cartesian form \(a + bi\) is intuitive for addition and subtraction, the polar form \(r(\cos θ + i\sin θ)\) — also written as \(r\operatorname{cis}θ\) or \(re^{iθ}\) — unlocks elegant strategies for multiplication, division, powers, and roots. This article provides a systematic revision of the polar form, tailored to IB exam requirements, with worked examples and common pitfalls highlighted throughout.

复数是IB数学分析与方法(AA)HL以及应用与解释(AI)HL中的核心内容。虽然笛卡尔形式 \(a + bi\) 在加减运算中直观易懂,但极坐标形式 \(r(\cos θ + i\sin θ)\)——也写作 \(r\operatorname{cis}θ\) 或 \(re^{iθ}\)——为乘法、除法、幂运算和求根提供了优雅的方法。本文系统梳理极坐标形式的相关知识,紧扣IB考试要求,配有实例解析和常见误区提醒。


1. The Complex Plane and Modulus-Argument Form | 复平面与模辐角形式

Every complex number \(z = a + bi\) corresponds to a point \((a, b)\) in the complex plane. The distance from the origin to \((a, b)\) is called the modulus, denoted \(|z|\), and the angle measured from the positive real axis is called the argument, denoted \(\arg(z)\). Together they form the modulus-argument form, which is exactly the polar representation of a complex number.

任意复数 \(z = a + bi\) 对应于复平面上的一个点 \((a, b)\)。从原点到 \((a, b)\) 的距离称为模,记为 \(|z|\);从正实轴逆时针旋转到的角度称为辐角,记为 \(\arg(z)\)。模和辐角共同构成模辐角形式,这正是复数的极坐标表示。

z = r(cos θ + i sin θ) = r cis θ, where r = |z| = √(a² + b²) and tan θ = b/a

The argument is not unique: adding any integer multiple of \(2π\) produces the same complex number. The principal argument, denoted \(\operatorname{Arg}(z)\), is the unique value in the interval \((-π, π]\). In IB exams, always check which interval the question expects before giving your final answer.

辐角并不唯一:加上任意整数倍的 \(2π\) 后得到的角仍表示同一个复数。主辐角记为 \(\operatorname{Arg}(z)\),是落在区间 \((-π, π]\) 内的唯一值。在IB考试中,务必先确认题目要求的辐角范围,再写出最终答案。


2. Converting from Cartesian to Polar Form | 从笛卡尔形式转换为极坐标形式

To convert \(z = a + bi\) into polar form, first compute \(r = \sqrt{a² + b²}\). Then determine the quadrant of the point \((a, b)\) and calculate the reference angle using \(\tan θ = |b/a|\). Adjust the angle according to the quadrant: Quadrant I \(\theta = \alpha\), Quadrant II \(\theta = π – \alpha\), Quadrant III \(\theta = -π + \alpha\) or \(π + \alpha\), Quadrant IV \(\theta = -\alpha\).

将 \(z = a + bi\) 转换为极坐标形式时,先计算 \(r = \sqrt{a² + b²}\)。接着判断点 \((a, b)\) 所在的象限,利用 \(\tan θ = |b/a|\) 求出参考角 \(\alpha\)。再根据象限调整角度:第一象限 \(\theta = \alpha\),第二象限 \(\theta = π – \alpha\),第三象限 \(\theta = -π + \alpha\) 或 \(π + \alpha\),第四象限 \(\theta = -\alpha\)。

  • Example: Convert \(z = -3 + 3i\) into polar form.
  • 示例:将 \(z = -3 + 3i\) 转换为极坐标形式。

Compute \(r = \sqrt{(-3)² + 3²} = \sqrt{18} = 3\sqrt{2}\). Since the point lies in Quadrant II, the reference angle is \(\alpha = \tan^{-1}(3/3) = π/4\), hence \(\theta = π – π/4 = 3π/4\). Therefore \(z = 3\sqrt{2} \operatorname{cis}(3π/4)\).

计算 \(r = \sqrt{(-3)² + 3²} = \sqrt{18} = 3\sqrt{2}\)。点位于第二象限,参考角为 \(\alpha = \tan^{-1}(3/3) = π/4\),因此 \(\theta = π – π/4 = 3π/4\)。所以 \(z = 3\sqrt{2} \operatorname{cis}(3π/4)\)。


3. Converting from Polar to Cartesian Form | 从极坐标形式转换为笛卡尔形式

Given a complex number in polar form \(z = r(\cos θ + i\sin θ)\), conversion back to Cartesian form is straightforward: simply evaluate \(\cos θ\) and \(\sin θ\), then multiply by \(r\). The real part is \(a = r\cos θ\) and the imaginary part is \(b = r\sin θ\). This process is frequently needed when adding or subtracting complex numbers expressed in polar form.

已知极坐标形式的复数 \(z = r(\cos θ + i\sin θ)\),转换回笛卡尔形式非常直接:求出 \(\cos θ\) 和 \(\sin θ\) 的值,再乘以 \(r\)。实部为 \(a = r\cos θ\),虚部为 \(b = r\sin θ\)。在需要对极坐标形式的复数进行加减运算时,这一转换步骤尤为重要。

  • Example: Express \(z = 4\operatorname{cis}(2π/3)\) in Cartesian form.
  • 示例:将 \(z = 4\operatorname{cis}(2π/3)\) 转换为笛卡尔形式。

Here \(\cos(2π/3) = -1/2\) and \(\sin(2π/3) = \sqrt{3}/2\). Thus \(a = 4 × (-1/2) = -2\) and \(b = 4 × (\sqrt{3}/2) = 2\sqrt{3}\). The Cartesian form is \(z = -2 + 2\sqrt{3}i\).

由于 \(\cos(2π/3) = -1/2\),\(\sin(2π/3) = \sqrt{3}/2\),所以 \(a = 4 × (-1/2) = -2\),\(b = 4 × (\sqrt{3}/2) = 2\sqrt{3}\)。其笛卡尔形式为 \(z = -2 + 2\sqrt{3}i\)。


4. Multiplication in Polar Form | 极坐标形式下的乘法运算

One of the most powerful features of polar form is that multiplication becomes a simple operation on modulus and argument: the moduli are multiplied and the arguments are added. If \(z₁ = r₁\operatorname{cis}θ₁\) and \(z₂ = r₂\operatorname{cis}θ₂\), then \(z₁z₂ = r₁r₂\operatorname{cis}(θ₁ + θ₂)\).

极坐标形式最强大的特性之一在于,乘法运算变得非常简单:模相乘、辐角相加。若 \(z₁ = r₁\operatorname{cis}θ₁\),\(z₂ = r₂\operatorname{cis}θ₂\),则 \(z₁z₂ = r₁r₂\operatorname{cis}(θ₁ + θ₂)\)。

|z₁z₂| = |z₁||z₂|, arg(z₁z₂) = arg(z₁) + arg(z₂)

This geometric interpretation means multiplication by \(r\operatorname{cis}θ\) rotates a complex number by angle \(θ\) and scales it by factor \(r\). This is particularly useful in transformations and in solving geometry problems involving complex numbers.

这一几何解释意味着,乘以 \(r\operatorname{cis}θ\) 相当于将该复数逆时针旋转角度 \(θ\),并按比例 \(r\) 放大或缩小。这在变换问题以及涉及复数的几何问题中尤为有用。


5. Division in Polar Form | 极坐标形式下的除法运算

Division in polar form is equally elegant: to divide two complex numbers, divide the moduli and subtract the arguments. If \(z₁ = r₁\operatorname{cis}θ₁\) and \(z₂ = r₂\operatorname{cis}θ₂\), then \(z₁/z₂ = (r₁/r₂)\operatorname{cis}(θ₁ – θ₂)\).

极坐标形式下的除法同样简洁:两个复数相除时,模相除、辐角相减。若 \(z₁ = r₁\operatorname{cis}θ₁\),\(z₂ = r₂\operatorname{cis}θ₂\),则 \(z₁/z₂ = (r₁/r₂)\operatorname{cis}(θ₁ – θ₂)\)。

z₁/z₂ = (r₁/r₂) cis(θ₁ − θ₂), provided z₂ ≠ 0

This avoids the tedious process of multiplying by the complex conjugate, especially when angles are standard values. In IB examinations, you may be asked to compute exact values of quotients; converting to polar form first is often the most efficient approach.

这种计算方式避免了乘以共轭复数的繁琐过程,尤其在角度为标准值时。在IB考试中,题目可能要求计算商的精确值,先转化为极坐标形式往往是最高效的解法。


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

De Moivre’s Theorem is arguably the most important result in this topic. It states that for any integer \(n\) and any real number \(θ\), \((\cos θ + i\sin θ)ⁿ = \cos(nθ) + i\sin(nθ)\). In modulus-argument notation: \((r\operatorname{cis}θ)ⁿ = rⁿ\operatorname{cis}(nθ)\). The theorem extends naturally to rational powers, which is how we find roots of complex numbers.

棣莫弗定理可以说是本专题中最重要的结论。它指出:对于任意整数 \(n\) 和任意实数 \(θ\),\((\cos θ + i\sin θ)ⁿ = \cos(nθ) + i\sin(nθ)\)。在模辐角记号中写作:\((r\operatorname{cis}θ)ⁿ = rⁿ\operatorname{cis}(nθ)\)。该定理自然推广到有理数次幂,这正是求解复数根的途径。

  • Example: Compute \((1 + i\sqrt{3})^{10}\).
  • 示例:计算 \((1 + i\sqrt{3})^{10}\)。

First write \(1 + i\sqrt{3}\) in polar form. Here \(r = \sqrt{1 + 3} = 2\) and \(\theta = \tan^{-1}(\sqrt{3}) = π/3\). Applying De Moivre’s Theorem: \(z^{10} = 2^{10}\operatorname{cis}(10 × π/3) = 1024\operatorname{cis}(10π/3)\). Since \(10π/3\) is outside the principal range, subtract \(2π\) to obtain \(10π/3 – 2π = 4π/3\). Thus the answer is \(1024(\cos(4π/3) + i\sin(4π/3)) = 1024(-1/2 – i\sqrt{3}/2) = -512 – 512\sqrt{3}i\).

先将 \(1 + i\sqrt{3}\) 化为极坐标形式。这里 \(r = \sqrt{1 + 3} = 2\),\(\theta = \tan^{-1}(\sqrt{3}) = π/3\)。应用棣莫弗定理:\(z^{10} = 2^{10}\operatorname{cis}(10 × π/3) = 1024\operatorname{cis}(10π/3)\)。由于 \(10π/3\) 超出主值范围,减去 \(2π\) 得到 \(10π/3 – 2π = 4π/3\)。因此答案为 \(1024(\cos(4π/3) + i\sin(4π/3)) = 1024(-1/2 – i\sqrt{3}/2) = -512 – 512\sqrt{3}i\)。


7. Roots of Complex Numbers | 复数的根

Finding the \(n\)-th roots of a complex number is a direct application of De Moivre’s Theorem with fractional exponents. If \(z = r\operatorname{cis}θ\), then the \(n\)-th roots are given by \(w_k = r^{1/n} \operatorname{cis}\left(\frac{θ + 2kπ}{n}\right)\) for \(k = 0, 1, 2, …, n-1\). These \(n\) distinct roots are evenly spaced on a circle of radius \(r^{1/n}\) centred at the origin.

求复数 \(n\) 次方根是棣莫弗定理在分数指数下的直接应用。若 \(z = r\operatorname{cis}θ\),则其 \(n\) 个根为 \(w_k = r^{1/n} \operatorname{cis}\left(\frac{θ + 2kπ}{n}\right)\),其中 \(k = 0, 1, 2, …, n-1\)。这 \(n\) 个不同的根均匀分布在以原点为圆心、半径为 \(r^{1/n}\) 的圆周上。

w_k = r^{1/n} cis((θ + 2kπ)/n), k = 0, 1, …, n−1

  • Example: Find all cube roots of \(z = 8i\).
  • 示例:求 \(z = 8i\) 的所有三次方根。

Write \(8i\) in polar form: \(r = 8\), \(\theta = π/2\). The cube roots are \(w_k = 2\operatorname{cis}\left(\frac{π/2 + 2kπ}{3}\right)\) for \(k = 0, 1, 2\). Thus \(w_0 = 2\operatorname{cis}(π/6) = \sqrt{3} + i\), \(w_1 = 2\operatorname{cis}(5π/6) = -\sqrt{3} + i\), and \(w_2 = 2\operatorname{cis}(3π/2) = -2i\).

将 \(8i\) 化为极坐标形式:\(r = 8\),\(\theta = π/2\)。其三次方根为 \(w_k = 2\operatorname{cis}\left(\frac{π/2 + 2kπ}{3}\right)\),其中 \(k = 0, 1, 2\)。因此 \(w_0 = 2\operatorname{cis}(π/6) = \sqrt{3} + i\),\(w_1 = 2\operatorname{cis}(5π/6) = -\sqrt{3} + i\),\(w_2 = 2\operatorname{cis}(3π/2) = -2i\)。


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

Euler’s formula \(e^{iθ} = \cos θ + i\sin θ\) provides the most compact notation for polar form: \(z = re^{iθ}\). This form is particularly powerful in calculus and differential equations, where differentiation and integration of exponentials are simpler than trigonometric manipulations.

欧拉公式 \(e^{iθ} = \cos θ + i\sin θ\) 提供了极坐标形式最简洁的记号:\(z = re^{iθ}\)。这种形式在微积分和微分方程中尤为强大,因为指数函数的微分和积分比三角函数运算更简单。

e^{iθ} = cos θ + i sin θ, e^{-iθ} = cos θ − i sin θ

Adding and subtracting these two equations yields the useful identities \(\cos θ = (e^{iθ} + e^{-iθ})/2\) and \(\sin θ = (e^{iθ} – e^{-iθ})/(2i)\). These are often used in solving second-order differential equations in IB Mathematics AI HL, and in deriving trigonometric identities efficiently.

将两式相加和相减,可得有用的恒等式 \(\cos θ = (e^{iθ} + e^{-iθ})/2\) 与 \(\sin θ = (e^{iθ} – e^{-iθ})/(2i)\)。在IB数学AI HL中,这些恒等式常用于求解二阶微分方程,也可高效地推导三角恒等式。


9. Geometric Interpretations and Transformations | 几何意义与变换

Multiplication and division in polar form correspond to rotations and dilations in the complex plane. If a point \(z\) is multiplied by \(e^{iθ}\), it rotates about the origin by angle \(θ\) without changing its distance from the origin. If multiplied by a positive real \(r\), it is stretched radially. Combined, \(re^{iθ}\) performs a spiral similarity transformation.

极坐标形式下的乘除法对应复平面上的旋转和缩放。若点 \(z\) 乘以 \(e^{iθ}\),它会绕原点旋转角度 \(θ\),且到原点的距离不变。若乘以正实数 \(r\),则沿径向拉伸。二者结合,\(re^{iθ}\) 实现了一种螺旋相似变换。

Understanding these transformations helps solve locus problems in IB examinations. For example, the set of points satisfying \(|z – z₀| = R\) is a circle centred at \(z₀\) with radius \(R\). The set satisfying \(\arg(z) = α\) is a ray emanating from the origin at angle \(α\).

理解这些变换有助于解决IB考试中的轨迹问题。例如,满足 \(|z – z₀| = R\) 的点集是以 \(z₀\) 为圆心、\(R\) 为半径的圆;满足 \(\arg(z) = α\) 的点集是从原点出发、与正实轴夹角为 \(α\) 的射线。


10. Common Pitfalls and Exam Tips | 常见错误与考试技巧

IB examiners frequently report the following mistakes: forgetting to check the quadrant when calculating \(\arg(z)\), failing to adjust the argument into the required interval, mixing degrees and radians in the same expression, and neglecting \(2kπ\) when finding multiple roots. All angles in IB Maths exams should be in radians unless stated otherwise.

IB考官经常反馈以下错误:计算 \(\arg(z)\) 时忘记判断象限;未将辐角调整到题目要求的区间;在同一个表达式中混用角度制和弧度制;求多个根时遗漏 \(2kπ\)。除非题目另有说明,IB数学考试中的所有角度均使用弧度制。

  • Tip 1: Draw the complex number in the plane before writing its argument.
  • Tip 1(技巧一):先绘制复平面上的点,再写出其辐角。
  • Tip 2: When solving \(zⁿ = w\), show the general formula before listing roots.
  • Tip 2(技巧二):在求解 \(zⁿ = w\) 时,先写出通式,再逐一列举根。
  • Tip 3: Check whether the principal argument is required by the question.
  • Tip 3(技巧三):确认题目是否要求主辐角。
  • Tip 4: Practise without a calculator — IB exams often require exact values.
  • Tip 4(技巧四):练习不使用计算器计算——IB考试常要求精确值。

Never write tan⁻¹(b/a) as the argument without considering the quadrant — this is the most common cause of lost marks.

切勿不判断象限就直接写出 \(\tan^{-1}(b/a)\) 作为辐角——这是最常见的失分原因。


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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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