Superposition of Plane EM Waves Using Complex Notation

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 · 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?
 
on Phys.org
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!