Ex = 1 + x + x2/2 + x3/6 + x4/24 + … + xn/n! + …
This power series converges for any real x, hence Ez is analytic, and its circle of convergence is the entire plane.
Let f be the complex function Ez. We know how f behaves on the real line, so let's stroll up the imaginary axis. Replace x with ix in the above taylor series, and separate the real and imaginary components.
real = 1 - x2/2 + x4/24 - x6/6! + x8/8! - …
imaginary = x - x3/6 + x5/5! - x7/7! + …
These are the taylor series for cosine and sine respectively. As we move up the imaginary axis, f(z) runs around the unit circle, its real component acting as cosine and its imaginary component acting as sine.
The derivative of f can be computed term by term, and the result is the same taylor series back again, hence f′ = f. This is not a surprise, since we already saw this in real space.
Let t be a real variable, time if you like, and ask how f changes as we move in the "real" direction. The change in f is f′ times the direction of travel, or f′×1 in this case. Yet f′ = f, so the change in f is equal to f. In other words, the change is radial. As t advances, f(z+t) moves away from the origin. The rate of instantaneous change is proportional to the distance, and we've solved this differential equation before. The solution is an exponential curve, multiplied by a constant that is set by the initial conditions. In this case we obtain the following.
f(z+t) = f(z)×Et
Let z be a point on the imaginary axis, which has an image on the unit circle. In other words, we have selected an angle θ in polar coordinates. Then let t run parallel to the x axis, and f(z+t) runs away from the origin at an exponential rate. If t moves to the left, the image approaches the origin. In polar coordinates, θ is constant, and r = Et.
Note that f(z) is never equal to 0.
Consider f(z1+z2), which we will write as f(a+bi + c+di). By the above, this is equal to f(bi+di)×Ea+c. Remember that f wraps the imaginary axis around the unit circle. In fact the distance up the imaginary axis becomes the angle around the unit circle. In polar coordinates, the angle of b+d is the angle of b plus the angle of d. This is the same as multiplication, according to Demoivre's Formula. Therefore f(bi+di) = f(bi)×f(di). The entire expression can be rewritten this way.
f(bi) × f(di) × Ea × Ec
f(bi)×Ea × f(di)×Ec
f(a+bi) × f(c+di)
f(z1) × f(z2)
Complex exponentiation carries addition over to multiplication, just as it did in real space.
Note that f(z)×f(-z) = 1.
Don't assume Eab is E to the a to the b. This only works for real variables. Let a = 2πi and b = ½. Now Eab = -1, but Ea is 1, and its square root could be construed as 1, rather than -1.
cos(z) = ½ ( Eiz + E-iz )
sin(z) = ½ ( Eiz - E-iz )
Note the derivative of sine is still cosine, and the derivative of cosine is still -sine.
There's lots more to say about the exponential, log, trig, and hyperbolic trig functions over the complex plane, but this section is suppose to be about power series, so let's get back to it.