Splitting an exponential complex number into real and imaginary parts

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 12K views
dan5
Messages
9
Reaction score
0
e-z2

where z is a complex number a+ib
 
Physics news on Phys.org
Welcome to PF, dan5! :smile:

Can you calculate -z2?

-z2 should be of the form c + id.

According to Euler's formula, we have ##e^{c+id} = e^c ( \cos d + i \sin d )##.
So the real part is ##e^c \cos d## and the imaginary part is ##e^c \sin d##.
 
Ahhh now I see, thanks to you, and to Euler!