Inductor

From HvWiki

A coil of wire with a useful amount of inductance.

Contents

Read-world inductor equivalent

Theory

Current Rise

Inductive Kick

Energy Storage

The energy stored in an inductor depends on the current flowing through it and its inductance. E = \frac{I^2 L}{2}

Impedance

Impedance of inductors can be represented as resistance in the complex number domain.

ZL = jωL

Here ω stands for rotational frequency. This is useful when there is a sinusoidal current source supplying energy to the inductor.

Example:

Image:complexind.png
v(t) = vmaxcos(ωt + θ)

becomes, using Euler's formula

V = Vmaxejt + θ)

and thus since Z = jωL and I = \frac{V}{Z}

I = I_{max} e^{j (\omega t + \theta + 90^{\circ})}

where I_{max} = \frac{V_{max}}{Z} which can then be converted back to a real number

i(t) = imaxsin(ωt + θ)

Equivalent Inductance

Equivalent inductance, Leq, of inductors connected in series is simply the sum of inductances.

Image:serind.png
L_{eq} = \sum^n_{i=1} L_i = L_1 + L_2 + \cdots + L_n

Equivalent inductance, Leq, of inductors connected in parallel is thus

Image:parind.png
\frac{1}{L_{eq}} = \sum^n_{i=1} \frac{1}{L_i} = \frac{1}{L_1} + \frac{1}{L_2} + \cdots + \frac{1}{L_n}

Skin effect

For frequencies above 50 kHz the skin effect should be taken into consideration.

Design

Measuring Inductance

There are inductance meters available (often as LCR meters) that make measuring inductance easy. For those who only want to measure inductance for a one-off, there are other ways.

LR Circuit

If an inductor is connected in series with a resistor it acts as a frequency dependent voltage divider.

The voltage dropped across the resistor is given by V_R = V_s . \frac{R}{\sqrt{R^2 + X_L^2}}

so that

\sqrt{R^2 + X_L^2} = \frac{V_s}{V_R} . R

Therefore

X_L^2 = ((\frac{V_s}{V_R})^2 - 1).R^2

And XL = ωL = 2πfL so

L = \frac{R}{2 \pi f} \sqrt{(\frac{V_s}{V_R})^2 - 1}

This article is a stub. To help HvWiki, please consider expanding it.