Electromagnetism – Understanding Transverse Magnetic (TM) and Transverse Electric (TE) Modes

degrees of freedomelectromagnetismhomework-and-exerciseslinear systemsplasma-physics

I'm reading and working my way through "Plasmonics Fundamentals" by Stefan Maier and I've come across a step in the workings that I'm struggling to understand when working out the electromagnetic field equations at a dielectric-conductor interface. At the stage I'm stuck there are six coupled equations for the field components of $\vec{H}$ and $\vec{E}$:

The book proceeds to say this system of equations allows only two sets of self-consistent solutions. One where only $E_x$, $E_z$ and $H_y$ are nonzero (transverse magnetic modes) and one where only $H_x$, $H_z$ and $E_y$ are nonzero (transverse electric modes).

How has this conclusion been reached? How has this been solved to prove that there are two sets of solutions, where certain components are zero? Any pointers on how I can start figuring this out are very much appreciated.

—-EDIT 1—–

These equations can be reduced to those below by substituting $H_z$ and $E_z$ into appropriate corresponding equation:

$
\partial_z E_y = -i\omega \mu_0 H_x\\
\partial_z E_x = iCH_y\\
\partial_z H_y = i\omega\epsilon_0\epsilon E_x\\
\partial_z H_x = -iC'E_y
$

Which further reduce to two wave equations:

NEW QUESTION / FURTHER CLARIFICATION NEEDED: So I've got this far but I still can't understand why this produces two sets of self-consistent solutions. One where only $E_x$, $E_z$ and $H_y$ are nonzero (transverse magnetic modes) and one where only $H_x$, $H_z$ and $E_y$ are nonzero (transverse electric modes)?

Best Answer

Bare with me, I don't remember every little step, but I hope this derivation helps you.

First remember how a wave travels through a waveguide (dielectric).

$$ E(x,y,z) = E^{0}(x,y)e^{-\gamma z}$$ $$ H(x,y,z) = H^{0}(x,y)e^{-\gamma z}$$

Then consider Ampere's and Faraday's Laws for a source-free region. $$ \triangledown \times H = j\omega\epsilon E $$ $$ \triangledown \times E = -j\omega\mu H $$

This produces 3 equations each (for the x, y and z directions):

$$ 1) \frac{\partial E_{z}}{\partial y} + \gamma E_{y} = -j\omega\mu H_{x}$$ $$ 2) \frac{\partial E_{z}}{\partial x} + \gamma E_{x} = j\omega\mu H_{y}$$ $$ 3) \frac{\partial E_{y}}{\partial x} - \frac{\partial E_{x}}{\partial y} = -j\omega\mu H_{z}$$ $$ 4) \frac{\partial H_{z}}{\partial y} + \gamma H_{y} = j\omega\epsilon E_{x}$$ $$ 5) \frac{\partial H_{z}}{\partial x} + \gamma H_{x} = -j\omega\epsilon E_{y}$$ $$ 6) \frac{\partial H_{y}}{\partial x} - \frac{\partial H_{x}}{\partial y} = j\omega\epsilon E_{z}$$

We can combine (1) and (5) and combine (2) and (4) due to like terms to generate equations for $H_{x}$ and $E_{x}$ which become (7) and (9). We rearrange equations (3) and (6) for $H_{y}$ and $E_{y}$, respectively.

$$ 7) H_{x} = \frac{-\gamma}{h^2} \frac{\partial H_{z}}{\partial x} + \frac{j\omega\epsilon}{h^2} \frac{\partial E_{z}}{\partial y}$$

$$ 8) H_{y} = \frac{-\gamma}{h^2} \frac{\partial H_{z}}{\partial x} - \frac{j\omega\epsilon}{h^2} \frac{\partial E_{z}}{\partial x}$$

$$ 9) E_{x} = \frac{-\gamma}{h^2} \frac{\partial E_{z}}{\partial x} - \frac{j\omega\mu}{h^2} \frac{\partial H_{z}}{\partial y}$$

$$ 10) E_{x} = \frac{-\gamma}{h^2} \frac{\partial E_{z}}{\partial y} + \frac{j\omega\mu}{h^2} \frac{\partial H_{z}}{\partial x}$$

And remember $ h^{2} = \gamma^{2} + \beta^{2}$, where $\beta = \omega \sqrt{\mu\epsilon}$

Transverse components $E_{x}, E_{y}, H_{x}, H_{y}$ are expressed in terms of the longitudinal components $E_{z}, H_{z}$. And we are given three cases:

1) Transverse Electric (TE): $$ E_{z} = 0, H_{z} \neq 0$$

2) Transverse Magnetic (TM): $$ E_{z} \neq 0, H_{z} = 0 $$

3) Transverse Electromagnetic (TEM): $$ E_{z} = H_{z} = 0 $$

Where in the case of TEM modes equations (7) through (10) break down unless $ h = 0 $ meaning: $$ \gamma^{2} + \beta^{2} = 0 $$ $$ \gamma^{2} = -\beta^{2} $$ $$ \gamma = j\beta = j\omega\sqrt{\mu\epsilon} $$

Now here we need to bring in the Helmholtz equation to solve the partial differential for TE and TM modes: $$ \triangledown^{2} A + k^{2}A = 0 $$

In TE modes, we need $H_{z}$, which is our $A$ in the Helmholtz equation, and our factor $k^{2}$ is $\beta^{2}$.

Substituting: $$ \triangledown^{2} H_{z} + \beta^{2} H_{z} = 0 $$

Expand: $$ \frac{\partial^{2} H_{z}}{\partial x^{2}} + \frac{\partial^{2} H_{z}}{\partial y^{2}} + \frac{\partial^{2} H_{z}}{\partial z^{2}} + \beta^{2} H_{z} = 0 $$

$$ \frac{\partial^{2} H_{z}}{\partial z^{2}} = -\gamma^{2}H_{z}^{0}(x,y)e^{-\gamma z} $$

$$ \frac{\partial^{2} H_{z}^{0}}{\partial x^{2}} + \frac{\partial^{2} H_{z}^{0}}{\partial y^{2}} + (\gamma^{2} + \beta^{2})H_{z}$$ Since $h^{2}$ = $\gamma^{2} + \beta^{2}$ we conclude: $$ \frac{\partial^{2} H_{z}^{0}}{\partial x^{2}} + \frac{\partial^{2} H_{z}^{0}}{\partial y^{2}} + h^{2}H_{z} = 0$$

Repeat the same steps above for TM modes, where we need $E_{z}$

$$ \triangledown^{2} E_{z} + \beta^{2} E_{z} = 0 $$

And therefore: $$ \frac{\partial^{2} E_{z}^{0}}{\partial x^{2}} + \frac{\partial^{2} E_{z}^{0}}{\partial y^{2}} + h^{2}E_{z} = 0$$

Now the reason for there being only two sets of components is due to the fact that the wave propagates along a single direction given the waveguide. The key factor being that Electric and Magnetic Fields are ALWAYS perpendicular to eachother. This is a primary principle that Maxwell discovered. The two always travel together in electromagnetic waves.

For example:

enter image description here

Where in TM modes the electric field is in the direction perpendicular to that of propagation, so ONLY the magnetic field propagates within the waveguide, and vice versa for TE modes. This is why the electric or magnetic components are considered 0 (given that we're assuming z to be the direction of propagation).

So you have two instances for TM and TE waves, where the electric field is zero or the magnetic field is zero - why you have two sets of equations.

This differs in TEM modes where neither propagate in the direction of the waveguide, however at least two conductors are required for any TEM modes to exist.

Related Question