3.2 Inductors, Capacitors, and RC/RL Time Constants
Key Takeaways
- Capacitors store electrical energy in an electrostatic field with series (1/CT = ∑ 1/Cn) and parallel (CT = ∑ Cn) combination rules opposite to resistors.
- Inductors store energy in a magnetic field with series (LT = ∑ Ln) and parallel (1/LT = ∑ 1/Ln) combination rules matching resistors.
- The RC time constant (τ = RC) and RL time constant (τ = L/R) define the rate of transient charge/discharge voltage and current changes in reactive circuits.
- One time constant (τ) corresponds to a 63.2% change toward final value, and full steady state is reached after 5 time constants (99.3% charge/discharge).
- An open capacitor loses plate continuity (no charge current); a shorted capacitor behaves like near-zero ohms and often trips protection.
Inductors, Capacitors, and RC/RL Time Constants
Reactive passive components—inductors and capacitors—store electrical energy temporarily rather than dissipating it as heat. Inductors store energy in magnetic fields, while capacitors store energy in electrostatic fields. Understanding reactive transient behaviors, combination rules, and time constants ($\tau$) is essential for analyzing aircraft power filters, radar pulse-forming networks, and digital bus termination networks.
Fundamentals of Capacitors and Inductors
Capacitance and Electrostatic Energy Storage
A capacitor consists of two conducting plates separated by an insulating dielectric material. When a DC voltage is applied across the plates, electric charge accumulates, creating an electrostatic field. Capacitance ($C$) measures the ability to store charge ($Q$) per unit of applied voltage ($V$):
Capacitance is measured in Farads ($\text{F}$), though avionics circuits typically utilize microfarads ($\mu\text{F} = 10^{-6}\text{ F}$), nanofarads ($\text{nF} = 10^{-9}\text{ F}$), or picofarads ($\text{pF} = 10^{-12}\text{ F}$). The physical capacitance depends on plate surface area ($A$), plate separation distance ($d$), and dielectric permittivity ($\epsilon$):
Energy stored in a charged capacitor's electrostatic field is given by:
Inductance and Magnetic Energy Storage
An inductor consists of a conductive wire coil wrapped around a magnetic or air core. When current flows through the coil, a magnetic field is established. Inductance ($L$) is the property of a circuit that opposes any change in electric current by inducing a counter-electromotive force ($\text{CEMF}$) proportional to the rate of change of current:
Inductance is measured in Henries ($\text{H}$), millihenries ($\text{mH} = 10^{-3}\text{ H}$), or microhenries ($\mu\text{H} = 10^{-6}\text{ H}$). Physical inductance depends on coil turns ($N$), core magnetic permeability ($\mu$), core cross-sectional area ($A$), and coil length ($l$):
Energy stored in an inductor's magnetic field is given by:
Series and Parallel Combination Rules
Calculating total capacitance ($C_T$) and total inductance ($L_T$) requires applying rules that reflect their inverse physical relationships relative to resistance.
Combination Rule Matrix
| Component | Series Connection | Parallel Connection |
|---|---|---|
| Resistors ($R$) | $R_T = R_1 + R_2 + \dots + R_n$ | $\frac{1}{R_T} = \frac{1}{R_1} + \frac{1}{R_2} + \dots + \frac{1}{R_n}$ |
| Inductors ($L$) | $L_T = L_1 + L_2 + \dots + L_n$ | $\frac{1}{L_T} = \frac{1}{L_1} + \frac{1}{L_2} + \dots + \frac{1}{L_n}$ |
| Capacitors ($C$) | $\frac{1}{C_T} = \frac{1}{C_1} + \frac{1}{C_2} + \dots + \frac{1}{C_n}$ | $C_T = C_1 + C_2 + \dots + C_n$ |
Mathematical Rationale
-
Capacitors in Parallel: Connecting capacitors in parallel combines their plate surface areas ($A_{\text{total}} = A_1 + A_2$), directly increasing total capacitance ($C_T = C_1 + C_2$).
-
Capacitors in Series: Connecting capacitors in series effectively increases dielectric thickness ($d_{\text{total}} = d_1 + d_2$), reducing total capacitance. For two series capacitors:
$$C_T = \frac{C_1 \cdot C_2}{C_1 + C_2}$
-
Inductors in Series/Parallel: Assuming negligible mutual magnetic coupling, inductors behave identically to resistors because adding series turns increases total magnetic flux linkage.
RC and RL Transient Time Constants
When DC voltage is suddenly applied to or removed from a reactive circuit, current and voltage do not transition instantaneously; they undergo an exponential transient phase.
Time Constant Definitions
-
RC Time Constant ($\tau$): The time required for capacitor voltage or current to change by 63.2% of its total initial-to-final voltage differential:
-
RL Time Constant ($\tau$): The time required for inductor current to build up or decay by 63.2% of its maximum value:
Universal Charge / Discharge Curve Table
| Elapsed Time ($\tau$) | Charge Percentage (Rising Curve) | Discharge Percentage (Falling Curve) |
|---|---|---|
| $1\tau$ | 63.2% | 36.8% |
| $2\tau$ | 86.5% | 13.5% |
| $3\tau$ | 95.0% | 5.0% |
| $4\tau$ | 98.2% | 1.8% |
| $5\tau$ | 99.3% (Steady State) | 0.7% (Zero State) |
Exponential Voltage and Current Equations
- Capacitor Voltage Charging: $v_C(t) = V_{\text{source}} \left(1 - e^{-t/\tau}\right)$
- Capacitor Voltage Discharging: $v_C(t) = V_{\text{initial}} \cdot e^{-t/\tau}$
- Inductor Current Build-up: $i_L(t) = \frac{V_{\text{source}}}{R} \left(1 - e^{-t/\tau}\right)$
- Inductor Current Decay: $i_L(t) = I_{\text{initial}} \cdot e^{-t/\tau}$
Worked Calculations and Avionics Applications
Example 1: RC Pulse Timing Circuit
An aircraft navigation pulse generator uses an RC timing network with $R = 150\text{ k}\Omega$ and $C = 4.7\ \mu\text{F}$ driven by a 28 VDC step voltage.
- Calculate Time Constant ($\tau$):
- Capacitor Voltage after $1\tau$:
- Time to Reach Full Steady-State Charge ($5\tau$):
Example 2: Inductive Solenoid Kickback
When an aircraft fuel shutoff solenoid ($L = 2.0\text{ H}, R = 40\ \Omega$) is disconnected from 28 VDC, the sudden collapse of its magnetic field ($di/dt \to -\infty$) induces a massive negative voltage spike ($\text{CEMF} = -L \frac{di}{dt}$) reaching several hundred volts. This inductive kickback destroys control transistors unless suppressed by a parallel flyback diode wired across the solenoid coil.
Avionics Traps & Maintenance Warnings
- Capacitor High-Voltage Shock Risk: High-capacitance filter capacitors inside weather radar transmitters can retain lethal DC voltages for hours after system shutdown. Technicians must verify capacitor discharge using an approved safety grounding stick before touching internal terminals.
- Electrolytic ESR Degradation: Aged aluminum electrolytic filter capacitors exhibit increased Equivalent Series Resistance (ESR), causing high AC ripple voltage on DC power buses without blowing fuses.
Capacitor Fault Isolation (NCATT Standard)
Beyond ESR aging, the NCATT AET standard requires technicians to isolate capacitors for improper installation, open-plate, and shorted-plate faults using visual and non-visual methods.
Improperly Installed Capacitors
Polarized electrolytics installed with reversed polarity, wrong voltage ratings, or non-compliant mounting (leads stressed, wrong footprint) fail early and can vent or explode. Confirm polarity marks, working voltage (WVDC), and installation standards before applying power.
Open Capacitors
An open capacitor loses continuity to one plate. AC coupling or filter action stops; no charging current flows in that branch. Voltage applied to the circuit (or branch) appears across the open component. On an ohmmeter, an open capacitor does not show the brief charging kick toward a rising resistance—it stays open/OL.
Shorted Capacitors
A shorted capacitor occurs when conductive plates make physical contact. Capacitance disappears electrically; the device behaves like a near-zero-ohm conductor and often trips a fuse or circuit breaker. Ohmmeter readings remain near 0 Ω instead of climbing toward infinite as a healthy dielectric would.
| Fault | Physical Meaning | Circuit Effect | Ohmmeter Behavior |
|---|---|---|---|
| Open | Continuity lost to a plate | No capacitive current; voltage across open | Stays OL / no charge kick |
| Shorted | Plates contact each other | Capacitive qualities gone; high current | Near 0 Ω continuously |
| Improper install | Wrong polarity/mounting | Immediate or delayed catastrophic failure | Visual + out-of-spec readings |
Avionics Trap: Confusing electrolytic ESR rise (high ripple, fuse still intact) with a hard short (breaker trips) delays the correct replacement strategy.
An aircraft pulse circuit connects a 100 kΩ resistor in series with a 2.2 µF capacitor across a 28 VDC source. What is the circuit time constant (τ) and the approximate voltage across the capacitor after 1 time constant during charging?
Two 10 µF capacitors are connected in series, and this combination is connected in parallel with a 15 µF capacitor. What is the total effective capacitance of the network?
An avionics relay coil has an inductance of 0.5 H and an internal winding resistance of 25 Ω. What is the RL time constant of the coil, and how long does it take for coil current to reach steady state (5τ) after DC voltage application?