📚 Exponential Form of a Complex Number | 复数的指数形式
The exponential form of a complex number is one of the most elegant and powerful ways to represent complex numbers. It combines Euler’s formula with the polar representation, giving us a compact expression that greatly simplifies multiplication, division, and exponentiation of complex numbers.
复数的指数形式是表示复数最优雅且最强大的方式之一。它将欧拉公式与极坐标表示相结合,提供了一种紧凑的表达方式,极大地简化了复数的乘法、除法和幂运算。
1. Euler’s Formula | 欧拉公式
Euler’s formula is the foundation of the exponential form. It states that for any real number θ, the complex exponential e^(iθ) equals cos θ + i sin θ.
欧拉公式是指数形式的基础。它表明,对于任意实数 θ,复数指数 e^(iθ) 等于 cos θ + i sin θ。
The formula is usually written as:
该公式通常写作:
e^(iθ) = cos θ + i sin θ
This remarkable identity links trigonometric functions with the exponential function, and it is valid for all real values of θ, whether θ is measured in degrees or radians. In A-Level mathematics, θ is always measured in radians when using this formula.
这一非凡的等式将三角函数与指数函数联系起来,并且对 θ 的所有实数值都成立,无论 θ 是以度还是弧度度量。在 A-Level 数学中,使用此公式时 θ 始终以弧度度量。
The special case where θ = π gives Euler’s identity:
当 θ = π 时的特殊情形给出了欧拉恒等式:
e^(iπ) + 1 = 0
This identity is often praised as one of the most beautiful equations in mathematics because it connects five fundamental constants: 0, 1, e, i, and π.
该恒等式常被誉为数学中最优美的方程之一,因为它将五个基本常数联系在了一起:0、1、e、i 和 π。
2. Derivation from Maclaurin Series | 从麦克劳林级数推导
To understand why Euler’s formula is true, we can derive it using Maclaurin series expansions for e^x, sin x, and cos x.
为了理解欧拉公式为何成立,我们可以利用 e^x、sin x 和 cos x 的麦克劳林级数展开来推导。
Consider the Maclaurin series for e^x:
考虑 e^x 的麦克劳林级数:
e^x = 1 + x + x²/2! + x³/3! + x⁴/4! + x⁵/5! + …
Now substitute x = iθ:
现在代入 x = iθ:
e^(iθ) = 1 + iθ + (iθ)²/2! + (iθ)³/3! + (iθ)⁴/4! + (iθ)⁵/5! + …
Using the powers of i, where i² = -1, i³ = -i, i⁴ = 1, and i⁵ = i, we can group real and imaginary parts:
利用 i 的幂次,其中 i² = -1,i³ = -i,i⁴ = 1,i⁵ = i,我们可以将实部和虚部分组:
e^(iθ) = (1 − θ²/2! + θ⁴/4! − …) + i(θ − θ³/3! + θ⁵/5! − …)
The first bracket is the Maclaurin series for cos θ, and the second bracket is the Maclaurin series for sin θ. Hence:
第一个括号是 cos θ 的麦克劳林级数,第二个括号是 sin θ 的麦克劳林级数。因此:
e^(iθ) = cos θ + i sin θ
This derivation will be familiar to students who have studied the Taylor series chapter, and it provides a rigorous justification for Euler’s formula. In AQA A-Level Mathematics, this derivation is not always required for the exam, but understanding it helps consolidate the concept.
这一推导对学过泰勒级数章节的学生来说会很熟悉,它为欧拉公式提供了严谨的证明。在 AQA A-Level 数学中,考试不总要求掌握这一推导,但理解它有助于巩固概念。
3. Definition of Exponential Form | 指数形式的定义
The exponential form of a complex number z is written as:
复数 z 的指数形式写作:
z = re^(iθ)
Here, r is the modulus of the complex number (r = |z|), and θ is the argument of the complex number (θ = arg z). Together with Euler’s formula, this is equivalent to the polar form z = r(cos θ + i sin θ).
其中,r 是复数的模(r = |z|),θ 是复数的辐角(θ = arg z)。结合欧拉公式,这与极坐标形式 z = r(cos θ + i sin θ) 等价。
Note that e^(iθ) is a single complex number on the unit circle in the Argand diagram, located at angle θ from the positive real axis. Multiplying this by r scales it to the correct modulus.
注意,e^(iθ) 是阿甘图中单位圆上的一个复数,位于从正实轴起角度为 θ 的位置。将其乘以 r 可将其缩放到正确的模长。
Just like the polar form, the exponential form is not unique because the argument is defined modulo 2π. We can add any integer multiple of 2π to θ and obtain the same complex number: re^(iθ) = re^(i(θ + 2πk)) for any integer k.
与极坐标形式一样,指数形式也不是唯一的,因为辐角按 2π 取模定义。我们可以在 θ 上加上任何整数倍的 2π 而得到相同的复数:对任意整数 k,re^(iθ) = re^(i(θ + 2πk))。
For the principal argument, we usually choose θ in the interval (-π, π], though some textbooks prefer [0, 2π). AQA generally uses the interval (-π, π].
对于主辐角,我们通常选择区间 (-π, π] 内的 θ,尽管有些教材偏好 [0, 2π)。AQA 通常使用区间 (-π, π]。
4. Converting from Exponential Form to Cartesian Form | 从指数形式转换为笛卡尔形式
To convert a complex number from exponential form z = re^(iθ) to Cartesian form z = a + bi, we expand using Euler’s formula:
要将复数从指数形式 z = re^(iθ) 转换为笛卡尔形式 z = a + bi,我们用欧拉公式展开:
z = r(cos θ + i sin θ) = r cos θ + i r sin θ
Then the real part is a = r cos θ and the imaginary part is b = r sin θ.
于是实部为 a = r cos θ,虚部为 b = r sin θ。
Let us work through a worked example. Convert z = 4e^(iπ/3) to Cartesian form. Here, r = 4 and θ = π/3. Then:
让我们做一个例题。将 z = 4e^(iπ/3) 转换为笛卡尔形式。这里,r = 4,θ = π/3。那么:
a = 4 cos(π/3) = 4 × ½ = 2
b = 4 sin(π/3) = 4 × √3/2 = 2√3
Therefore, z = 2 + 2√3 i. In exact form, this is the final answer.
因此,z = 2 + 2√3 i。这就是精确形式的最终答案。
For another example, consider z = 2e^(iπ). Since cos π = -1 and sin π = 0, we get z = 2(-1 + 0i) = -2, which is a purely real number.
再看一个例子,考虑 z = 2e^(iπ)。由于 cos π = -1,sin π = 0,得到 z = 2(-1 + 0i) = -2,这是一个纯实数。
5. Converting from Cartesian Form to Exponential Form | 从笛卡尔形式转换为指数形式
To convert from Cartesian form z = a + bi to exponential form z = re^(iθ), we need to find the modulus r and the argument θ.
要将复数从笛卡尔形式 z = a + bi 转换为指数形式 z = re^(iθ),我们需要求出模 r 和辐角 θ。
The modulus is calculated as:
模的计算公式为:
r = |z| = √(a² + b²)
The argument θ is found from the relationship tan θ = b/a, but we must be careful about the quadrant in which the point (a, b) lies. The standard formula is:
辐角 θ 由关系 tan θ = b/a 求出,但我们必须注意点 (a, b) 所在的象限。标准公式为:
θ = arctan(b/a) + correction based on quadrant
If a > 0, then θ = arctan(b/a). If a < 0 and b ≥ 0, then θ = arctan(b/a) + π. If a < 0 and b < 0, then θ = arctan(b/a) − π. If a = 0 and b > 0, θ = π/2; if a = 0 and b < 0, θ = −π/2.
如果 a > 0,则 θ = arctan(b/a)。如果 a < 0 且 b ≥ 0,则 θ = arctan(b/a) + π。如果 a < 0 且 b < 0,则 θ = arctan(b/a) − π。如果 a = 0 且 b > 0,则 θ = π/2;如果 a = 0 且 b < 0,则 θ = −π/2。
For example, convert z = 1 + i to exponential form. Here, a = 1, b = 1, so r = √(1² + 1²) = √2. Since a > 0, θ = arctan(1/1) = π/4. Hence:
例如,将 z = 1 + i 转换为指数形式。这里,a = 1,b = 1,所以 r = √(1² + 1²) = √2。由于 a > 0,θ = arctan(1/1) = π/4。因此:
z = √2 e^(iπ/4)
In an Argand diagram, the point (1, 1) lies in the first quadrant at distance √2 from the origin, making an angle of 45° with the positive real axis.
在阿甘图中,点 (1, 1) 位于第一象限,距原点距离为 √2,与正实轴成 45° 角。
6. Multiplication in Exponential Form | 指数形式的乘法
One of the greatest advantages of the exponential form is that multiplication becomes very 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(θ₁ + θ₂))
In words: multiply the moduli and add the arguments.
用文字表述:模相乘,辐角相加。
Let us prove this. Using Euler’s formula:
让我们来证明这一点。使用欧拉公式:
z₁z₂ = r₁r₂(cos θ₁ + i sin θ₁)(cos θ₂ + i sin θ₂)
Expanding the product and using the trigonometric addition formulas gives:
展开乘积并使用三角函数的加法公式得到:
z₁z₂ = r₁r₂[cos(θ₁ + θ₂) + i sin(θ₁ + θ₂)] = r₁r₂e^(i(θ₁ + θ₂))
This property generalizes nicely. For example, if z = re^(iθ), then multiplying by i = e^(iπ/2) rotates the complex number by 90° anticlockwise without changing its modulus.
这一性质可以很好地推广。例如,如果 z = re^(iθ),那么乘以 i = e^(iπ/2) 会将复数逆时针旋转 90° 而不改变其模长。
For a worked example, let z₁ = 2e^(iπ/6) and z₂ = 5e^(iπ/3). Then z₁z₂ = 10e^(i(π/6 + π/3)) = 10e^(iπ/2) = 10(cos π/2 + i sin π/2) = 10i.
举例说明,设 z₁ = 2e^(iπ/6),z₂ = 5e^(iπ/3)。则 z₁z₂ = 10e^(i(π/6 + π/3)) = 10e^(iπ/2) = 10(cos π/2 + i sin π/2) = 10i。
7. Division in Exponential Form | 指数形式的除法
Division also becomes very clean in exponential form. If z₁ = r₁e^(iθ₁) and z₂ = r₂e^(iθ₂), with r₂ ≠ 0, then:
除法在指数形式下也显得非常简洁。如果 z₁ = r₁e^(iθ₁) 且 z₂ = r₂e^(iθ₂),其中 r₂ ≠ 0,那么:
z₁ / z₂ = (r₁/r₂) e^(i(θ₁ − θ₂))
In words: divide the moduli and subtract the arguments.
用文字表述:模相除,辐角相减。
The proof follows from the definition of division and the trigonometric subtraction formulas. Since e^(iθ₂) · e^(−iθ₂) = 1, we can also understand this as multiplying by the reciprocal: 1/e^(iθ₂) = e^(−iθ₂).
证明可由除法的定义和三角函数的减法公式得出。由于 e^(iθ₂) · e^(−iθ₂) = 1,我们也可以将其理解为乘以倒数:1/e^(iθ₂) = e^(−iθ₂)。
For a worked example, calculate z₁/z₂ where z₁ = 12e^(iπ) and z₂ = 3e^(iπ/6):
举一个例子,计算 z₁/z₂,其中 z₁ = 12e^(iπ),z₂ = 3e^(iπ/6):
z₁ / z₂ = (12/3) e^(i(π − π/6)) = 4e^(i(5π/6))
We can then convert this to Cartesian form if needed: 4cos(5π/6) = −2√3 and 4sin(5π/6) = 2, so the result is −2√3 + 2i.
如果需要,我们可以将其转换为笛卡尔形式:4cos(5π/6) = −2√3,4sin(5π/6) = 2,所以结果为 −2√3 + 2i。
8. Powers and de Moivre’s Theorem | 幂与棣莫弗定理
The exponential form makes raising a complex number to an integer power very straightforward. Since z = re^(iθ), we have:
指数形式使复数的整数次幂运算变得非常直接。由于 z = re^(iθ),我们有:
zⁿ = rⁿ e^(i(nθ))
This is exactly de Moivre’s theorem, which is usually stated in terms of the polar form:
这正是棣莫弗定理,该定理通常以极坐标形式表述:
[r(cos θ + i sin θ)]ⁿ = rⁿ(cos nθ + i sin nθ)
The exponential form makes this result almost obvious: raising e^(iθ) to the nth power simply multiplies the argument by n because the rules of exponents apply.
指数形式使这一结果几乎是显然的:将 e^(iθ) 提高到 n 次幂只需将辐角乘以 n,因为指数的运算规则适用。
For example, find (1 + i)⁸. First, write 1 + i in exponential form. We know from earlier that 1 + i = √2 e^(iπ/4). Then:
例如,求 (1 + i)⁸。首先,将 1 + i 写成指数形式。我们之前已知 1 + i = √2 e^(iπ/4)。那么:
(1 + i)⁸ = (√2)⁸ e^(i(8 × π/4)) = 2⁴ e^(i(2π)) = 16e^(i(2π)) = 16
Since e^(i(2π)) = cos(2π) + i sin(2π) = 1 + 0i = 1, the final answer is 16. What a powerful way to compute this! Doing it by repeated multiplication would be tedious.
由于 e^(i(2π)) = cos(2π) + i sin(2π) = 1 + 0i = 1,最终答案是 16。这种计算方式多么强大!若用重复乘法会很繁琐。
This approach is especially useful for large powers and is a key topic in AQA exam questions that test de Moivre’s theorem.
这种方法对于大指数尤其有用,是 AQA 考试中测试棣莫弗定理的重点内容。
9. Geometric Interpretation | 几何意义
On the Argand diagram, the complex number z = re^(iθ) represents a point at distance r from the origin, with an angle θ measured anticlockwise from the positive real axis. The exponential form highlights this geometric meaning directly.
在阿甘图中,复数 z = re^(iθ) 表示一个距原点距离为 r、与正实轴逆时针夹角为 θ 的点。指数形式直接凸显了这一几何意义。
Multiplication by a complex number w = se^(iφ) can be interpreted geometrically as two transformations: scaling the moduli by s and rotating anticlockwise by angle φ. This is a far more intuitive interpretation than the algebraic rules of multiplication in Cartesian form.
乘以复数 w = se^(iφ) 可以在几何上解释为两个变换:将模长缩放 s 倍,以及逆时针旋转角度 φ。这远比笛卡尔形式中的代数乘法规则直观得多。
For example, multiplying any complex number by i = e^(iπ/2) rotates it by 90° anticlockwise. Multiplying by e^(iπ) rotates it by 180°, which is equivalent to multiplying by −1.
例如,将任意复数乘以 i = e^(iπ/2) 可将其逆时针旋转 90°。乘以 e^(iπ) 可将其旋转 180°,这等价于乘以 −1。
This geometric viewpoint also helps when finding nth roots of complex numbers, as we will see in the next section.
这种几何视角在求解复数的 n 次方根时也很有帮助,我们将在下一节中看到。
10. Complex Roots and the Exponential Form | 复数根与指数形式
Finding the nth roots of a complex number is considerably easier using the exponential form. If we want to solve the equation zⁿ = w, where w = re^(iθ), we use the fact that the argument can have 2πk added to it:
使用指数形式求解复数的 n 次方根要容易得多。如果我们要解方程 zⁿ = w,其中 w = re^(iθ),我们利用辐角可以加上 2πk 这一事实:
w = re^(i(θ + 2πk)), k = 0, 1, 2, …, n − 1
Then the nth roots are given by:
那么 n 次方根由下式给出:
z = r^(1/n) e^(i(θ + 2πk)/n), k = 0, 1, 2, …, n − 1
This shows that there are n distinct nth roots, evenly spaced on a circle of radius r^(1/n) in the Argand diagram, separated by angles of 2π/n.
这表明存在 n 个不同的 n 次方根,在阿甘图中均匀分布在半径为 r^(1/n) 的圆周上,彼此间隔角度为 2π/n。
For example, solve z³ = 1. Here, w = 1 = e^(i(0)). The cube roots are:
例如,解 z³ = 1。这里,w = 1 = e^(i(0))。立方根为:
z = e^(i(0 + 2πk)/3) for k = 0, 1, 2
This gives z₀ = e⁰ = 1, z₁ = e^(i(2π/3)), and z₂ = e^(i(4π/3)). These three points are equally spaced on the unit circle, forming an equilateral triangle.
这给出 z₀ = e⁰ = 1,z₁ = e^(i(2π/3)),z₂ = e^(i(4π/3))。这三个点在单位圆上等距分布,构成一个等边三角形。
Converting to Cartesian form using Euler’s formula gives the familiar roots: 1, −½ + (√3/2)i, and −½ − (√3/2)i. AQA questions often require this conversion at the end of such problems.
使用欧拉公式转换为笛卡尔形式,得到熟悉的根:1、−½ + (√3/2)i 和 −½ − (√3/2)i。AQA 的题目通常要求在此类问题的最后进行这种转换。
11. The Complex Conjugate in Exponential Form | 指数形式下的共轭复数
The complex conjugate of a number in exponential form has a very simple representation. If z = re^(iθ), then:
指数形式下共轭复数有一个非常简单的表示。如果 z = re^(iθ),那么:
z* = re^(−iθ)
This follows from Euler’s formula: re^(−iθ) = r(cos(−θ) + i sin(−θ)) = r(cos θ − i sin θ), which is indeed the conjugate of r(cos θ + i sin θ).
这可由欧拉公式得出:re^(−iθ) = r(cos(−θ) + i sin(−θ)) = r(cos θ − i sin θ),这确实是 r(cos θ + i sin θ) 的共轭。
Geometrically, taking the conjugate reflects the point in the real axis, so the angle changes sign while the modulus remains unchanged. For example, if z = 3e^(iπ/4), then z* = 3e^(−iπ/4).
从几何上看,取共轭是将点关于实轴反射,因此角度改变符号而模长不变。例如,如果 z = 3e^(iπ/4),那么 z* = 3e^(−iπ/4)。
Using the exponential form, it is also evident that:
利用指数形式,还容易看出:
z × z* = re^(iθ) × re^(−iθ) = r²e⁰ = r² = |z|²
This confirms the known result that z·z* = |z|², which is useful in rationalizing complex fractions.
这验证了已知的结果 z·z* = |z|²,这在将复分数有理化时非常有用。
12. Exam-Style Techniques and Common Pitfalls | 考试技巧与常见陷阱
In AQA A-Level Mathematics, questions on the exponential form often appear in the Pure Mathematics papers. Here are some techniques and pitfalls to be aware of.
在 AQA A-Level 数学中,关于指数形式的问题常出现在纯数学试卷中。以下是一些需要注意的技巧和陷阱。
Always check whether the argument should be given in radians — AQA always uses radians in this context. Always use the principal argument where the question asks for it, typically in the range (-π, π].
始终检查辐角是否应以弧度给出——AQA 在此类问题中始终使用弧度。当题目要求主辐角时,请务必使用主辐角,通常在区间 (-π, π] 内。
Be careful with the quadrant when converting from Cartesian to exponential form. Using only arctan(b/a) fails when a < 0, and students commonly forget to add or subtract π in this case.
从笛卡尔形式转换为指数形式时,要特别注意象限问题。仅使用 arctan(b/a) 在 a < 0 时会出错,学生常忘记在这种情况下加上或减去 π。
When calculating powers, remember that (e^(iθ))ⁿ = e^(i(nθ)) works for integer n, but extra care is needed for the general case of non-integer n, which is beyond A-Level requirements.
计算幂时,记住 (e^(iθ))ⁿ = e^(i(nθ)) 适用于整数 n,但对于非整数 n 的一般情况需要格外小心,这超出了 A-Level 的要求范围。
When finding nth roots, do not forget to include all n distinct values by using k = 0, 1, …, n − 1. Missing some roots is a common error that costs marks.
在求 n 次方根时,不要忘记使用 k = 0, 1, …, n − 1 来包含所有 n 个不同的根。遗漏某些根是常见的失分错误。
Finally, always write the modulus r as a positive real number. If you find a negative r in your calculation, you have probably made an error; the modulus is always non-negative.
最后,始终将模 r 写为正实数。如果在计算中发现 r 为负数,很可能出错了;模始终是非负的。
With these techniques in hand, you are well prepared to tackle any exponential form question in the AQA A-Level Mathematics examination.
掌握了这些技巧,你就能在 AQA A-Level 数学考试中轻松应对任何关于指数形式的问题。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导