Why do characteristic impedances matter only when traces are longer than half a wavelength?

A 1/4 wavelength trace or shorter can also have a substantial effect. The usual rule of thumb I've heard and used is that you can probably neglect transmission line effects when the length is less than 1/10 or 1/20 wavelength.

For a simple example, say you terminate a 1/4 wavelength line with an open circuit and drive it with a single-frequency source. After the signal reflects back to the source (1/4 wavelength away), it will look to the source like it's driving a short circuit instead of an open. That's a pretty substantial effect.

For more usual situation in digital design, you design the line as 50 ohms, and terminate the line with 50 ohms, but the actual characteristic impedance of the line might vary in production between 45 and 55 ohms. You want to know how big an effect that will have on signal integrity.

If the line is long, the signal propagates to the end, and reflects back. Then it propagates back to the source (which might not be well-matched at all) and reflects again. And so on. This produces a voltage at the load with a substantial ring on each rising and falling edge. The time it takes for this ring to die out is longer if the trace is longer because it takes time for those reflections to propagate back and forth.

On the other hand, if the line is very short (less than 1/10 wavelength at the "critical frequency" related to the rise- and fall-time of the digital signals), these reflections will all happen within the time the rising or falling edge is still in progress, and won't produce very much ring (overshoot or undershoot) at the load.

This is why you will often hear a rule of thumb that impedance control isn't needed when the trace length is a small fraction of the wavelength.


Some unscrupulous self promotion: Online Transmission Line Simulation

Adjusting the transmission line length vs. the signal frequency is equivalent to adjusting time delay (tDelay) vs. rise time (tRise).

Some interesting parameters: set tDelay=tRise/10. This is the case where the wavelength is much longer than the transmission line. Notice that the red trace will reflect from the far end multiple times before reaching the peak "on" level of 1V. However, each reflection is relatively small because the the voltage at the left of the red trace isn't significantly different form the drive level (blue trace). The signal was able to propagate to the target fast enough that the separation distance never became too significant.

Now repeat with a case of say tDelay=tRise/2. Notice that the driving source voltage separation from the red mismatched termination voltage significantly more. When the signal finally reaches the end of the transmission line, the reflection is quite severe. This mismatch between what the receiver thinks the drive voltage is and the true drive voltage dictates the magnitude of any reflections. Repeated reflections come because the reflection causes the line level to over-shoot the source level, but is smaller than the first reflection. The signal reflects repeatedly until the level settles to near the source voltage.


Long wavelength compared to the traces actually means that there is little voltage along the traces- one end is always almost the same voltage as the other end (compared to the magnitude of the signal) so the effect of reflections is minimal.

As @ThePhoton says you should be thinking 1/10 or 1/20 wavelength not 1/4.

If you think of waves of water in a narrow deep tank, and one side cannot be much higher than the other (10 times the wavelength, say), it becomes more like raising and lowering the water in the tank.