Yep, I think so. My philosophy, at least, is that any idea can eventually be intuitive, no matter how difficult at first, if we find the right analogies.
I see any exponent like a^b as starting at 1.0, intending to apply a rate of change of (a), but modifying that rate by (b).
For example, 3^2 is an initial rate of change of 3x, which is then applied for 2 units of time [leading to 9]. So, 1.0 would turn into 9.0.
Well, our rate of change is "i", which means we plan on starting at 1.0 and having our rate of change be a rotation: 1.0 * i = 90 degrees on the unit circle.
If we are using i^i, that means we are rotating our rate of change. That is, we intended to rotate around the unit circle at 90 degrees, but now I'm going to turn the "rocket boost" which is applying that rotation by another 90 degrees (the i as the exponent). This means the rocket is facing 180 degrees (backwards) and our growth is going to be an exponential decay. We'll be on the real number line, but shrinking.
How about (i^i)^i? That's another 90-degree twist on the rocket, so it's pointing 270 (downward) and we'll rotate around the circle clockwise. It's probably a negative imaginary number, and (i^i)^i actually equals -i.
This is a quick brain dump, and not very clear without diagrams, check out the articles above if you'd like!
Your intuition is nice for figuring out the directions, but not so nice for explaining the numbers. By which I mean, I can understand why it's real, but I can't explain why i^i = e^(-pi/2)... I would expect it to be a nicer number instead (like 1/2, or 1/e, or something like that). I can't really explain why both pi and e end up int he formula.
Oh yeah, after getting the direction, figuring out the numbers is the next step :).
Having i as a base means "we plan on rotating 90 degrees" which actually means pi/2 radians.
e^rt models growth rate of r, for time of t. so e^(i · pi/2) creates a 90 degree turn (we intend on rotating, i, and do this enough to get a full 90-degree turn, pi/2).
This is all a fancy way of saying:
90 degree turn = i = e^(i · pi/2)
Now, with i^i, we're planning on modifying that growth rate (e^(i · pi/2)) that we just figured out! We're going to twist the "rate" from i (90 degrees) to i · i (180 degrees):
(Replying to myself since we hit the nesting depth.)
1. Here's a deeper intuition: any circle is just the unit circle, scaled up or down. Any number is just 1.0, scaled (and rotated, if complex) by the exponential function that was run for some rate and for some amount of time. e^rt is a rocket ship of constant change, we just decide how long to stay on for, and we can get to any number.
In other words, for any number a: a = 1.0 * e^ln(a)
This formulation is useful if we know we're going to be taking exponents on our number a, i.e. we really want a^b. (If we know we'll be rotating our number, maybe we write it in polar coordinates, etc.)
So, the intuition is: "I know I'm going to be taking my number to various powers, so let's get the base settings for e^rt dialed in. pi/2 is the setting for how long we'd ride e^i for in order to get to 90 degrees. I should expect pi/2 somewhere in the answer as I take it to various powers."
2) I haven't taken complex analysis, so my understanding isn't nuanced enough here either. Technically, i^i can be multi-valued, for this graphical analogy let's settle on the principal root (https://www.math.hmc.edu/funfacts/ffiles/20013.3.shtml).
> (e^(2 i pi))^(1/2) is not e^(i pi), it's e^0.
(e^(2 i pi))^(1/2) is asking for the square root of 1, which is both 1 [e^0] and -1 [e^(i pi)]. Again there may be a subtlety here, but I'm not sure how the above statement is incorrect (barring a technicality like "we always mean the positive root"). For the purposes of an intuition it makes sense, I think.
1. I said earlier that I already know how to find the numbers mathematically. What I don't have any intuition for is why the numbers are correct (such as why both e and pi should be in the answer).
2. You can't just distribute the exponents without justifying that it's valid. (I don't know the appropriate conditions for doing this myself either, but I know they exist.) For example (e^(2 i pi))^(1/2) is not e^(i pi), it's e^0. In other words, you need to first reduce it mod 2pi. Now if you're dealing with complex numbers I have no idea what the conditions should be.
I see any exponent like a^b as starting at 1.0, intending to apply a rate of change of (a), but modifying that rate by (b).
For example, 3^2 is an initial rate of change of 3x, which is then applied for 2 units of time [leading to 9]. So, 1.0 would turn into 9.0.
More here: http://betterexplained.com/articles/understanding-exponents-...
So what's i^i?
Well, our rate of change is "i", which means we plan on starting at 1.0 and having our rate of change be a rotation: 1.0 * i = 90 degrees on the unit circle.
If we are using i^i, that means we are rotating our rate of change. That is, we intended to rotate around the unit circle at 90 degrees, but now I'm going to turn the "rocket boost" which is applying that rotation by another 90 degrees (the i as the exponent). This means the rocket is facing 180 degrees (backwards) and our growth is going to be an exponential decay. We'll be on the real number line, but shrinking.
How about (i^i)^i? That's another 90-degree twist on the rocket, so it's pointing 270 (downward) and we'll rotate around the circle clockwise. It's probably a negative imaginary number, and (i^i)^i actually equals -i.
This is a quick brain dump, and not very clear without diagrams, check out the articles above if you'd like!