Interaction of EM waves with media at boundaries

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
barnflakes
Messages
156
Reaction score
4
Please see the diagram attached, I don't understand how my lecturer is resolving the E-field in the perpendicular case.

He obtains:

[tex]E_i = \bold{y} e^{-i\omega(t - \frac{n_1}{c} (-xsin \theta_i - z cos \theta_i))}[/tex]

How has he obtained the [tex](-xsin \theta_i - z cos \theta_i)[/tex] part from that diagram? What are x and z in that expression? As far as I can see, the E field is perpendicular to the plane of incidence so why does it have those components? Just to reiterate I'm talking about the E field being polarised perpendicular to the plane, so the right hand diagram.

Cheers guys.
 

Attachments

  • diagram%20for%20reflection%20at%20interface.jpg
    diagram%20for%20reflection%20at%20interface.jpg
    23.3 KB · Views: 484
Physics news on Phys.org
The general wave equation of a plane wave is of the form:

[tex]e^{-i\omega t + i\mathbf{k}\cdot\mathbf{r}}[/tex]

The direction of propagation is the unit vector of \mathbf{k} and the phase velocity and frequency is related to the magnitude of \mathbf{k}. We can easily see that the wave number in your case is

[tex]k = \frac{\omega n_1}{c}[/tex]

as we would expect. The rest of the equation is just \hat{k} dotted with the position vector which is described in reference to the incident angle.

Polarization has to do with the direction that the electric and magnetic field vectors point. In this case, we see that the TE case, the electric field must point along the \hat{y} direction, as it does in your given equation.
 
Thank you born2bwire, that's explained it very well and I understand it perfectly, I think. I tried to do the same thing with the parallel case from the diagram he has provided.

Can you confirm the following equations I got:

[tex]E_i = (-\hat{x} cos\theta_i + \hat{z}sin \theta_i)E_{i0} e^{-i\omega(t - \frac{n_1}{c} (-xsin \theta_i - z cos \theta_i))}<br /> <br /> H_i = \hat{y}\frac{E_{i0}}{Z1} e^{-i\omega(t - \frac{n_1}{c} (-xsin \theta_i - z cos \theta_i))}[/tex]

Similarly,

[tex] <br /> E_r = (-\hat{x} cos\theta_r - \hat{z}sin \theta_r)E_{r0} e^{-i\omega(t - \frac{n_1}{c} (-xsin \theta_r + z cos \theta_r))}<br /> <br /> H_r = \hat{y}\frac{E_{r0}}{Z1} e^{-i\omega(t - \frac{n_1}{c} (-xsin \theta_r + z cos \theta_r))}[/tex]

and

[tex]E_t = (-\hat{x} cos\theta_t + \hat{z}sin \theta_t)E_{t0} e^{-i\omega(t - \frac{n_2}{c} (-xsin \theta_t - z cos \theta_t))}<br /> <br /> H_i = \hat{y}\frac{E_{t0}}{Z2} e^{-i\omega(t - \frac{n_2}{c} (-xsin \theta_t - z cos \theta_t))}[/tex]

So using the fact that the tangential components of E and H are continuous across the boundary at z = 0 and t = 0, it should give

[tex]\frac{E_{i0}}{Z1} + \frac{E_{r0}}{Z1} = \frac{E_{t0}}{Z2}[/tex]

and [tex]E_{i0}cos\theta_i + E_{r0}cos\theta_r = E_{t0}cos\theta_t[/tex]

Have I done that correctly? I only ask because my lecturer has something different and I'm not sure if he's made the mistake or I have. Thank you.