How can I intuitively understand complex exponents?

Could you help me fill in a gap in my understanding of maths?

As long as the exponent is rational, I can decompose it into something that always works with primitives I know.

Say, I see a power: $x^{-{a\over b}}$ for natural a,b.

Using the basic rules:

$$\begin {align} x^{-a} =& {1 \over x^a} \\ x^{1\over b} =& \sqrt[b]{x} \\ ({x^a})^b =& {x^{a b}} \end{align}$$

I can always decompose rational exponents into $ x^{{1\over b} \cdot -a} = \sqrt[b]{x} ^ {-a} = {1 \over \sqrt[b]{x}^a }$- and integer degree roots are something well within my grasp. Integer root is always just simply a number of multiplications, $\sqrt[a]{x}$ is just some $y \cdot y \cdot y \cdot ... \cdot y$, as many $y$'s as $a$ says.

If the exponent is irrational, it's trickier, but I can always take $e^{\pi} \approx e^{314159265358979323 \over 100000000000000000}$ and take more $\pi$ digits if needed, and even though the number of underlying multiplications becomes ridiculous, that's still something I can understand.

But I'm completely at loss how to understand stuff like $x^{i\pi \over 4}$. I just can't perform an imaginary number of multiplications. I know how to perform conversion of complex numbers between the exponential and $a+ib$ form, but I perform it like a mysterious voodoo magic recipe without ability to wrap my mind around how that kind of exponentiation is supposed to work. I can still apply the old conversion formulas, $x^a \cdot x^b = x^{a+b}$; $({x^a})^b = {x^{a b}};$ and obtain correct results but I just don't understand the underlying mechanism - as $x^n$ is just $n$ multiplications of $x$, how can understand how that works when $n$ is imaginary?


Solution 1:

In brief: thinking of exponentiation as repeated multiplication is equivalent to the identity $a^{m+n}=a^ma^n$. But focusing on the latter equation instead of the former concept allows us to expand exponentiation beyond the concept of "multiply the base $n$ times", to negative, rational, real, and complex exponents. As you say in the OP question, "the basic rules" allows you to extend past the notion of repeated multiplication for counting numbers. Focusing instead on the equation $a^{m+n}=a^ma^n$ means following the mantra: exponentiation turns additions into multiplications, and rotations are a natural multiplication on the complex plane.


In more detail:

The notion of exponentiation as repeated multiplication is, for natural numbers $n,m$ equivalent to the identity $a^{m+n}=a^ma^n$, because

$$a^{n} = a^{\underbrace{1+\dotsb+1}_{n\text{ times}}}=\underbrace{a\cdot\dotsb\cdot a}_{n\text{ times}}.$$

By focusing on this identity moreso than the notion of "multiplication repeated $n$ times", it also allows us to make sense of exponentiation of naturals, integers, rationals, reals, complexes, even matrices and more, whereas the repeated multiplication notion only makes sense for $n$ natural number, a counting number. We only extend to exponentiation of zero, negatives, and rationals via the above identity (or other similar). Therefore we should view the identity $a^{m+n}=a^ma^n$ not just as a consequence of exponentiation as repeated multiplication, but as a complete and fundamental conceptual replacement. As our conceptual starting point. Exponentiation is, by definition and fundamental conception, the operation that turns addition into multiplication.

As you say in your question, you must extract an understanding of exponentiation of rational, negative, and real exponents via the "basic rules". This identity $a^{m+n}=a^ma^n$ is the most basic of our basic rules, and it will guide us in extracting an understanding imaginary exponents as well.

Now to the matter at hand. On the real line, real numbers act additively by shifting, and multiplicatively by scaling away from zero.

On the complex plane, real numbers act additively by shifting along the real axis (horizontally), imaginary numbers act additively by shifting along the imaginary axis (vertically). Note that orbits of these two actions are orthogonal. Horizontal lines versus vertical.

