Impedance vs. Resistance: Understanding the Differences

If there’s one pair of terms that gets used interchangeably far too often in the field, it’s impedance and resistance. I get why it happens, both are measured in ohms, both describe some form of opposition to electrical current, and in a lot of casual conversation the distinction doesn’t seem to matter. But when you’re working with communications cabling, RF systems, or any AC circuit, the difference between these two concepts is absolutely critical, and confusing them leads to real design and troubleshooting errors.

Resistance: The Simple Case

Resistance is the opposition to current flow that exists regardless of whether the current is AC or DC, and regardless of frequency. It comes from the physical properties of a material, primarily its resistivity, along with the conductor’s length and cross-sectional area. Resistance converts electrical energy directly into heat, and it does so consistently whether you’re dealing with a steady DC current or an AC signal.

The fundamental relationship is Ohm’s Law:

$$R = \frac{V}{I}$$

Where $R$ is resistance in ohms, $V$ is voltage, and $I$ is current.

Resistance is a scalar quantity. It has magnitude but no phase or directional component. A 100-ohm resistor is 100 ohms whether the current through it is rising, falling, or steady, and the voltage across it stays perfectly in phase with the current through it at all times.

Impedance: The Full Picture in AC Circuits

Impedance is a broader concept that applies specifically to AC circuits, and it includes resistance as one component, but it also includes reactance, the frequency-dependent opposition contributed by inductance and capacitance. Impedance is represented as a complex number, meaning it has both a magnitude and a phase angle, because reactive components cause voltage and current to shift out of phase with each other.

The formula for impedance in a circuit combining resistance and reactance is:

$$Z = R + jX$$

Where $Z$ is impedance, $R$ is resistance, $X$ is net reactance (inductive reactance minus capacitive reactance), and $j$ is the imaginary unit used to represent the 90-degree phase shift that reactance introduces relative to resistance.

The magnitude of impedance, which is what you’d measure with many practical instruments, is calculated as:

$$|Z| = \sqrt{R^2 + X^2}$$

And the phase angle between voltage and current is:

$$\theta = \arctan\left(\frac{X}{R}\right)$$

Why the Phase Angle Matters

This is the piece that resistance alone simply doesn’t have. In a purely resistive circuit, voltage and current rise and fall together, perfectly in sync. In a circuit with significant reactance, whether from inductance or capacitance, voltage and current become offset in time relative to each other. Inductive reactance causes current to lag voltage, capacitive reactance causes current to lead voltage. This phase relationship affects power delivery, signal timing, and how energy moves through a circuit in ways that resistance alone can’t capture.

A Concrete Comparison Example

Let’s compare a resistor and a real-world cable segment to make this tangible.

Resistor example: A 50-ohm resistor connected to both a DC source and a 1 MHz AC source will show exactly 50 ohms of opposition in both cases. Nothing changes with frequency.

Cable example: A coaxial cable might have a DC resistance (measured with an ohmmeter, essentially just the resistance of the copper conductor) of only a few ohms over its length. But its characteristic impedance, the value that actually matters for signal transmission, might be 50 or 75 ohms, a completely different number derived from the cable’s distributed inductance and capacitance per unit length, not from its simple DC resistance. This is exactly why you can’t test a coaxial or twisted pair cable’s impedance with a basic multimeter, an ohmmeter only measures DC resistance, and that number tells you almost nothing about how the cable behaves at the frequencies it’s actually designed to carry.

Step-by-Step: Calculating Impedance in a Simple RLC Circuit

Let’s work through calculating impedance for a series circuit with a 100-ohm resistor, a 50 mH inductor, and a 200 nF capacitor, operating at a frequency of 1 kHz.

  1. Calculate inductive reactance: $X_L = 2\pi f L = 2\pi \times 1000 \times 0.05 = 314.16\ \Omega$
  2. Calculate capacitive reactance: $X_C = \frac{1}{2\pi f C} = \frac{1}{2\pi \times 1000 \times 0.0000002} = \frac{1}{0.001257} \approx 795.8\ \Omega$
  3. Calculate net reactance: $X = X_L – X_C = 314.16 – 795.8 = -481.64\ \Omega$ (negative indicates the circuit is net capacitive at this frequency)
  4. Calculate impedance magnitude: $|Z| = \sqrt{R^2 + X^2} = \sqrt{100^2 + (-481.64)^2} = \sqrt{10{,}000 + 231{,}977} = \sqrt{241{,}977} \approx 491.9\ \Omega$
  5. Calculate phase angle: $\theta = \arctan(X/R) = \arctan(-481.64/100) = \arctan(-4.8164) \approx -78.3°$

