← 学习库 A First Course in Linear Algebra (Kuttler) · 中英对照 目录

Complex Numbers 复数

本页译自 LibreTexts · A First Course in Linear Algebra (Kuttler) 第 6 章「Complex Numbers」。公式经 MathJax 渲染,自定义宏已注入;正文与译文段段对照。

6.1 Complex Numbers and Their Operations 复数及其运算

Outcomes.

  1. Understand the geometric significance of a complex number as a point in the plane.
  2. Prove algebraic properties of addition and multiplication of complex numbers, and apply these properties. Understand the action of taking the conjugate of a complex number.
  3. Understand the absolute value of a complex number and how to find it as well as its geometric significance.
学习目标。
  1. 理解复数作为平面上一点所具有的几何意义。
  2. 证明复数加法与乘法的代数性质,并应用这些性质;理解取共轭这一运算。
  3. 理解复数的绝对值(模)及其求法,以及它的几何意义。

Although very powerful, the real numbers are inadequate to solve equations such as $x^2+1=0$, and this is where complex numbers come in. We define the number $i$ as the imaginary number such that $i^2 = -1$, and define complex numbers as those of the form $z = a + bi$ where $a$ and $b$ are real numbers. We call this the standard form, or Cartesian form, of the complex number $z$. Then, we refer to $a$ as the real part of $z$, and $b$ as the imaginary part of $z$. It turns out that such numbers not only solve the above equation, but in fact also solve any polynomial of degree at least 1 with complex coefficients. This property, called the Fundamental Theorem of Algebra, is sometimes referred to by saying $\mathbb{C}$ is algebraically closed. Gauss is usually credited with giving a proof of this theorem in 1797 but many others worked on it and the first completely correct proof was due to Argand in 1806.

尽管实数非常有用,但它不足以求解诸如 $x^2+1=0$ 这样的方程,而这正是复数出现的地方。我们定义数 $i$ 为虚数,满足 $i^2 = -1$,并将复数定义为形如 $z = a + bi$ 的数,其中 $a$ 与 $b$ 为实数。我们称这是复数 $z$ 的标准形式,或称笛卡儿形式。进而,我们称 $a$ 为 $z$ 的实部,$b$ 为 $z$ 的虚部。结果表明,这样的数不仅能解上述方程,事实上还能解任何系数均为复数的、次数至少为 1 的多项式。这个性质称为代数基本定理,有时也表述为 $\mathbb{C}$ 是代数闭的。通常认为高斯在 1797 年给出了该定理的证明,但许多其他人也研究过它,而第一个完全正确的证明是由 Argand 在 1806 年给出的。

Just as a real number can be considered as a point on the line, a complex number $z = a + bi$ can be considered as a point $\left( a,b\right)$ in the plane whose $x$ coordinate is $a$ and whose $y$ coordinate is $b.$ For example, in the following picture, the point $z = 3+2i$ can be represented as the point in the plane with coordinates $\left( 3,2\right) .$

正如实数可以看作直线上的一个点,复数 $z = a + bi$ 也可以看作平面上的一个点 $\left( a,b\right)$,其 $x$ 坐标为 $a$,$y$ 坐标为 $b$。例如,在下面的图中,点 $z = 3+2i$ 可以表示为平面上坐标为 $\left( 3,2\right)$ 的点。
Plot of point z = (3,2) = 3+2i
图 6.1(来源:LibreTexts)

Addition of complex numbers is defined as follows. $\left( a+bi\right) +\left( c+di\right) =\left( a+c\right) +\left( b+d\right)i $

复数的加法定义如下:$\left( a+bi\right) +\left( c+di\right) =\left( a+c\right) +\left( b+d\right)i $

This addition obeys all the usual properties as the following theorem indicates.

如下面定理所示,这种加法满足所有常见的性质。

Theorem 1: Properties of Addition of Complex Numbers 复数加法的性质

Let $z,w,$ and $v$ be complex numbers. Then the following properties hold.

设 $z,w,v$ 为复数,则以下性质成立。

Proof. The proof of this theorem is left as an exercise for the reader.

证明。本定理的证明留给读者作为练习。

Now, multiplication of complex numbers is defined the way you would expect, recalling that $i^{2} = -1$.

现在,复数的乘法正如你所预期的那样定义,回忆 $i^{2} = -1$。

$$\begin{aligned} \left( a+bi\right) \left( c+di\right) &=ac+adi+bci+i^{2}bd \\ &=\left( ac-bd\right) +\left( ad + bc \right)i \end{aligned}$$

$$\begin{aligned} \left( a+bi\right) \left( c+di\right) &=ac+adi+bci+i^{2}bd \\ &=\left( ac-bd\right) +\left( ad + bc \right)i \end{aligned}$$

Consider the following examples.

考虑以下例子。

Example 1: Multiplication of Complex Numbers 复数的乘法

The following are important properties of multiplication of complex numbers.

以下是复数乘法的几个重要性质。

Theorem 2: Properties of Multiplication of Complex Numbers 复数乘法的性质

Let $z,w$ and $v$ be complex numbers. Then, the following properties of multiplication hold.

设 $z,w,v$ 为复数,则以下乘法性质成立。

You may wish to verify some of these statements. The real numbers also satisfy the above axioms, and in general any mathematical structure which satisfies these axioms is called a field. There are many other fields, in particular even finite ones particularly useful for cryptography, and the reason for specifying these axioms is that linear algebra is all about fields and we can do just about anything in this subject using any field. Although here, the fields of most interest will be the familiar field of real numbers, denoted as $\mathbb{R}$, and the field of complex numbers, denoted as $\mathbb{C}$.

你不妨验证其中一些结论。实数也满足上述公理,一般而言,任何满足这些公理的数学结构都称为一个域。还有许多其他的域,尤其是有限域,在密码学中特别有用;之所以列出这些公理,是因为线性代数研究的正是域,而使用任意域我们几乎都能在本学科中做各种事情。不过在这里,我们最感兴趣的域将是大家熟悉的实数域(记作 $\mathbb{R}$)和复数域(记作 $\mathbb{C}$)。

An important construction regarding complex numbers is the complex conjugate denoted by a horizontal line above the number, $\overline{z}$. It is defined as follows.

关于复数的一个重要构造是复共轭,记作该数上方的一条横线 $\overline{z}$。它的定义如下。

Definition 1: Conjugate of a Complex Number 复数的共轭

Let $z = a+bi$ be a complex number. Then the conjugate of $z$, written $\overline{z}$ is given by $\overline{a+bi}= a-bi$

设 $z = a+bi$ 为复数。则 $z$ 的共轭记作 $\overline{z}$,由 $\overline{a+bi}= a-bi$ 给出。

Geometrically, the action of the conjugate is to reflect a given complex number across the $x$ axis. Algebraically, it changes the sign on the imaginary part of the complex number. Therefore, for a real number $a$, $\overline{a} = a$.

从几何上看,取共轭的作用是将给定的复数关于 $x$ 轴作反射。从代数上看,它改变复数虚部的符号。因此,对实数 $a$,有 $\overline{a} = a$。

Example 2: Conjugate of a Complex Number 复数的共轭(例)

Consider the following computation.

考虑下面的计算。

$$\begin{aligned} \left( \overline{a+bi}\right) \left( a+bi\right) &= \left( a-bi\right) \left( a+bi\right) \\ &= a^{2}+b^{2}-\left( ab-ab\right)i =a^{2}+b^{2}\end{aligned}$$

$$\begin{aligned} \left( \overline{a+bi}\right) \left( a+bi\right) &= \left( a-bi\right) \left( a+bi\right) \\ &= a^{2}+b^{2}-\left( ab-ab\right)i =a^{2}+b^{2}\end{aligned}$$

Notice that there is no imaginary part in the product, thus multiplying a complex number by its conjugate results in a real number.

注意乘积中没有虚部,因此一个复数乘以它的共轭得到的是一个实数。

Theorem 3: Properties of the Conjugate 共轭的性质

Let $z$ and $w$ be complex numbers. Then, the following properties of the conjugate hold.

设 $z$ 与 $w$ 为复数,则共轭的下列性质成立。

Division of complex numbers is defined as follows. Let $z=a+bi$ and $w=c+di$ be complex numbers such that $c,d$ are not both zero. Then the quotient $z$ divided by $w$ is

复数的除法定义如下。设 $z=a+bi$ 与 $w=c+di$ 为复数,且 $c,d$ 不全为零。则 $z$ 除以 $w$ 的商为

$$\begin{aligned} \frac{z}{w} &= \frac{a+bi}{c+di} \\ &= \frac{a+bi}{c+di}\times \frac{c-di}{c-di} \\ &= \frac{(ac+bd)+(bc-ad)i}{c^2+d^2} \\ & = \frac{ac+bd}{c^2+d^2} +\frac{bc-ad}{c^2+d^2}i.\end{aligned}$$

$$\begin{aligned} \frac{z}{w} &= \frac{a+bi}{c+di} \\ &= \frac{a+bi}{c+di}\times \frac{c-di}{c-di} \\ &= \frac{(ac+bd)+(bc-ad)i}{c^2+d^2} \\ & = \frac{ac+bd}{c^2+d^2} +\frac{bc-ad}{c^2+d^2}i.\end{aligned}$$

In other words, the quotient $\frac{z}{w}$ is obtained by multiplying both top and bottom of $\frac{z}{w}$ by $\overline{w}$ and then simplifying the expression.

换句话说,求商 $\frac{z}{w}$ 的方法是把 $\frac{z}{w}$ 的分子和分母同乘 $\overline{w}$,然后再化简表达式。

Example 3: Division of Complex Numbers 复数的除法

$$\frac{1}{i} = \frac{1}{i}\times \frac{-i}{-i} =\frac{-i}{-i^2}=-i$$

$$\frac{1}{i} = \frac{1}{i}\times \frac{-i}{-i} =\frac{-i}{-i^2}=-i$$

