Arithmetic Course/Types of Number/Complex Number

From testwiki
Jump to navigation Jump to search

Complex Number

Complex Number and its Complex Conjugate is a number that has the general form

Z = a + i b
Z = a - i b

Mathematic Operations

Addition of 2 Complex Numbers

(a+ib)+(c+id)=(a+c)+i(b+d). 
(a+ib)+(aib)=2a. 

Subtraction of 2 Complex Numbers

(a+ib)(c+id)=(ac)+i(bd). 
(a+ib)(aid)=2ib. 

Multiplication of 2 Complex Numbers

(a+ib)×(c+id)=(acbd)+i(ad+bc)
(a+ib)×(aib)=a2+b2. 

Division of 2 Complex Numbers

(a+ib)(c+id)=(acbd)+i(ad+bc)(c+id)2
(a+jb)(ajb)=a2b2(ajb)2

Square root

The square roots of a + bi (with b ≠ 0) are ±(γ+δi), where

γ=a+a2+b22

and

δ=|b|ba+a2+b22.

This can be seen by squaring ±(γ+δi) to obtain a + bi.[1][2] Here a2+b2 is called the modulus of a + bi, and the square root with non-negative real part is called the principal square root.

Conjugation

Geometric representation of z and its conjugate z¯ in the complex plane

The complex conjugate of the complex number Template:Nowrap beginz = x + yiTemplate:Nowrap end is defined to be xyi. It is denoted z¯ or z*. Geometrically, z¯ is the "reflection" of z about the real axis. In particular, conjugating twice gives the original complex number: z¯¯=z.

The real and imaginary parts of a complex number can be extracted using the conjugate:

Re(z)=12(z+z¯),
Im(z)=12i(zz¯).

Moreover, a complex number is real if and only if it equals its conjugate.

Conjugation distributes over the standard arithmetic operations:

z+w=z¯+w¯,
zw=z¯w¯,
(z/w)=z¯/w¯

The reciprocal of a nonzero complex number Template:Nowrap beginz = x + yiTemplate:Nowrap end is given by

1z=z¯zz¯=z¯x2+y2.

This formula can be used to compute the multiplicative inverse of a complex number if it is given in rectangular coordinates. Inversive geometry, a branch of geometry studying more general reflections than ones about a line, can be expressed in terms of complex numbers, too.

Polar form

Figure 2: The argument φ and modulus r locate a point on an Argand diagram; r(cosϕ+isinϕ) or reiϕ are polar expressions of the point.

Absolute value and argument

Another way of encoding points in the complex plane than using the x- and y-coordinates is to use the distance of a point P to O, the point whose coordinates are (0, 0) (origin), and the angle of the line through P and O. This idea leads to the polar form of complex numbers.

The absolute value (or modulus or magnitude) of a complex number z = x+yi is

r=|z|=x2+y2.

If z is a real number (i.e., y = 0), then r = |x|. In general, by Pythagoras' theorem, r is the distance of the point P representing the complex number z to the origin.

The argument or phase of z is the angle to the real axis, and is written as arg(z). As with the modulus, the argument can be found from the rectangular form x+iy:[3]

φ=arg(z)={arctan(yx)if x>0arctan(yx)+πif x<0 and y0arctan(yx)πif x<0 and y<0π2if x=0 and y>0π2if x=0 and y<0undefined if x=0 and y=0

The value of φ can change by any multiple of 2π and still give the same angle (note that radians are being used). Hence, the arg function is sometimes considered as multivalued. Normally, as given above, the principal value in the interval (π,π] is chosen. Values in the range [0,2π) are obtained by adding 2π if the value is negative. The polar angle of the origin is undefined but the value 0 is commonly used.

Together, r and φ give another way of representing complex numbers, the polar form, as the combination of modulus and argument fully specify the position of a point on the plane. Recovering the original rectangular co-ordinates from the polar form is done by the formula called trigonometric form

z=r(cosφ+isinφ).

Using Euler's formula this can be written as

z=reiφ.

Using the cis function, this is sometimes abbreviated to

z=r cis φ.

In angle notation, often used in electronics to represent a phasor with amplitude r and phase φ it is written as[4]

z=rφ.

Multiplication, division and exponentiation in polar form

Multiplication of 2+i (blue triangle) and 3+i (red triangle). The red triangle is rotated to match the vertex of the blue one and stretched by √Template:Overline, the length of the hypotenuse of the blue triangle.

The relevance of representing complex numbers in polar form stems from the fact that the formulas for multiplication, division and exponentiation are simpler than the ones using Cartesian coordinates. Given two complex numbers Template:Nowrap beginz1 = r1(cos φ1 + isin φ1)Template:Nowrap end and Template:Nowrap beginz2 =r2(cos φ2 + isin φ2)Template:Nowrap end the formula for multiplication is

z1z2=r1r2(cos(φ1+φ2)+isin(φ1+φ2)).

In other words, the absolute values are multiplied and the arguments are added to yield the polar form of the product. For example, multiplying by i corresponds to a quarter-rotation counter-clockwise, which gives back i 2 = −1. The picture at the right illustrates the multiplication of

(2+i)(3+i)=5+5i

Since the real and imaginary part of 5+5i are equal, the argument of that number is 45 degrees, or π/4 (in radian). On the other hand, it is also the sum of the angles at the origin of the red and blue triangle are arctan(1/3) and arctan(1/2), respectively. Thus, the formula

π4=arctan12+arctan13

holds. As the arctan function can be approximated highly efficiently, formulas like this—known as Machin-like formulas—are used for high-precision approximations of π.

Similarly, division is given by

z1z2=r1r2(cos(φ1φ2)+isin(φ1φ2)).

This also implies de Moivre's formula for exponentiation of complex numbers with integer exponents:

zn=rn(cosnφ+isinnφ).

The n-th roots of z are given by

zn=rn(cos(φ+2kπn)+isin(φ+2kπn))

for any integer Template:Nowrap. Here rn is the usual (positive) nth root of the positive real number r. While the nth root of a positive real number r is chosen to be the positive real number c satisfying cn = x there is no natural way of distinguishing one particular complex nth root of a complex number. Therefore, the nth root of z is considered as a multivalued function (in z), as opposed to a usual function f, for which f(z) is a uniquely defined number. Formulas such as

znn=z

(which holds for positive real numbers), do in general not hold for complex numbers.

de Moivre's formula

In mathematics, de Moivre's formula, named after Abraham de Moivre, states that for any complex number (and, in particular, for any real number) x and integer n it holds that

(cosx+isinx)n=cos(nx)+isin(nx).

The formula is important because it connects complex numbers (i stands for the imaginary unit) and trigonometry. The expression cos x + i sin x is sometimes abbreviated to cis x.

By expanding the left hand side and then comparing the real and imaginary parts under the assumption that x is real, it is possible to derive useful expressions for cos (nx) and sin (nx) in terms of cos x and sin x. Furthermore, one can use a generalization of this formula to find explicit expressions for the nth roots of unity, that is, complex numbers z such that zn = 1.

Derivation

Although historically proven earlier, de Moivre's formula can easily be derived from Euler's formula:

eix=cosx+isinx

and the exponential law for integer powers

(eix)n=einx.

Then, by Euler's formula,

ei(nx)=cos(nx)+isin(nx).

Template:BookCat

References

Template:Reflist