ben ebsworth
Algorithms

The Smith Chart is Geometry

What looks like a chart for radio engineers is really a Möbius transform drawn on the complex plane. A visual essay on why impedance matching is a question of circles, lines, and rotations.

#technology#algorithms#physics#electrical engineering

Every RF textbook opens with the same intimidating diagram — a unit circle with two families of curves: orange circles tangent to the left edge, blue arcs that sweep from the bottom to the top. The Smith chart. Most engineers learn to read it the way pilots read an artificial horizon: a pattern-recognition skill, built on a thousand hours of practice, divorced from any geometric intuition.

knobs

A Smith chart with a reflection coefficient Γ sweeping around as frequency varies along a mismatched line. The colour of the trace matches its position — orange when |Γ| < 0.5 (well matched), red when |Γ| > 0.7 (high SWR).

The chart exists because of a beautiful identity: the Möbius transform of the complex plane. Mapping one half-plane to a bounded disk collapses a calculation that requires infinite algebra in one direction into pure geometry in the other. The chart is not a tool. It is a picture of a transform.

This post builds the Smith chart from first principles — first geometrically, then algebraically — using the lab above as a working sketchpad. The objective is the same as always: replace memorised patterns with intuition you can defend in a conversation.

The problem the chart solves

In RF engineering, you often need to compute the reflection coefficient of a load — the ratio of a wave's reflected amplitude to its incident amplitude, for a signal bouncing off the end of a transmission line. The reflection coefficient is a complex number, typically denoted Γ:

Γ=ZLZ0ZL+Z0\Gamma = \frac{Z_L - Z_0}{Z_L + Z_0}
(1)The reflection coefficient of a load impedance on a transmission line.

where ZLZ_L is the load impedance (a complex number with resistive and reactive parts) and Z0Z_0 is the characteristic impedance of the line (typically 50Ω50\Omega real).

Here's the awkward bit. If you plot every possible load impedance as a point in the complex plane, with R on the real axis and X (reactance) on the imaginary axis, you get the impedance plane. The reflection coefficient Γ is a rational function of the load. Every possible Z_L occupies a unique point, but the same Z_L mapped through Γ lands in a different, more useful place.

The trade-off in the choice of plane

Impedance plane: bounded on the left by zero (a short circuit), unbounded to the right. A perfect open circuit is a point at infinity. The locus of "matched" loads is a single point, Z₀.

Reflection coefficient plane (Γ-plane): bounded, all values inside the unit disk. The locus of matched loads is the origin. Open and short are on the unit circle. A lossless line is a rotation around the origin.

The Smith chart is the Γ-plane, with the impedance overlay drawn back on top.

The mapping Z_L → Γ is a Möbius transform — the class of fractional linear transformations that map the extended complex plane to itself. Specifically:

Γ=ZLZ0ZL+Z0\Gamma = \frac{Z_L - Z_0}{Z_L + Z_0}

This maps the right half of the impedance plane (passive loads with R ≥ 0) to the interior of the unit disk in the Γ-plane. The boundary of the right half-plane (the imaginary axis, R = 0) maps to the unit circle. Infinity maps to Γ = 1 (open circuit at the right side of the disk).

The most important consequence: every passive load is inside the disk. Every unmatched load is somewhere in the disk, distance from the origin equal to the reflection magnitude. The visual answer to "how matched is this load?" is the distance from the origin, and the visual answer to "where is the mismatch?" is the angle.

The geometry: where the curves come from

A Möbius transform has one famously useful property for geometry: it maps circles and lines to circles and lines (where a line is a circle of infinite radius). This is why the Smith chart has such clean topology — the messy algebra of impedance arithmetic becomes a clean operation on circles.

The orange circles on the chart are constant-resistance circles. The locus of all loads ZLZ_L with the same resistive part R is a line in the impedance plane (Re[ZL]=R\text{Re}[Z_L] = R). Mapped through the Möbius transform, that line becomes a circle in the Γ\Gamma-plane, with:

  • Center: ΓR=R/Z0R/Z0+1\Gamma_R = \dfrac{R/Z_0}{R/Z_0 + 1}, on the real axis
  • Radius: 1R/Z0+1\dfrac{1}{R/Z_0 + 1}

Notice what happens as R varies:

  • R=0R = 0 (pure reactance): center at 0, radius 1 → the unit circle itself
  • R=Z0R = Z_0 (matched): center at 0.5, radius 0.5 → passes through the origin
  • R=R = \infty: center at 1, radius 0 → a single point at Γ=1\Gamma = 1 (open circuit)

The blue arcs are constant-reactance circles. The locus of all loads with the same reactive part X is a vertical line in the impedance plane (Im[ZL]=X\text{Im}[Z_L] = X). Mapped, that line becomes a circle whose center is offset from the real axis:

  • Center: (1, 1X/Z0)\left(1,\ \dfrac{1}{X/Z_0}\right), with imaginary part 1X/Z0\dfrac{1}{X/Z_0}
  • Radius: 1X/Z0\dfrac{1}{|X/Z_0|}

