The Conductor Distance Calculator computes required separation between electrical conductors to prevent arcing based on voltage and medium properties.
Report an issue
Spotted a wrong result, broken field, or typo? Tell us below and we’ll fix it fast.
Conductor Distance Calculator Explained
Our focus is a common geometry in physics and electrical engineering: two long, parallel, identical round conductors in a uniform medium. The distance between their centers sets the capacitance per unit length, inductance per unit length, characteristic impedance, and peak electric field. These quantities change with the dielectric constant around the conductors and their radius.
The calculator solves in both directions. You can enter a target characteristic impedance, a target capacitance per unit length, or a limit on electric field. It then returns the required center-to-center spacing. It can also estimate the magnetic force per unit length between current-carrying conductors and suggest a minimum distance to keep forces within limits.
Results are based on standard closed-form expressions and their derivation from electrostatics and magnetostatics. The formulas use the physical constants μ0 and ε0. You can include relative values μr and εr for materials other than air. For design in air, set μr = 1 and εr ≈ 1.

How to Use Conductor Distance (Step by Step)
Start by deciding what “good” means for your situation. The same pair of wires can be tuned for low coupling, low field stress, or a specific impedance. The right distance depends on that goal.
- Choose the design target: Z0, C′, L′, maximum field, or magnetic force.
- Gather geometry: conductor radius r and intended center-to-center spacing D (if known).
- Set material constants: relative permittivity εr and relative permeability μr.
- Add operating levels: voltage V between conductors or currents I1 and I2 if forces matter.
- Pick safety factors for breakdown, thermal expansion, and manufacturing tolerance.
With these values, you can compute a spacing that hits your target. You can also sweep D to see how sensitive the result is to small changes or to materials with different εr.
Conductor Distance Formulas & Derivations
The equations below describe two identical, parallel, cylindrical conductors of radius r with center-to-center spacing D, in a uniform medium with permittivity ε = ε0·εr and permeability μ = μ0·μr. They are derived from the potential of line charges (electrostatics) and the magnetic field of parallel currents (magnetostatics). The inverse hyperbolic cosine, acosh(x), appears in the exact solutions and reduces to natural logarithms for large spacing.
- Exact two-wire line relations:
– Capacitance per unit length: C′ = [π ε] / acosh(D / 2r).
– Inductance per unit length: L′ = [μ / π] · acosh(D / 2r).
– Characteristic impedance: Z0 = sqrt(L′ / C′) = [1/π] sqrt(μ / ε) · acosh(D / 2r). - Large spacing approximation (D ≫ r):
– acosh(D / 2r) ≈ ln(D / r).
– Then C′ ≈ [π ε] / ln(D / r), L′ ≈ [μ / π] ln(D / r), Z0 ≈ [1/π] sqrt(μ / ε) ln(D / r).
– In air (μr = εr = 1): Z0 ≈ 120 ln(D / r) ohms. - Electric field at the conductor surface (inner side), using charge–field relation E = λ / (2π ε r) and λ = C′V:
– Emax ≈ V / [2 r · acosh(D / 2r)].
– For D ≫ r: Emax ≈ V / [2 r · ln(D / r)]. - Magnetic force per unit length between parallel currents I1 and I2 (Ampère’s force law):
– F/L = μ I1 I2 / (2π D).
– For air: F/L ≈ μ0 I1 I2 / (2π D), attractive for currents in the same direction. - Solving for distance D (result forms):
– From Z0 (exact): acosh(D / 2r) = π Z0 sqrt(ε / μ) → D = 2r · cosh(π Z0 sqrt(ε / μ)).
– From Z0 (air, approximate): ln(D / r) ≈ Z0 / 120 → D ≈ r · exp(Z0 / 120).
– From C′ (exact): acosh(D / 2r) = [π ε] / C′ → D = 2r · cosh([π ε] / C′).
– From Emax (approx.): D ≈ r · exp(V / (2 r Emax)).
These derivations assume long, straight conductors and a homogeneous medium. The constants are μ0 ≈ 4π × 10⁻⁷ H/m and ε0 ≈ 8.8541878128 × 10⁻¹² F/m. The acosh form is preferred when D is not much larger than r. The logarithmic form is accurate and simple when D/r is large.
Inputs, Assumptions & Parameters
The calculator uses a small set of geometric, material, and operating inputs. The default model assumes two identical round wires or bars and a uniform medium, such as dry air or a single solid dielectric.
- Conductor radius (r): half the diameter of each cylindrical conductor.
- Target variable: choose Z0, C′, L′, Emax, or force per length F/L.
- Material constants: relative permittivity εr and relative permeability μr.
- Voltage between conductors (V): only needed when limiting electric field.
- Currents (I1, I2): only needed when limiting magnetic force or computing F/L.
Valid results require D > 2r (no overlap). For air, set μr = 1 and εr ≈ 1. Humidity and pressure change breakdown strength, so include margin if Emax approaches air breakdown. At high frequencies, ensure the spacing is small compared with wavelength for quasi-static accuracy. Skin and proximity effects do not change the static field equations but may affect heating and corona onset.
How to Use the Conductor Distance Calculator (Steps)
Here’s a concise overview before we dive into the key points:
- Choose the goal: impedance, capacitance per length, electric field limit, or magnetic force limit.
- Enter conductor radius r and select the medium (set εr and μr).
- Enter operating voltage V or currents I1 and I2, if your goal needs them.
- Set the target value (for example, Z0 = 300 Ω or Emax = 2 MV/m).
- Click Calculate to get the recommended center-to-center distance D.
- Review the result and the derived quantities (C′, L′, Z0, Emax, or F/L).
These points provide quick orientation—use them alongside the full explanations in this page.
Worked Examples
A balanced twin-lead antenna feed is built with round copper wires of radius r = 0.5 mm in air. The desired characteristic impedance is 300 Ω. Using the approximation Z0 ≈ 120 ln(D / r), solve ln(D / r) = 300 / 120 = 2.5. Then D / r = e²⋅⁵ ≈ 12.182, so D ≈ 12.182 × 0.5 mm = 6.09 mm. The exact form with acosh changes the result only slightly here. What this means: a spacing near 6.1 mm yields about 300 Ω with 1.0 mm wire diameter in air.
Two parallel aluminum busbars carry DC currents of I1 = I2 = 2 kA in air. The support structure can tolerate at most 50 N/m of attraction force between bars. Use F/L = μ0 I1 I2 / (2π D). Compute μ0 I1 I2 / (2π) ≈ 0.8 N. Solve 0.8 / D ≤ 50 → D ≥ 0.8 / 50 = 0.016 m. A center spacing of at least 16 mm meets the force limit, before adding mechanical and thermal clearance. What this means: a 16 mm or greater spacing keeps magnetic forces within the specified limit at 2 kA.
Accuracy & Limitations
The model is accurate for long, straight, identical round conductors in a uniform medium. It follows classical derivation in electrostatics and magnetostatics and uses natural logarithms and acosh for the geometry. Real installations add complexity that can shift the result.
- Non-uniform surroundings, supports, and nearby metal change fields and effective εr.
- Surface roughness, humidity, and altitude affect corona inception and breakdown.
- At high frequency, radiation and dispersion appear; the quasi-static model degrades.
- Proximity effect and bundle geometry alter current distribution under AC or pulse.
- Manufacturing tolerances on r and D can move Z0, C′, and Emax by several percent.
Use the calculator for first-pass sizing and sensitivity checks. Then validate with 2D field simulation or measurements, especially where field stress or corona margins are tight.
Units & Conversions
Consistent units matter because the derivations assume SI inputs. The constants μ0 and ε0 are in H/m and F/m. Using mixed units can shift the result by orders of magnitude. This table lists common quantities you will handle here.
| Quantity | Base unit | Conversions | Example |
|---|---|---|---|
| Distance (D, r) | meter (m) | 1 m = 1000 mm = 39.37 in | 6.09 mm = 0.00609 m |
| Electric field (E) | V/m | 1 MV/m = 1000 kV/m = 0.1 kV/cm | 2 MV/m = 2000 kV/m |
| Capacitance per length (C′) | F/m | 1 pF/m = 10⁻¹² F/m | 50 pF/m = 5.0×10⁻¹¹ F/m |
| Inductance per length (L′) | H/m | 1 μH/m = 10⁻⁶ H/m | 0.8 μH/m = 8.0×10⁻⁷ H/m |
| Characteristic impedance (Z0) | ohm (Ω) | — | 300 Ω twin-lead |
| Permittivity (ε) | F/m | ε = ε0·εr, ε0 ≈ 8.854×10⁻¹² F/m | εr = 2.1 → ε ≈ 1.86×10⁻¹¹ F/m |
Read each row left to right. Convert your measurements to SI before entering them. The formulas use natural logs ln(·) and acosh(·). If you use log base 10, you must convert it to natural log.
Tips If Results Look Off
Small input mistakes can produce big changes in the result. A few checks usually fix the issue.
- Verify you entered the radius r, not the diameter.
- Make sure D > 2r. If not, the acosh term is invalid.
- Confirm εr and μr values and that units are SI.
- Use natural log ln(·), not log base 10, in hand calculations.
- For air, use εr ≈ 1.0006 and μr ≈ 1 unless you have data.
If you still see unexpected behavior, try the exact acosh formula rather than the logarithmic approximation. Also check whether nearby objects or supports could be changing your effective dielectric.
FAQ about Conductor Distance Calculator
What is the difference between center-to-center distance and surface gap?
Center-to-center distance D measures from the center of one conductor to the center of the other. The surface gap is D minus two radii, that is g = D − 2r. Most equations use D and r because they come from cylindrical symmetry.
How does the surrounding material change the result?
A higher relative permittivity εr increases capacitance and reduces Z0 for the same geometry. To keep Z0 constant in a higher εr, the required distance D grows. Permeability μr rarely changes in non-magnetic dielectrics.
Do these formulas work at high frequency?
They work well when the conductor spacing is small compared with wavelength and when the medium is low loss. At very high frequency, radiation, dispersion, and loss appear, and a full transmission-line or field solver model is better.
Can I use this for stranded or rectangular conductors?
You can, if you replace r with an effective radius that preserves area or perimeter. But edges, strand gaps, and proximity effects change fields, so validate with simulation or testing before finalizing a high-stress design.
Conductor Distance Terms & Definitions
Conductor distance
The center-to-center spacing between two conductors. It sets coupling, field strength, and impedance in two-wire systems.
Center-to-center spacing (D)
The distance measured from the axis of one cylindrical conductor to the axis of the other. It must be greater than 2r.
Conductor radius (r)
Half of the conductor diameter. Many derivations use r because the fields around a cylinder depend on radius.
Relative permittivity (εr)
The ratio ε/ε0. It scales capacitance and electric field. Most plastics have εr between 2 and 4.
Relative permeability (μr)
The ratio μ/μ0. For non-magnetic materials μr ≈ 1. Magnetic materials alter inductance and force significantly.
Characteristic impedance (Z0)
The ratio of voltage to current for a traveling wave on a line with no reflections. For two wires in air, Z0 ≈ 120 ln(D / r).
Capacitance per unit length (C′)
The stored charge per volt per meter between the conductors. For two wires, C′ = [π ε] / acosh(D / 2r).
Inductance per unit length (L′)
The magnetic flux linkage per ampere per meter. For two wires, L′ = [μ / π] · acosh(D / 2r).
Sources & Further Reading
Here’s a concise overview before we dive into the key points:
- Two-wire transmission line overview and formulas
- Characteristic impedance: definitions, derivations, and applications
- Force between parallel electrical conductors and its derivation
- NIST CODATA values for physical constants (μ0, ε0, and related)
- Inverse hyperbolic cosine (acosh) definition and properties
- Twin-lead transmission line basics and practical notes
These points provide quick orientation—use them alongside the full explanations in this page.
References
- International Electrotechnical Commission (IEC)
- International Commission on Illumination (CIE)
- NIST Photometry
- ISO Standards — Light & Radiation