$$\frac{2-i}{3+4i} = \frac{2-i}{3+4i}\times \frac{3-4i}{3-4i} =\frac{(6-4)+(-3-8)i}{3^2+4^2} =\frac{2-11i}{25} =\frac{2}{25} - \frac{11}{25}i$$

$$\frac{2-i}{3+4i} = \frac{2-i}{3+4i}\times \frac{3-4i}{3-4i} =\frac{(6-4)+(-3-8)i}{3^2+4^2} =\frac{2-11i}{25} =\frac{2}{25} - \frac{11}{25}i$$

$$\frac{1-2i}{-2+5i} = \frac{1-2i}{-2+5i}\times \frac{-2-5i}{-2-5i} =\frac{(-2-10) + (4-5)i}{2^2+5^2} =-\frac{12}{29}-\frac{1}{29}i$$

$$\frac{1-2i}{-2+5i} = \frac{1-2i}{-2+5i}\times \frac{-2-5i}{-2-5i} =\frac{(-2-10) + (4-5)i}{2^2+5^2} =-\frac{12}{29}-\frac{1}{29}i$$

Interestingly every nonzero complex number $a+bi$ has a unique multiplicative inverse. In other words, for a nonzero complex number $z$, there exists a number $z^{-1}$ (or $\frac{1}{z}$) so that $zz^{-1} = 1$. Note that $z=a+bi$ is nonzero exactly when $a^{2}+b^{2}\neq 0$, and its inverse can be written in standard form as defined now.

有趣的是,每个非零复数 $a+bi$ 都有唯一的乘法逆元。换句话说,对非零复数 $z$,存在一个数 $z^{-1}$(或记作 $\frac{1}{z}$),使得 $zz^{-1} = 1$。注意 $z=a+bi$ 非零当且仅当 $a^{2}+b^{2}\neq 0$,且其逆元可以写成如下定义的标准形式。

Definition 2: Inverse of a Complex Number 复数的逆元

Let $z = a+bi$ be a complex number. Then the multiplicative inverse of $z$, written $z^{-1}$ exists if and only if $a^{2}+b^{2}\neq 0$ and is given by

设 $z = a+bi$ 为复数。则 $z$ 的乘法逆元记作 $z^{-1}$,它存在当且仅当 $a^{2}+b^{2}\neq 0$,并由下式给出

$$z^{-1} = \frac{1}{a+bi} = \frac{1}{a+bi}\times \frac{a-bi}{a-bi}=\frac{a-bi}{a^{2}+b^{2}}=\frac{a}{a^{2}+b^{2}}-i\frac{b}{ a^{2}+b^{2}}$$

$$z^{-1} = \frac{1}{a+bi} = \frac{1}{a+bi}\times \frac{a-bi}{a-bi}=\frac{a-bi}{a^{2}+b^{2}}=\frac{a}{a^{2}+b^{2}}-i\frac{b}{ a^{2}+b^{2}}$$

Note that we may write $z^{-1}$ as $\frac{1}{z}$. Both notations represent the multiplicative inverse of the complex number $z$. Consider now an example.

注意我们可以将 $z^{-1}$ 写作 $\frac{1}{z}$。两种记法都表示复数 $z$ 的乘法逆元。现在考虑一个例子。

Example 4: Inverse of a Complex Number 复数的逆元(例)

Consider the complex number $z = 2 + 6i$. Then $z^{-1}$ is defined, and

考虑复数 $z = 2 + 6i$。则 $z^{-1}$ 有定义,且

$$\begin{aligned} \frac{1}{z} &= \frac{1}{2+6i} \\ &= \frac{1}{2+6i}\times \frac{2-6i}{2-6i} \\ &= \frac{2-6i}{2^2+6^2} \\ &= \frac{2-6i}{40} \\ &= \frac{1}{20} - \frac{3}{20}i \end{aligned}$$

$$\begin{aligned} \frac{1}{z} &= \frac{1}{2+6i} \\ &= \frac{1}{2+6i}\times \frac{2-6i}{2-6i} \\ &= \frac{2-6i}{2^2+6^2} \\ &= \frac{2-6i}{40} \\ &= \frac{1}{20} - \frac{3}{20}i \end{aligned}$$

You can always check your answer by computing $zz^{-1}$.

你总可以通过计算 $zz^{-1}$ 来检验你的答案。

Another important construction of complex numbers is that of the absolute value, also called the modulus. Consider the following definition.

复数的另一个重要构造是绝对值,也称模。考虑下面的定义。

Definition 3: Absolute Value 绝对值(模)

The absolute value, or modulus, of a complex number, denoted $\left\| z \right\|$ is defined as follows. $\left\| a+bi\right\| = \sqrt{a^{2}+b^{2}}$

复数(记作 $\left\| z \right\|$)的绝对值或模定义如下:$\left\| a+bi\right\| = \sqrt{a^{2}+b^{2}}$

Thus, if $z$ is the complex number $z=a+bi$, it follows that $\left\| z\right\| =\left( z\overline{z}\right) ^{1/2}$

因此,若 $z$ 是复数 $z=a+bi$,则有 $\left\| z\right\| =\left( z\overline{z}\right) ^{1/2}$

Also from the definition, if $z=a+bi$ and $w=c+di$ are two complex numbers, then $\left\vert zw\right\vert =\left\vert z\right\vert \left\vert w\right\vert .$ Take a moment to verify this.

同样由定义,若 $z=a+bi$ 与 $w=c+di$ 为两个复数,则 $\left\vert zw\right\vert =\left\vert z\right\vert \left\vert w\right\vert $。请花点时间验证这一点。

The triangle inequality is an important property of the absolute value of complex numbers. There are two useful versions which we present here, although the first one is officially called the triangle inequality.

三角不等式是复数绝对值的一个重要性质。这里我们给出两个有用的形式,不过其中第一个才被正式称为三角不等式。

Proposition 1: Triangle Inequality 三角不等式

Let $z,w$ be complex numbers.

设 $z,w$ 为复数。

The following two inequalities hold for any complex numbers $z,w$: $\begin{array}{l} \left\| z+w\right\| \leq \left\| z\right\| +\left\| w\right\| \\ \left\| \left\| z\right\| -\left\| w\right\| \right\| \leq \left\| z-w\right\| \end{array}$ The first one is called the Triangle Inequality.

对任意复数 $z,w$,下列两个不等式成立:$\begin{array}{l} \left\| z+w\right\| \leq \left\| z\right\| +\left\| w\right\| \\ \left\| \left\| z\right\| -\left\| w\right\| \right\| \leq \left\| z-w\right\| \end{array}$ 其中第一个称为三角不等式

Proof. Let $z=a+bi$ and $w=c+di$. First note that $z \overline{w}=\left( a+bi\right) \left( c-di\right) =ac+bd+\left( bc-ad\right)i$ and so $\left\vert ac+bd\right\vert \leq \left\vert z\overline{w}\right\vert =\left\vert z\right\vert \left\vert w\right\vert .$

证明。 设 $z=a+bi$,$w=c+di$。首先注意到 $z \overline{w}=\left( a+bi\right) \left( c-di\right) =ac+bd+\left( bc-ad\right)i$,于是 $\left\vert ac+bd\right\vert \leq \left\vert z\overline{w}\right\vert =\left\vert z\right\vert \left\vert w\right\vert $。

Then, $\left\vert z+w\right\vert ^{2}=\left( a+c+i\left( b+d\right) \right) \left( a+c-i\left( b+d\right) \right)$ $=\left( a+c\right) ^{2}+\left( b+d\right) ^{2}=a^{2}+c^{2}+2ac+2bd+b^{2}+d^{2}$ $\leq \left\vert z\right\vert ^{2}+\left\vert w\right\vert ^{2}+2\left\vert z\right\vert \left\vert w\right\vert =\left( \left\vert z\right\vert +\left\vert w\right\vert \right) ^{2}$

接着,$\left\vert z+w\right\vert ^{2}=\left( a+c+i\left( b+d\right) \right) \left( a+c-i\left( b+d\right) \right)$ $=\left( a+c\right) ^{2}+\left( b+d\right) ^{2}=a^{2}+c^{2}+2ac+2bd+b^{2}+d^{2}$ $\leq \left\vert z\right\vert ^{2}+\left\vert w\right\vert ^{2}+2\left\vert z\right\vert \left\vert w\right\vert =\left( \left\vert z\right\vert +\left\vert w\right\vert \right) ^{2}$

Taking the square root, we have that $\left\vert z+w\right\vert \leq \left\vert z\right\vert +\left\vert w\right\vert$ so this verifies the triangle inequality.

两边开平方,得到 $\left\vert z+w\right\vert \leq \left\vert z\right\vert +\left\vert w\right\vert$,这就验证了三角不等式。

To get the second inequality, write $z=z-w+w,$ $w=w-z+z$ and so by the first form of the inequality we get both: $\left\vert z\right\vert \leq \left\vert z-w\right\vert +\left\vert w\right\vert ,$ $\left\vert w\right\vert \leq \left\vert z-w\right\vert +\left\vert z\right\vert$

为得到第二个不等式,把 $z$ 写成 $z=z-w+w$,$w$ 写成 $w=w-z+z$,于是由不等式的第一种形式可得:$\left\vert z\right\vert \leq \left\vert z-w\right\vert +\left\vert w\right\vert ,$ $\left\vert w\right\vert \leq \left\vert z-w\right\vert +\left\vert z\right\vert$

Hence, both $\left\vert z\right\vert -\left\vert w\right\vert$ and $\left\vert w\right\vert -\left\vert z\right\vert$ are no larger than $\left\vert z-w\right\vert$. This proves the second version because $\left\vert \left\vert z\right\vert -\left\vert w\right\vert \right\vert$ is one of $\left\vert z\right\vert -\left\vert w\right\vert$ or $\left\vert w\right\vert -\left\vert z\right\vert$.

