Get AI summaries of any video or article — Sign up free
Intuition for i to the power i | Ep. 9 Lockdown live math thumbnail

Intuition for i to the power i | Ep. 9 Lockdown live math

3Blue1Brown·
5 min read

Based on 3Blue1Brown's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Rewrite i as e^x using Euler’s formula so i^i becomes e^{x·i}, yielding e^{-π/2}≈0.2079 when x=(π/2)i.

Briefing

Raising the imaginary unit to an imaginary power—specifically i^i—collapses to a real number because complex exponentials can be reinterpreted as motion with changing dynamics. The key move is rewriting i as e^{x} for a complex x, then using Euler’s formula to translate exponentials into rotations on the complex plane. Solving e^{x}=i leads to x= (π/2)i (up to adding multiples of 2πi), so i^i becomes e^{(π/2)i·i}=e^{-π/2}≈0.2079. That “imaginary-in, real-out” outcome stops looking like a trick once exponentials are treated as a system whose derivative is proportional to its current state.

The episode builds intuition in two stages. First, Euler’s formula is given a computational meaning via the power-series definition of exp(x)=1+x+x^2/2!+…, which works cleanly for complex inputs. Then the geometric meaning is reinforced: e^{iθ} corresponds to walking an angle θ around the unit circle. Under that lens, multiplying by i is a 90° rotation, so e^{(π/2)i} is exactly the rotation that lands on i.

The deeper “why” comes from dynamics. Consider e^{it} as a time-evolving position in the complex plane. Because e^{x} differentiates to itself, differentiating e^{it} introduces a factor of i; that factor rotates the position vector by 90° to produce the velocity vector. This rule—velocity equals a quarter-turn rotation of position—forces circular motion. The time needed to reach i is therefore π/2, matching the angle interpretation.

But the expression i^i introduces a second layer: raising e^{it} to the power i changes the dynamics from circular motion to exponential decay. After the transformation, the derivative becomes negative times the current value, so the motion heads toward the origin with a shrinking step size—an exponential approach to zero. After waiting π/2 units of time under this decay rule, the position lands at e^{-π/2}. In this sense, “two 90° rotations” don’t literally add angles; one rotation sets the circular dynamics, while the other rotation (through the exponent i) flips the system into decay.

A major complication then appears: e^{x}=i has infinitely many solutions because the complex logarithm is multivalued. Adding 2πi to x doesn’t change e^{x}, but it changes the resulting exponential function. That’s why values like x= (π/2)i, (5π/2)i, or -(3π/2)i all satisfy e^{x}=i yet produce wildly different outputs for e^{x·i}. The episode connects this to the general ambiguity of roots in complex numbers and to the idea of choosing a “branch” of a multivalued function.

To unify everything, the episode argues that exponentials are best expressed as exp(r x) rather than b^x when complex numbers enter. Different choices of r correspond to different branches, and varying r changes the function even if exp(r)=b stays the same. The lecture ends by extending the theme to power towers (iterating exponentiation) where ambiguity and numerical iteration can lead to cycles and even chaotic behavior, depending on the chosen branch. The central takeaway is that complex exponentiation is not just “more complicated arithmetic”—it is a family of functions whose behavior depends on how the logarithm is chosen.

Cornell Notes

The episode shows that i^i is real because complex exponentials can be interpreted through Euler’s formula and through differential-equation dynamics. Solving e^x=i gives x=(π/2)i (plus 2πi·k), so i^i = e^{(π/2)i·i}=e^{-π/2}≈0.2079. The “real number” result becomes intuitive when e^{it} is treated as circular motion (velocity is a 90° rotation of position), while exponentiating by i changes the dynamics into exponential decay. A crucial lesson is that e^x=i has infinitely many logarithm values in the complex plane, so i^i is inherently multivalued unless a branch is fixed. That multivaluedness mirrors how complex roots and functions like logarithms require branch choices.

Why does solving e^x=i lead to x=(π/2)i, and what does that imply for i^i?

Using Euler’s formula, e^{iθ} corresponds to a rotation by angle θ on the unit circle. Since i is the point at angle π/2, e^{(π/2)i}=i. Substituting into i^i means writing i=e^{(π/2)i}, so i^i=(e^{(π/2)i})^i=e^{(π/2)i·i}=e^{-π/2}≈0.2079.