Positive reactances (inductive) produce circles in the upper half; negative reactances (capacitive) produce circles in the lower half. The boundary X = 0 is the real axis (resistive loads).

Why circles, and not some other curve

The fundamental theorem: any Möbius transform maps any circle or line to some circle or line. Since the impedance plane's constant-R and constant-X loci are lines (vertical and horizontal), the Γ-plane's loci are circles. This is not an accident of the specific transform — it is a structural property of all Möbius transforms.

The same identity is why Joukowski airfoil mappings in aerodynamics, Schwarz-Christoffel transformations in conformal mapping, and the z → (z−1)/(z+1) used in the Möbius ladder filter all produce circular structures.

The rotation: moving down a transmission line

A lossless transmission line of length \ell transforms the load impedance ZLZ_L by:

Zin=Z0ZL+jZ0tan(β)Z0+jZLtan(β)Z_{in} = Z_0 \cdot \frac{Z_L + j Z_0 \tan(\beta \ell)}{Z_0 + j Z_L \tan(\beta \ell)}
(2)Input impedance at the start of a lossless transmission line, looking into a load Z_L.

This is also a Möbius transform. Its action on the Γ\Gamma-plane is the simplest possible: a rotation about the origin by 2β2\beta \ell. The angle is twice the electrical length.

This is the property that makes the Smith chart so useful. As you walk down a transmission line, the reflection coefficient traces a circle of constant |Γ| (since rotation preserves magnitude). One full rotation of |Γ| as you walk one wavelength down the line. The orange circles of the chart become the loci of "this load impedance, but at different line lengths."

knobs

The Möbius transform z → (z−1)/(z+1) acting on a Cartesian grid. Lines become circles. The right half-plane maps to the unit disk — exactly the Smith chart's defining property.

The visual above is what the Möbius transform actually does: a Cartesian grid in the right half-plane (positive R, any X) becomes a family of circles inside the unit disk. The grid's vertical lines become the orange constant-R circles of the Smith chart. The grid's horizontal lines become the blue constant-X arcs. The transform is a stereographic projection of sorts — it folds the unbounded half-plane into a bounded disk in a way that preserves circles.

Reading the chart, geometrically

The typical RF design task: you have a load Z_L, you want to match it to Z₀, you have a stub of a fixed length to add. The procedure on a Smith chart is:

  1. Plot the normalised load. Compute z = Z_L / Z₀ (a dimensionless complex number). Find the point on the chart where the constant-R circle and the constant-X circle meet.
  2. Walk along a constant-|Γ| circle toward the source. A quarter wavelength lands you at a real impedance (purely resistive), with the same magnitude of mismatch.
  3. Add a stub in parallel — this is a movement along a constant-conductance circle (the chart is symmetric in impedance and admittance; the bottom half is the admittance Smith chart).
  4. Iterate: each element of the matching network is a rotation on the chart. The full network is a sequence of rotations landing at the origin.

On a properly drawn Smith chart, all of this reduces to: read the angle, draw an arc, read the angle, draw an arc. The math is being done visually.

The same problem on a calculator

A standalone calculation: rotate Γ by angle θ (line length ℓ), then find the impedance via Z = Z₀ (1+Γ)/(1−Γ), then convert to admittance via Y = 1/Z, then add a stub admittance, then convert back. The same procedure, six transformations, three or four complex divisions, every step susceptible to a sign error or a missing factor of two.

The chart collapses all of this to: one rotation, one point. The chart is a tool, but it is also a proof that the underlying operations are geometric.

Why this post exists

The Smith chart is a teaching case for a broader truth: the easiest computations often hide the deepest geometry. A well-drawn picture can be both a faster tool and a deeper proof. The same pattern shows up in:

  • The Argand diagram, where a complex multiply becomes a rotation-and-scale
  • The S-parameter flow graph, where a feedback loop becomes a Mason's-rule summation drawn in circles
  • Thevenin/Norton equivalent circuits, where any linear two-terminal network becomes a point on the (R, I) plane

The lab at the top of this post is a playground for the chart's geometry — drag the controls, watch the Γ vector sweep, observe how the line length is just a rotation. The lab above the "Walking down the line" section uses the conformal grid to show the underlying Möbius transform in action, mapping a Cartesian grid onto the chart's circles. The two labs are the same math, drawn two ways: the chart as a tool, the grid as the transform.

Reading further

  • Pozar, Microwave Engineering, 4th ed. — chapter 3, the cleanest derivation of the Smith chart from the Möbius transform
  • Gonzalez, Microwave Transistor Amplifiers, 2nd ed. — chapter 2, the impedance/admittance symmetry treated as a stereographic projection
  • Apostol, Modular Functions and Dirichlet Series in Number Theory — chapter 2, the deeper geometry: the upper half-plane and the modular group. The Smith chart is the same construction in disguise.
  • Needham, Visual Complex Analysis — chapter 3, the visual approach to Möbius transforms that grounds the chart's geometry in pictures