因此,$\left\vert z\right\vert -\left\vert w\right\vert$ 与 $\left\vert w\right\vert -\left\vert z\right\vert$ 都不大于 $\left\vert z-w\right\vert$。这就证明了第二种形式,因为 $\left\vert \left\vert z\right\vert -\left\vert w\right\vert \right\vert$ 要么等于 $\left\vert z\right\vert -\left\vert w\right\vert$,要么等于 $\left\vert w\right\vert -\left\vert z\right\vert$。

With this definition, it is important to note the following. You may wish to take the time to verify this remark.

根据这一定义,下面一点很重要,值得花时间验证这一注记。

Let $z=a+bi$ and $w=c+di.$ Then

设 $z=a+bi$,$w=c+di$。则

$$\left\| z-w\right\| =\sqrt{\left( a-c\right) ^{2}+\left( b-d\right) ^{2}}.$$

$$\left\| z-w\right\| =\sqrt{\left( a-c\right) ^{2}+\left( b-d\right) ^{2}}.$$

Thus the distance between the point in the plane determined by the ordered pair $\left( a,b\right)$ and the ordered pair $\left( c,d\right)$ equals $\left\| z-w\right\|$ where $z$ and $w$ are as just described.

因此,由有序对 $\left( a,b\right)$ 和有序对 $\left( c,d\right)$ 所确定的平面上两点之间的距离,就等于上面所定义的 $\left\| z-w\right\|$。

For example, consider the distance between $\left( 2,5\right)$ and $\left( 1,8\right) .$ Letting $z=2+5i$ and $w=1+8i,$ $z-w=1-3i$, $\left( z-w\right) \left( \overline{z-w}\right) =\left( 1-3i\right) \left( 1+3i\right) = 10$ so $\left\vert z-w\right\vert =\sqrt{10}$.

例如,考虑 $\left( 2,5\right)$ 与 $\left( 1,8\right)$ 之间的距离。令 $z=2+5i$,$w=1+8i$,则 $z-w=1-3i$,于是 $\left( z-w\right) \left( \overline{z-w}\right) =\left( 1-3i\right) \left( 1+3i\right) = 10$,所以 $\left\vert z-w\right\vert =\sqrt{10}$。

Recall that we refer to $z=a+bi$ as the standard form of the complex number. In the next section, we examine another form in which we can express the complex number.

回想我们把 $z=a+bi$ 称为复数的标准形式。在下一节中,我们将考察表示复数的另一种形式。

6.2 Polar Form 极坐标形式

Outcomes.

  1. Convert a complex number from standard form to polar form, and from polar form to standard form.
学习目标。
  1. 将复数从标准形式化为极坐标形式,以及从极坐标形式化回标准形式。

In the previous section, we identified a complex number $z=a+bi$ with a point $\left( a, b\right)$ in the coordinate plane. There is another form in which we can express the same number, called the polar form. The polar form is the focus of this section. It will turn out to be very useful if not crucial for certain calculations as we shall soon see.

在上一节中,我们把复数 $z=a+bi$ 与平面上的点 $\left( a, b\right)$ 对应起来。还有另一种表示同一个数的形式,称为极坐标形式。这种形式正是本节的重点。我们将很快看到,对某些计算而言它非常有用,甚至不可或缺。

Suppose $z=a+bi$ is a complex number, and let $r=\sqrt{a^{2}+b^{2}} = \|z\|$. Recall that $r$ is the modulus of $z$. Note first that $\left( \frac{a}{r} \right) ^{2}+\left( \frac{b}{r}\right) ^{2}= \frac{a^2+b^2}{r^2}=1$ and so $\left( \frac{a}{r},\frac{b}{r}\right)$ is a point on the unit circle. Therefore, there exists an angle $\theta$ (in radians) such that $\cos \theta =\frac{a}{r},$ $\sin \theta =\frac{b}{r}$. In other words $\theta$ is an angle such that $a = r\cos \theta$ and $b=r \sin \theta$, that is $\theta = \cos^{-1}(a/r)$ and $\theta = \sin^{-1}(b/r)$. We call this angle $\theta$ the argument of $z$.

设 $z=a+bi$ 为复数,令 $r=\sqrt{a^{2}+b^{2}} = \|z\|$。回想 $r$ 是 $z$ 的。首先注意 $\left( \frac{a}{r} \right) ^{2}+\left( \frac{b}{r}\right) ^{2}= \frac{a^2+b^2}{r^2}=1$,因此 $\left( \frac{a}{r},\frac{b}{r}\right)$ 是单位圆上的一个点。于是存在角 $\theta$(以弧度计)使得 $\cos \theta =\frac{a}{r},$ $\sin \theta =\frac{b}{r}$。换句话说,$\theta$ 是满足 $a = r\cos \theta$、$b=r \sin \theta$ 的角,即 $\theta = \cos^{-1}(a/r)$ 且 $\theta = \sin^{-1}(b/r)$。我们称这个角 $\theta$ 为 $z$ 的辐角

We often speak of the principal argument of $z$. This is the unique angle $\theta \in (-\pi, \pi]$ such that $\cos \theta =\frac{a}{r},$ $\sin \theta =\frac{b}{r}$.

我们经常提到 $z$ 的主辐角。它是满足 $\cos \theta =\frac{a}{r},$ $\sin \theta =\frac{b}{r}$ 的唯一角 $\theta \in (-\pi, \pi]$。

The polar form of the complex number $z=a+bi = r \left( \cos \theta +i\sin \theta \right)$ is for convenience written as: $z = r e^{i \theta}$ where $\theta$ is the argument of $z$.

复数 $z=a+bi = r \left( \cos \theta +i\sin \theta \right)$ 的极坐标形式,为方便起见写作:$z = r e^{i \theta}$,其中 $\theta$ 是 $z$ 的辐角。

Definition 1: Polar Form of a Complex Number 复数的极坐标形式

Let $z = a + bi$ be a complex number. Then the polar form of $z$ is written as $z = re^{i\theta}$ where $r = \sqrt{a^2 + b^2}$ and $\theta$ is the argument of $z$.

设 $z = a + bi$ 为复数。则 $z$ 的极坐标形式写作 $z = re^{i\theta}$,其中 $r = \sqrt{a^2 + b^2}$,$\theta$ 是 $z$ 的辐角。

When given $z = re^{i\theta}$, the identity $e^{i\theta} = \cos\theta + i \sin\theta$ will convert $z$ back to standard form. Here we think of $e^{i \theta}$ as a short cut for $\cos \theta +i\sin \theta$. This is all we will need in this course, but in reality $e^{i \theta}$ can be considered as the complex equivalent of the exponential function where this turns out to be a true equality.

当给定 $z = re^{i\theta}$ 时,利用恒等式 $e^{i\theta} = \cos\theta + i \sin\theta$ 便可把 $z$ 化回标准形式。这里我们把 $e^{i \theta}$ 看作 $\cos \theta +i\sin \theta$ 的简写。本课程中我们只需要这些;但实际上 $e^{i \theta}$ 可视为指数函数的复数对应,而且这一等式确实成立。
xy-plane showing vector z = a+bi = re^(i theta), length r, angle theta, r = square root of a^2 + b^2
图 6.2(来源:LibreTexts)

Thus we can convert any complex number in the standard (Cartesian) form $z = a+bi$ into its polar form. Consider the following example.

这样,我们就能把标准形式(笛卡儿形式)$z = a+bi$ 的任一复数化为它的极坐标形式。考虑下面的例子。

Example 1: Standard to Polar Form 由标准形式化为极坐标形式

Let $z = 2 + 2i$ be a complex number. Write $z$ in the polar form $z = re^{i \theta}$

设 $z = 2 + 2i$ 为复数。将 $z$ 写成极坐标形式 $z = re^{i \theta}$。

Solution. First, find $r$. By the above discussion, $r=\sqrt{ a^{2}+b^{2}} = \|z\|$. Therefore, $r = \sqrt{2^{2} + 2^{2}} = \sqrt{8} =2\sqrt{2} $

解。 先求 $r$。由上面的讨论,$r=\sqrt{ a^{2}+b^{2}} = \|z\|$。因此 $r = \sqrt{2^{2} + 2^{2}} = \sqrt{8} =2\sqrt{2} $。

Now, to find $\theta$, we plot the point $\left( 2, 2 \right)$ and find the angle from the positive $x$ axis to the line between this point and the origin. In this case, $\theta = 45^{\circ} = \frac{\pi}{4}$. That is we found the unique angle $\theta$ such that $\theta = \cos^{-1}(1/\sqrt{2})$ and $\theta = \sin^{-1}(1/\sqrt{2})$.

接着求 $\theta$:我们画出点 $\left( 2, 2 \right)$,找出从正 $x$ 轴到该点与原点的连线之间的夹角。这里 $\theta = 45^{\circ} = \frac{\pi}{4}$。也就是说,我们找到了满足 $\theta = \cos^{-1}(1/\sqrt{2})$ 且 $\theta = \sin^{-1}(1/\sqrt{2})$ 的唯一角 $\theta$。

Note that in polar form, we always express angles in radians, not degrees.

注意在极坐标形式中,我们总是用弧度而非度数表示角。

Hence, we can write $z$ as $z = 2\sqrt{2} e^{i\frac{\pi}{4}}$

于是,我们可以把 $z$ 写成 $z = 2\sqrt{2} e^{i\frac{\pi}{4}}$。

Notice that the standard and polar forms are completely equivalent. That is not only can we transform a complex number from standard form to its polar form, we can also take a complex number in polar form and convert it back to standard form.

注意标准形式与极坐标形式完全等价。我们不仅可以把复数从标准形式化为极坐标形式,也可以把极坐标形式的复数化回标准形式。

Example 3: Polar to Standard Form 由极坐标形式化为标准形式

Let $z = 2 e^{ 2\pi i/3}$. Write $z$ in the standard form $z = a+bi $

设 $z = 2 e^{ 2\pi i/3}$。将 $z$ 写成标准形式 $z = a+bi $。

