Series RLC Natural Response
When a resistor, inductor, and capacitor share one loop, the resulting differential equation is second-order — and its characteristic roots tell the whole story.
A charged capacitor, an inductor, and a resistor walk into a single loop — and the current that flows is governed by an equation no first-order circuit could ever produce.
From one energy-storage element to two
In first-order circuits — RC and RL — a single energy-storage element meant a single state variable and a first-order ODE. The solution was always an exponential decay with one time constant. Now we add a second storage element: both an inductor and a capacitor in the same loop. The system can exchange energy between its magnetic field (L) and electric field (C), while the resistor bleeds that energy away as heat. The resulting equation is second-order, and its behavior is far richer than a simple exponential.
Setting up the series RLC loop
Consider a series loop containing an inductor L, resistor R, and capacitor C, with no independent source. The capacitor is initially charged to some voltage V0 and the inductor may carry an initial current I0. Applying KVL around the loop (clockwise, with current i flowing through all three elements), the voltage drops are v_L = L(di/dt), v_R = Ri, and v_C = (1/C)∫i dt. Setting their sum to zero and differentiating once to eliminate the integral gives:
The same equation in terms of capacitor voltage
Because the three elements are in series, the same current flows through all of them, and the capacitor voltage v is related to the current by i = C(dv/dt). Substituting into the current equation yields an equivalent ODE in terms of v(t):
The characteristic equation
Assuming a solution of the form e^(st) and substituting into either ODE yields the characteristic equation. Dividing the voltage-form ODE by LC and collecting terms:
Defining α and ω0
It is customary (and extremely useful) to rewrite the coefficients using two named parameters. Dividing the characteristic equation by LC and matching to the canonical form s² + 2αs + ω0² = 0 reveals:
With these definitions, the characteristic equation becomes s² + 2αs + ω0² = 0, and the quadratic formula gives the two roots:
A note on the nature of the roots
The expression under the square root, α² − ω0², can be positive, zero, or negative depending on the component values. When α > ω0 the roots are real and distinct; when α = ω0 they are real and repeated; when α < ω0 they are complex conjugates. Each case produces a qualitatively different waveform. For now, we focus on computing α, ω0, and the roots themselves — classifying the response in detail is the subject of the next lesson.
- Compute the Neper frequency: α = R/(2L) = 40/(2 × 0.5) = 40/1 = 40 rad/s.
- Compute the undamped natural frequency: ω0 = 1/√(LC) = 1/√(0.5 × 0.01) = 1/√0.005 ≈ 14.14 rad/s.
- Since α (40) > ω0 (14.14), the quantity under the radical is positive, so the roots are real and distinct.
- Compute the radical: √(α² − ω0²) = √(1600 − 200) = √1400 ≈ 37.42 rad/s.
- s1 = −α + √(α² − ω0²) = −40 + 37.42 ≈ −2.58 rad/s.
- s2 = −α − √(α² − ω0²) = −40 − 37.42 ≈ −77.42 rad/s.
Why two roots matter
Each root corresponds to one exponential mode e^(s1t) or e^(s2t) in the solution. The general natural response is a linear combination: x(t) = A1e^(s1t) + A2e^(s2t), where x is any of the circuit variables (current, capacitor voltage, etc.) and A1, A2 are constants determined by the two initial conditions — the initial capacitor voltage and initial inductor current. Having two roots and two initial conditions is the hallmark of a second-order system.
- α = R/(2L) = 10/(2 × 1) = 10/2 = 5 rad/s.
Check your understanding
- A source-free series RLC loop satisfies L(d²i/dt²) + R(di/dt) + i/C = 0, or equivalently LC(d²v/dt²) + RC(dv/dt) + v = 0 in terms of capacitor voltage.
- The characteristic equation is s² + (R/L)s + 1/(LC) = 0, with roots s1,2 = −α ± √(α² − ω0²).
- The Neper frequency α = R/(2L) governs the rate of decay; the undamped natural frequency ω0 = 1/√(LC) sets the oscillation scale.
- Whether the roots are real or complex depends on the relationship between α and ω0 — to be classified in detail in the next lesson.