主题
Search

复数


复数是 C,是 形如 x+iy 的数字,其中 xy实数,而 i虚数单位,等于 平方根 -1sqrt(-1)。当使用单个字母 z=x+iy 表示复数时,有时称为“附标”。在分量表示法中,z=x+iy 可以写成 (x,y) 复数包括 实数 作为 子域

复数集在 Wolfram 语言 中实现为Complexes。数字 x 然后可以被测试以查看它是否是复数,使用命令Element[x,Complexes],并且作为复数的表达式具有HeadComplex.

复数是有用的抽象量,可以用于计算并产生物理上有意义的解。然而,认识到这一事实是数学家们花了很长时间才接受的。例如,约翰·沃利斯写道:“这些虚数(通常被称为)从负平方的假定根(当它们发生时)被认为意味着所提出的情况是不可能的”(Wells 1986,第 22 页)。

ComplexNumberArgand

通过 欧拉公式,复数

 z=x+iy
(1)

可以写成“相量”形式

 z=|z|(costheta+isintheta)=|z|e^(itheta).
(2)

这里,|z| 被称为 复数模(或有时称为复数范数),而 theta 被称为 复数辐角相位。上面的图显示了所谓的 阿根图,表示点 z,其中虚线圆表示 复数模 |z|z,角度 theta 表示其 复数辐角。从历史上看,复数作为平面中一个点的几何表示非常重要,因为它使复数的整个概念更容易接受。特别是,“虚数”部分地通过其可视化而被接受。

与实数不同,复数没有自然的排序,因此没有复数值不等式的类似物。然而,当将它们视为 复平面 中的元素时,这个性质并不令人惊讶,因为平面中的点也缺乏自然的排序。

绝对平方 z 定义为 |z|^2=zz^_,其中 z^_复共轭,并且辐角可以从下式计算

 arg(z)=theta=tan^(-1)(y/x).
(3)

实部 R(z)虚部 I(z) 由下式给出

R(z)=1/2(z+z^_)
(4)
I(z)=(z-z^_)/(2i)
(5)
=-1/2i(z-z^_)
(6)
=1/2i(z^_-z).
(7)

棣莫弗恒等式 关联了复数的 ,对于实数 n,通过

 z^n=|z|^n[cos(ntheta)+isin(ntheta)].
(8)

复数 z 到正整数指数 n 可以写成闭合形式

 z^n=[x^n-(n; 2)x^(n-2)y^2+(n; 4)x^(n-4)y^4-...] 
 +i[(n; 1)x^(n-1)y-(n; 3)x^(n-3)y^3+...].
(9)

前几个显式地是

z^2=(x^2-y^2)+i(2xy)
(10)
z^3=(x^3-3xy^2)+i(3x^2y-y^3)
(11)
z^4=(x^4-6x^2y^2+y^4)+i(4x^3y-4xy^3)
(12)
z^5=(x^5-10x^3y^2+5xy^4)+i(5x^4y-10x^2y^3+y^5)
(13)

(Abramowitz 和 Stegun 1972)。

复数加法

 (a+bi)+(c+di)=(a+c)+i(b+d),
(14)

复数减法

 (a+bi)-(c+di)=(a-c)+i(b-d),
(15)

复数乘法

 (a+bi)(c+di)=(ac-bd)+i(ad+bc),
(16)

复数除法

 (a+bi)/(c+di)=((ac+bd)+i(bc-ad))/(c^2+d^2)
(17)

也可以为复数定义。复数也可以取复数幂。例如,复数指数运算 遵循

 (a+bi)^(c+di)=(a^2+b^2)^((c+id)/2)e^(i(c+id)arg(a+ib)),
(18)

其中 arg(z)复数辐角


参见

绝对平方, 阿根图, 复数辐角, 复数除法, 复数指数运算, 复数模, 复数乘法, 复平面, 复数减法, i, 虚数, 相位, 相量, 实数, 超实数 在 课堂中探索此主题

使用 探索

WolframAlpha

更多尝试

参考文献

Abramowitz, M. 和 Stegun, I. A. (编). Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, pp. 16-17, 1972.Arfken, G. Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, pp. 353-357, 1985.Bold, B. "Complex Numbers." Ch. 3 in Famous Problems of Geometry and How to Solve Them. New York: Dover, pp. 19-27, 1982.Courant, R. 和 Robbins, H. "Complex Numbers." §2.5 in What Is Mathematics?: An Elementary Approach to Ideas and Methods, 2nd ed. Oxford, England: Oxford University Press, pp. 88-103, 1996.Ebbinghaus, H. D.; Hirzebruch, F.; Hermes, H.; Prestel, A; Koecher, M.; Mainzer, M.; 和 Remmert, R. Numbers. New York: Springer-Verlag, 1990.Krantz, S. G. "Complex Arithmetic." §1.1 in Handbook of Complex Variables. Boston, MA: Birkhäuser, pp. 1-7, 1999.Mazur, B. Imagining Numbers (Particularly the Square Root of Minus Fifteen). Farrar, Straus and Giroux, 2003.Morse, P. M. 和 Feshbach, H. "Complex Numbers and Variables." §4.1 in Methods of Theoretical Physics, Part I. New York: McGraw-Hill, pp. 349-356, 1953.Nahin, P. J. An Imaginary Tale: The Story of -1. Princeton, NJ: Princeton University Press, 2007.Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; 和 Vetterling, W. T. "Complex Arithmetic." §5.4 in Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, pp. 171-172, 1992.Wells, D. The Penguin Dictionary of Curious and Interesting Numbers. Middlesex, England: Penguin Books, pp. 21-23, 1986.Wolfram, S. A New Kind of Science. Champaign, IL: Wolfram Media, p. 1168, 2002.

在 上被引用

复数

请引用本文为

Weisstein, Eric W. "复数。" 来自 Web 资源。 https://mathworld.net.cn/ComplexNumber.html

主题分类