So, most of us are familliar with Euler’s equation stating that $e^{i\pi}+1=0$. But I was wondering: how can an irrational number to the power of another irrational number equal a whole integer? And if that works, then how can $e^{i\pi}+1=0$ if $i$ isn’t even real?
2026-03-27 16:02:36.1774627356
On
On
On
How can $e^{i\pi}+1$ be zero?
839 Views Asked by user558017 https://math.techqa.club/user/user558017/detail At
4
There are 4 best solutions below
0
On
It all boils down to Euler's identity
$$e^{i\theta}=\cos \theta + i \sin \theta\implies e^{i\pi}=\cos \pi + i \sin \pi=-1$$
0
On
Since $e^{i\pi}$ = $\cos(\pi) + i\sin(\pi)$ and $\sin(\pi) = 1$, $\cos(\pi) = -1$ you get
\begin{equation} e^{i\pi}+1 = 0 \end{equation}
3
On
Taking a slightly different approach to the other answers, because I think your confusion is elsewhere. You asked
How can an irrational number to the power of another irrational number equal a whole integer?
But this is entirely possible, even for real numbers. For instance, both $a = \sqrt{10}$ and $b = \log_{10} 4$ are irrational, but $a^b = \sqrt{10}^{\log_{10} 4}=\sqrt{10}^{2 \log_{10} 2} = 10^{\log_{10}2} = 2$, which is an integer.
You mean like $e^{\ln 2}=2$? Mind you, that's still a positive integer, unlike $-1$.
Well, $i$ is the reason the exponential doesn't have to be positive.