Solution. Let $z = 2 e^{2\pi i/3}$ be the polar form of a complex number. Recall that $e^{i\theta} = \cos \theta + i \sin \theta$. Therefore using standard values of $\sin$ and $\cos$ we get: $\begin{aligned} z = 2 e^{i 2\pi/3} &= 2 (\cos (2\pi/3)+i\sin (2\pi/3)) \\ &= 2 \left ( -\frac{1}{2} + i \frac{\sqrt{3}}{2} \right) \\ &=-1 + \sqrt{3}i \end{aligned}$ which is the standard form of this complex number.

解。 设 $z = 2 e^{2\pi i/3}$ 为某复数的极坐标形式。回想 $e^{i\theta} = \cos \theta + i \sin \theta$。于是利用 $\sin$ 与 $\cos$ 的标准值可得:$\begin{aligned} z = 2 e^{i 2\pi/3} &= 2 (\cos (2\pi/3)+i\sin (2\pi/3)) \\ &= 2 \left ( -\frac{1}{2} + i \frac{\sqrt{3}}{2} \right) \\ &=-1 + \sqrt{3}i \end{aligned}$ 这就是该复数的标准形式。

You can always verify your answer by converting it back to polar form and ensuring you reach the original answer.

你总可以把它化回极坐标形式来验证,确保得到原来的结果。

6.3 Roots of Complex Numbers 复数的根

Outcomes.

  1. Understand De Moivre's theorem and be able to use it to find the roots of a complex number.
学习目标。
  1. 理解棣莫弗定理,并能用它来求复数的根。

A fundamental identity is the formula of De Moivre with which we begin this section.

一个基本恒等式是棣莫弗公式,本节就从它开始。

Theorem 1: De Moivre's Theorem 棣莫弗定理

For any positive integer $n$, we have $\left( e^{i \theta} \right)^n = e^{i n \theta} $

对任意正整数 $n$,有 $\left( e^{i \theta} \right)^n = e^{i n \theta} $。

Thus for any real number $r>0$ and any positive integer $n$, we have:

因此对任意实数 $r>0$ 和任意正整数 $n$,有:

$$\left( r\left( \cos \theta+i\sin \theta\right) \right) ^{n}=r^{n}\left( \cos n \theta +i\sin n\theta\right)$$

$$\left( r\left( \cos \theta+i\sin \theta\right) \right) ^{n}=r^{n}\left( \cos n \theta +i\sin n\theta\right)$$

Proof. The proof is by induction on $n$. It is clear the formula holds if $n=1.$ Suppose it is true for $n.$ Then, consider $n+1$.

证明。 对 $n$ 用数学归纳法。当 $n=1$ 时公式显然成立。假设它对 $n$ 成立。再考虑 $n+1$。

$$\left( r\left( \cos \theta+i\sin \theta\right) \right) ^{n+1}=\left( r\left( \cos \theta+i\sin \theta\right) \right) ^{n}\left( r\left( \cos \theta+i\sin \theta\right) \right)$$

$$\left( r\left( \cos \theta+i\sin \theta\right) \right) ^{n+1}=\left( r\left( \cos \theta+i\sin \theta\right) \right) ^{n}\left( r\left( \cos \theta+i\sin \theta\right) \right)$$

which by induction equals

由归纳假设它等于

$$\begin{aligned} &=r^{n+1}\left( \cos n\theta+i\sin n\theta\right) \left( \cos \theta+i\sin \theta\right) \\ &= r^{n+1}\left( \left( \cos n\theta\cos \theta-\sin n\theta\sin \theta\right) +i\left( \sin n\theta\cos \theta+\cos n\theta\sin \theta\right) \right)\\ &=r^{n+1}\left( \cos \left( n+1\right) \theta+i\sin \left( n+1\right) \theta\right)\end{aligned}$$

$$\begin{aligned} &=r^{n+1}\left( \cos n\theta+i\sin n\theta\right) \left( \cos \theta+i\sin \theta\right) \\ &= r^{n+1}\left( \left( \cos n\theta\cos \theta-\sin n\theta\sin \theta\right) +i\left( \sin n\theta\cos \theta+\cos n\theta\sin \theta\right) \right)\\ &=r^{n+1}\left( \cos \left( n+1\right) \theta+i\sin \left( n+1\right) \theta\right)\end{aligned}$$

by the formulas for the cosine and sine of the sum of two angles.

这里用到了两角之和的余弦与正弦公式。

The process used in the previous proof, called mathematical induction is very powerful in Mathematics and Computer Science and explored in more detail in the Appendix.

上述证明所用的方法称为数学归纳法,它在数学与计算机科学中非常有力,附录中会作更详细的探讨。

Now, consider a corollary of Theorem 1.

现在,考虑定理 1 的一个推论。

Corollary 1: Roots of Complex Numbers 复数的根

Let $z$ be a non zero complex number. Then there are always exactly $k$ many $k^{th}$ roots of $z$ in $\mathbb{C}$.

设 $z$ 为非零复数。则在 $\mathbb{C}$ 中,$z$ 的 $k$ 次根恰有 $k$ 个。

Proof. Let $z=a+bi$ and let $z=\left\vert z\right\vert \left( \cos \theta+i\sin \theta\right)$ be the polar form of the complex number. By De Moivre's theorem, a complex number $w= r e^{i \alpha} = r\left( \cos \alpha +i\sin \alpha \right)$ is a $k^{th}$ root of $z$ if and only if $w^k = (r e^{i \alpha})^k = r^k e^{ik\alpha} = r^{k}\left( \cos k\alpha +i\sin k\alpha \right) =\left\vert z\right\vert \left( \cos \theta+i\sin \theta\right)$

证明。 设 $z=a+bi$,并令 $z=\left\vert z\right\vert \left( \cos \theta+i\sin \theta\right)$ 为该复数的极坐标形式。由棣莫弗定理,复数 $w= r e^{i \alpha} = r\left( \cos \alpha +i\sin \alpha \right)$ 是 $z$ 的 $k$ 次根,当且仅当 $w^k = (r e^{i \alpha})^k = r^k e^{ik\alpha} = r^{k}\left( \cos k\alpha +i\sin k\alpha \right) =\left\vert z\right\vert \left( \cos \theta+i\sin \theta\right)$。

This requires $r^{k}=\left\vert z\right\vert$ and so $r=\left\vert z\right\vert ^{1/k}$. Also, both $\cos \left( k\alpha \right) =\cos \theta$ and $\sin \left( k\alpha \right) =\sin \theta.$ This can only happen if $k\alpha =\theta+2 \ell \pi $ for $\ell$ an integer. Thus $\alpha = \frac{\theta+2 \ell \pi }{k},$ $\ell = 0, 1, 2, \cdots, k-1$ and so the $k^{th}$ roots of $z$ are of the form $\left\vert z\right\vert ^{1/k}\left( \cos \left( \frac{\theta+2 \ell \pi }{k}\right) +i\sin \left( \frac{\theta+2 \ell \pi }{k}\right) \right) ,$ $\ell = 0, 1, 2, \cdots, k-1$

这要求 $r^{k}=\left\vert z\right\vert$,于是 $r=\left\vert z\right\vert ^{1/k}$。同时,$\cos \left( k\alpha \right) =\cos \theta$ 且 $\sin \left( k\alpha \right) =\sin \theta$。这只有在 $k\alpha =\theta+2 \ell \pi $($\ell$ 为整数)时才可能发生。因此 $\alpha = \frac{\theta+2 \ell \pi }{k},$ $\ell = 0, 1, 2, \cdots, k-1$,从而 $z$ 的 $k$ 次根具有形式 $\left\vert z\right\vert ^{1/k}\left( \cos \left( \frac{\theta+2 \ell \pi }{k}\right) +i\sin \left( \frac{\theta+2 \ell \pi }{k}\right) \right) ,$ $\ell = 0, 1, 2, \cdots, k-1$。

Since the cosine and sine are periodic of period $2\pi ,$ there are exactly $k$ distinct numbers which result from this formula.

由于余弦和正弦都以 $2\pi$ 为周期,由这个公式得到的不同数恰有 $k$ 个。

The procedure for finding the $k^{th}$ roots of $z \in \mathbb{C}$ is as follows.

求 $z \in \mathbb{C}$ 的 $k$ 次根的步骤如下。

Procedure 1: Finding Roots of a Complex Number 求复数的根

Let $w$ be a complex number. We wish to find the $n^{th}$ roots of $w$, that is all $z$ such that $z^n = w$.

设 $w$ 为复数。我们想求 $w$ 的 $n$ 次根,即所有满足 $z^n = w$ 的 $z$。

There are $n$ distinct $n^{th}$ roots and they can be found as follows:.

共有 $n$ 个不同的 $n$ 次根,可按如下步骤求得:
  1. Express both $z$ and $w$ in polar form $z=re^{i\theta}, w=se^{i\phi}$. Then $z^n = w$ becomes: $(re^{i\theta})^n = r^n e^{i n \theta} = se^{i\phi}$. We need to solve for $r$ and $\theta$.
  2. Solve the following two equations: $r^n = s$ and $e^{i n \theta} = e^{i \phi}.$
  3. The solutions to $r^n = s$ are given by $r = \sqrt[n]{s}$.
  4. The solutions to $e^{i n \theta} = e^{i \phi}$ are given by: $n\theta = \phi + 2\pi \ell,$ for $\ell = 0,1,2, \cdots, n-1$ or $\theta = \frac{\phi}{n} + \frac{2}{n} \pi \ell,$ for $\ell = 0,1,2, \cdots, n-1$
  5. Using the solutions $r, \theta$ to the equations given in 上述方程, construct the $n^{th}$ roots of the form $z = re^{i\theta}$.
  1. 把 $z$ 与 $w$ 都写成极坐标形式 $z=re^{i\theta}, w=se^{i\phi}$。于是 $z^n = w$ 化为:$(re^{i\theta})^n = r^n e^{i n \theta} = se^{i\phi}$。我们需要求解 $r$ 与 $\theta$。
  2. 解下面两个方程:$r^n = s$ 与 $e^{i n \theta} = e^{i \phi}$。
  3. 方程 $r^n = s$ 的解为 $r = \sqrt[n]{s}$。
  4. 方程 $e^{i n \theta} = e^{i \phi}$ 的解为:$n\theta = \phi + 2\pi \ell,$ 其中 $\ell = 0,1,2, \cdots, n-1$;或者 $\theta = \frac{\phi}{n} + \frac{2}{n} \pi \ell,$ 其中 $\ell = 0,1,2, \cdots, n-1$。
  5. 利用上述方程关于 $r, \theta$ 的解,构造出形如 $z = re^{i\theta}$ 的 $n$ 次根。