This tells us that at 1 kHz, this circuit presents about 492 ohms of impedance to an AC source, with current leading voltage by roughly 78 degrees due to the dominant capacitive reactance. None of that phase or frequency-dependent behavior would show up if you just measured the resistor’s value alone with an ohmmeter.

Characteristic Impedance in Cabling

In communications cabling specifically, characteristic impedance is a distinct and extremely important concept. It’s the impedance a signal “sees” as it travels along a cable, determined by the cable’s per-unit-length inductance and capacitance (approximately $Z_0 = \sqrt{L/C}$ for a lossless line at high frequency). This is why twisted pair Ethernet cable is manufactured to a nominal 100-ohm characteristic impedance, and coaxial cable is commonly manufactured to either 50 or 75 ohms depending on the application.

Matching characteristic impedance throughout a cabling system, from the cable itself to connectors, patch panels, and terminated equipment, is essential to prevent signal reflections. Any impedance mismatch along the path causes part of the signal to reflect back toward the source rather than continuing to the destination, which shows up as return loss on cable certification tests and can cause data errors, particularly at higher frequencies where these effects become more pronounced.

Real-World Communications Applications

Ethernet cabling: Cat5e through Cat8 cables are all specified with a nominal 100-ohm impedance. Connectors, patch panels, and terminations all need to maintain that impedance within a specified tolerance to avoid signal reflection issues, especially critical for higher-speed standards like 10GBASE-T.

Coaxial cable: RF and video applications typically use 50-ohm (common in RF, radio, and networking applications like older 10BASE2 Ethernet) or 75-ohm (common in video and cable TV distribution) coaxial cable. Mixing 50-ohm and 75-ohm components in the same system introduces a mismatch that degrades signal quality.

Audio and telephony: Telephone lines and some audio circuits deal with impedance matching too, though often at much lower frequencies where the effects are less dramatic but still relevant, particularly for long analog telephone loops.

Complex Number Representation of Impedance

It’s worth spending a bit more time on why impedance is treated as a complex number rather than a simple magnitude, because this representation isn’t just mathematical formality, it captures real physical behavior. Impedance can be written in rectangular form as $Z = R + jX$, or equivalently in polar form as $Z = |Z|\angle\theta$, where $|Z|$ is the magnitude and $\theta$ is the phase angle.

These two forms are mathematically interchangeable and useful in different situations. Rectangular form is convenient when adding impedances in series, since you simply add the real (resistive) and imaginary (reactive) parts separately. Polar form is more convenient when multiplying or dividing impedances, or when you specifically want to know the magnitude and phase relationship in a more intuitive, directly measurable form. Engineers move between these representations constantly depending on the calculation being performed, and most scientific calculators and circuit simulation tools handle this conversion automatically, but understanding what’s actually happening underneath that conversion helps make sense of why AC circuit analysis looks so different from simple DC resistive analysis.

Impedance Matching and the Maximum Power Transfer Theorem

A closely related concept worth understanding is impedance matching for maximum power transfer. In DC circuits, maximum power is transferred to a load when the load resistance equals the source’s internal resistance. In AC circuits, the equivalent condition for maximum power transfer occurs when the load impedance is the complex conjugate of the source impedance, meaning equal resistance but reactance of equal magnitude and opposite sign (so the reactances cancel out).

This principle underlies why RF and communications systems are so carefully designed around standard impedance values (50 ohms, 75 ohms, 100 ohms depending on application). When source, cable, and load impedances are all matched, maximum power transfers through the system with minimal reflection. Any mismatch along that chain doesn’t just reduce power transfer efficiency, it also creates standing waves and reflections that can distort signal timing and amplitude, a particularly serious concern for digital communications systems where signal integrity, not just raw power transfer, is the primary concern.

How Return Loss Relates to Impedance Mismatch

Return loss is the practical, measurable consequence of impedance mismatch that technicians actually deal with during cable certification and troubleshooting. It’s expressed in decibels and represents the ratio between the power sent down a cable and the power reflected back due to impedance discontinuities. The formula relating return loss to the reflection coefficient is:

$$RL_{(dB)} = -20 \times \log_{10}|\Gamma|$$

Where $\Gamma$ (the reflection coefficient) is calculated from the ratio of the impedance mismatch: $$\Gamma = \frac{Z_{load} – Z_0}{Z_{load} + Z_0}$$ with $Z_0$ being the characteristic impedance of the line and $Z_{load}$ being the impedance of whatever it’s connected to.

