What is the Mystery Behind i^i? Unveiling the Intricacies of Euler's Formula

  • Thread starter Thread starter Max cohen
  • Start date Start date
AI Thread Summary
The discussion explores the mathematical identity of i^i, derived from Euler's formula, revealing that i^i equals e^{-\frac{\pi}{2}}, a real number. Participants clarify that while this is the principal value, there are infinitely many values for i^i based on different integer values of k in the expression i^i = e^{-\frac{1}{2}(2k + 1)\pi}. The conversation highlights the multivalued nature of complex exponentiation and logarithms, emphasizing that each choice of k yields a distinct real result. Participants engage in correcting each other's formulations, ultimately appreciating the beauty and complexity of mathematics. The thread concludes with a recognition of the mysterious yet elegant nature of mathematical concepts.
Max cohen
Messages
13
Reaction score
0
Take euler's formula for the identity of complex numbers:

e^{xi}=cos(x)+sin(x)i

If we substitute the value \pi for x it turns out that

e^{i\pi}=-1

most of us already knew this wonderfull trick.

BUT if we substitute \frac{\pi}{2} for x we get (because cos pi/2 = 0 and sin pi/2 = 1):
e^{\frac{\pi}{2}i}=i

Now if you raise both sides of this identity to the power i, you obtain (since i^2 = -1):

e^{-\frac{\pi}{2}}=i^i

Calculating the value of e^{-\frac{\pi}{2}} it turns out that

i^i=0,2078795763...

Isn't that just the weirdest thing ever?? :confused:
 
Last edited:
Mathematics news on Phys.org
It is a real number.And i wouldn't call anything in mathematics weird.

Daniel.
 
That's just the principal value. There are an infinite number of values for the expression i^i, all real.

The general form is given by :

i^i = e^{-\frac{1}{2}(2k + 1)\pi}, where k ranges over all integers. The principal value is for zero k.
 
are you sure of that formula? try k=1.
 
Curious3141 said:
That's just the principal value. There are an infinite number of values for the expression i^i, all real.

The general form is given by :
i^i = e^{-\frac{1}{2}(2k + 1)\pi}, where k ranges over all integers. The principal value is for zero k.
:-p

I think you mean:

i^i = e^{-\frac{1}{2}(k + 1)\pi}

since it works for every k*(pi/2) with zero k beeing the principal value if I'm correct
 
Nope.Compare the case k=0 and k=1,for simplicity.

Daniel.
 
I see... :shy:
 
Sorry, I was wrong. The general form should be i^i = e^{-\frac{1}{2}\pi(4k + 1)}.
 
  • #10
dextercioby said:
Nope,it can't be that one.

Daniel.

Why not ?

k = 0, obvious.

k = 1, exp (-5pi/2) = z.

z^(-i) = exp(5*i*pi/2) = exp(i*pi/2 + 2*i*pi) = i

and so forth.
 
Last edited:
  • #11
Curious3141 said:
Sorry, I was wrong. The general form should be i^i = e^{-\frac{1}{2}\pi(4k + 1)}.

Alright

You said (see above)

i^{i}=e^{-\frac{1}{2}\pi(4k+1)}

I say

k=0 (1)

\mathbb{R}\ni i^{i}=e^{-\frac{\pi}{2}} (2)

k=1 (3)

\mathbb{R}\ni i^{i}=e^{-\frac{5\pi}{2}}\neq e^{-\frac{\pi}{2}}\substack{(2)\\\displaystyle{=}} i^{i}\in\mathbb{R} (4)

Do you see something fishy...? :rolleyes: You're working with very real numbers...No more multivalued functions...

Daniel.
 
  • #12
Okay,now here's what u and Max Cohen wanted to write.

i^{i}=e^{-\frac{\pi}{2}+2ki\pi} \ ,\ k\in\mathbb{Z}

Daniel.
 
  • #13
No, that's not what I wanted to write. I meant that i^i has an infinite number of real, distinct values as given by the general form. The form you wrote trivially gives only a single real value.

My first form was wrong because it generated values for (-i)^i as well. But this form is definitely right.

Complex exponentiation is multivalued, and yes, it can even give an infinite number of distinct real results.
 
Last edited:
  • #14
Nope.Everything is in terms of real numbers.U use equality sign,and the reals have a funny way of behaving way when in the presence of the equality sign...

i^{i}=:a\in\mathbb{R}

You're telling me that a=e^{-\frac{\pi}{2}}=e^{-\frac{5\pi}{2}}=e^{-\frac{9\pi}{2}}=...

and that's profoundly incorrect.

Daniel.
 
  • #15
dextercioby said:
i^{i}=:a\in\mathbb{R}

You're telling me that a=e^{-\frac{\pi}{2}}=e^{-\frac{5\pi}{2}}=e^{-\frac{9\pi}{2}}=...

and that's profoundly incorrect.

This isn't what he's saying. He's saying that you have many different choices for i^i:=e^{i\log{i}}. log is a multivalued function, \log{i}=\pi i/2+2\pi i k for any integer k. The choice of k chooses the branch of log you are working with. So i^i=e^{i(\pi i/2+2\pi i k)}=e^{-\pi /2-2\pi k} and the different values of k give different values of i^i, depending on which branch of log you're using. e^{-\frac{\pi}{2}},e^{-\frac{5\pi}{2}},e^{-\frac{9\pi}{2}},\ldots are all valid answers for i^i, just as \pi i/2,5\pi i/2,9\pi i/2,\ldots are all valid answers for log(i).
 
  • #16
shmoe said:
This isn't what he's saying. He's saying that you have many different choices for i^i:=e^{i\log{i}}. log is a multivalued function, \log{i}=\pi i/2+2\pi i k for any integer k. The choice of k chooses the branch of log you are working with. So i^i=e^{i(\pi i/2+2\pi i k)}=e^{-\pi /2-2\pi k} and the different values of k give different values of i^i, depending on which branch of log you're using. e^{-\frac{\pi}{2}},e^{-\frac{5\pi}{2}},e^{-\frac{9\pi}{2}},\ldots are all valid answers for i^i, just as \pi i/2,5\pi i/2,9\pi i/2,\ldots are all valid answers for log(i).


^Exactly. :smile:
 
  • #17
Alright.Point taken.:smile: I never thought of it this way before,so i have a reason to thank you.

Daniel.
 
  • #18
dextercioby said:
Alright.Point taken.:smile: I never thought of it this way before,so i have a reason to thank you.

Daniel.

Cool. :smile: Perhaps the orig. poster was not right when he said math is weird, but math certainly is beautiful and mysterious. ;)
 
  • #19
Curious3141 said:
Cool. :smile: Perhaps the orig. poster was not right when he said math is weird, but math certainly is beautiful and mysterious. ;)
"The arcane pleasures of abstruse maths is only for the select few of lofty intellect and weird speech patterns"

Was that what you meant?..:wink:
 
  • #20
arildno said:
"The arcane pleasures of abstruse maths is only for the select few of lofty intellect and weird speech patterns"

Was that what you meant?..:wink:

Oooh, I have goosebumps. LOL. :biggrin:
 
Back
Top