Real numbers act multiplicatively by stretching away from the origin, while imaginary numbers by rotating $90º$. Note that the orbits of these two actions are also orthogonal. Orbits of scalings are radial lines; orbits of rotations are circles.

Now we have decided that our most fundamental identity of exponentials is $a^{x+y} = a^xa^y$. Exponentiation turns adders into multipliers. It turns real adders (i.e. horizontal shifts) into real multipliers, i.e. scalings away from zero. Horizontal lines into radial lines.

And therefore what must exponentiation transform the orthogonal imaginary shifts, i.e. vertical shifts into? They must transform into those multipliers which are orthogonal to the radial expansions. Which are the rotations. Vertical lines into circles. So exponentiation with an imaginary exponent must be a rotation.

The base of the exponentiation sets the size scale of these stretchings and rotations, and exponentiation with base $e$ does natural rotations in radians, but this picture works with any base of exponentiation, so long as $a>1.$

This intuition is encoded in Euler's identity $e^{i\theta}=\cos\theta + i\sin\theta$. A special case is $e^{i\pi} = -1$, which just says that rotation by $180º$ is the same thing as reflection. This intuitive point of view for understanding Euler's identity is explained in a popular 3Blue1Brown video.

So how do we understand an expression like $x^{\frac{i\pi}{4}}$? Well assuming $x$ is real with $x>0$, since the exponent is imaginary, it's a rotation. How big a rotation? well it depends on the base $x$, and the exponent $\frac{i\pi}{4}$. Computing this magnitude could be thought of as an exercise in operations derived from repeated multiplication, as you set out in your question, but doing so is of limited utility.

Instead we should think of it as an adder $\frac{\pi}{4}$, turned into a vertical shift $\frac{i\pi}{4}$ by the complex unit $i$, and then turned into a rotation by exponentiation with base $x$ (as long as $x$ is real and $x>1.$) The magnitude of $x$ determines the speed of the rotation, or the units.

Solution 2:

I think it would be helpful for you to let go of the idea (at least in complex analysis) that $a^b$ means multiplying $a$ $b$ times by itself. Rather, exponentiation starts at the function $\exp : \mathbb C \to \mathbb C$, which you probably usually denote as $\exp(a) = e^a$. Then (once you have chosen a branch of the complex logarithm) you can define $a^b = \exp(\log(a) \cdot b)$. With that definition, all the repeated multiplication rules that you know come down to the identities $\exp(a + b) = \exp(a)\exp(b)$ and $\exp(0) = 1$.

Rather than trying to press complex exponentiation into the mold of repeated multiplication, see complex exponentiation -- or more fundamentally, the function $\exp$ -- as its own thing, that in special cases can be interpreted as repeated multiplication, thanks to the functional relation $\exp(a)\exp(b) = \exp(a + b)$.

Solution 3:

I guess we agree on $ e^{a + i \phi} = e^{a} \cdot e^{i \phi} $. So let's look at the latter term with imaginary exponents.

Imaginary exponents are indeed of a different quality then real ones. Maybe your best approach is to realize that the justification for the "magic" Euler equation

$$ e^{i \phi} = \cos(\phi) + i \sin(\phi) $$ only comes from the formal continuation of the exponential function from real to complex domain. Indeed, by just taking the series expansion of the exponential function, $e^x = \sum_{n=0}^\infty x^n/n!$, apply for $x = i \phi$, and grouping real and imaginary parts you see that this holds true. This gives you (for odd and even powers of $\phi$), with real $\phi$, of course:

$$ e^{i \phi} = \sum_{n=0}^\infty (i\phi)^n/n! = \sum_{n=0}^\infty (-1)^n \phi^{2n}/(2n)! + i \sum_{n=0}^\infty (-1)^n \phi^{2n +1}/(2n+1)! $$ and the two sums are just the expansions of $\cos \phi$ and $\sin \phi$, for real $\phi$.

So yes, it is unintuitive that you now stay on the unit circle in the complex domain, that it's cyclic in $2 \pi$, etc.


