Exponential Form of Complex Numbers | IB数学:复数指数形式

📚 Exponential Form of Complex Numbers | IB数学:复数指数形式

In IB Mathematics Analysis and Approaches (AA) HL, the exponential form of a complex number is one of the most elegant and powerful tools. It unifies algebra, geometry, and trigonometry into a single compact expression. This article introduces Euler’s formula, the exponential representation z = r e^(iθ), and shows how it simplifies multiplication, division, powers, and roots.

IB数学分析与方法(AA)HL中,复数的指数形式是最优雅且强大的工具之一。它将代数、几何与三角学统一为一个紧凑的表达式。本文将介绍欧拉公式、指数表示 z = r e^(iθ),并展示它如何简化乘法、除法、幂与根的计算。


1. Why Exponential Form Matters | 为什么指数形式重要

You already know two ways to write a complex number: Cartesian form z = a + bi, and polar form z = r(cos θ + i sin θ). The exponential form z = r e^(iθ) is much shorter, and it makes the rules of complex arithmetic look like the rules of ordinary powers.

你已经知道复数的两种写法:笛卡尔形式 z = a + bi,以及极坐标形式 z = r(cos θ + i sin θ)。指数形式 z = r e^(iθ) 更简洁,而且它使复数运算的规则看起来就像普通指数运算一样。

Why does this matter for IB? Because the exponential form turns multiplication into addition of angles, and powers into simple scaling. It is also the foundation for solving complex equations, finding roots, and understanding many results in calculus and physics.

为什么这对IB很重要?因为指数形式将乘法转化为角度的加法,将幂运算转化为简单的数乘。它也是解复数方程、求根以及理解微积分和物理学中许多结论的基础。


2. Euler’s Formula | 欧拉公式

The bridge between polar form and exponential form is Euler’s formula:

连接极坐标形式与指数形式的桥梁是欧拉公式:

e^(iθ) = cos θ + i sin θ

This identity holds for every real number θ, measured in radians. It is named after Leonhard Euler, who discovered that the exponential function and trigonometric functions are deeply connected when the exponent is imaginary.

这个恒等式对所有实数 θ(以弧度为单位)都成立。它以莱昂哈德·欧拉命名,他发现了当指数为虚数时,指数函数与三角函数之间存在深刻的联系。

One common justification is through Taylor series. The series for e^x, sin x, and cos x can be combined to show that the real part matches cos θ and the imaginary part matches sin θ. For IB, you are not required to prove Euler’s formula, but you must be confident using it.

一种常见的解释是通过泰勒级数。e^x、sin x 和 cos x 的级数可以组合起来证明实部对应 cos θ、虚部对应 sin θ。IB考试不要求你证明欧拉公式,但你必须能够熟练使用它。


3. Definition of Exponential Form | 指数形式的定义

For any complex number z ≠ 0, we can write:

对于任意非零复数 z,我们可以写成:

z = r e^(iθ) = r(cos θ + i sin θ)

where r = |z| is the modulus (distance from origin), and θ = arg(z) is the argument (angle measured counterclockwise from the positive real axis).

其中 r = |z| 是模(到原点的距离),θ = arg(z) 是辐角(从正实轴逆时针测量的角度)。

To convert from Cartesian to exponential form: first compute r = √(a² + b²), then find θ such that cos θ = a/r and sin θ = b/r. To convert back, simply expand using Euler’s formula.

从笛卡尔形式转换为指数形式:先计算 r = √(a² + b²),然后求 θ 使得 cos θ = a/r 且 sin θ = b/r。若要转换回去,只需用欧拉公式展开。


4. Modulus and Argument | 模与辐角

The modulus is always a non-negative real number: r = |z| ≥ 0. The argument is an angle, but it is not unique — adding any multiple of 2π gives the same complex number.

模始终是非负实数:r = |z| ≥ 0。辐角是一个角度,但它不是唯一的——加上任意 2π 的整数倍都会得到同一个复数。

The principal argument, denoted Arg(z) with a capital A, is the unique angle in the interval (-π, π]. Some textbooks may choose [0, 2π), but IB generally follows (-π, π].

