How can e^(1/z) be written using the definition of e^z?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 9K views
filter54321
Messages
36
Reaction score
0
How do you write e^(1/z) in the other form?

z = x+yi

So we should be able to right it using this definition of e^z, no?

e^z = e^x * [cos(y) + i * sin(y)]

I pushed some numbers around the page for a while but I can't get 1/(x+i*y) to split into anything nice. Is there a trick?
 
Physics news on Phys.org
...actually, I think I was confusing myself. The x,y in the definition don't have to be matching up with the x,y from the complex number z. The x,y in the definition correspond to the real and imaginary parts of an arbitrary complex z.Would you plug this into the definition?

real:
x/(x^2+y^2)

imaginary:
-y/(x^2+y^2)
 
filter54321 said:
...actually, I think I was confusing myself. The x,y in the definition don't have to be matching up with the x,y from the complex number z. The x,y in the definition correspond to the real and imaginary parts of an arbitrary complex z.


Would you plug this into the definition?

real:
x/(x^2+y^2)

imaginary:
-y/(x^2+y^2)

simple answer no.

z=x+iy

[Re]z = x [Im]z = y

or z= cosq +isinq => eiq

if you look in your textbook you should have all the definitions necessary
 
e^(1/z)
z = x + iy = e^itheta = cos(theta) + isin(theta)

e^(1/z) = e^(1/e^itheta) = e^(e^i(-theta)) = e^(cos(-theta) + isin(-theta)) = ...

can you go from here?