How does the “dynamics” viewpoint explain Euler’s formula and the appearance of rotations?

Treat e^{it} as a position vector in the complex plane. Because e^x differentiates to itself, differentiating e^{it} introduces a factor of i via the chain rule. That factor rotates the position vector by 90° to produce the velocity vector. A velocity always perpendicular to the radius produces circular motion, so the time needed to reach i matches the angle π/2.

What changes when exponentiating by i, and why does that produce decay instead of circular motion?

Exponentiating by i effectively changes the differential equation governing the motion. After the transformation, the derivative becomes a negative multiple of the current value (rather than a pure 90° rotation). That means the velocity points toward the origin, with magnitude proportional to the current distance, so the trajectory shrinks toward zero—exponential decay. After time π/2, the position equals e^{-π/2}.

Why are there infinitely many possible values for x satisfying e^x=i, and why does that make i^i multivalued?

In the complex plane, the logarithm is multivalued: if e^x=i, then e^{x+2πik}=i for any integer k because e^{2πik i}=1. Each choice of x changes the function being exponentiated, so plugging x into e^{x·i} yields different outputs. That’s why inputs like (5π/2)i or -(3π/2)i also satisfy e^x=i but lead to very different results for i^i.

How does the episode connect this to complex roots and “branch” choices?

Complex roots are multivalued: for example, the fourth roots of 16 include 2, -2, 2i, and -2i, all satisfying z^4=16. To turn such multivalued expressions into single-valued functions, mathematicians choose a branch (a convention) such as a particular angle range for the argument. The same branch issue appears for complex logarithms, which underlies the multivaluedness of expressions like i^i.

Why does the lecture prefer writing exponentials as exp(r x) instead of b^x in complex settings?

For real numbers, b^x and exp((ln b)x) align neatly. In complex settings, the logarithm of b has infinitely many values differing by 2πi·k, which changes r while keeping exp(r)=b. Different r values produce different functions exp(r x), even though they share the same base at x=1. Writing exp(r x) makes the branch dependence explicit and clarifies why b^x becomes ambiguous.

Review Questions

  1. What differential-equation/dynamics rule corresponds to e^{it}, and how does that rule imply circular motion?
  2. Explain how adding 2πi·k to a complex logarithm value preserves e^x but changes the value of e^{x·i}.
  3. Why does choosing a branch of the complex logarithm (or root) matter for turning a multivalued expression into a single-valued function?

Key Points

  1. 1

    Rewrite i as e^x using Euler’s formula so i^i becomes e^{x·i}, yielding e^{-π/2}≈0.2079 when x=(π/2)i.

  2. 2

    Treat e^{it} as a complex-valued position whose derivative rotates the position vector by 90°, producing circular motion and matching the π/2 time-to-reach-i intuition.

  3. 3

    Exponentiating by i changes the governing dynamics from rotation to exponential decay, explaining why the final result is real.

  4. 4

    Complex logarithms are multivalued: if e^x=i then x can be shifted by 2πi·k without changing e^x, producing infinitely many possible values for i^i unless a branch is fixed.

  5. 5

    The multivaluedness of i^i parallels multivalued complex roots (e.g., multiple fourth roots of 16) and is resolved by choosing a branch convention.

  6. 6

    In complex contexts, expressing exponentials as exp(r x) makes branch dependence explicit and avoids the ambiguity of b^x notation.

  7. 7

    Iterating exponentiation in power towers inherits these branch ambiguities and can lead to cycles or chaotic behavior under numerical iteration.

Highlights

i^i becomes e^{-π/2}≈0.2079 once i is written as e^{(π/2)i} and the exponent i multiplies the exponent.
Euler’s formula gains intuition when e^{it} is treated as motion: differentiating introduces a factor of i that rotates position into velocity, forcing circular motion.
Exponentiating by i changes the dynamics from circular motion to exponential decay, so the system approaches the origin and lands at e^{-π/2} after time π/2.
Because e^x=i has infinitely many complex logarithms (x→x+2πi·k), i^i is inherently multivalued unless a branch is chosen.
The lecture argues that exp(r x) is the cleaner representation of exponentials in complex settings because it exposes how different r values correspond to different branches.

Topics

  • Complex Exponentiation
  • Euler’s Formula
  • Multivalued Logarithms
  • Branch Choices
  • Exponential Dynamics