It is easy to define exponents in terms of positive integers.
xn = x1 * x2 * ... * xn
It is also straight forward to define exponents for 0, negative integers, and rational numbers. I wrote more about this in a previous blog.
But what about the complex numbers? What does it mean to have a value such as 5i. In fact, a very well known equation is Euler's Identity (see here):
eiπ + 1 = 0
To handle this, we need a new definition for exponents that is consistent with their use for rational numbers but which can also handle the complex domain.
One way is to use the Maclaurin Series. In a previous blog, I showed that the Maclaurin series is:
f(x) = f(0) + (x/1!)f'(0) + (x2/2!)f''(0) + (x3/3!)f'''(0) + ... + (xn/n!)fn(0)
Now, if we define an exponent as a function so that ex becomes:
f(x) = ex
Applying derivatives, we get:
f(0) = e0 = 1
And likewise, all fn(0) = 1
Substituting these results into the above equation gives us:
ex = 1 + (x/1!) + (x2/2!) + ... + xn/n!
Now ay = ey*ln(a) since:
(a) eln(a) = a [See here for details on ln if needed]
(b) ln(ay) = y*ln(a) [See here for detalis on ln if needed]
So, we can use the equation for ex to define ay
ay = ey*ln(a) = 1 + (y*ln(a))/1! + (y*ln(a))2/2! + ... + (y*ln(a))n/n!
So for example,
13 = 1 + (3*ln(1))/1! + (3*ln(2))2/2! + ... + =
= 1 + (0)/1! + (0)/2! + ...
21 = 1 + (1*ln(2))/1! + (1*ln(2))2/2! + ... + =
1 + ln(2) + ln(2)*ln(2)/2 + ln(2)*ln(2)*ln(3)/6 + ...
= 1 + 0.693... + 0.240... + 0.0555... + ... = 2
Finally, let's ask the question about ai, which equals:
ai = 1 + (i*ln(a)) + (i*ln(a))2/2! + ... + (i*ln(a))n/n!
= 1 + i*ln(a) - [ln(a)]2/2 -i*[ln(a)]3/3! + [ln(a)]4/4! + ...
= (1 - [ln(a)]2/2 + [ln(a)4/4! + ...) + i(ln(a) - [ln(a)3/3! + ln(a)5/5! + ...)
No comments :
Post a Comment