Notice that once the roots are obtained in the final step, they can then be converted to standard form if necessary. Let's consider an example of this concept. Note that according to Corollary 1, there are exactly $3$ cube roots of a complex number.

注意,在最后一步得到根之后,如有必要还可以把它们化为标准形式。我们用一个例子来说明这一概念。注意,由推论 1,一个复数恰有 $3$ 个立方根。

Example 1: Finding Cube Roots 求立方根

Find the three cube roots of $i.$ In other words find all $z$ such that $z^3 = i$.

求 $i$ 的三个立方根。换句话说,求所有满足 $z^3 = i$ 的 $z$。

Solution. First, convert each number to polar form: $z = re^{i\theta}$ and $i = 1 e^{i \pi/2}$. The equation now becomes $(re^{i\theta})^3 = r^3 e^{3i\theta} = 1 e^{i \pi/2}$.

解。 先把每个数化为极坐标形式:$z = re^{i\theta}$,$i = 1 e^{i \pi/2}$。于是方程变为 $(re^{i\theta})^3 = r^3 e^{3i\theta} = 1 e^{i \pi/2}$。

Therefore, the two equations that we need to solve are $r^3 = 1$ and $3i\theta = i \pi/2$. Given that $r \in \mathbb{R}$ and $r^3 = 1$ it follows that $r=1$.

因此,我们需要解的两个方程是 $r^3 = 1$ 与 $3i\theta = i \pi/2$。由于 $r \in \mathbb{R}$ 且 $r^3 = 1$,可得 $r=1$。

Solving the second equation is as follows. First divide by $i$. Then, since the argument of $i$ is not unique we write $3\theta = \pi/2 + 2\pi\ell$ for $\ell = 0,1,2$.

解第二个方程如下。先除以 $i$。由于 $i$ 的辐角并不唯一,我们写出 $3\theta = \pi/2 + 2\pi\ell$,其中 $\ell = 0,1,2$。

$$\begin{aligned} 3\theta &= \pi/2 + 2\pi\ell \\ \mbox{for} \\ \ell = 0,1,2 \\ \theta &= \pi/6 + \frac{2}{3} \pi\ell \\ \mbox{for} \\ \ell = 0,1,2 \end{aligned}$$

$$\begin{aligned} 3\theta &= \pi/2 + 2\pi\ell \\ \mbox{for} \\ \ell = 0,1,2 \\ \theta &= \pi/6 + \frac{2}{3} \pi\ell \\ \mbox{for} \\ \ell = 0,1,2 \end{aligned}$$

For $\ell = 0$: $\theta = \pi/6 + \frac{2}{3} \pi (0) = \pi/6$

当 $\ell = 0$:$\theta = \pi/6 + \frac{2}{3} \pi (0) = \pi/6$。

For $\ell = 1$: $\theta = \pi/6 + \frac{2}{3} \pi(1) = \frac{5}{6} \pi$

当 $\ell = 1$:$\theta = \pi/6 + \frac{2}{3} \pi(1) = \frac{5}{6} \pi$。

For $\ell = 2$: $\theta = \pi/6 + \frac{2}{3} \pi(2) = \frac{3}{2} \pi$

当 $\ell = 2$:$\theta = \pi/6 + \frac{2}{3} \pi(2) = \frac{3}{2} \pi$。

Therefore, the three roots are given by $1e^{i \pi/6}, 1e^{i \frac{5}{6}\pi}, 1e^{i \frac{3}{2}\pi}$

因此,三个根分别为 $1e^{i \pi/6}, 1e^{i \frac{5}{6}\pi}, 1e^{i \frac{3}{2}\pi}$。

Written in standard form, these roots are, respectively, $\frac{\sqrt{3}}{2} + i \frac{1}{2}, -\frac{\sqrt{3}}{2} + i \frac{1}{2}, -i$

写成标准形式,这三个根依次为 $\frac{\sqrt{3}}{2} + i \frac{1}{2}, -\frac{\sqrt{3}}{2} + i \frac{1}{2}, -i$。

The ability to find $k^{th}$ roots can also be used to factor some polynomials.

求 $k$ 次根的能力也可用来分解某些多项式。

Example 2: Solving a Polynomial Equation 解多项式方程

Factor the polynomial $x^{3}-27.$

分解多项式 $x^{3}-27$。

Solution. First find the cube roots of 27. By the above procedure , these cube roots are $3,3\left( \displaystyle \frac{-1}{2}+i\displaystyle\frac{\sqrt{3}}{2}\right) ,$ and $3\left( \displaystyle\frac{-1}{2}-i\displaystyle\frac{\sqrt{3}}{2}\right).$

解。 先求 27 的立方根。按上述步骤,这些立方根是 $3,3\left( \displaystyle \frac{-1}{2}+i\displaystyle\frac{\sqrt{3}}{2}\right) ,$ 以及 $3\left( \displaystyle\frac{-1}{2}-i\displaystyle\frac{\sqrt{3}}{2}\right)$。

You may wish to verify this using the above steps.

你不妨用上面的步骤验证这一点。

Therefore, $x^{3}-27 = \left( x-3\right) \left( x-3\left( \frac{-1}{2}+i\frac{\sqrt{3}}{2}\right) \right) \left( x-3\left( \frac{-1}{2}-i\frac{\sqrt{3}}{2}\right) \right)$

于是 $x^{3}-27 = \left( x-3\right) \left( x-3\left( \frac{-1}{2}+i\frac{\sqrt{3}}{2}\right) \right) \left( x-3\left( \frac{-1}{2}-i\frac{\sqrt{3}}{2}\right) \right)$。

Note also $\left( x-3\left( \frac{-1}{2}+i\frac{\sqrt{3}}{2}\right) \right) \left( x-3\left( \frac{-1}{2}-i\frac{\sqrt{3}}{2}\right) \right) = x^{2}+3x+9$ and so $x^{3}-27=\left( x-3\right) \left( x^{2}+3x+9\right)$ where the quadratic polynomial $x^{2}+3x+9$ cannot be factored without using complex numbers.

另外注意 $\left( x-3\left( \frac{-1}{2}+i\frac{\sqrt{3}}{2}\right) \right) \left( x-3\left( \frac{-1}{2}-i\frac{\sqrt{3}}{2}\right) \right) = x^{2}+3x+9$,于是 $x^{3}-27=\left( x-3\right) \left( x^{2}+3x+9\right)$,其中二次多项式 $x^{2}+3x+9$ 在不使用复数的情况下无法再分解。

Note that even though the polynomial $x^{3}-27$ has all real coefficients, it has some complex zeros, $3\left( \frac{-1}{2}+i\frac{\sqrt{3}}{2}\right) ,$ and $3\left( \frac{-1}{2}-i\frac{\sqrt{3}}{2}\right)$. These zeros are complex conjugates of each other. It is always the case that if a polynomial has real coefficients and a complex root, it will also have a root equal to the complex conjugate.

注意,尽管多项式 $x^{3}-27$ 的系数全为实数,它仍有复零点 $3\left( \frac{-1}{2}+i\frac{\sqrt{3}}{2}\right) ,$ 和 $3\left( \frac{-1}{2}-i\frac{\sqrt{3}}{2}\right)$。这些零点互为复共轭。一般情形总是如此:若一个多项式的系数为实数且有一个复根,则它必有一个等于该复根共轭的根。

6.4 The Quadratic Formula 二次公式

Outcomes.

  1. Use the Quadratic Formula to find the complex roots of a quadratic equation.
学习目标。
  1. 使用二次公式求二次方程的复根。

The roots (or solutions) of a quadratic equation $ax^{2}+bx+c=0$ where $a,b,c$ are real numbers are obtained by solving the familiar quadratic formula given by $x= \frac{-b\pm \sqrt{b^{2}-4ac}}{2a} $

对二次方程 $ax^{2}+bx+c=0$(其中 $a,b,c$ 为实数),其根(或解)可通过求解大家熟悉的二次公式得到:$x= \frac{-b\pm \sqrt{b^{2}-4ac}}{2a} $。

When working with real numbers, we cannot solve this formula if $b^{2}-4ac<0.$ However, complex numbers allow us to find square roots of negative numbers, and the quadratic formula remains valid for finding roots of the corresponding quadratic equation. In this case there are exactly two distinct (complex) square roots of $b^{2}-4ac$, which are $i\sqrt{4ac-b^{2}}$ and $-i\sqrt{4ac-b^{2}}$.

在实数范围内,若 $b^{2}-4ac<0$ 则无法用此公式求解。然而,复数使我们能够求负数的平方根,而二次公式在求相应二次方程的根时依然有效。此时 $b^{2}-4ac$ 恰有两个不同的(复)平方根,即 $i\sqrt{4ac-b^{2}}$ 与 $-i\sqrt{4ac-b^{2}}$。

Here is an example.

下面是一个例子。

Example 1: Solutions to Quadratic Equation 二次方程的解

Find the solutions to $x^{2}+2x+5=0$.

求 $x^{2}+2x+5=0$ 的解。

Solution. In terms of the quadratic equation above, $a=1$, $b=2$, and $c=5$. Therefore, we can use the quadratic formula with these values, which becomes

解。 对照上面的二次方程,有 $a=1$,$b=2$,$c=5$。于是代入二次公式可得

$$x= \frac{-b\pm \sqrt{b^{2}-4ac}}{2a} = \frac{-2 \pm \sqrt{\left(2\right)^{2} - 4 (1)(5)}}{2(1)}$$

