How To Really Solve i^i? - An image with the following expressions: i = √(-1); i^i = ??

The problem: i^i (i raised to the power i) seems absurd at first glance. You might even be thinking along the following lines:

“Is it even possible to solve this problem?”

Well, rest assured that it is not only possible to solve this problem, but the solution is fairly straightforward as well. However, we will need to equip ourselves with the following basic tools first:

1. Complex identity fundamentals

2. Logarithms — fundamentals

The real reason why I chose this problem is to introduce a more advanced complex number theory concept. Before I get ahead of myself, let us start with the most important stuff first: the basics.

This essay is supported by Generatebg

A product with a beautiful background featuring the sponsor: Generatebg - a service that generates high-resolution backgrounds in just one click. The description says "No more costly photographers" and displays a "Get Started" button beneath the description.

Complex Identity Fundamentals

In my previous essay on complex number theory, I demonstrated how to solve 1ˣ = -1. In the same essay, I demonstrated how complex numbers can be represented in both cartesian coordinates as well as polar coordinates. In case you still feel intimidated by the concept of complex numbers and need a super-fast crash course, check this essay out.

In order to compute i^i, we will be using the polar-coordinate representation of a complex number. Below, you can find a quick summary of how a complex number is represented in each coordinate system.

How To Really Solve i^i (i raised to the power i)? — An image showing the complex plane with real numbers on the X-axis and imaginary numbers on the Y-axis. Furthermore, the image also illustrates that any complex number can be expressed using cartesian coordinates as x + iy or using polar coordinates as r.e^(iψ)
Illustration created by the author

Logarithms — Fundamentals

A logarithm of any given base asks the following question:

To what power must the base be raised to get a particular result.

This ‘particular result’ is just the number to which the logarithmic function is applied. It is perhaps easier to understand if you take a look at a couple of examples:

How To Really Solve i^i (i raised to the power i)? — log_base_2(2)=1 (because 2¹ = 2); log_base_2(4)=2 (because 2²= 4); log_base_2(8)=3 (because 2³ = 8)
Math illustrated by the author

In other words, the logarithmic function could be considered the inverse of the exponential function. Apart from this knowledge, there are two other useful properties of logarithms that we will be needing.

The first property is the fact that the logarithm of a product is equal to the sum of the logarithms of each number being multiplied.

How To Really Solve i^i (i raised to the power i)? — log (8*16) = log(8) + log(16); log (x*y) = log (x) + log(y)
Math illustrated by the author

The second property of logarithms that we need allows us to express the logarithm of a number raised to an exponent as the product of the exponent and the logarithm of the number.

How To Really Solve i^i (i raised to the power i)? — log(2²⁰) = 20*log(2); log(x^y) = y*log(x)
Math illustrated by the author

At this point, we have almost all the tools necessary to tackle our main challenge.


How to Solve i^i (i raised to the power i)?

i^i looks intimidating because we seem to have an exponent that we are not used to. Usually, when I’m faced with problems like these, my intuition is to somehow ‘dethrone’ the exponent.

In order to do this, we could use the logarithmic function. But in mathematics, we cannot just introduce a function out of thin air. No matter what we introduce, we have to make sure that the original expression’s meaning/value does not change.

Remember that I told you that the logarithmic function is just the inverse of the exponential function. This is where we are going to employ this knowledge. The trick is to introduce an exponential function first and then apply the logarithmic function to the expression.

How To Really Solve i^i (i raised to the power i)? — i^i = e^ln(i^i)
Math illustrated by the author

As the next step, we can just apply the exponential property of logarithms to dethrone the i at the top. The result we get is conveniently in the general polar-coordinate form for complex numbers.

How To Really Solve i^i (i raised to the power i)? — i^i = e^ln(i^i) = 1*e^i*ln(i); this is of the form z = r*e^(i*ψ), where z = i^i, r = 1, and ψ = ln(i)
Math illustrated by the author

I have chosen to use the natural logarithm here, which is nothing but the logarithmic function with Euler’s number (e) as its base.

At this point, we need to compute ln(i). How are we supposed to do that? Right, it is now time to introduce the advanced complex number concept that I mentioned at the beginning of the essay.

The Logarithm of a Complex Number

Inorder to solve this problem further, we will need to extend our understanding of logarithms to the realm of complex numbers as well. To do this, let us first consider the general polar-coordinate form of complex numbers.

How To Really Solve i^i (i raised to the power i)? — Any complex vector in polar coordinates (z) = r*e^(i*ψ), where r is the vector magnitude and ψ is the angle of rotation from positive real axis in the anticlockwise direction
Math illustrated by the author

We could now go ahead and apply the product rule of logarithms to the expression we have. Since the natural logarithm is the inverse of the exponential function, the two functions undo each other. Therefore, the logarithm is eliminated from the imaginary part of the expression:

How To Really Solve i^i (i raised to the power i)? — z = r*e^(i*ψ); ln(z) = ln(r) + ln(e^iψ) = ln(r)+(i*ψ) (because ln(e^x) = x)
Math illustrated by the author

Let us now turn our attention to the unknown in the main expression we are trying to compute: ln(i). To compute this logarithm, we need to first express i in polar coordinates. To do this, consider the complex plane below.

How To Really Solve i^i (i raised to the power i)? — A complex plane with real numbers on the x-axis and imaginary numbes on the y-axix. i lies at a distance of 1 unit from the origin (this is r). The angle enclosed by i from the positive real axis is ψ = π/2
Math illustrated by the author

i is located at a distance of 1 unit from the origin and encloses an angle of π/2 radians (or 90°) with the positive real axis in the anticlockwise direction. Consequently, we get the polar expression for i as a complex number.

Now, we just need to apply the knowledge we have acquired by taking the logarithm of i:

How To Really Solve i^i (i raised to the power i)? — i = 1*e^(π/2) = ln(1)+(i*π/2) = (i*π/2)
Math illustrated by the author

Now that we have the value of the natural logarithm of i, we have everything we need to solve the main expression.

The Solution to i^i (i raised to the power i)

We had initially started solving i^i and arrived at the following point.

How To Really Solve i^i (i raised to the power i)? — i^i = e^ln(i^i) = 1*e^i*ln(i); this is of the form z = r*e^(i*ψ), where z = i^i, r = 1, and ψ = ln(i)
Math illustrated by the author

Now, if we just plug in the value of ln(i) we have calculated, we obtain the following result:

How To Really Solve i^i (i raised to the power i)? — i^i = e^(i*i*π/2) = e^(i²*π/2) = e^(-π/2) = 0.207879…
Math illustrated by the author

There we go! That is the solution to i^i. The only other point we have to note here is that this approach is valid for all angles of unit vector rotation that end up at i: That is, ψ = π/2, (π/2 + 2 π), (π/2 + 4 π), etc. We could avoid countless solutions by defining our domain (for example, between — π and + π).

To sum up, we started by applying our basic understanding of complex numbers and finally expanded the concept of logarithms to complex numbers to arrive at the solution. The solution, as it turns out, is not just a real number but also a transcendental number. Mathematics never ceases to fascinate!


If you’d like to get notified when interesting content gets published here, consider subscribing.

Further reading that might interest you:  How To Really Calculate The Square Root Of i? and How To Intuitively Understand Euler’s Identity?

Street Science

Explore humanity's most curious questions!

Sign up to receive more of our awesome content in your inbox!

Select your update frequency:

We don’t spam! Read our privacy policy for more info.