Difference between revisions of "Complex number"

m (proofreading)
Line 1: Line 1:
The set of '''complex numbers''' is denoted by <math>\mathbb{C}</math>. The set of complex numbers contains the set <math>\mathbb{R}</math> of the [[real number]]s but is much wider. Every complex numbers has a '''real part''', denoted by <math>\Re</math> or simply <math>\mathrm{Re}</math>, and a '''imaginary part''', denoted by <math>\Im</math> or simply <math>\mathrm{Im}</math>. So if <math>z\in \mathbb C</math>, we can write <math>z=\mathrm{Re}(z)+i\mathrm{Im}(z)</math> where <math>i</math> is the [[imaginary unit]].
+
The set of '''complex numbers''' is denoted by <math>\mathbb{C}</math>. The set of complex numbers contains the set <math>\mathbb{R}</math> of the [[real number]]s, but is much wider. Every complex number has a '''real part''', denoted by <math>\Re</math>, or simply <math>\mathrm{Re}</math>, and an '''imaginary part''', denoted by <math>\Im</math>, or simply <math>\mathrm{Im}</math>. So, if <math>z\in \mathbb C</math>, we can write <math>z=\mathrm{Re}(z)+i\mathrm{Im}(z)</math>, where <math>i</math> is the [[imaginary unit]].
  
 
As you can see, complex numbers enable us to remove the restriction of <math>x\ge 0</math> for the domain of <math>f(x)=\sqrt{x}</math>.
 
As you can see, complex numbers enable us to remove the restriction of <math>x\ge 0</math> for the domain of <math>f(x)=\sqrt{x}</math>.

Revision as of 12:54, 23 June 2006

The set of complex numbers is denoted by $\mathbb{C}$. The set of complex numbers contains the set $\mathbb{R}$ of the real numbers, but is much wider. Every complex number has a real part, denoted by $\Re$, or simply $\mathrm{Re}$, and an imaginary part, denoted by $\Im$, or simply $\mathrm{Im}$. So, if $z\in \mathbb C$, we can write $z=\mathrm{Re}(z)+i\mathrm{Im}(z)$, where $i$ is the imaginary unit.

As you can see, complex numbers enable us to remove the restriction of $x\ge 0$ for the domain of $f(x)=\sqrt{x}$.

The letters $z$ and $\omega$ are usually used to denote complex numbers.

Operations

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Absolute value/Modulus/Magnitude (denoted by $|z|$). This is the distance from the origin to the complex number when graphed.

Simple Example

If $z=a+bi$ and w = c+di,

  • $\mathrm{Re}(z)=a$,$\mathrm{Im}(z)=b$
  • $|z|=\sqrt{a^2+b^2}$
  • $\mathrm{Re}(w)=c$,$\mathrm{Im}(w)=d$
  • $|w|=\sqrt{c^2+d^2}$
  • $z+w=(a+c)+(b+d)i$
  • $z-w=(a-c)+(b-d)i$

Topics

Problems


See also