$$x= \frac{-b\pm \sqrt{b^{2}-4ac}}{2a} = \frac{-2 \pm \sqrt{\left(2\right)^{2} - 4 (1)(5)}}{2(1)}$$

Solving this equation, we see that the solutions are given by $x=\frac{-2i\pm \sqrt{4-20}}{2}=\frac{-2\pm 4i}{2}=-1\pm 2i$

解此方程,得到解为 $x=\frac{-2i\pm \sqrt{4-20}}{2}=\frac{-2\pm 4i}{2}=-1\pm 2i$。

We can verify that these are solutions of the original equation. We will show $x = -1+2i$ and leave $x = -1-2i$ as an exercise.

我们可以验证它们正是原方程的解。下面证明 $x = -1+2i$,而把 $x = -1-2i$ 留作练习。

$$\begin{aligned} x^{2}+2x+5 &= (-1+2i)^2 + 2(-1+2i) + 5 \\ &= 1 - 4i - 4 -2 + 4i + 5 \\ &= 0\end{aligned}$$

$$\begin{aligned} x^{2}+2x+5 &= (-1+2i)^2 + 2(-1+2i) + 5 \\ &= 1 - 4i - 4 -2 + 4i + 5 \\ &= 0\end{aligned}$$

Hence $x = -1+2i$ is a solution.

因此 $x = -1+2i$ 是一个解。

What if the coefficients of the quadratic equation are actually complex numbers? Does the formula hold even in this case? The answer is yes. This is a hint on how to do Exercise 6.E.26 below, a special case of the fundamental theorem of algebra, and an ingredient in the proof of some versions of this theorem.

如果二次方程的系数本身就是复数呢?这个公式在此情形下还成立吗?答案是肯定的。这提示了如何做下面的习题 6.E.26,它是代数基本定理的一个特例,也是该定理某些证法中的一个环节。

Consider the following example.

考虑下面的例子。

Example 2: Solutions to Quadratic Equation 二次方程的解(复系数)

Find the solutions to $x^{2}-2ix-5=0$.

求 $x^{2}-2ix-5=0$ 的解。

Solution. In terms of the quadratic equation above, $a=1$, $b=-2i$, and $c=-5$. Therefore, we can use the quadratic formula with these values, which becomes $x= \frac{-b\pm \sqrt{b^{2}-4ac}}{2a} = \frac{2i \pm \sqrt{\left(-2i\right)^{2} - 4 (1)(-5)}}{2(1)}$

解。 对照上面的二次方程,有 $a=1$,$b=-2i$,$c=-5$。于是代入二次公式可得 $x= \frac{-b\pm \sqrt{b^{2}-4ac}}{2a} = \frac{2i \pm \sqrt{\left(-2i\right)^{2} - 4 (1)(-5)}}{2(1)}$。

Solving this equation, we see that the solutions are given by $x=\frac{2i\pm \sqrt{-4+20}}{2}=\frac{2i\pm 4}{2}=i\pm 2$

解此方程,得到解为 $x=\frac{2i\pm \sqrt{-4+20}}{2}=\frac{2i\pm 4}{2}=i\pm 2$。

We can verify that these are solutions of the original equation. We will show $x = i + 2$ and leave $x = i-2$ as an exercise.

我们可以验证它们正是原方程的解。下面证明 $x = i + 2$,而把 $x = i-2$ 留作练习。

$$\begin{aligned} x^{2}-2ix-5 &= (i+2)^2 - 2i (i+2) - 5 \\ &= -1 + 4i + 4 + 2 - 4i - 5 \\ &= 0\end{aligned}$$

$$\begin{aligned} x^{2}-2ix-5 &= (i+2)^2 - 2i (i+2) - 5 \\ &= -1 + 4i + 4 + 2 - 4i - 5 \\ &= 0\end{aligned}$$

Hence $x = i+2$ is a solution.

因此 $x = i+2$ 是一个解。

We conclude this section by stating an essential theorem.

我们用一个基本定理来结束本节。

Theorem 1: The Fundamental Theorem of Algebra 代数基本定理

Any polynomial of degree at least $1$ with complex coefficients has a root which is a complex number.

任意一个系数均为复数、次数至少为 $1$ 的多项式,都存在一个复数根。

6.E Exercises 习题

Exercise 1 习题 1

Let $z = 2+7i$ and let $w = 3-8i$. Compute the following.

  1. $z+w$
  2. $z-2w$
  3. $zw$
  4. $\frac{w}{z}$
设 $z = 2+7i$,$w = 3-8i$。计算下列各式。
  1. $z+w$
  2. $z-2w$
  3. $zw$
  4. $\frac{w}{z}$

Answer

答案
  1. $z+w=5-i$
  2. $z-2w=-4+23i$
  3. $zw=62+5i$
  4. $\frac{w}{z}=-\frac{50}{53}-\frac{37}{53}i$
  1. $z+w=5-i$
  2. $z-2w=-4+23i$
  3. $zw=62+5i$
  4. $\frac{w}{z}=-\frac{50}{53}-\frac{37}{53}i$

Exercise 2 习题 2

Let $z = 1-4i$. Compute the following.

  1. $\overline{z}$
  2. $z^{-1}$
  3. $\|z\|$
设 $z = 1-4i$。计算下列各式。
  1. $\overline{z}$
  2. $z^{-1}$
  3. $\|z\|$

Exercise 3 习题 3

Let $z = 3+5i$ and $w = 2-i$. Compute the following.

  1. $\overline{zw}$
  2. $\|zw\|$
  3. $z^{-1}w$
设 $z = 3+5i$,$w = 2-i$。计算下列各式。
  1. $\overline{zw}$
  2. $\|zw\|$
  3. $z^{-1}w$

Exercise 4 习题 4

If $z$ is a complex number, show there exists a complex number $w$ with $\|w\| = 1$ and $wz = \|z\|$.

若 $z$ 为复数,证明存在复数 $w$ 满足 $\|w\| = 1$ 且 $wz = \|z\|$。

Answer

答案

If $z=0$, let $w=1$. If $z\neq 0$, let $w=\frac{\overline{z}}{\|z\|}$

若 $z=0$,令 $w=1$。若 $z\neq 0$,令 $w=\frac{\overline{z}}{\|z\|}$。

Exercise 5 习题 5

If $z, w$ are complex numbers prove $\overline{zw} = \overline{z}\overline{w}$ and then show by induction that $\overline{z_1\cdots z_m} = \overline{z_1}\cdots\overline{z_m}$. Also verify that $\overline{\sum_{k=1}^m z_k}=\sum_{k=1}^m\overline{z_k}$. In words this says the conjugate of a product equals the product of the conjugates and the conjugate of a sum equals the sum of the conjugates.

若 $z, w$ 为复数,证明 $\overline{zw} = \overline{z}\overline{w}$,再用归纳法证明 $\overline{z_1\cdots z_m} = \overline{z_1}\cdots\overline{z_m}$。并验证 $\overline{\sum_{k=1}^m z_k}=\sum_{k=1}^m\overline{z_k}$。换言之,乘积的共轭等于共轭的乘积,和的共轭等于共轭的和。

Answer

答案

$$\overline{(a+bi)(c+di)} = \overline{ac-bd+(ad+bc)i} = (ac-bd)-(ad+bc)i = (a-bi)(c-di) = ac-bd-(ad+bc)i$$ which is the same thing. Thus it holds for a product of two complex numbers. Now suppose you have that it is true for the product of $n$ complex numbers. Then $$\overline{z_1\cdots z_{n+1}} = \overline{z_1\cdots z_n}\,\overline{z_{n+1}}$$ and now, by induction this equals $$\overline{z_1}\cdots\overline{z_n}\,\overline{z_{n+1}}.$$ As to sums, this is even easier: $$\overline{\sum_{j=1}^n(x_j+iy_j)} = \overline{\sum_{j=1}^n x_j + i\sum_{j=1}^n y_j} = \sum_{j=1}^n x_j - i\sum_{j=1}^n y_j = \sum_{j=1}^n (x_j-iy_j) = \sum_{j=1}^n \overline{(x_j+iy_j)}.$$

$$\overline{(a+bi)(c+di)} = \overline{ac-bd+(ad+bc)i} = (ac-bd)-(ad+bc)i = (a-bi)(c-di) = ac-bd-(ad+bc)i$$ 这与前面一致。因此它对两个复数的乘积成立。现在假设它对 $n$ 个复数的乘积成立。于是 $$\overline{z_1\cdots z_{n+1}} = \overline{z_1\cdots z_n}\,\overline{z_{n+1}}$$ 再由归纳假设它等于 $$\overline{z_1}\cdots\overline{z_n}\,\overline{z_{n+1}}.$$ 至于求和则更简单:$$\overline{\sum_{j=1}^n(x_j+iy_j)} = \overline{\sum_{j=1}^n x_j + i\sum_{j=1}^n y_j} = \sum_{j=1}^n x_j - i\sum_{j=1}^n y_j = \sum_{j=1}^n (x_j-iy_j) = \sum_{j=1}^n \overline{(x_j+iy_j)}.$$

Exercise 6 习题 6

Suppose $p(x) = a_nx^n +a_{n-1}x^{n-1} +\cdots +a_1x+a_0$ where all the $a_k$ are real numbers. Suppose also that $p(z) = 0$ for some $z \in \mathbb{C}$. Show it follows that $p(\overline{z}) = 0$ also.

设 $p(x) = a_nx^n +a_{n-1}x^{n-1} +\cdots +a_1x+a_0$,其中所有 $a_k$ 均为实数。又设对某个 $z \in \mathbb{C}$ 有 $p(z) = 0$。证明由此可得 $p(\overline{z}) = 0$。

Answer

答案

