📚 Euler’s Form of Complex Numbers | 复数的欧拉形式
Euler’s formula is one of the most beautiful and powerful results in mathematics, connecting exponential functions, trigonometric functions, and complex numbers in a single elegant equation. For IB Mathematics students, mastering the Euler form of a complex number is essential for solving problems involving powers, roots, and geometric transformations with remarkable efficiency.
欧拉公式是数学中最优美且最有力的结论之一,它将指数函数、三角函数和复数统一在一个简洁优雅的等式中。对于IB数学学生而言,掌握复数的欧拉形式对于高效解决幂运算、求根和几何变换问题至关重要。
1. From Cartesian to Polar Form | 从笛卡尔形式到极坐标形式
A complex number can be written in Cartesian form as \( z = x + yi \), where \( x \) is the real part and \( y \) is the imaginary part. By treating the complex plane as a coordinate system, we can also represent any non-zero complex number using a distance \( r \) from the origin and an angle \( \theta \) measured counterclockwise from the positive real axis.
复数可以写成笛卡尔形式 \( z = x + yi \),其中 \( x \) 是实部,\( y \) 是虚部。将复平面视为坐标系,我们也可以用从原点到点的距离 \( r \) 和从正实轴逆时针测量的角度 \( \theta \) 来表示任何非零复数。
The conversion between these two forms is given by:
\( x = r \cos\theta \), \( y = r \sin\theta \), \( r = \sqrt{x^{2} + y^{2}} \), \( \tan\theta = \frac{y}{x} \)
Here \( r = |z| \) is called the modulus or magnitude of \( z \), and \( \theta = \arg(z) \) is called the argument. The polar form is then written as \( z = r(\cos\theta + i\sin\theta) \).
这里 \( r = |z| \) 称为 \( z \) 的模或幅值,\( \theta = \arg(z) \) 称为辐角。于是极坐标形式写作 \( z = r(\cos\theta + i\sin\theta) \)。
2. Euler’s Formula: The Key Bridge | 欧拉公式:关键的桥梁
Euler’s formula states that for any real number \( \theta \),
\( e^{i\theta} = \cos\theta + i\sin\theta \)
This remarkable identity can be derived from the Taylor series expansions of \( e^{x} \), \( \sin x \), and \( \cos x \). When we substitute \( x = i\theta \) into the exponential series and separate the real and imaginary parts, we recover the series for cosine and sine respectively.
这个非凡的恒等式可以从 \( e^{x} \)、\( \sin x \) 和 \( \cos x \) 的泰勒级数展开推导得出。将 \( x = i\theta \) 代入指数级数并分离实部和虚部,我们恰好得到余弦和正弦的级数。
Taking \( \theta = \pi \) gives the famous Euler’s identity:
\( e^{i\pi} + 1 = 0 \)
which elegantly combines five fundamental constants: \( 0, 1, \pi, e, i \).
取 \( \theta = \pi \) 便得到著名的欧拉恒等式:
\( e^{i\pi} + 1 = 0 \)
它将五个基本常数 \( 0, 1, \pi, e, i \) 完美地结合在一起。
3. Defining the Euler Form of a Complex Number | 复数的欧拉形式的定义
Using Euler’s formula, we can rewrite the polar form of a complex number in a much more compact and algebraically convenient way:
\( z = r e^{i\theta} \)
This is called the exponential form or Euler form of a complex number. It is important to note that \( r > 0 \) and \( \theta \) is measured in radians. The argument \( \theta \) is not unique: adding any multiple of \( 2\pi \) gives the same complex number.
利用欧拉公式,我们可以将复数的极坐标形式改写得更紧凑且代数上更方便:
\( z = r e^{i\theta} \)
这称为复数的指数形式或欧拉形式。需要注意 \( r > 0 \),且 \( \theta \) 以弧度为单位。辐角 \( \theta \) 并不唯一:加上任意 \( 2\pi \) 的整数倍后得到相同的复数。
For example, \( 1 + i \) has modulus \( \sqrt{2} \) and principal argument \( \pi/4 \), so its Euler form is \( \sqrt{2}e^{i\pi/4} \). Similarly, \( -1 \) can be written as \( e^{i\pi} \), or \( e^{-i\pi} \), or \( e^{i3\pi} \), etc.
例如,\( 1 + i \) 的模为 \( \sqrt{2} \),主辐角为 \( \pi/4 \),所以其欧拉形式为 \( \sqrt{2}e^{i\pi/4} \)。类似地,\( -1 \) 可以写作 \( e^{i\pi} \)、\( e^{-i\pi} \) 或 \( e^{i3\pi} \) 等。
4. Multiplication and Division in Euler Form | 欧拉形式下的乘法与除法
One of the greatest advantages of the Euler form is how easily it handles multiplication and division. Consider two complex numbers \( z_{1} = r_{1} e^{i\theta_{1}} \) and \( z_{2} = r_{2} e^{i\theta_{2}} \). Using the laws of exponents:
欧拉形式的一大优点在于它能极其简便地处理乘法和除法。考虑两个复数 \( z_{1} = r_{1} e^{i\theta_{1}} \) 和 \( z_{2} = r_{2} e^{i\theta_{2}} \),根据指数运算律:
\( z_{1}z_{2} = r_{1}r_{2} e^{i(\theta_{1} + \theta_{2})} \)
\( \frac{z_{1}}{z_{2}} = \frac{r_{1}}{r_{2}} e^{i(\theta_{1} – \theta_{2})} \)
Thus, to multiply two complex numbers, we multiply their moduli and add their arguments. To divide, we divide the moduli and subtract the arguments.
因此,两个复数相乘时,模相乘、辐角相加;相除时,模相除、辐角相减。
Example: Let \( z_{1} = 2e^{i\pi/3} \) and \( z_{2} = 3e^{i\pi/6} \). Then \( z_{1}z_{2} = 6e^{i\pi/2} = 6i \), and \( z_{1}/z_{2} = \frac{2}{3}e^{i\pi/6} \).
示例:设 \( z_{1} = 2e^{i\pi/3} \),\( z_{2} = 3e^{i\pi/6} \)。则 \( z_{1}z_{2} = 6e^{i\pi/2} = 6i \),而 \( z_{1}/z_{2} = \frac{2}{3}e^{i\pi/6} \)。
5. De Moivre’s Theorem and Powers | 棣莫弗定理与幂运算
Repeated multiplication leads naturally to De Moivre’s theorem. For any integer \( n \),
\( (re^{i\theta})^{n} = r^{n} e^{in\theta} \)
This theorem is extremely useful for computing high powers of complex numbers without expanding binomials. It also holds for rational \( n \), which allows us to find roots of complex numbers.
重复乘法自然引出了棣莫弗定理。对任意整数 \( n \),
\( (re^{i\theta})^{n} = r^{n} e^{in\theta} \)
这一定理对于计算复数的高次幂极其有用,无需展开二项式。当 \( n \) 为有理数时定理依然成立,因此我们还可以用它来求复数的根。
Example: Compute \( (1 + i)^{10} \). First, \( 1 + i = \sqrt{2}e^{i\pi/4} \). Then \( (1 + i)^{10} = (\sqrt{2})^{10} e^{i10\pi/4} = 32 e^{i5\pi/2} = 32 e^{i\pi/2} = 32i \).
示例:计算 \( (1 + i)^{10} \)。首先,\( 1 + i = \sqrt{2}e^{i\pi/4} \)。于是 \( (1 + i)^{10} = (\sqrt{2})^{10} e^{i10\pi/4} = 32 e^{i5\pi/2} = 32 e^{i\pi/2} = 32i \)。
6. Finding Roots of Complex Numbers | 求复数的根
Suppose we want to find all \( n \)-th roots of a complex number \( z = re^{i\theta} \). Since the argument is only defined up to multiples of \( 2\pi \), we write \( z = re^{i(\theta + 2k\pi)} \) for \( k = 0, 1, 2, \dots \). Then the \( n \)-th roots are given by:
假设我们要求一个复数 \( z = re^{i\theta} \) 的所有 \( n \) 次根。由于辐角只定义到相差 \( 2\pi \) 的整数倍,我们写下 \( z = re^{i(\theta + 2k\pi)} \),其中 \( k = 0, 1, 2, \dots \)。于是 \( n \) 次根为:
\( z^{1/n} = r^{1/n} e^{i(\theta + 2k\pi)/n} \), \( k = 0, 1, 2, \dots, n-1 \)
There are exactly \( n \) distinct roots, equally spaced around a circle of radius \( r^{1/n} \) in the complex plane.
一共有 \( n \) 个不同的根,它们均匀分布在复平面上半径为 \( r^{1/n} \) 的圆周上。
Example: Find the cube roots of 8. Write \( 8 = 8e^{i0} \). Then the roots are \( 2e^{i0} = 2 \), \( 2e^{i2\pi/3} = -1 + i\sqrt{3} \), and \( 2e^{i4\pi/3} = -1 – i\sqrt{3} \). These three points form an equilateral triangle in the complex plane.
示例:求 8 的立方根。将 8 写成 \( 8e^{i0} \)。三个根分别为 \( 2e^{i0} = 2 \)、\( 2e^{i2\pi/3} = -1 + i\sqrt{3} \) 和 \( 2e^{i4\pi/3} = -1 – i\sqrt{3} \)。这三个点在复平面上构成一个等边三角形。
7. Geometric Interpretation and Transformations | 几何意义与变换
Multiplying a complex number by \( e^{i\theta} \) corresponds to rotating the point by angle \( \theta \) counterclockwise about the origin, without changing its distance from the origin. Multiplying by \( r \) performs a dilation (scaling) by factor \( r \).
将一个复数乘以 \( e^{i\theta} \) 等同于将该点绕原点逆时针旋转角度 \( \theta \),且到原点的距离不变。乘以 \( r \) 则相当于按因子 \( r \) 进行缩放(伸缩)。
Similarly, adding a complex number \( a + bi \) corresponds to a translation of the point by vector \( (a, b) \). Thus, the Euler form provides a natural framework for describing rotations and dilations in the complex plane.
类似地,加上一个复数 \( a + bi \) 相当于将点沿向量 \( (a, b) \) 平移。因此,欧拉形式为描述复平面中的旋转和伸缩提供了天然框架。
For example, the transformation \( z \mapsto iz \) is a rotation by \( 90° \) counterclockwise because \( i = e^{i\pi/2} \). Also, \( z \mapsto 2iz \) combines a rotation by \( 90° \) and a scaling by factor 2.
例如,变换 \( z \mapsto iz \) 是逆时针旋转 \( 90° \),因为 \( i = e^{i\pi/2} \)。而 \( z \mapsto 2iz \) 则同时包含旋转 \( 90° \) 和按因子 2 缩放。
8. Euler Form and Trigonometric Identities | 欧拉形式与三角恒等式
Euler’s formula provides a powerful method for deriving trigonometric identities. For instance, since \( e^{i(\alpha + \beta)} = e^{i\alpha}e^{i\beta} \), we have:
\( \cos(\alpha + \beta) + i\sin(\alpha + \beta) = (\cos\alpha + i\sin\alpha)(\cos\beta + i\sin\beta) \)
Expanding the right-hand side and equating real and imaginary parts gives the standard addition formulas:
欧拉公式为推导三角恒等式提供了强大方法。例如,由于 \( e^{i(\alpha + \beta)} = e^{i\alpha}e^{i\beta} \),我们有:
\( \cos(\alpha + \beta) + i\sin(\alpha + \beta) = (\cos\alpha + i\sin\alpha)(\cos\beta + i\sin\beta) \)
展开右边并分别比较实部和虚部,便得到标准的和角公式:
\( \cos(\alpha + \beta) = \cos\alpha\cos\beta – \sin\alpha\sin\beta \)
\( \sin(\alpha + \beta) = \sin\alpha\cos\beta + \cos\alpha\sin\beta \)
Additionally, noting that \( \cos\theta = \frac{e^{i\theta} + e^{-i\theta}}{2} \) and \( \sin\theta = \frac{e^{i\theta} – e^{-i\theta}}{2i} \), we can express powers of sine and cosine as sums of simpler terms.
此外,由 \( \cos\theta = \frac{e^{i\theta} + e^{-i\theta}}{2} \) 和 \( \sin\theta = \frac{e^{i\theta} – e^{-i\theta}}{2i} \),我们可以将正弦和余弦的高次幂表示为更简单项的和。
9. Worked Example: Solving Equations with Euler Form | 例题:用欧拉形式解方程
Problem: Solve the equation \( z^{4} = -16 \) in the set of complex numbers.
题目:在复数范围内解方程 \( z^{4} = -16 \)。
Solution: Write \( -16 = 16e^{i(\pi + 2k\pi)} \). Then the fourth roots are:
解答:将 \( -16 \) 写作 \( 16e^{i(\pi + 2k\pi)} \)。因此四次根为:
\( z = 2e^{i(\pi/4 + k\pi/2)} \), \( k = 0, 1, 2, 3 \)
Substituting each value of \( k \):
依次代入 \( k \) 的值:
-
\( k = 0 \): \( z = 2e^{i\pi/4} = \sqrt{2} + i\sqrt{2} \)
-
\( k = 1 \): \( z = 2e^{i3\pi/4} = -\sqrt{2} + i\sqrt{2} \)
-
\( k = 2 \): \( z = 2e^{i5\pi/4} = -\sqrt{2} – i\sqrt{2} \)
-
\( k = 3 \): \( z = 2e^{i7\pi/4} = \sqrt{2} – i\sqrt{2} \)
These four roots lie equally spaced on a circle of radius 2, at angles \( 45°, 135°, 225°, 315° \).
这四个根均匀分布在半径为 2 的圆周上,角度分别为 \( 45°、135°、225°、315° \)。
10. Common Mistakes and Exam Tips | 常见错误与考试提示
1. Forgetting to use radians: In Euler form, angles must always be in radians. Converting to degrees will lead to incorrect results.
1. 忘记使用弧度:在欧拉形式中,角度必须始终使用弧度。转换为度数会导致错误结果。
2. Ignoring \( 2k\pi \) when finding roots: When solving \( z^{n} = w \), you must include all \( n \) values of \( k \) from \( 0 \) to \( n-1 \). Missing roots is a common error.
2. 求根时忽略 \( 2k\pi \):在解 \( z^{n} = w \) 时,必须包含 \( k = 0 \) 到 \( n-1 \) 的所有 \( n \) 个值。遗漏根是常见错误。
3. Mixing up modulus and argument: Remember that multiplication multiplies moduli and adds arguments; do not confuse the operations.
3. 混淆模与辐角:记住乘法是模相乘、辐角相加;不要将运算混淆。
4. Principal argument range: In IB, the principal argument is usually taken in the interval \( (-\pi, \pi] \). Always check which convention is required.
4. 主辐角的取值范围:在IB课程中,主辐角通常取在区间 \( (-\pi, \pi] \) 内。务必确认题目要求使用哪种约定。
5. Simplify carefully: When converting between Euler form and Cartesian form, be careful with special angles such as \( \pi/6, \pi/4, \pi/3 \) and their sine and cosine values.
5. 小心化简:在欧拉形式与笛卡尔形式之间转换时,注意 \( \pi/6、\pi/4、\pi/3 \) 等特殊角的正弦和余弦值。
11. Summary and Comparison of Forms | 形式总结与对比
The table below summarizes the three common representations of complex numbers:
下表总结了复数的三种常用表示形式:
| Form | 形式 | Expression | 表达式 | Best Used For | 最佳用途 |
|---|---|---|
| Cartesian | \( z = x + yi \) | Addition and subtraction | 加减法 |
| Polar | \( z = r(\cos\theta + i\sin\theta) \) | Visualising geometry | 几何直观 |
| Euler (Exponential) | \( z = re^{i\theta} \) | Multiplication, powers, roots | 乘法、幂、求根 |
Mastery of the Euler form enables students to solve complex number problems quickly and elegantly. It also connects to deeper topics such as Fourier series, differential equations, and quantum mechanics, making it a cornerstone of both pure and applied mathematics.
掌握复数的欧拉形式有助于学生快速而优雅地解决复数问题。它还连接着傅里叶级数、微分方程和量子力学等更深奥的主题,是纯粹数学与应用数学的基石。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导