Calculate total inductance, characteristic impedance (Z₀), effective dielectric constant (εeff), and unit‑length inductance for a microstrip transmission line.
A microstrip line consists of a conducting trace separated from a ground plane by a dielectric substrate. When designed as a high‑impedance line (narrow trace relative to substrate height), it behaves as a distributed inductor with predictable inductance per unit length. The total inductance is derived from the characteristic impedance and effective permittivity: L0 = Z₀ · √εeff / c₀ , where c₀ is the speed of light. This calculator implements closed‑form expressions from Hammerstad & Jensen, widely adopted in RF engineering (ref. “Microstrip Lines and Slotlines” by Gupta et al.).
εeff = εr+1/2 + εr−1/2 · 1/√(1+12H/W)
Z₀ = (60/√εeff)·ln(8H/W+W/4H) (W/H ≤ 1) or (120π/√εeff)/[W/H+1.393+0.667 ln(W/H+1.444)] (W/H ≥ 1)
L0 (nH/mm) = Z₀ · √εeff / 300
Thickness correction: ΔW = (t/π)·ln(1 + 4H/t) (Wheeler approximation)
1. Compute effective permittivity εeff using the well‑known empirical model by Hammerstad.
2. Determine characteristic impedance Z₀ based on the ratio W/H (two distinct regimes).
3. Calculate unit‑length inductance L0 = Z₀ · √εeff / 300 (exact conversion from H/m to nH/mm).
4. Multiply by physical length to obtain total inductance Ltotal = L0 × Lengthmm.
5. Optionally compute inductive reactance XL = 2πf Ltotal and electrical length in degrees.
The model assumes a lossless line with negligible dispersion (quasi‑static approximation), adequate up to several GHz.
An engineer needs a 4.7 nH inductor on a 1.6mm FR4 board. Using this calculator with W = 0.7 mm, H = 1.6 mm, εr = 4.6 gives L0 ≈ 1.18 nH/mm. To obtain 4.7 nH, required length = 4.7 / 1.18 ≈ 3.98 mm. The characteristic impedance is about 92 Ω, which provides sufficient inductive behaviour. The tool quickly verifies the trade‑off between line width and achievable inductance, enabling compact PCB inductors without spiral coils.
| Substrate | εr | H (mm) | W (mm) for 50Ω | L0 (nH/mm) | Typical use |
|---|---|---|---|---|---|
| FR4 std | 4.6 | 1.6 | 2.95 | 0.77 | General purpose RF |
| Rogers 4350B | 3.48 | 1.524 | 3.2 | 0.70 | High-frequency PCB |
| Alumina 96% | 9.8 | 0.635 | 0.58 | 0.56 | Hybrid microwave ICs |
| Low-loss PTFE | 2.2 | 0.8 | 2.42 | 0.88 | Satellite / mmWave |
Microstrip inductance per unit length is directly proportional to characteristic impedance: high‑impedance lines (narrow traces) yield larger inductance, making them suitable for compact inductive elements. For a fixed substrate, reducing W from 3 mm to 0.5 mm can increase L₀ by a factor of 2–3, demonstrating the design flexibility.