| home | contents | previous | next page | send comment | send link | add bookmark |

4.5. Complex exponents

As a simple example, we can show that ii is a real number. To do this, we introduce Euler's formula:

eθi = cos(θ) + sin(θ)i
The constant e is the base of natural logarithms. Now let θ = π/2. Since
cos(π/2) = 0
sin(π/2) = 1 
We get
i = eπi/2
Then, using some algebra
ii = (eπi/2)i = ei·i·π/2 = e-π/2
This is equal to 0.2078796 and is a real number.

Complex number raised to a complex power

We can use Euler's formula to raise a real number to a complex power. Any positive real number r can be written as eln r - so the complex power of a real number is:
rdi = (eln r)di
    = e(d ln r)i
    = cos(d ln r) + sin(d ln r)i
To raise a complex number x = a + bi to the complex power y = c + di we can now do the following:
xy = (a + bi)c + di
Using Euler's formula, let
a + bi = r·eθi 
where,
     _______
r = √a2 + b2
θ = tan-1(b/a)      assure θ is in the correct quadrant
By substitution, we get
xy = (r·eθi)c(r·eθi)di
Expanding, we get
 = rcecθirdieiidθ
 = rce-dθecθirdi
 = rce-dθ[cos(cθ) + sin(cθ)i][cos(d ln r) + sin(d ln r)i]

 = rce-dθ{[cos(cθ)·cos(d ln r) - sin(cθ)·sin(d ln r)] +
         [cos(cθ)·sin(d ln r) + sin(cθ)·cos(d ln r)]i}

 = rce-dθ[cos(cθ + d ln r) + sin(cθ + d ln r)i]
To summarize, given
x = a + bi
y = c + di
Then
xy = rce-dθ[cos(cθ + d ln r) + sin(cθ + d ln r)i]
where,
     _______
r = √a2 + b2
θ = tan-1(b/a)      assure θ is in the correct quadrant


| home | contents | previous | next page | send comment | send link | add bookmark |

Copyright © 2004, Stephen R. Schmitt