If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

RLC natural response - variations

The RLC natural response falls into three categories: overdamped, critically damped, and underdamped. Written by Willy McAllister.

Introduction

The natural response of a resistor-inductor-capacitor circuit (RLC) can take on three different forms, depending on the specific component values.
In two prior articles, we covered an intuitive description of how the RLC behaves, and did a formal derivation where we modeled the circuit with a 2nd-order differential equation and solved a specific example circuit. In this article, we look closely at the characteristic equation and give names to the various solutions.
The circuit for the RLC natural response.

What we're building to

The RLC characteristic equation is:
s2+RLs+1LC=0
We will solve for the roots of the characteristic equation using the quadratic formula:
s=R±R24L/C2L
By substituting variables α and ωo we can write s a little simpler as:
s=α±α2ωo2
where,
α=R2L, ωo=1LC
α is called the damping factor and ωo is the resonant frequency.
Depending on the relative size of α and ωo, there will be three different forms of the solution for i(t),
  • overdamped, α>ω0, leads to the sum of two decaying exponentials
  • critically damped, α=ω0, gives t times a decaying exponential
  • underdamped, α<ω0, leads to a decaying sine

Modeling and solving the circuit - review

In a previous article we created and solved a 2nd-order differential equation modeling the RLC circuit. That equation looks like this:
Ld2idt2+Rdidt+1Ci=0
We proposed a solution with an exponential form (which worked out really nicely for us), and came up with what is called the characteristic equation with this form:
s2+RLs+1LC=0
We solved for s, the roots of the RLC characteristic equation, using the quadratic formula,
s=R±R24L/C2L
By substituting variables α and ωo we wrote s a little simpler as:
s=α±α2ωo2
where α=R2L, and ωo=1LC
α is called the damping factor, and ωo is called the resonant frequency.
We revised our proposed solution to have this form,
i=K1es1t+K2es2t
We now take a close look at the expression for s, the roots of the RLC characteristic equation, and the impact it has on the solution for i.

Exact solution

If we want an exact answer for particular values of R, L, and C, we perform a computation like the one we did in the previous article for the example circuit. Alternatively, we can enter the circuit into a circuit simulator to help us find a result.

Overdamped, critically damped, underdamped

We can get an impression of the full richness of the natural response by looking three possible outcomes in a qualitative sense.
The solution for s depends on the sign of the subtraction that happens under the square root term in the equation:
s=α±α2ωo2
How the roots turn out:
relationsign of α2ω2nicknames
α>ωo+overdamped2 real roots
α=ωo0critically damped2 repeated roots
α<ωounderdamped2 complex roots
How the response turns out, i(t):
relationsign of α2ω2nicknamei(t)
α>ωo+overdamped2 decaying exponentials
α=ωo0critically dampedt decaying exponential
α<ωounderdampeddecaying sine
If your engineering studies take you into the area of Control Theory, these terms are used to describe how dynamic systems act. For example, the motion of a robot's arm can be described by a second-order differential equation. If your ask your robot to quickly reach for an object, you can describe how its hand moves using these words.
Let's take a look at the three possible outcomes in a bit more detail.

α2ω2>0 overdamped

Under this condition, the ωo2 term is small relative to α2, so we know the expression inside the square root will be positive. We also know the square root expression will be smaller than α. This means s will be two real numbers, both negative.
s1,2=α±α2ωo2
s1=real number1 and s2=real number2
(Convince yourself that s1 and s2 will both be negative.)
The current will be the superposition of two real exponentials that both decay to zero.
i=K1ereal1t+K2ereal2t
The circuit is said to be overdamped because two superimposed exponentials are both driving the the current to zero. A circuit will be overdamped if the resistance is high relative to the resonant frequency.

α2ω2=0 critically damped

The boundary between underdamped and overdamped is when α=ωo. The damping factor and the resonant frequency are in balance, and the terms under the square root subtract to 0. The roots of the characteristic equation, s, are two identical real numbers, called repeated roots:
s1,2=α±α2ωo20
s1,2=α
Solving a 2nd-order differential equation with repeated roots is a bit tricky. I'm not going to do the derivation here, but instead I refer you to a great video Sal did on solving repeated roots. Welcome back ... With repeated roots, the answer is an exponential term multiplied by t.
i=V0Lteαt
This response is said to be critically damped.

α2ω2<0 underdamped

When α is smaller than ωo, the square root term has a negative number inside, and s comes out as two complex conjugate numbers, with real and imaginary parts. The example circuit we worked out in the RLC natural response derivation article is an underdamped system.
The current looks like a sine wave that diminishes over time. Think of the sound a bell makes when you strike it. The bell's note rings out and fades over time. That is an underdamped second-order mechanical system. For second-order electrical circuits, we borrow the term and say the underdamped system "rings" at a frequency of approximately ωo=1LC.
If we let the resistance get really small and eventually go to 0, then α=R/2L goes to zero and s1,2 becomes ωo. The circuit becomes a pure LC configuration. When we analyzed the natural response of the LC circuit, we came up with a sine wave that lasted forever. (In real life, R is never really 0, so there is always some energy lost. A bell does not ring forever.)
The first example circuit we worked through earlier in this article had R=2Ω,L=1H, and C=1/5F.
We're not going to repeat the solution, but here are a few observations using the α and ωo notation.
The damping factor α is
α=R2L=221=1
The resonant frequency, ωo is
ωo=1LC=111/5=5
Looking at the terms under the square root:
α2ω2=1252=4= a negative number, which we saw led to a decaying sine solution. Therefore, we would describe the example circuit as an underdamped system.

Summary