主辐角(用大写 Arg(z) 表示)是区间 (-π, π] 内的唯一角度。有些教材可能选择 [0, 2π),但IB通常遵循 (-π, π]。

When finding θ, be careful about which quadrant z lies in. Using the inverse tangent function alone can give the wrong angle. For example, z = -1 + i has θ = 3π/4, not tan⁻¹(-1) = -π/4.

求 θ 时,注意 z 所在的象限。单独使用反正切函数可能得到错误的角度。例如,z = -1 + i 的辐角是 3π/4,而不是 tan⁻¹(-1) = -π/4。


5. Multiplication and Division | 乘法与除法

The exponential form makes multiplication extremely simple. If z₁ = r₁ e^(iθ₁) and z₂ = r₂ e^(iθ₂), then:

指数形式使乘法变得极其简单。若 z₁ = r₁ e^(iθ₁) 且 z₂ = r₂ e^(iθ₂),则:

z₁ z₂ = r₁ r₂ e^(i(θ₁+θ₂))

This means: multiply the moduli, add the arguments. Geometrically, multiplying by a complex number scales the original point and rotates it.

这意味着:模相乘,辐角相加。几何上,乘以一个复数就是对原来的点进行缩放和旋转。

Division is equally elegant:

除法也同样优雅:

z₁ / z₂ = (r₁ / r₂) e^(i(θ₁−θ₂))

provided z₂ ≠ 0. This is far faster than rationalising the denominator in Cartesian form.

前提是 z₂ ≠ 0。这比在笛卡尔形式下有理化分母快得多。


6. Powers and De Moivre’s Theorem | 幂与德摩弗定理

Raising a complex number to a power is straightforward in exponential form:

在指数形式下,对复数求幂非常直接:

zⁿ = rⁿ e^(inθ)

for any integer n. If r = 1, this gives De Moivre’s theorem:

对任意整数 n 都成立。若 r = 1,就得到德摩弗定理:

(cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)

This theorem is a direct consequence of the exponential form and holds for all integers n. It is widely used to derive multiple-angle formulae in trigonometry.

这个定理是指数形式的直接推论,对所有整数 n 都成立。它广泛应用于推导三角函数的倍角公式。

For example, to find (1 + i)⁸, first write 1 + i = √2 e^(iπ/4). Then (1 + i)⁸ = (√2)⁸ e^(i·8·π/4) = 16 e^(i2π) = 16. This is much faster than expanding (1 + i) eight times.

例如,求 (1 + i)⁸,先写出 1 + i = √2 e^(iπ/4)。然后 (1 + i)⁸ = (√2)⁸ e^(i·8·π/4) = 16 e^(i2π) = 16。这比将 (1 + i) 展开八次快得多。


7. Roots of Complex Numbers | 复数的根

Finding the n-th roots of a complex number is one of the most important applications. For z = r e^(iθ), the n distinct n-th roots are:

求复数的 n 次方根是最重要的应用之一。对于 z = r e^(iθ),n 个不同的 n 次方根为:

wₖ = r^(1/n) e^(i(θ + 2kπ)/n), k = 0, 1, 2, …, n−1

All roots have the same modulus r^(1/n), so they lie on a circle centred at the origin. Their arguments are equally spaced by 2π/n, forming a regular n-gon.

所有根具有相同的模 r^(1/n),因此它们位于以原点为圆心的圆上。它们的辐角相差 2π/n,构成一个正 n 边形。

For example, the cube roots of unity satisfy z³ = 1. Writing 1 = 1·e^(i0), the roots are e^(i0) = 1, e^(i2π/3) = −1/2 + i√3/2, and e^(i4π/3) = −1/2 − i√3/2.

例如,1 的立方根满足 z³ = 1。将 1 写成 1·e^(i0),三个根为 e^(i0) = 1、e^(i2π/3) = −1/2 + i√3/2 和 e^(i4π/3) = −1/2 − i√3/2。


8. Applications in IB Problems | IB题中的应用

Exponential form appears in many IB AA HL exam questions, either directly or as a clever shortcut. Common contexts include:

