Impedance vs. Resistance: Why DC Math Fails at High Speeds
If you measure a 5-mil copper trace on a multimeter, it reads near zero ohms. But at 100 MHz, that same trace acts as a 50-ohm transmission line. This is the core of the impedance resistance confusion: resistance (R) is the opposition to DC current flow, while impedance (Z) is the total opposition to AC current, incorporating resistance, inductive reactance (XL), and capacitive reactance (XC).
In high-speed digital design (anything with edge rates faster than 4ns), treating a PCB trace as a simple resistor guarantees signal integrity failures. The signal doesn't just travel down the trace; it propagates as an electromagnetic wave between the trace and its reference plane. When the wave hits a change in geometry—like a via, a connector, or a receiver pin with high input capacitance—the impedance changes. The wave reflects, causing ringing, overshoot, and false triggering.
To understand the physical reality of this, look at how trace geometry dictates both DC resistance and AC characteristic impedance (Z0) on a standard FR4 board (dielectric constant Er ≈ 4.2, 1oz copper).
| Trace Width | Length | DC Resistance (R) | AC Impedance (Z0) | Signal Integrity Impact if Mismatched |
|---|---|---|---|---|
| 5 mil | 1 inch | ~0.10 Ω | ~50 Ω | Standard 50Ω target; reflections cause >15% overshoot if unterminated. |
| 10 mil | 1 inch | ~0.05 Ω | ~40 Ω | Lower Z0; drives higher current, risks ground bounce on weak drivers. |
| 20 mil | 1 inch | ~0.025 Ω | ~30 Ω | Very low Z0; severe reflections if routed into a 50Ω receiver. |
| 10 mil (Split Plane) | 1 inch | ~0.05 Ω | >150 Ω (Spike) | Return path broken; massive inductive spike causes severe radiated EMI. |
As the table shows, a split ground plane doesn't change the DC resistance of the copper, but it destroys the AC impedance by forcing the high-frequency return current to detour around the gap. For a deeper dive into the math behind these reactances, refer to the All About Circuits guide on Impedance and Reactance.
Identifying the Dominant Coupling Paths in Mismatched Traces
When an impedance mismatch causes a signal to ring and bounce, that noise energy has to go somewhere. It couples into neighboring circuits through three distinct paths. Understanding which path is active dictates your fix.
- Conductive Coupling (Ground Bounce): When return currents are forced through a shared, narrow path (like a single ground pin on an IC or a thin ground trace instead of a plane), the high di/dt of the signal creates a voltage spike across the ground impedance. This lifts the local "ground" reference, causing logic errors in adjacent pins.
- Capacitive Coupling (Crosstalk): The electric field between the trace and adjacent traces acts as a parasitic capacitor. Fast edge rates (dv/dt) inject current into neighboring nets. This dominates in dense routing where the "3W rule" (spacing traces 3x their width apart) is violated.
- Radiated Coupling (EMI): The magnetic field generated by the signal and its return current forms a loop antenna. If an impedance mismatch causes a signal to cross a plane split, the return current loop area expands massively, radiating high-frequency noise into the air.
When an impedance mismatch causes localized signal degradation (ringing at the receiver), radiated coupling and capacitive coupling are the dominant paths that spread this noise to adjacent circuits. However, if the mismatch is caused by a poor return path (like a split plane), conductive coupling (ground bounce) dominates the local logic errors.
Ranked Fixes: From 1-Cent Resistors to Stackup Redesigns
Fixing impedance resistance mismatches requires matching the source, trace, and load. Here is the decision tree for fixes, ranked by cost and effectiveness for typical hobbyist and prosumer PCB designs (e.g., ESP32, STM32, or FPGA breakout boards).
- Series Termination Resistor (Cost: ~$0.01 | Effectiveness: High for Point-to-Point)
What is the cheapest fix that actually works? Placing a 22Ω to 33Ω 0402 resistor in series with the driver output, positioned within 5mm of the source pin. This adds resistance to the driver's low output impedance, damping the initial edge and preventing the signal from overshooting when it hits the high-impedance receiver. It turns the trace into an RC filter, slightly rounding the edge but killing reflections. - Maintain a Continuous Reference Plane (Cost: $0 if caught in CAD | Effectiveness: Highest)
Never route high-speed signals across splits in the ground plane. The high-frequency return current flows directly beneath the trace (the "image current"). If you break the plane, you break the impedance. Use stitching capacitors (100nF) if you absolutely must cross a split, but a solid plane is always better. - Controlled Impedance Stackup (Cost: +$15 to $30 to fab | Effectiveness: Highest for >50MHz)
If you are routing USB 2.0 (90Ω differential) or DDR memory, you must specify a controlled impedance stackup with your PCB fabricator (e.g., JLCPCB or PCBWay). They will adjust the dielectric thickness (prepreg) to guarantee your 5-mil trace yields exactly 50Ω ±10%.
Ferrite beads are NOT a universal cure for digital signal reflections. A ferrite bead is a frequency-dependent resistor that absorbs high-frequency energy. If you place one on a high-speed digital data line, it will destroy the signal edge, increase jitter, and cause bit errors. Ferrite beads belong on low-speed power rails and DC/DC converter outputs, not on SPI, I2C, or UART data lines.
A Note on Shielding: If you resort to shielded twisted-pair cables to fix radiated noise from an impedance mismatch, the shield MUST be terminated to the chassis via a 360-degree pigtail or a low-inductance ground pad. A flying "pigtail" wire turns the shield itself into a highly efficient antenna, making the radiated noise worse. For more on termination topologies, see the Analog Devices guide on Impedance Matching Techniques.
Proving the Fix: Before and After Oscilloscope Measurements
You cannot measure AC impedance with a standard digital multimeter; it only reads DC resistance. To prove your fix, you need an oscilloscope with a bandwidth at least 5x the signal's fundamental frequency (e.g., a 500 MHz scope for a 100 MHz clock) and a proper probing technique.
The Golden Rule of Probing: Never use the 6-inch alligator ground lead that comes with your passive probe. At 100 MHz, that wire acts as an inductor, ringing wildly and showing you the probe's resonance, not the signal's impedance mismatch. Always use the ground spring attachment directly at the probe tip.
Step-by-Step Measurement Method:
- Baseline (Before): Probe the receiver pin using the ground spring. Trigger on the rising edge. Measure the peak overshoot and undershoot. If overshoot exceeds 10% of VCC (e.g., >3.63V on a 3.3V rail) or undershoot drops below -0.5V, you have a severe impedance mismatch.
- Apply the Fix: Solder a 33Ω 0402 resistor in series at the source driver. Ensure it is within 5mm of the IC pin.
- Verify (After): Probe the receiver again. The rising edge will look slightly "slower" (rounded corner) due to the RC time constant formed by the resistor and the trace/receiver capacitance. However, the overshoot should drop to <2%, and the signal should settle cleanly within the first 20% of the unit interval (UI).
If you have access to a high-end scope with a TDR module (or a dedicated TDR meter like the Tektronix 1502), you can measure the exact impedance profile of the trace. A TDR sends a fast step edge and measures the reflections over time. A perfectly matched 50Ω trace shows a flat horizontal line. A via or connector mismatch will show up as a distinct "bump" (inductive) or "dip" (capacitive) in the ohms readout, allowing you to pinpoint the exact physical location of the mismatch on the PCB.
Mastering the difference between impedance and resistance is what separates a working prototype from a reliable product. By respecting the return path, applying cheap series termination, and verifying with proper high-bandwidth probing, you can eliminate signal noise without resorting to expensive board respins. For further reading on high-speed measurement techniques, review the Keysight Signal Integrity Basics documentation.






