Material Presets
Electrical Properties
Frequency
Display Options
Formulas
$|J(d)| = J_0 \cdot e^{-d/\delta}$
Calculate skin depth δ=√(2ρ/ωμ), effective cross-section, and AC resistance from frequency, material, and geometry in real time. Visualize high-frequency losses for electromagnetic design and EMC analysis.
The skin depth (δ) is derived from the diffusion of electromagnetic waves into a conductive material. The governing equation shows it depends on the square root of frequency and material properties.
$$ \delta = \sqrt{\frac{2}{\omega \mu \sigma}}= \frac{1}{\sqrt{\pi f \mu_0 \mu_r \sigma}}$$Where:
δ = Skin depth (meters)
f = Frequency (Hz)
ω = Angular frequency, ω = 2πf (rad/s)
μ₀ = Permeability of free space (4π × 10⁻⁷ H/m)
μᵣ = Material's relative permeability (dimensionless)
σ = Electrical conductivity (Siemens/meter, S/m)
The inverse square-root relationship with frequency is the key takeaway.
The increased AC resistance due to the skin effect can be approximated for a round wire. When the skin depth is much smaller than the wire radius, the effective cross-sectional area is just a thin cylindrical shell.
$$ R_{ac}\approx \frac{l}{\sigma (2 \pi a \delta)}\quad \text{for} \quad \delta \ll a $$Where:
Rac = AC resistance (Ohms)
l = Length of the conductor (m)
a = Radius of the wire (m)
This shows why, at high frequencies, using a thick solid conductor is wasteful—the center doesn't carry current.
Power Transmission: At mains frequency (50/60 Hz), skin depth in aluminum is over 1 cm, so solid cores are fine. For extra-high-voltage lines, hollow or segmented conductors are sometimes used to mitigate the effect and reduce material cost, as the center contributes little to current carrying.
RF Engineering & Antennas: At radio frequencies (MHz to GHz), skin depth is fractions of a millimeter. Antennas and coaxial cables often use a thin silver or gold plating over a cheaper, stronger base metal (like steel or brass) because the current flows only in the plating, achieving optimal performance at lower cost.
High-Speed Electronics (PCBs): In motherboards and communication devices, signal traces operate at multi-gigahertz frequencies. Here, skin depth is microns thin. This influences PCB stack-up design and plating choices, and is a critical factor in signal integrity, causing frequency-dependent attenuation.
Induction Heating & Non-Destructive Testing: The skin effect is exploited intentionally. In induction heating, high-frequency currents are induced in a metal workpiece, and the heating is concentrated in a thin surface layer, allowing for surface hardening. In eddy-current testing, the depth of flaw detection is directly controlled by the test frequency's skin depth.
First, upon seeing the skin depth formula $\delta = \frac{1}{\sqrt{\pi f \mu_r \mu_0 \sigma}}$, some people hastily conclude, "Higher frequency means shallower depth, so a thinner shield is fine." While this is technically correct, in practice, a thickness of "several $\delta$" is required. For example, for a copper shield at 1GHz ($\delta \approx 2.1 \mu m$), making the thickness $3\delta$ (approx. 6.3μm) will attenuate the current density to about 5% at a depth of $3\delta$ from the surface. However, whether this provides sufficient shielding effectiveness is another matter. In actual case design, considering mechanical strength and manufacturability, thicknesses around 0.1mm to 0.3mm are typically used, which is tens to hundreds of times the skin depth. Do not blindly trust the formula alone; design with actual EMC testing in mind is essential.
Next, a pitfall in simulation settings. While finely meshing the conductor "surface" is correct, making the internal mesh too coarse prevents you from correctly capturing the attenuation gradient. Especially for materials with high permeability (e.g., iron), where the skin depth becomes extremely shallow, you need to set the mesh size of the first surface layer sufficiently finer than $\delta$ (e.g., $\delta/3$ or less). Otherwise, the calculated resistance may be lower than the actual value, risking an underestimation of heat generation.
Finally, handling material constants. In simulators, you input "relative permeability $\mu_r$" and "electrical conductivity $\sigma$" as constants, but these vary with frequency and temperature. For instance, the $\mu_r$ of iron-based materials decreases as frequency increases, and $\sigma$ decreases with rising temperature. For accurate loss estimation, it's crucial to use values based on actual measurements within the target frequency band or manufacturer datasheets. Avoid assuming "copper is fixed at $\mu_r=1$, $\sigma=5.8\times10^7$ S/m".