Superposition of Plane EM Waves Using Complex Notation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
WWCY
Messages
476
Reaction score
15

Homework Statement



I have a simple problem relating to the superposition of plane EM waves that I'd to try out using complex notation. Could anyone run through the work to see if my understanding is right?

Many thanks in advance!

The incident E bit of the wave is
$$\vec{E}_I = E_0 \sin(ky - wt) \hat{z} = E_0 \cos(ky - wt - \frac{\pi}{2}) \hat{z}$$
The wave propagating opposite is
$$\vec{E}_R = E_0 \sin(-ky - wt) \hat{z} = E_0 \cos(-ky - wt - \frac{\pi}{2}) \hat{z}$$

I left out the B since it was really the same thing.

Homework Equations

The Attempt at a Solution


First I generalise them to complex notation
$$\vec{\tilde{E}}_I = E_0 e^{i(ky - wt - \frac{\pi}{2})} \hat{z} $$
$$\vec{\tilde{E}}_R = E_0 e^{i(-ky - wt - \frac{\pi}{2})} \hat{z} $$
Then summing them,
$$E_0 \big [ (e^{iky} + e^{-iky})e^{-i(wt + \frac{\pi}{2})} \big] \hat{z} = E_0 \big [ (2\cos(ky))e^{-i(wt + \frac{\pi}{2})} \big] \hat{z}$$
Finally I take the real part
$$E_0 \big [ (2\cos(ky)) \cos(wt + \frac{\pi}{2}) \big] \hat{z} = -2E_0 \cos(ky) \sin(wt) \hat{z}$$

Does this look right?
 
Physics news on Phys.org
There is a trig identity that says $$\sin a+\sin b=2\sin \left(\frac{a+b}{2} \right) \cos\left(\frac{a-b}{2} \right).$$ Your expression checks out. Note: This identity can be proven quite readily using complex exponentials, which is what you did.
 
kuruman said:
There is a trig identity that says $$\sin a+\sin b=2\sin \left(\frac{a+b}{2} \right) \cos\left(\frac{a-b}{2} \right).$$ Your expression checks out. Note: This identity can be proven quite readily using complex exponentials, which is what you did.

Thank you!