Sep 12, 2004 #1 Allday Messages 164 Reaction score 1 How do you evaluate this expression algebraically. <br /> e^{\sqrt{i}} <br />
Sep 12, 2004 #2 robphy Science Advisor Homework Helper Insights Author Gold Member Messages 7,252 Reaction score 2,740 Since i=exp(i*pi/2), you can determine easily sqrt(i) in polar form, then in rectangular form: a+bi. Then you can evaluate exp(a+bi).
Since i=exp(i*pi/2), you can determine easily sqrt(i) in polar form, then in rectangular form: a+bi. Then you can evaluate exp(a+bi).
Sep 12, 2004 #3 Tide Science Advisor Homework Helper Messages 3,072 Reaction score 0 If you take i = e^{i \frac {pi}{2}} then \sqrt i = e^{i \frac {pi}{4}}. Just write it in trig form and put into your expression.
If you take i = e^{i \frac {pi}{2}} then \sqrt i = e^{i \frac {pi}{4}}. Just write it in trig form and put into your expression.
Sep 12, 2004 #5 existence Messages 4 Reaction score 0 Not quite. Don't forget the second root exp[i(pi/4 + pi)].
Sep 13, 2004 #6 Allday Messages 164 Reaction score 1 Ahh yes, those pesky multiple values. That complex plane will eventually bend to my will.