指数形式出现在许多IB AA HL考题中,要么直接考查,要么作为巧妙的捷径。常见情境包括:

  • Solving polynomial equations with complex roots, especially zⁿ = a + bi.

    解含复数根的方程,特别是 zⁿ = a + bi。

  • Proving trigonometric identities by expanding (cos θ + i sin θ)ⁿ.

    通过展开 (cos θ + i sin θ)ⁿ 证明三角恒等式。

  • Finding powers such as (a + bi)ⁿ without tedious expansion.

    不求繁琐展开而直接计算 (a + bi)ⁿ。

  • Geometric transformations: rotation and scaling of points in the complex plane.

    几何变换:复平面中点的旋转与缩放。

  • Integration involving e^(ax) cos(bx) or e^(ax) sin(bx), where complex exponentials provide a shorter path.

    涉及 e^(ax) cos(bx) 或 e^(ax) sin(bx) 的积分,复指数提供了更短的路径。


9. Common Mistakes and Exam Tips | 常见错误与考试技巧

Many IB students lose marks on complex numbers due to small but avoidable errors. Here are the most common ones:

许多IB学生在复数上失分,是因为一些细小但可以避免的错误。以下是最常见的几点:

  • Forgetting to use radians. In HL, all arguments must be in radians unless stated otherwise.

    忘记使用弧度。在HL中,除非另有说明,所有辐角都必须用弧度表示。

  • Adding 2π incorrectly when finding the principal argument. Always check the range.

    求主辐角时错误地加 2π。始终检查取值范围。

  • Confusing Arg(z) (principal) with arg(z) (any valid argument).

    混淆 Arg(z)(主辐角)与 arg(z)(任意有效辐角)。

  • Forgetting that e^(iθ) = e^(i(θ+2kπ)), so an equation like e^(iθ) = e^(iφ) means θ = φ + 2kπ.

    忘记 e^(iθ) = e^(i(θ+2kπ)),因此方程 e^(iθ) = e^(iφ) 意味着 θ = φ + 2kπ。

  • When converting from Cartesian form, choosing the wrong quadrant for θ.

    从笛卡尔形式转换时,选择了错误象限的 θ。


10. Worked Example | 例题精讲

Example. Let z = −2 + 2√3 i. Express z in exponential form, then find z⁶.

例题。设 z = −2 + 2√3 i。将 z 表示为指数形式,然后求 z⁶。

Solution. First find the modulus:

解。先求模:

r = √((−2)² + (2√3)²) = √(4 + 12) = √16 = 4

Next, find the argument. The real part is negative and the imaginary part is positive, so z lies in the second quadrant. Since cos θ = −2/4 = −1/2 and sin θ = √3/2, we get θ = 2π/3.

接着求辐角。实部为负、虚部为正,所以 z 在第二象限。由于 cos θ = −2/4 = −1/2 且 sin θ = √3/2,得到 θ = 2π/3。

z = 4 e^(i 2π/3)

Now compute the power:

现在计算幂:

z⁶ = 4⁶ e^(i · 6 · 2π/3) = 4096 e^(i4π) = 4096

Since e^(i4π) = cos(4π) + i sin(4π) = 1 + 0i = 1, the final answer is simply 4096.

由于 e^(i4π) = cos(4π) + i sin(4π) = 1 + 0i = 1,最终答案就是 4096。


11. Summary | 总结

The exponential form z = r e^(iθ) is a powerful, compact representation of complex numbers. It is built on Euler’s formula e^(iθ) = cos θ + i sin θ, and it transforms complex arithmetic into simple operations on moduli and arguments.

指数形式 z = r e^(iθ) 是复数的一种强大而紧凑的表示。它建立在欧拉公式 e^(iθ) = cos θ + i sin θ 之上,将复数运算转化为对模和辐角的简单操作。

Key takeaways for IB AA HL students: convert carefully between forms, always use radians, remember that arguments are periodic, and practise finding roots and powers in exponential form. Mastery of this topic will save you time in exams and deepen your understanding of the complex plane.

给IB AA HL学生的关键要点:小心地在不同形式之间转换、始终使用弧度、记住辐角是周期性的、并练习用指数形式求根和幂。掌握这一主题将在考试中为你节省时间,并加深你对复平面的理解。

Published by TutorHao | 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