If $p(z)=0$, then you have $\begin{aligned}\overline{p(z)}&=0=\overline{a_nz^n+a_{n-1}z^{n-1}+\cdots +a_1z+a_0} \\ &=\overline{a_nz^n}+\overline{a_{n-1}z^{n-1}}+\cdots +\overline{a_1z}+\overline{a_0} \\ &=\overline{a_n}\,\overline{z}^n+\overline{a_{n-1}}\,\overline{z}^{n-1}+\cdots +\overline{a_1}\,\overline{z}+\overline{a_0} \\ &=a_n\overline{z}^n+a_{n-1}\overline{z}^{n-1}+\cdots +a_1\overline{z}+a_0 \\ &=p(\overline{z})\end{aligned}$

若 $p(z)=0$,则有 $\begin{aligned}\overline{p(z)}&=0=\overline{a_nz^n+a_{n-1}z^{n-1}+\cdots +a_1z+a_0} \\ &=\overline{a_nz^n}+\overline{a_{n-1}z^{n-1}}+\cdots +\overline{a_1z}+\overline{a_0} \\ &=\overline{a_n}\,\overline{z}^n+\overline{a_{n-1}}\,\overline{z}^{n-1}+\cdots +\overline{a_1}\,\overline{z}+\overline{a_0} \\ &=a_n\overline{z}^n+a_{n-1}\overline{z}^{n-1}+\cdots +a_1\overline{z}+a_0 \\ &=p(\overline{z})\end{aligned}$

Exercise 7 习题 7

I claim that $1=-1$. Here is why. $-1=i^2=\sqrt{-1}\sqrt{-1}=\sqrt{(-1)^2}=\sqrt{1}=1$ This is clearly a remarkable result but is there something wrong with it? If so, what is wrong?

我断言 $1=-1$。理由如下。$-1=i^2=\sqrt{-1}\sqrt{-1}=\sqrt{(-1)^2}=\sqrt{1}=1$ 这显然是个了不起的结论,但它哪里出了问题吗?如果有,问题出在哪里?

Answer

答案

The problem is that there is no single $\sqrt{-1}$.

问题在于 $\sqrt{-1}$ 并非唯一确定。

Exercise 8 习题 8

Let $z = 3+3i$ be a complex number written in standard form. Convert $z$ to polar form, and write it in the form $z = re^{i\theta}$.

设 $z = 3+3i$ 为标准形式写出的复数。将 $z$ 化为极坐标形式,并写成 $z = re^{i\theta}$ 的样子。

Exercise 9 习题 9

Let $z = 2i$ be a complex number written in standard form. Convert $z$ to polar form, and write it in the form $z = re^{i\theta}$.

设 $z = 2i$ 为标准形式写出的复数。将 $z$ 化为极坐标形式,并写成 $z = re^{i\theta}$ 的样子。

Exercise 10 习题 10

Let $z = 4e^{\frac{2\pi}{3}i}$ be a complex number written in polar form. Convert $z$ to standard form, and write it in the form $z = a+bi$.

设 $z = 4e^{\frac{2\pi}{3}i}$ 为极坐标形式写出的复数。将 $z$ 化为标准形式,并写成 $z = a+bi$ 的样子。

Exercise 11 习题 11

Let $z = -1e^{\frac{\pi}{6}i}$ be a complex number written in polar form. Convert $z$ to standard form, and write it in the form $z = a+bi$.

设 $z = -1e^{\frac{\pi}{6}i}$ 为极坐标形式写出的复数。将 $z$ 化为标准形式,并写成 $z = a+bi$ 的样子。

Exercise 12 习题 12

If $z$ and $w$ are two complex numbers and the polar form of $z$ involves the angle $\theta$ while the polar form of $w$ involves the angle $\phi$, show that in the polar form for $zw$ the angle involved is $\theta +\phi$.

若 $z$ 与 $w$ 为两个复数,且 $z$ 的极坐标形式中涉及的角为 $\theta$,而 $w$ 的极坐标形式中涉及的角为 $\phi$,证明在 $zw$ 的极坐标形式中涉及的角为 $\theta +\phi$。

Answer

答案

You have $z = \|z\|(\cos \theta +i\sin \theta)$ and $w = \|w\|(\cos \phi +i\sin \phi)$. Then when you multiply these, you get $\begin{aligned} &\|z\|\,\|w\| (\cos\theta +i\sin\theta )(\cos \phi+i\sin \phi) \\ =&\|z\|\,\|w\| (\cos\theta\cos \phi-\sin\theta\sin \phi+i(\cos\theta\sin \phi+\cos \phi\sin\theta )) \\ =&\|z\|\,\|w\| (\cos (\theta +\phi)+i\sin (\theta+\phi))\end{aligned}$

有 $z = \|z\|(\cos \theta +i\sin \theta)$,$w = \|w\|(\cos \phi +i\sin \phi)$。将二者相乘可得 $\begin{aligned} &\|z\|\,\|w\| (\cos\theta +i\sin\theta )(\cos \phi+i\sin \phi) \\ =&\|z \|\,\|w\| (\cos\theta\cos \phi-\sin\theta\sin \phi+i(\cos\theta\sin \phi+\cos \phi\sin\theta )) \\ =&\|z\|\,\|w\| (\cos (\theta +\phi)+i\sin (\theta+\phi))\end{aligned}$

Exercise 13 习题 13

Give the complete solution to $x^4+16=0$.

求 $x^4+16=0$ 的全部解。

Answer

答案

Solution is: $(1-i)\sqrt{2},$ $-(1+i)\sqrt{2},$ $-(1-i)\sqrt{2},$ $(1+i)\sqrt{2}$

解为:$(1-i)\sqrt{2},$ $-(1+i)\sqrt{2},$ $-(1-i)\sqrt{2},$ $(1+i)\sqrt{2}$。

Exercise 14 习题 14

Find the complex cube roots of $8$.

求 $8$ 的复立方根。

Answer

答案

The cube roots are the solutions to $z^3 - 8 = 0$, Solution is: $-1 + i\sqrt{3},$ $-1 + i\sqrt{3},$ $2$

立方根即方程 $z^3 - 8 = 0$ 的解,解为:$-1 + i\sqrt{3},$ $-1 + i\sqrt{3},$ $2$。

Exercise 15 习题 15

Find the four fourth roots of $-16$.

求 $-16$ 的四个四次方根。

Answer

答案

The fourth roots are the solutions to $z^4 + 16 = 0$, Solution is: $(1-i)\sqrt{2},$ $-(1+i)\sqrt{2},$ $-(1-i)\sqrt{2},$ $(1+i)\sqrt{2}$

四次方根即方程 $z^4 + 16 = 0$ 的解,解为:$(1-i)\sqrt{2},$ $-(1+i)\sqrt{2},$ $-(1-i)\sqrt{2},$ $(1+i)\sqrt{2}$。

Exercise 16 习题 16

De Moivre's theorem says $\left(r(\cos t +i\sin t)\right)^n = r^n (\cos nt +i\sin nt)$ for $n$ a positive integer. Does this formula continue to hold for all integers n, even negative integers? Explain.

棣莫弗定理说,对正整数 $n$ 有 $\left(r(\cos t +i\sin t)\right)^n = r^n (\cos nt +i\sin nt)$。这个公式对所有整数 $n$(包括负整数)是否仍然成立?请说明理由。

Answer

答案

Yes, it holds for all integers. First of all, it clearly holds if $n = 0$. Suppose now that n is a negative integer. Then $-n > 0$ and so $\left(r(\cos t+i\sin t)\right)^n=\frac{1}{\left(r(\cos t+i\sin t)\right)^{-n}}=\frac{1}{r^{-n}(\cos (-nt)+i\sin (-nt))}$ $\begin{aligned}&=\frac{r^n}{(\cos (nt)-i\sin (nt))}=\frac{r^n(\cos (nt)+i\sin (nt))}{(\cos (nt)-i\sin (nt))(\cos (nt)+i\sin (nt))} \\ &=r^n(\cos (nt)+i\sin (nt))\end{aligned}$ because $(\cos (nt)-i\sin (nt))(\cos (nt)+i\sin (nt))=1$.

是的,它对一切整数都成立。首先,当 $n = 0$ 时显然成立。现设 $n$ 为负整数。则 $-n > 0$,于是 $\left(r(\cos t+i\sin t)\right)^n=\frac{1}{\left(r(\cos t+i\sin t)\right)^{-n}}=\frac{1}{r^{-n}(\cos (-nt)+i\sin (-nt))}$ $\begin{aligned}&=\frac{r^n}{(\cos (nt)-i\sin (nt))}=\frac{r^n(\cos (nt)+i\sin (nt))}{(\cos (nt)-i\sin (nt))(\cos (nt)+i\sin (nt))} \\ &=r^n(\cos (nt)+i\sin (nt))\end{aligned}$ 这是因为 $(\cos (nt)-i\sin (nt))(\cos (nt)+i\sin (nt))=1$。

Exercise 17 习题 17

Factor $x^3 +8$ as a product of linear factors. Hint: Use the result of Exercise 14.

把 $x^3 +8$ 分解为一次因式的乘积。提示:利用习题 14 的结果。

Answer

答案

Solution is: $i\sqrt{3}+1,$ $1-i\sqrt{3},$ $-2$ and so this polynomial equals $(x+2)\left(x-\left(i\sqrt{3}+1\right)\right)\left(x-\left(1-i\sqrt{3}\right)\right)$

解为:$i\sqrt{3}+1,$ $1-i\sqrt{3},$ $-2$,因此该多项式等于 $(x+2)\left(x-\left(i\sqrt{3}+1\right)\right)\left(x-\left(1-i\sqrt{3}\right)\right)$。

Exercise 18 习题 18

Write $x^3 +27$ in the form $(x+3)(x^2 +ax+b)$ where $x^2 +ax +b$ cannot be factored any more using only real numbers.

把 $x^3 +27$ 写成 $(x+3)(x^2 +ax+b)$ 的形式,其中 $x^2 +ax +b$ 仅用实数便无法再分解。

Answer

答案

$$x^3+27=(x+3)(x^2-3x+9)$$

$$x^3+27=(x+3)(x^2-3x+9)$$

