In a paper I am reading it states that
since the electric potential (and field) have sinusoidal time dependence, then
\Phi(\textbf{x},t)=\Phi(\textbf{x})e^{i\omega t}
Why would this equation be true?
Why shoudnt the equations read
\Phi(\textbf{x},t)=Im(\Phi(\textbf{x})e^{i\omega t})
Thanks in advance for your replies.
jtbell
Sep30-08, 05:07 PM
Using imaginary exponentials to describe oscillatory or wave motion of real quantities is an extremely common practice, because it simplifies many mathematical manipulations.
It's so common that most authors (except in introductory textbooks) assume that the reader knows that you have to take either the real part or the imaginary part at the end of a calculation, to get the actual physically observable behavior.
Apteronotus
Oct1-08, 09:53 AM
Thank you for your reply jtbell.
I'm not entirely sure that your statement is true in this particular case. Since upon taking the derivative of the potential with respect to t the author arrives at:
the i term would not be appearing in the answer to the partial derivative.
I am wondering if there is any physics that states that ...
a sinusoidal time dependent field can be represented by a complex function.
jtbell
Oct1-08, 12:04 PM
Electric potential is a real quantity, so it must actually be either a (real) sine or cosine. This method generalizes it to a complex exponential to simplify some of the math. At the end you "un-generalize" it by taking the real or imaginary part depending on whether you started out with a cosine or a sine. This procedure is so common that few authors spell out all the steps explicitly.
Starting with a real function in the form of a sine, for example, and making all the steps explicit:
\Phi = A \sin (\omega t)
\Phi = Im (A e^{i \omega t})
\frac{d \Phi}{dt} = Im (i \omega A e^{i \omega t})
\frac{d \Phi}{dt} = Im (i \omega A (\cos (\omega t) + i \sin (\omega t)))
\frac{d \Phi}{dt} = Im (i \omega A \cos (\omega t) - \omega A \sin (\omega t))
\frac{d \Phi}{dt} = \omega A \cos (\omega t)
In this case people often say simply, "let \Phi = A e^{i \omega t}". This is sloppy and incorrect, strictly speaking, but people do it anyway.
marcusl
Oct1-08, 12:34 PM
Note also that, by convention, physics and electrical engineering texts usually use Real parts rather than Imaginary.
jtbell
Oct1-08, 01:20 PM
Right, I usually start with cosines so I use the real part. I did this example with the imaginary part because the first post used it.
Apteronotus
Oct1-08, 03:26 PM
Yes jtbell,
I see now what you alluded to earlier. I took quite a stumble on this. Thank you very very much.