📚 Nth roots of a complex number | 复数的 N 次方根
Understanding the nth roots of complex numbers is a central topic in IB Mathematics, bridging polar coordinates, De Moivre’s theorem and the geometry of the complex plane. Mastering this concept allows you to solve higher-degree equations, interpret symmetrical patterns in the Argand diagram and unlock deeper algebraic properties. This article provides a complete walkthrough — from the polar form to the general root formula, worked examples and common pitfalls.
理解复数的 n 次方根是 IB 数学的核心课题,它连接了极坐标、棣莫弗定理以及复数的几何意义。掌握这一概念能帮助你求解高次方程、解读复平面上的对称图样并解锁更深层的代数性质。本文将提供完整的梳理——从极坐标形式到一般根式公式、详细例题和常见误区。
1. Complex numbers in polar form | 复数的极坐标形式
A complex number z = x + iy can be located at the point (x, y) on the Argand plane. Its distance from the origin is the modulus r = √(x² + y²), and its direction is given by the argument θ, measured from the positive real axis. The polar form writes z as r(cos θ + i sin θ). This representation turns multiplication into a simple rule: multiply the moduli and add the arguments.
z = r(cos θ + i sin θ)
复数 z = x + iy 可以表示为复平面上的点 (x, y)。它到原点的距离是模 r = √(x² + y²),方向由辐角 θ 给出,从正实轴开始度量。极坐标形式将 z 写成 r(cos θ + i sin θ)。这种表示使得乘法变得非常简单:模相乘,辐角相加。
2. De Moivre’s theorem | 棣莫弗定理
De Moivre’s theorem provides the key link between exponentiation and trigonometry. For any real θ and integer n, (cos θ + i sin θ)n = cos nθ + i sin nθ. The theorem also holds for rational exponents when applied carefully, which is precisely what we need to reverse the process and extract roots.
(cos θ + i sin θ)n = cos nθ + i sin nθ
棣莫弗定理提供了指数运算与三角形式之间的关键联系。对于任意实数 θ 和整数 n,有 (cos θ + i sin θ)n = cos nθ + i sin nθ。当有理指数被谨慎使用时该定理同样成立,这正是我们逆向求根所需的工具。
3. Defining the nth roots | 定义 n 次方根
An nth root of a complex number z is any number w satisfying wn = z. Because the argument of z is not unique — adding 2π still points to the same complex number — there are exactly n distinct roots for any non-zero z. Their moduli are all equal to the real positive nth root of r, while their arguments differ by multiples of 2π/n.
复数 z 的 n 次方根是指满足 wn = z 的任何数 w。由于 z 的辐角不唯一——加上 2π 后仍表示同一个复数——任何非零 z 都恰好有 n 个不同的根。这些根的模都等于 r 的正实 n 次方根,而它们的辐角彼此相差 2π/n 的整数倍。
4. The general formula for nth roots | n 次方根的一般公式
Let z = r(cos θ + i sin θ) with r > 0 and θ typically chosen as the principal argument in (−π, π] or [0, 2π). The n distinct nth roots are given by:
wk = r1/n [cos( (θ + 2πk)/n ) + i sin( (θ + 2πk)/n )], k = 0, 1, …, n−1
其中 r1/n 表示 r 的正实 n 次方根。公式生成了 n 个在复平面上均匀分布的根。当 k 跑遍 0 到 n−1 时,每个根都位于一个圆周上,彼此夹角为 2π/n。
设 z = r(cos θ + i sin θ),r > 0,θ 通常取主辐角范围 (−π, π] 或 [0, 2π)。n 个不同的 n 次方根由下式给出:
wk = r1/n [cos( (θ + 2πk)/n ) + i sin( (θ + 2πk)/n )], k = 0, 1, …, n−1
Here r1/n is the real positive nth root of r. The formula produces n roots equally spaced around a circle; when k runs from 0 to n−1, every root lies on that circle with angular separation 2π/n.
5. Procedure for finding nth roots | 求 n 次方根的步骤
Step 1: Convert z to polar form to find r and a suitable argument θ.
Step 2: Calculate R = r1/n.
Step 3: Divide θ by n to obtain the base angle θ/n; then add successive multiples of 2π/n to generate all arguments.
Step 4: Write each root as wk = R (cos(θk) + i sin(θk)).
Step 5: If required, convert back to rectangular form a + ib using exact values or decimal approximations.
第1步:将 z 化为极坐标形式,求出 r 和一个合适的辐角 θ。
第2步:计算 R = r1/n。
第3步:用 θ 除以 n 得到基础角 θ/n;然后依次加上 2π/n 的倍数得到所有辐角。
第4步:将每个根写为 wk = R (cos(θk) + i sin(θk))。
第5步:如果需要,转换为 a + ib 的直角形式,使用精确值或小数近似值。
6. Geometric interpretation | 几何解释
Geometrically, the n roots sit on a circle centered at the origin with radius R = r1/n. They are the vertices of a regular n-sided polygon (if n ≥ 3). The root for k = 0 has argument θ/n; rotating by 2π/n gives the next root. This perfect symmetry explains why the sum of all roots is zero for n > 1, and why graphical representations often reveal patterns that algebraic manipulation alone might obscure.
在几何上,n 个根位于以原点为圆心、半径 R = r1/n 的圆周上。它们构成正 n 边形的顶点(当 n ≥ 3 时)。k = 0 对应的根辐角为 θ/n;再旋转 2π/n 就得到下一个根。这种完美的对称性解释了为何当 n > 1 时所有根之和为零,也说明了图形表示常常能揭示出仅靠代数运算难以察觉的规律。
7. Example: finding square roots | 示例:求平方根
Find the square roots of z = −4. Here r = 4, and an argument is θ = π. Then R = 41/2 = 2. The roots are:
w0 = 2( cos(π/2) + i sin(π/2) ) =
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导