Waveguides and transmission lines: TE, TM, TEM modes and the cutoff frequency
Anchor (Master): Jackson, Classical Electrodynamics, 3rd ed. (1999), Ch. 8.1-8.5; Collin, Field Theory of Guided Waves, 2nd ed. (1991)
Intuition Beginner
A waveguide is a hollow metal tube that guides electromagnetic waves from one end to the other. Unlike an antenna that radiates in all directions, a waveguide confines the wave to travel along the tube. The most common shape is a rectangular waveguide — a metal pipe with a rectangular cross-section.
Not all frequencies can travel through a waveguide. Each waveguide has a cutoff frequency below which the wave is reflected back and cannot propagate. The cutoff depends on the width of the guide: wider guides support lower frequencies. For a rectangular waveguide of width , the cutoff for the lowest mode is .
There are three types of waveguide modes, classified by which field components are transverse (perpendicular to the direction of propagation):
- TEM (Transverse ElectroMagnetic): both E and B are transverse. Found in coaxial cables and two-wire lines, not in hollow pipes.
- TE (Transverse Electric): E is entirely transverse, B has a longitudinal component. The dominant mode in rectangular waveguides.
- TM (Transverse Magnetic): B is entirely transverse, E has a longitudinal component.
A coaxial cable carrying TV signals uses the TEM mode — the simplest and most broadband. A microwave oven feed uses the TE mode of a rectangular waveguide. Waveguides are essential for radar, satellite communications, and particle accelerators.
Visual Beginner
| Mode | Found in | ||
|---|---|---|---|
| TEM | 0 | 0 | Coaxial cable, two-wire line |
| TE | 0 | Non-zero | Rectangular waveguide |
| TM | Non-zero | 0 | Rectangular waveguide (higher order) |
Worked example Beginner
A rectangular waveguide has width cm and height cm. The cutoff frequency for the dominant TE mode is:
GHz.
Frequencies below 6.52 GHz cannot propagate. The waveguide is used for X-band radar (8-12 GHz), which is above the cutoff.
At GHz, the guide wavelength is:
cm.
The guide wavelength (4.0 cm) is longer than the free-space wavelength (3.0 cm) because the wave bounces off the walls, zigzagging down the guide.
Check your understanding Beginner
Formal definition Intermediate+
Waveguide geometry. A waveguide is a cylindrical metal tube of arbitrary cross-section extending in the -direction. The walls are perfect electric conductors (PEC). For a rectangular waveguide: cross-section with .
Mode decomposition. The fields in a waveguide are decomposed into modes with definite -dependence where is the propagation constant. The transverse fields satisfy the two-dimensional Helmholtz equation:
where is the cutoff wave number and is either (TM modes) or (TE modes). The boundary conditions are:
- TM: on the wall (Dirichlet)
- TE: on the wall (Neumann)
Dispersion relation. The propagation constant is:
where and is the cutoff frequency. For : is real and the mode propagates. For : is imaginary and the mode is evanescent (exponentially decaying).
Phase and group velocities.
The product . The phase velocity exceeds (the wavefronts move faster than light), but the group velocity (which carries information and energy) is always less than .
Rectangular waveguide modes. For a rectangular guide of dimensions :
The TE mode (, ) has the lowest cutoff: .
TEM mode. The TEM mode requires (zero cutoff frequency) and exists only in structures with two conductors. The fields satisfy Laplace's equation in the transverse plane. The voltage and current on the transmission line satisfy the telegrapher's equations:
where and are the inductance and capacitance per unit length. The characteristic impedance is and the wave speed is .
Key derivation Intermediate+
Derivation (TE mode of a rectangular waveguide).
Theorem. The dominant TE mode of a rectangular waveguide of dimensions has cutoff frequency , field components , and guide wavelength .
Proof. For TE modes, and . The TE mode has , : .
The transverse fields are obtained from using the standard TE relations:
The cutoff wave number is and . The cutoff frequency is , i.e., .
The guide wavelength is .
Bridge. The waveguide mode theory builds toward a complete description of guided electromagnetic wave propagation. The foundational insight is that the boundary conditions on the conducting walls quantise the allowed modes, producing discrete cutoff frequencies. The central message is that each mode behaves like a separate transmission channel with its own dispersion relation, phase velocity, and group velocity. This is exactly the same mathematical structure as quantum mechanical wavefunctions in a box. Putting these together, the waveguide modes generalise to cavity resonators 10.04.05 (standing waves in a closed box), the attenuation is determined by the skin depth 10.04.03 on the guide walls, and the TEM mode provides the basis for transmission line theory used in all RF engineering.
Exercises Intermediate+
Lean formalization Intermediate+
Mathlib has the Laplacian eigenvalue problem in rectangular domains but does not contain the waveguide mode classification, the cutoff frequency formulas, the guide wavelength, the phase/group velocity relations, or the telegrapher's equations. lean_status: none.
Advanced results Master
Circular waveguides. A circular waveguide of radius supports modes based on Bessel functions. The TE mode (cutoff ) is the dominant mode, followed by TM (). The TE mode has the special property that its attenuation decreases with increasing frequency — making it attractive for long-distance millimetre-wave transmission.
Mode coupling. Imperfections in a waveguide (bends, twists, discontinuities) couple energy between modes. The coupled-mode theory describes the power transfer:
where is the amplitude of mode and is the coupling coefficient. Phase-matched coupling () transfers power efficiently between modes.
Optical fibers. An optical fiber is a dielectric waveguide: a core of index surrounded by cladding of index . The modes are hybrid (HE and EH modes, with both and nonzero). Single-mode fibers have a core diameter small enough that only the HE mode propagates, eliminating intermodal dispersion and enabling long-distance communication at terabit data rates.
Synthesis. Waveguide theory provides the mathematical framework for understanding all guided electromagnetic wave propagation, from microwave radar to optical fiber communications. The foundational insight is that the conducting (or dielectric) boundary quantises the allowed field patterns into discrete modes, each with its own cutoff frequency and dispersion relation. The central message is that the mode decomposition reduces a complex three-dimensional wave problem to a set of independent one-dimensional propagation problems, one per mode. Putting these together, the waveguide mode theory generalises to cavity resonators 10.04.05, the skin depth 10.04.03 determines the wall losses, and the TEM mode provides the foundation for transmission line theory in all RF and microwave engineering.
Full proof set Master
Proposition (Completeness of waveguide modes). The TE and TM modes of a rectangular waveguide form a complete set: any field distribution in the waveguide can be expanded as a superposition of modes.
Proof. The transverse field components of each mode satisfy the Helmholtz equation with either Dirichlet (TM) or Neumann (TE) boundary conditions on the rectangle . The eigenfunctions (for TE) or (for TM) form orthogonal sets:
By the spectral theorem for the self-adjoint operator on the rectangle with PEC boundary conditions, these eigenfunctions form a complete orthogonal basis for . Any square-integrable transverse field can be expanded in this basis.
Connections Master
- EM waves
10.04.02are the building blocks; waveguide modes are constrained superpositions of plane waves. - Plane waves in matter
10.04.03provide the skin depth that determines waveguide wall losses. - Cavities
10.04.05are waveguides closed at both ends, forming standing-wave resonators. - Maxwell equations
10.04.01are the governing equations from which all mode properties are derived. - Green's functions
10.08.01can be expanded in waveguide modes for boundary-value problems.
Historical & philosophical context Master
Waveguide theory was developed independently by several groups during the 1930s. George C. Southworth at Bell Labs and Wilmer L. Barrow at MIT independently demonstrated waveguide propagation in 1936. The theoretical framework was developed by Chu (1938), Schelkunoff (1943), and others during the rapid development of radar technology in World War II.
The distinction between phase velocity and group velocity in waveguides caused considerable confusion. Sommerfeld and Brillouin (1914) had already resolved the apparent paradox of superluminal phase velocities in dispersive media, showing that the front velocity (not the phase or group velocity) determines the signal speed and always satisfies .
Optical fiber waveguides were proposed by Kao and Hockham (1966) and first demonstrated with losses below 20 dB/km by Corning in 1970. Single-mode fiber (1983) revolutionised telecommunications by eliminating modal dispersion.
Bibliography Master
- Southworth, G. C., "Hyper-frequency wave guides," Bell Sys. Tech. J. 15, 284-309 (1936).
- Schelkunoff, S. A., "Electromagnetic Waves in Conducting Tubes," Phys. Rev. 63, 232 (1943).
- Kao, K. C. and Hockham, G. A., "Dielectric-fibre surface waveguides for optical frequencies," Proc. IEE 113, 1151-1158 (1966).
- Jackson, J. D., Classical Electrodynamics, 3rd ed. (Wiley, 1999).
- Collin, R. E., Field Theory of Guided Waves, 2nd ed. (IEEE Press, 1991).