Skin Depth Calculator Formula
Understand the math behind the skin depth calculator. Each variable explained with a worked example.
Formulas Used
Skin Depth
skin_depth_m = 1 / sqrt(pi * frequency_hz * mu * conductivity)Skin Depth
skin_depth_mm = 1000 / sqrt(pi * frequency_hz * mu * conductivity)Skin Depth
skin_depth_um = 1000000 / sqrt(pi * frequency_hz * mu * conductivity)Variables
| Variable | Description | Default |
|---|---|---|
frequency_hz | Frequency(Hz) | 1000000 |
conductivity | Conductivity(S/m) | 58000000 |
rel_permeability | Relative Permeability | 1 |
mu | Derived value= rel_permeability * 4 * pi * 1e-7 | calculated |
How It Works
What is Skin Depth?
Skin depth is the distance into a conductor at which the current density drops to 1/e (about 37%) of its surface value. At high frequencies, current flows mostly near the surface.
Formula
delta = 1 / sqrt(pi x f x mu x sigma)
Where f is frequency, mu is permeability (mu_0 x mu_r), and sigma is conductivity.
Practical Impact
Worked Example
Copper conductor (sigma = 5.8e7 S/m, mu_r = 1) at 1 MHz.
frequency_hz = 1000000conductivity = 58000000rel_permeability = 1
- 01mu = 1 x 4pi x 10^-7 = 1.2566e-6 H/m
- 02delta = 1 / sqrt(pi x 1e6 x 1.2566e-6 x 5.8e7)
- 03= 1 / sqrt(229.37) = 1 / 15.15 = 0.0660 mm = 66.0 micrometers
Ready to run the numbers?
Open Skin Depth Calculator