The reflection coefficient (Γ) is calculated by dividing the difference between two impedances by their sum: Γ = (Z_L − Z_0) / (Z_L + Z_0). This single formula applies across transmission lines, acoustics, and optics, with only the type of impedance changing depending on the domain. The result tells you what fraction of a wave bounces back when it hits a boundary between two materials or components.
The Core Formula
For a transmission line, the voltage reflection coefficient at the load is:
Γ = (Z_L − Z_0) / (Z_L + Z_0)
Z_L is the load impedance (what the wave encounters at the end of the line), and Z_0 is the characteristic impedance of the transmission line itself. If these two values match perfectly, the numerator becomes zero and Γ = 0, meaning no reflection occurs. This is called a matched load.
The result ranges from −1 to +1 for purely resistive loads. A value of +1 means total reflection with no phase change (open circuit). A value of −1 means total reflection with a 180-degree phase flip (short circuit). Anything between those extremes represents partial reflection, and the closer Γ is to zero, the better the impedance match.
A Worked Example
Suppose you have a 50-ohm coaxial cable connected to a 75-ohm antenna. Plugging into the formula:
Γ = (75 − 50) / (75 + 50) = 25 / 125 = 0.2
That means 20% of the voltage amplitude reflects back toward the source. If you flip the scenario and connect a 25-ohm load to the same 50-ohm cable:
Γ = (25 − 50) / (25 + 50) = −25 / 75 = −0.333
The negative sign indicates a phase inversion in the reflected wave. The magnitude (0.333) tells you about one-third of the voltage amplitude reflects back.
Handling Complex Impedance
In AC circuits, impedances often have both real and imaginary components. A load might be 50 + j25 ohms, where the imaginary part comes from reactive elements like capacitors or inductors. The formula stays exactly the same, but you perform the subtraction and division using complex arithmetic.
For example, with Z_L = 50 + j25 and Z_0 = 50:
Γ = (50 + j25 − 50) / (50 + j25 + 50) = j25 / (100 + j25)
To simplify, multiply numerator and denominator by the complex conjugate of the denominator (100 − j25). The result is a complex number with a magnitude and a phase angle. The magnitude tells you how much of the wave reflects, and the phase angle tells you how the reflected wave shifts in time relative to the incident wave. In this case you get Γ ≈ 0.058 + j0.233, which has a magnitude of about 0.24 and a phase angle of roughly 76 degrees.
Three Special Cases Worth Memorizing
These come up constantly in RF work and exam problems:
- Matched load (Z_L = Z_0): Γ = 0. No reflection at all. This is the ideal scenario for power transfer.
- Short circuit (Z_L = 0): Γ = (0 − Z_0) / (0 + Z_0) = −1. Total reflection with a phase inversion.
- Open circuit (Z_L = ∞): Γ = +1. Total reflection with no phase change. You can see this by dividing numerator and denominator by Z_L and letting Z_L approach infinity.
Power Reflection vs. Voltage Reflection
The formula above gives you the voltage reflection coefficient. If you need to know how much power reflects (which is usually what matters for system performance), square the magnitude:
Power reflection coefficient = |Γ|²
Using the 50-ohm cable and 75-ohm antenna example, |Γ|² = (0.2)² = 0.04, so 4% of the power reflects back. The remaining 96% reaches the antenna. This distinction matters because power scales with the square of voltage, so even a seemingly large voltage reflection can represent a small power loss.
Converting to VSWR and Return Loss
Engineers rarely report the raw reflection coefficient alone. Two common conversions let you express the same information in more practical terms.
VSWR (Voltage Standing Wave Ratio) describes the standing wave pattern that forms on a transmission line due to reflections:
VSWR = (1 + |Γ|) / (1 − |Γ|)
A perfect match gives a VSWR of 1:1. The 75-ohm antenna on a 50-ohm cable gives VSWR = (1 + 0.2) / (1 − 0.2) = 1.5:1. Most RF systems aim for a VSWR below 2:1.
Return loss expresses the reflection in decibels, which is convenient for comparing systems across wide ranges:
Return loss (dB) = −20 × log₁₀(|Γ|)
For |Γ| = 0.2, return loss = −20 × log₁₀(0.2) ≈ 14 dB. Higher return loss means less reflection, which is better. A return loss of 20 dB corresponds to |Γ| = 0.1, meaning only 1% of power reflects.
The Same Formula in Other Fields
The reflection coefficient concept isn’t limited to electrical engineering. The underlying math is identical anywhere waves hit a boundary.
Acoustics
For sound waves hitting the boundary between two materials, replace electrical impedance with acoustic impedance (Z = density × speed of sound in that material):
R = (Z₂ − Z₁) / (Z₂ + Z₁)
This is why ultrasound gel is necessary for medical imaging. Air has an acoustic impedance vastly different from tissue, so nearly all the sound would reflect at the skin surface without a coupling medium to bridge the gap.
Optics
For light striking a surface at normal incidence, the formula uses the refractive indices of the two media:
r = (n₁ − n₂) / (n₁ + n₂)
At oblique angles, things get more complex. The Fresnel equations split light into two polarization components (s-polarized and p-polarized), each with its own reflection coefficient that depends on the angle of incidence and the refractive indices of both media.
Electromagnetic Waves in Free Space
When an electromagnetic wave passes from one material to another (not on a transmission line), the formula uses the intrinsic impedance of each medium, calculated as the square root of the material’s permeability divided by its permittivity:
ρ = (η₂ − η₁) / (η₂ + η₁)
For non-magnetic materials, this simplifies to using just the permittivity values, which is why knowing a material’s dielectric constant lets you estimate how much of a radar signal will bounce off it.
Measuring Reflection Coefficient in Practice
You can calculate Γ on paper if you know both impedances, but in real systems, you measure it directly with a vector network analyzer (VNA). A VNA sends a signal down a cable, measures both the magnitude and phase of whatever reflects back, and reports the result as S11, which is just another name for the reflection coefficient.
Before taking measurements, you calibrate the VNA using three known standards: an open circuit, a short circuit, and a matched 50-ohm load. This process cancels out the effects of the cable connecting the instrument to your device, so the measurement reflects only what happens at the load itself. After calibration, the VNA sweeps across a range of frequencies and plots S11 as magnitude and phase, or displays it on a Smith Chart where you can read off both the reflection coefficient and the corresponding impedance visually.
On a Smith Chart, the center point represents Γ = 0 (a perfect match). The distance from the center to any point gives you |Γ|, and the angle from the horizontal axis gives you the phase. The outer circle of the chart corresponds to |Γ| = 1, meaning total reflection. This graphical approach is especially useful when you need to design a matching network, because you can see how adding components would move your impedance point toward the center of the chart.