The RLC circuit is the electronic equivalent of a swinging pendulum with friction. The circuit can be modeled by this 2nd-order linear differential equation:
Ld2idt2+Rdidt+1Ci=0
The resulting characteristic equation is:
s2+RLs+1LC=0
We solved for the roots of the characteristic equation using the quadratic formula:
s=R±R24L/C2L
By substituting variables α and ωo we wrote s a little simpler as:
s=α±α2ωo2
where α=R2L, and ωo=1LC
Depending on the relative size of α and ωo, we came up with three different forms of the solution:
  • overdamped, α>ω0, leads to the sum of two decaying exponentials
  • critically damped, α=ω0, leads to t times decaying exponential
  • underdamped, α<ω0, leads to a decaying sine

Want to join the conversation?

  • leafers seed style avatar for user 315137771xy
    how to get the equation for i=
    ​V0/W0*e−αt*t in crirically damped?
    (4 votes)
    Default Khan Academy avatar avatar for user
  • winston baby style avatar for user seanwallawallaofficial
    why do you get barely any questions, tips, or thanks on your electrical engineering section?
    on other sections, i see over 100 questions but on this section, i hardly ever see 10
    (2 votes)
    Default Khan Academy avatar avatar for user
  • male robot donald style avatar for user 浩然 费
    If I add a SPDT switch in the circuit, I can charge the capacitor. But if there is one way to charge without the switch. (For exmaple, I add a battery and it will work and form same-frequncy wave until battery does not have any energy)
    (1 vote)
    Default Khan Academy avatar avatar for user
    • old spice man green style avatar for user Willy McAllister
      Providing an initial charge to a capacitor or initial current to an inductor is a tricky bit of work in a circuit simulator. It is difficult to implement a mechanical switch. They are usually not part of the simulator's primitive elements.

      It's possible to mimic a mechanical switch using very large transistors. I show an example of this on my web site, spinningnumbers.org. This is a follow-on to my work at KA where all the articles are updated. If you navigate to the Natural and Forced Response topic, find the article on RLC Variations. The simulation models have giant MOSFETS acting like mechanical switches to initialize the voltage. Remove the spaces and try this URL,

      https : //spinningnumbers . org/a/rlc-natural-response-variations.html#under-damped

      (Scroll down to the end of the Under Damped chapter to find the simulation model.)
      (2 votes)
  • blobby green style avatar for user Deepak Gautam
    The article begins by telling:
    ( α > ωo ) implies overdamped circuit. Or,
    ( R/2L > ωo ) implies overdamped circuit..................... (1)

    But at a later point, the article also tells:
    "A circuit will be overdamped if the resistance is high relative to the resonant frequency."
    This means,
    ( R > ωo ) implies overdamped circuit..................... (2)

    If ( R/2L > ωo ) and ( R > ωo ), both implies an overdamped circuit, this means both are equivalent statements.

    How can ( R/2L > ωo ) means the same thing as ( R > ωo )?
    (1 vote)
    Default Khan Academy avatar avatar for user
    • spunky sam orange style avatar for user Willy McAllister
      Equation (1) is correct.
      For equation (2) you are taking a very qualitative statement and trying to turn it into an equation, but this doesn't work. The units are all wrong... ohms > radians/sec. I'm just trying to say you end up with an over damped circuit if the resistance is high. In technical terms, a circuit is over damped when equation (1) is true.
      (2 votes)
  • leafers ultimate style avatar for user ronen peri
    In the hidden section about the underdamped natural frequency approximation, it states that we can only approximate the frequency as w0 because the damping factor under the radical shifts the frequency over time (the wavelength changes).

    I think this is misleading and not true. The natural frequency does not change; only the envelope changes.
    lets begin with the end solution for the differential eqn:
    i = <some function of t> * <a sinusoidal>. in our RLC case:
    i = 5e^-t * sin2t.
    We can clearly see that the argument of the sine function depends linearly on t. Nothing else. The multiplier (or Eigenvalue) acts only as an envelope function which does nothing in term of frequency.

    The natural frequency is determined by the roots of the differential equation, which in turn are characterized by the "damping factor" alpha and the "frequency" omega. But these names are only naming convention after the case that the damping factor equals 0 (the only case we can state that w is the natural frequency, as it is the only factor which determines the roots). Otherwise, the frequency is a "combination" of alpha and w. And it stays constant! The name "damping factor" arise from the fact that when it is not zero, the sinusoidal decays.

    The only way to change the system's FIXED natural frequency is by changing the boundary conditions.
    (1 vote)
    Default Khan Academy avatar avatar for user
  • leafers seedling style avatar for user Erkan Giray Arat
    I used a program to graph the overdamped current solution, and I am pretty sure it never goes up to two amperes as it is shown. The equation 1.25*(exp(-x)-exp(-9x)) has a zero derivative at (-ln(1/9))/8=0.2747 which makes the function value 0.8443, never rises above this.
    (1 vote)
    Default Khan Academy avatar avatar for user
  • blobby green style avatar for user muhammad atif
    Suppose a parallel RLC circuit is critically damped at the natural frequency of 100 Hz. I have values for R and L. How do I calculate a value of C such that it is critically damped. I know it can be calculated using 1/2RC = 1/sqrt(LC) but how do I incorporate an element of 100 Hz from this formula? This formula doesn't give me the critical damped circuit with the natural frequency of 100 Hz. Please tell me.
    (1 vote)
    Default Khan Academy avatar avatar for user
  • leaf green style avatar for user wmburtis
    I don't really have a good feel for what the i-t curves would look like for these three variations of the RLC natural response. Why don't you give specific examples with their graphs?

    A more general criticism of the entire EE course -- there are not nearly enough problems to try to solve to test the reader's understanding. Please provide problems for each module!!
    (1 vote)
    Default Khan Academy avatar avatar for user