EDIT: (see also Paul Sinclair's comment)

If you know about the derivatives of $\cos \phi$ and $\sin \phi$, here's an approach without series expansions.

We know that $\cos' \phi = - \sin \phi$, and $\sin' \phi =\cos \phi$. Now define a function $ f(\phi) = \cos(\phi) + i \sin(\phi) $. Then you have $ f'(\phi) = - \sin(\phi) + i \cos(\phi) = i f(\phi) $.

On the other hand, we know for real constants $a$ that the equation $ f'(\phi) = a f(\phi) $ has a unique solution, which is $f(\phi) = c \cdot e^{a \phi}$ with some constant $c$ which is determined by some initial condition. Now comes the trick again of the formal continuation of the exponential function from real to complex domain. We allow now that $a$ may as well be complex. Then we have that $ f'(\phi) = i f(\phi) $ (as taken from the trig function above) has the unique solution $f(\phi) = c \cdot e^{i \phi}$. Determine the constant $c=1$ by observing $f(0) = c \cdot e^{i 0} = c$ and also $ f(0) = \cos(0) + i \sin(0) = 1 $.

So this explains Euler's equation as well.

Solution 4:

$x^n$ is just $n$ multiplications of $x$

This is not understanding exponentiation; it is merely the reduction of exponentiation into other terms.

Reducing new concepts (in special cases) to familiar terms is a common first step to understanding something, but one eventually needs to proceed from there to synthesize an understanding about the concept itself, rather than use the other terms as a crutch.

I don't think you can intuitively understand complex exponentiation as a generalization of real exponentiation without first synthesizing an understanding of exponentiation.

You can, however, reduce complex exponentiation to other terms; the usual definition is

$$ z^w = \exp(w \log z)$$

so if you want to work with complex exponentiation in other terms, you can reduce the problem to understanding the complex exponential and logarithm.

Solution 5:

My intuition about this works best when I consider it as manipulating the vector $(1,0)$ on the complex plane by performing two separate actions on it:

  1. Scaling it based on the real part (with $\phi=0$ being the identity, positive values stretching it and negative values shrinking it).
  2. Rotating it based on the imaginary part (this is the cool part).

So why does $e^{i \phi}$ perform a rotation? Well this comes out as a natural consequence of Euler's formula.

The simplest non-trivial example is of $\phi=\pi$, which gives us a rotation of $\pi$ radians, bringing the vector to $(-1,0)$ (this is a restatement of Euler's identity).

And in the general case, for any (real) value of $\phi$, Euler's formula gives us $e^{i \phi} = \cos\phi + i \sin\phi$, which has to be on the unit circle, as it's the vector $(\cos\phi, \sin\phi)$, the magnitude of which is:

$\|(\cos\phi, \sin\phi)\| = cos^2\phi + sin^2\phi = 1$

And this also helps us see that the effect of the imaginary part of the exponent is periodic, so if we want to, we can limit ourselves to only consider the range $\phi\in[0, 2\pi)$.

So to sum up, by performing a complex exponentiation, which is the combination of the scaling and rotation, we can get our vector anywhere on the complex plane, except for the origin (which is the limit when the real part tends to $-\infty$).

Edit: Btw, if (Like me) you like infinities, you might find the concept of the Riemann Sphere cool. The idea here is to add another "point at infinity" to the complex plane, and wrap the whole plane up as a sphere, with the point at infinity being exactly opposite from the origin. So when considering complex exponentiation on the sphere, scaling acts like changing the latitude, while rotation acts as changing the longitude. And scaling by $\pm\infty$ become well-defined, such that scaling by $-\infty$ takes the vector to the point at zero, while scaling by $+\infty$ takes it to the point at infinity, on the other side of the sphere. And in both these extremes, the rotation has no effect, which is very similar to how when navigating on Earth, when you're at the poles (latitudes $180^\circ N$ and $180^\circ S$), the longitude loses meaning.