A perfectly matched system ($Z_{load} = Z_0$) has a reflection coefficient of zero, meaning theoretically infinite return loss (no reflection at all). In practice, cabling standards specify minimum return loss values (higher numbers indicating less reflection and better performance) that cabling and connecting hardware must meet at various frequencies to be certified for a given category rating. This is a direct, practical, testable manifestation of the impedance concepts discussed throughout this article, and it’s one of the primary tests run during structured cabling certification.

Common Mistakes

Testing cable “impedance” with a basic multimeter. A multimeter measures DC resistance, which is a completely different property from a cable’s AC characteristic impedance. Proper impedance testing requires a time-domain reflectometer (TDR) or a cable certifier designed for the purpose.

Assuming low resistance means good cable performance. A cable can have excellent (low) DC resistance and still perform terribly at high frequencies if its impedance characteristics are inconsistent or mismatched to the connected equipment.

Ignoring impedance matching at connectors and terminations. Even a small impedance mismatch at a connector or patch panel can introduce measurable reflections, especially as data rates increase and wavelengths shrink relative to the physical dimensions of the connector.

Forgetting that impedance is frequency dependent. A component’s impedance at 1 kHz can be entirely different from its impedance at 1 MHz. Any impedance figure needs a frequency reference to actually mean something in an AC context.

Skin Effect and Its Influence on High-Frequency Resistance

There’s one more wrinkle worth understanding that bridges resistance and impedance concepts: skin effect. At higher frequencies, AC current doesn’t distribute evenly across a conductor’s entire cross-section the way DC current does. Instead, it tends to concentrate near the outer surface of the conductor, effectively reducing the usable cross-sectional area for current flow and increasing the conductor’s effective AC resistance compared to its DC resistance.

This effect becomes more pronounced as frequency increases, which is exactly why a cable’s DC resistance measurement (taken with a simple ohmmeter) becomes progressively less representative of its actual behavior at higher data transmission frequencies. The skin depth, the thickness of the layer near the conductor’s surface where most of the current actually flows, is calculated as:

$$\delta = \sqrt{\frac{\rho}{\pi f \mu}}$$

Where $\delta$ is skin depth, $\rho$ is the conductor’s resistivity, $f$ is frequency, and $\mu$ is the material’s magnetic permeability.

At the frequencies used in modern high-speed data cabling, skin effect meaningfully increases effective conductor resistance compared to the simple DC value, contributing to the overall attenuation a signal experiences over a cable run. This is part of why insertion loss specifications in cabling standards increase with frequency in a way that isn’t purely explained by dielectric losses in the insulation alone, conductor-related skin effect losses are a real, additive contributor that engineers account for when modeling and specifying cable performance across the full frequency range a given category of cable is expected to support.

Troubleshooting Tips

When troubleshooting suspected impedance-related issues in a communications cabling system, a TDR is the right tool, since it can pinpoint the exact location along a cable where an impedance discontinuity occurs, whether from a manufacturing defect, physical damage, a bad splice, or a mismatched connector. Return loss measurements from a cable certifier also give a quick indication of overall impedance consistency across a cable run without needing to pinpoint an exact fault location.

A Quick Reference Summary

To bring the practical side of this together: use a multimeter for basic DC resistance checks (continuity, opens, shorts, gross conductor faults), but reach for a TDR or certified cable tester whenever you need to verify actual AC impedance behavior, return loss, or locate a subtle discontinuity along a run. Never assume a clean DC resistance reading guarantees good high-frequency performance, and always confirm the frequency context whenever a reactance or impedance figure is quoted, since these values are meaningless without it.

Key Takeaways

Resistance is a simple, frequency-independent opposition to current flow, applicable in both AC and DC circuits, and it’s a purely scalar quantity. Impedance is the broader, frequency-dependent concept that applies to AC circuits, combining resistance with reactance into a complex quantity that includes both magnitude and phase. In communications cabling, characteristic impedance is a design and performance parameter distinct from simple DC resistance, and understanding this difference is essential for anyone working with signal transmission, cable testing, or RF and networking systems.

Total
0
Shares

Leave a Reply

Previous Post
How Noise is Generated in Communications Cabling and Components

How Noise is Generated in Communications Cabling and Components

Next Post
Understanding Signal-to-Noise Ratio (SNR): Key to Optimizing Communication Systems

Understanding Signal-to-Noise Ratio (SNR): Key to Optimizing Communication Systems

Related Posts