Exercise 19 习题 19

Completely factor $x^4 +16$ as a product of linear factors. Hint: Use the result of Exercise 15.

把 $x^4 +16$ 完全分解为一次因式的乘积。提示:利用习题 15 的结果。

Answer

答案

Solution is: $(1-i)\sqrt{2},$ $-(1+i)\sqrt{2},$ $-(1-i)\sqrt{2},$ $(1+i)\sqrt{2}.$ These are just the fourth roots of $-16$. Then to factor, you get $\left(x-\left((1-i)\sqrt{2}\right)\right)\left(x-\left(-(1+i)\sqrt{2}\right)\right)$ $\left(x-\left(-(1-i)\sqrt{2}\right)\right)\left(x-\left((1+i)\sqrt{2}\right)\right)$

解为:$(1-i)\sqrt{2},$ $-(1+i)\sqrt{2},$ $-(1-i)\sqrt{2},$ $(1+i)\sqrt{2}$。它们正是 $-16$ 的四个四次方根。于是分解得到 $\left(x-\left((1-i)\sqrt{2}\right)\right)\left(x-\left(-(1+i)\sqrt{2}\right)\right)$ $\left(x-\left(-(1-i)\sqrt{2}\right)\right)\left(x-\left((1+i)\sqrt{2}\right)\right)$。

Exercise 20 习题 20

Factor $x^4 + 16$ as the product of two quadratic polynomials each of which cannot be factored further without using complex numbers.

把 $x^4 + 16$ 分解为两个二次多项式的乘积,且每个二次多项式在不使用复数的情况下都无法再分解。

Answer

答案

$x^4+16=\left(x^2-2\sqrt{2}x+4\right)\left(x^2+2\sqrt{2}x+4\right)$. You can use the information in the preceding problem. Note that $(x-z) (x-\overline{z})$ has real coefficients.

$x^4+16=\left(x^2-2\sqrt{2}x+4\right)\left(x^2+2\sqrt{2}x+4\right)$。你可以利用上一题的信息。注意 $(x-z) (x-\overline{z})$ 的系数为实数。

Exercise 21 习题 21

If $n$ is an integer, is it always true that $(\cos \theta -i\sin \theta)^n = \cos(n\theta)-i\sin(n\theta)$? Explain.

若 $n$ 为整数,是否总有 $(\cos \theta -i\sin \theta)^n = \cos(n\theta)-i\sin(n\theta)$?请说明理由。

Answer

答案

Yes, this is true. $\begin{aligned}(\cos\theta -i\sin\theta)^n&=(\cos(-\theta)+i\sin(-\theta ))^n \\ &=\cos (-n\theta )+i\sin(-n\theta ) \\ &=\cos (n\theta )-i\sin (n\theta )\end{aligned}$

是的,这成立。$\begin{aligned}(\cos\theta -i\sin\theta)^n&=(\cos(-\theta)+i\sin(-\theta ))^n \\ &=\cos (-n\theta )+i\sin(-n\theta ) \\ &=\cos (n\theta )-i\sin (n\theta )\end{aligned}$

Exercise 22 习题 22

Suppose $p(x) = a_nx^n +a_{n-1}x^{n-1} +\cdots +a_1x+a_0$ is a polynomial and it has $n$ zeros, $z_1, z_2,\cdots ,z_n$ listed according to multiplicity. ($z$ is a root of multiplicity $m$ if the polynomial $f (x) = (x-z)^m$ divides $p(x)$ but $(x-z) f (x)$ does not.) Show that $p(x)=a_n(x-z_1)(x-z_2)\cdots (x-z_n)$

设 $p(x) = a_nx^n +a_{n-1}x^{n-1} +\cdots +a_1x+a_0$ 是一个多项式,它有 $n$ 个零点 $z_1, z_2,\cdots ,z_n$(按重数列出)。(若多项式 $f (x) = (x-z)^m$ 整除 $p(x)$ 但 $(x-z) f (x)$ 不整除,则称 $z$ 是重数为 $m$ 的根。)证明 $p(x)=a_n(x-z_1)(x-z_2)\cdots (x-z_n)$。

Answer

答案

$p(x) = (x-z_1)q(x)+r(x)$ where $r(x)$ is a nonzero constant or equal to $0$. However, $r(z_1) = 0$ and so $r(x) = 0$. Now do to $q(x)$ what was done to $p(x)$ and continue until the degree of the resulting $q(x)$ equals $0$. Then you have the above factorization.

$p(x) = (x-z_1)q(x)+r(x)$,其中 $r(x)$ 是一个非零常数或等于 $0$。但 $r(z_1) = 0$,故 $r(x) = 0$。对 $q(x)$ 重复对 $p(x)$ 所做的操作,继续下去,直到所得 $q(x)$ 的次数为 $0$。于是便得到上述分解。

Exercise 23 习题 23

Show that $1+i,$ $2+i$ are the only two roots to $p(x) = x^2 -(3+2i)x+ (1+3i)$ Hence complex zeros do not necessarily come in conjugate pairs if the coefficients of the equation are not real.

证明 $1+i,$ $2+i$ 是 $p(x) = x^2 -(3+2i)x+ (1+3i)$ 仅有的两个根。由此可见,若方程的系数不是实数,则复零点未必成共轭对出现。

Answer

答案

$(x-(1+i)) (x-(2+i)) = x^2 -(3+2i)x+1+3i$

$(x-(1+i)) (x-(2+i)) = x^2 -(3+2i)x+1+3i$

Exercise 24 习题 24

Give the solutions to the following quadratic equations having real coefficients.

  1. $x^2-2x+2=0$
  2. $3x^2+x+3=0$
  3. $x^2-6x+13=0$
  4. $x^2+4x+9=0$
  5. $4x^2+4x+5=0$
求下列实系数二次方程的解。
  1. $x^2-2x+2=0$
  2. $3x^2+x+3=0$
  3. $x^2-6x+13=0$
  4. $x^2+4x+9=0$
  5. $4x^2+4x+5=0$

Answer

答案
  1. Solution is: $1+i,$ $1-i$
  2. Solution is: $\frac{1}{6}i\sqrt{35}-\frac{1}{6},$ $-\frac{1}{6}i\sqrt{35}-\frac{1}{6}$
  3. Solution is: $3+2i,$ $3-2i$
  4. Solution is: $i\sqrt{5}-2,$ $-i\sqrt{5}-2$
  5. Solution is: $-\frac{1}{2}+i,$ $-\frac{1}{2}-i$
  1. 解为:$1+i,$ $1-i$
  2. 解为:$\frac{1}{6}i\sqrt{35}-\frac{1}{6},$ $-\frac{1}{6}i\sqrt{35}-\frac{1}{6}$
  3. 解为:$3+2i,$ $3-2i$
  4. 解为:$i\sqrt{5}-2,$ $-i\sqrt{5}-2$
  5. 解为:$-\frac{1}{2}+i,$ $-\frac{1}{2}-i$

Exercise 25 习题 25

Give the solutions to the following quadratic equations having complex coefficients.

  1. $x^2+2x+1+i=0$
  2. $4x^2+4ix-5=0$
  3. $4x^2+(4+4i)x+1+2i=0$
  4. $x^2-4ix-5=0$
  5. $3x^2+(1-i)x+3i=0$
求下列复系数二次方程的解。
  1. $x^2+2x+1+i=0$
  2. $4x^2+4ix-5=0$
  3. $4x^2+(4+4i)x+1+2i=0$
  4. $x^2-4ix-5=0$
  5. $3x^2+(1-i)x+3i=0$

Answer

答案
  1. Solution is: $x=-1+\frac{1}{2}\sqrt{2}-\frac{1}{2}i\sqrt{2},$ $x=-1-\frac{1}{2}\sqrt{2}+\frac{1}{2}i\sqrt{2}$
  2. Solution is: $x=1-\frac{1}{2}i,$ $x=-1-\frac{1}{2}i$
  3. Solution is: $x=-\frac{1}{2},$ $x=-\frac{1}{2}-i$
  4. Solution is: $x=-1+2i,$ $x=1+2i$
  5. Solution is: $x=-\frac{1}{6}+\frac{1}{6}\sqrt{19}+\left(\frac{1}{6}-\frac{1}{6}\sqrt{19}\right)i,$ $x=-\frac{1}{6}-\frac{1}{6}\sqrt{19}+\left(\frac{1}{6}+\frac{1}{6}\sqrt{19}\right)i$
  1. 解为:$x=-1+\frac{1}{2}\sqrt{2}-\frac{1}{2}i\sqrt{2},$ $x=-1-\frac{1}{2}\sqrt{2}+\frac{1}{2}i\sqrt{2}$
  2. 解为:$x=1-\frac{1}{2}i,$ $x=-1-\frac{1}{2}i$
  3. 解为:$x=-\frac{1}{2},$ $x=-\frac{1}{2}-i$
  4. 解为:$x=-1+2i,$ $x=1+2i$
  5. 解为:$x=-\frac{1}{6}+\frac{1}{6}\sqrt{19}+\left(\frac{1}{6}-\frac{1}{6}\sqrt{19}\right)i,$ $x=-\frac{1}{6}-\frac{1}{6}\sqrt{19}+\left(\frac{1}{6}+\frac{1}{6}\sqrt{19}\right)i$

Exercise 26 习题 26

Prove the fundamental theorem of algebra for quadratic polynomials having coefficients in $\mathbb{C}$. That is, show that an equation of the form $ax^2 + bx + c = 0$ where $a, b, c$ are complex numbers, $a\neq 0$ has a complex solution. Hint: Consider the fact, noted earlier that the expressions given from the quadratic formula do in fact serve as solutions.

对系数为 $\mathbb{C}$ 中元素的二次多项式,证明代数基本定理。也就是说,证明形如 $ax^2 + bx + c = 0$(其中 $a, b, c$ 为复数且 $a\neq 0$)的方程必有复数解。提示:考虑前面提到的事实——由二次公式给出的表达式确实可以作为解。