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

RL natural response

Natural response of an RL circuit. Written by Willy McAllister.
We investigate the natural response of a resistor and inductor circuit. This discussion parallels the analysis of RC circuits.
This RL circuit is fairly common. It appears any time a coiled wire is involved in a circuit, such as when you drive a mechanical relay to cause a physical motion (a relay contains a coil used as an electromagnet). Inductors are found in almost every power supply and in many filters. All wires and circuit board traces have a small self-inductance, which can be important in very fast circuits.
This is a circuit where we have to account for time. To develop a precise understanding requires concepts from calculus. We use derivatives to describe how the RL circuit behaves.

What we're building to

For an resistor-inductor circuit, if the inductor has an initial current I0, the current will diminish exponentially according to:
i(t)=I0eRt/L
Where I0 is the current at time t=0. This is called the natural response.
The time constant for an RL circuit is τ=LR.
The time constant is a measure of the steepness of the exponential. It has units of seconds.

The natural response of a circuit is what the circuit does when there are no external influences (no energy coming in). It is the most basic behavior of the circuit. When placed within a larger circuit, the natural response plays an essential part of the overall behavior.

Setting up the RL natural response

To get the RL circuit to do something, we call on an outside helper to add some energy and then step back and leave it alone, while we watch what happens.
On the right side of this schematic we have inductor L, and resistor R. This is the circuit we want to study. On the left side is our "outside helper," consisting of a current source, I, resistor R0, and a switch in the closed position.
Assuming the switch has been closed for a long time, the blue loop shows how the current flows in this circuit:
How do we know all the current flows through just the inductor and no current flows in either resistor? The inductor equation tells us so:
v=Ldidt
The current from the source is constant, unchanging with time.
That means the change in current with time is didt=0.
If we put this value into the inductor equation we get v=L0=0. The voltage across the inductor (and therefore both resistors) is 0. Ohm's Law tells us resistors with 0 volts have 0 current.
When current through an inductor is constant, we say: The inductor "looks like" a short circuit because it has 0 volts across its terminals, just like an ideal wire.

Initial conditions

Now there is a current flowing through our inductor. We throw open the switch at time t=0 and figure out the initial conditions.
The open switch disconnects the helper circuit (I,R0) from the RL section. On the helper side, current I starts flowing through R0, (the helper circuit has done its job and we won't pay attention to this part from now on). On the RL side, the current flowing in L instantly flips over to start flowing through R:

Summary of initial conditions

The instant before the switch opens, t=0, the inductor has a current we'll call I0, with 0 volts across the inductor and resistor.
An instant later, at t=0+, the switch is open and current I0 still flows in L and now flows in R.
The current in the inductor does not, and in fact, cannot change instantaneously. So the current flowing in the inductor right after the switch opens is equal to the current just before the switch opens.
For all time in the past, up to t=0+, the current in the inductor is I0:

RL natural response - intuitive description

Let's reason through what happens next. We want to figure out i and v as functions of time.
We stated above that I0 is flowing in the inductor right after the switch is thrown open. What happens to the voltage?
The current in the resistor just jumped from 0 to I0, so the voltage instantly jumps up to v(0+)=I0R.
Now we know both the current and voltage just after the switch opens. Let's think next about where this circuit finally ends up, after a long time passes.
A resistor (unlike an ideal inductor or capacitor), dissipates energy as heat. That heat comes from the energy stored in the inductor's magnetic field (the only energy source in our natural response circuit). If we wait a long time, all the energy that started in the inductor will eventually be transformed into heat by the resistor. When all the energy is gone, i will be 0, and v will be 0. That's the final state of our circuit.
i(t) and v(t) now look like this with the final response filled in:

What happens in between?

Now we fill in what happens in the time interval between t(0+) and "a long time from now." For now, I'm going to guess there is some smooth connecting curve that joins the two segments of the curve. I would guess the rate of change could be higher near the beginning, when the current is high and there's a higher rate of power dissipation in the resistor. Using this intuition, I can sketch in predicted curves for current and voltage.
This turns out to be a pretty good guess at the natural response of an RL circuit. Just using our intuition we figured out the starting and ending state, and made an estimate of what the current and voltage look like during the transition between start and end. We are not exactly sure how fast the curves come down, or how long "a long time" really is.
Next, we develop a precise solution, which requires us to use some calculus.

Formal derivation of the RL natural response

We want to derive the RL natural response, i and v as a function of time. This derivation follows the same steps as the RC natural response.
We assume an initial current of I0 flows in L.

Model the components

The two components are modeled by their characteristic i-v equations.
The resistor is described by Ohm's Law:
vR=iR
The inductor is described by the inductor i-v equation:
vL=Ldidt

Model the circuit

We can write Kirchhoff's Voltage Law starting at the top left corner of the schematic and going around counterclockwise:
vL+vR=0
Ldidt+iR=0
This is the differential equation modeling the circuit.
From here on, we refer to vR as just v.

Solve the circuit

The previous equation is a first-order ordinary differential equation (ODE).
We are now going to walk through the solution of an ODE. One way is to make an informed guess at a solution, and try it out. That's what we are going to do here, as we did with the analysis of the RC natural response.
To solve the differential equation we dream up a function for current, i(t) and plug the function into the differential equation and see if it turns out true.
Ldidt+iR=0 (differential equation)
Just as we did with the RC circuit, we try an exponential function with some adjustable parameters, K and s.
i(t)=Kest
  • t is time
  • i(t) is current as a function of time
  • K and s are constants we have to figure out
  • K is an amplitude term that scales current up or down
  • s must have units of 1/t so we get a unit-less exponent.
Substitute our proposed solution into the differential equation to see if it works:
Lddt(Kest)+R(Kest)=0
Let's compute the derivative found in the first term:
ddt(Kest)=sKest
Plug the derivative back into the differential equation:
sLKest+RKest=0
Now we can factor out the common Kest term.
(sL+R)Kest=0
This equation describes our specific circuit, with the proposed i(t).
Now we work out the two constants, K and s, to see if we can make the equation true.
We could set K=0 to get a solution. But that's pretty boring. You put nothing in, and get nothing out.
We could make est=0 to get another solution. This is boring, too. If we make s a negative number and let t go to +, it means we sit around forever and wait for the current to die out to zero. Snooze.
The third way we can make the equation true is to set sL+R=0. This becomes interesting. This is true if:
s=RL
This solves for s, and makes our function for current look like this:
i(t)=KeRt/L
The last step is to figure out K, the amplitude factor. We do this using the initial conditions. The inductor had a known current at the instant the switch was flipped. To find K we plug in everything we know about t=0+. The current was i(0+)=I0.
i(0)=I0=KeR0/L
I0=Ke0
K=I0
All done! We found a function and two constants that made the differential equation true. We've solved the current for all time after the switch is opened.
The general solution for the natural response of an RL circuit is,
i(t)=I0eRt/L
We can get voltage v(t) straight from Ohm's Law:
v(t)=Ri(t)
v(t)=RI0eRt/L

The RL natural response looks like this

These graphs show the shape of the RL natural response. For t0 the current is I0. After t=0 the current falls on an exponential curve until it becomes 0. The rate of change (the slope) is greatest at the beginning, when the current is highest. The ratio R/L determines the steepness of the exponential response.
The voltage across the inductor is flat at 0 for t0, and makes a sharp jump at t=0 when the current starts to change. The peak voltage depends on the starting current I0 and the resistance, R (and, oddly, does not depend on the value of the inductor L). Voltage follows a similar exponential curve downward until it fades to 0.
Compare these computed graphs to the ones we sketched earlier. The sketches have the right shape.

Time Constant of a resistor-inductor combination

An exponent has to be a plain number, it can't have dimensions. That means the quotient R/L has to have units of 1/time, so it can cancel out t. That means L/R has units of seconds.
L/R is called the time constant of a resistor-inductor combination. It has the same properties as the corresponding product RC in the resistor-capacitor circuit. We use the Greek letter τ (tau) as the symbol for time constant. For a resistor-inductor pair:
τ=LR
The time constant for an inductor and resistor gets longer with a larger inductor, and shorter with a larger resistor (in contrast to the RC time constant, which gets longer with both bigger C and R.)
Using τ, we can write the natural response equation like this:
i(t)=I0et/τ
When t is equal to the time constant, the exponent of e becomes 1, and the exponential term is equal to 1/e, or about 0.37. The time constant determines how fast the exponential curve comes down to zero. After 1 time constant has passed, the current is down to 37% of its initial value.

RL natural response example

Let's do an example together. For this circuit:
Problem 1
What is i if the switch is closed?
i=
mA

Problem 2
What is v if the switch is closed?
v=
V

The switch is thrown open at t=0.
Problem 3
What is i in the inductor the instant after the switch is thrown open?
i=
mA

Problem 4
What is the time constant, τ ?
τ=
seconds

Write expressions for i(t) and v(t) after t=0.
i(t)=____, v(t)=____
The natural response for the example circuit looks like this:

Summary

The natural response of an RL circuit is an exponential:
i(t)=I0eRt/L
Where I0 is the current at time t=0.
The time constant for an RL circuit is τ=LR.

Appendix - Solving a separable differential equation

As a reminder, the differential equation of the LC circuit is:
Ldidt+iR=0
Here are the steps to solve this separable differential equation. If you have covered this technique in your calculus studies, you can solve both the RL and RC first-order differential equations without guessing a solution.
Ldidt=iRLdii=Rdt0tLdii=0tRdtL[lni(t)lni(0)]=RtLln(i(t)/I0)=Rtln(i(t)/I0)=Rt/Li(t)/I0=eRt/Li(t)=I0eRt/L
This is the same result we came up with in the main article by guessing a solution.
Sal has a sequence of videos showing how to solve this type of separable differential equation.

Want to join the conversation?

  • marcimus pink style avatar for user Muddassir Ahmed
    Is there any video/article related to RL step response?
    (11 votes)
    Default Khan Academy avatar avatar for user
  • mr pink red style avatar for user manavpandya31
    Why did we chose constant current source in RL natural response, but constant voltage source in RC natural response ? Can we do other way round ? What is reason for picking these sources in such manner ?
    (2 votes)
    Default Khan Academy avatar avatar for user
    • spunky sam orange style avatar for user Willy McAllister
      For RL and RC natural response we want to start the circuit off with some initial energy. A resistor doesn't store energy, so that means we place the energy in either L or C. An inductor's energy is stored in its magnetic field, which comes back out of the inductor as a current (the magnetic field pushes charge through the wire). For a capacitor, its energy is stored in the form of charge. That stored charge causes a voltage to appear on the capacitor, as in q = C v, or v = q/C.

      So in setting up to analyze natural response we pick the type of source that directly injects the energy into L or C.
      (2 votes)
  • leaf green style avatar for user Wayne Yip
    The ideal current source produces an infinite voltage as it tries to drive current across the open circuit. (For a similar reason, you should avoid shorting an ideal voltage source, to avoid infinite current.)

    Since The ideal current source produces an infinite voltage, so even the practical current source could provide a considerable level of voltage, then the R0 selection must could endure such high voltage?
    (2 votes)
    Default Khan Academy avatar avatar for user
    • purple pi purple style avatar for user APDahlen
      Hello Wayne,

      By Ohm's law the resistor will only need to withstand I * R volts. That is 8 volts in this case.

      Here is something fun for you. Let's take a 1 million volt power supply and place a 125 million Ohm resistor in series with it. This is a thought experiment – not something you would want to build. Anyway, my question to you is this. Could you tell the difference between this circuit and the 8 mA constant current source mentioned on this page?

      Regards,

      APD
      (1 vote)
  • blobby green style avatar for user Mohamed Syaheer Altaf
    Excuse my ignorance, but why is the KVL VL+VR=0 instead of VL-VR=0?
    (1 vote)
    Default Khan Academy avatar avatar for user
    • spunky sam orange style avatar for user Willy McAllister
      It is somewhat tricky to set up the KVL equation for this RL circuit (and the RC circuit as well). You have to be careful with the sign convention for passive components.

      Look at the circuit in section "Model the Components". The starting point is to add the current arrow pointing up out of the inductor. That means it is flowing down through the resistor.

      The second step is to add voltage labels to L and R, while respecting the sign convention for passive components. For the L, the current flowing up means the positive polarity of the voltage is at the bottom of the inductor. For the R the current is flowing down from the top, so the positive polarity of the resistor's voltage is at the top of the resistor. Admittedly, the voltage on the resistor looks "right" while the upside down voltage on the inductor seems a bit odd. That's not because it is wrong, but because it is unfamiliar.

      The last step is to write KVL around the loop. I chose to start on the top node and circle down through the L and then up through the L. That results in two positive voltages being added together.
      (2 votes)
  • blobby green style avatar for user kdavenport37
    Under the heading
    Write expressions for i(t)i(t)i, left parenthesis, t, right parenthesis and v(t)v(t)v, left parenthesis, t, right parenthesis after t=0t=0t, equals, 0.

    I found that we used s in equations for i(t) and v(t)
    s = R/L

    But when the values were used, we don't get the answer we should from 200 ohms / 16 micro-Henrys. Instead, I think the time constant (T or Tao) was used to get 80 nano-seconds.

    Should we use s times t in the exponential or the time constant?
    We got s from the integration, so where does the time constant come in?
    (1 vote)
    Default Khan Academy avatar avatar for user
    • spunky sam orange style avatar for user Willy McAllister
      Natural frequency s = -R/L is closely related to the time constant tau = L/R.

      We found a solution to the differential equation by solving for s in the equation sL + R = 0. This gave us s = -R/L and we were able to assemble a solution for i(t).

      What are the units of s? If the exponent is -st, the units of s have to be 1/time. (exponents can't have units, so all the quantities in an exponent must cancel out.)

      When you talk about the time constant you ask a slightly different question. Given the solution for i:

      i = I_0 e^{-Rt/L}

      what value of time makes the exponential term equal -1? Another way to ask the same thing is to ask, what value of time makes the exponential term equal to 1/e?

      The answer is at t = L/R the exponent is -1. That special time is called the time constant and we use the Greek letter tau. What are the units of tau? Since tau is a particular value we chose for t, the units of tau are seconds.
      (2 votes)
  • blobby green style avatar for user Leore Heim
    Dear Prof. McAllister,
    Why did you chose to analyze a RL circuit in parallel and a RC circuit in series? Could you please provide an intuition regarding the differences between the parallel and series versions of these circuits?
    (1 vote)
    Default Khan Academy avatar avatar for user
    • spunky sam orange style avatar for user Willy McAllister
      The natural response circuit for both RC and RL are similar, an R sitting next to an L or a C. You can think of it as either series or parallel, it doesn't matter. The most important difference between the two derivations is the selection of the independent variable, v or i. My choice was to pick voltage as the independent variable for the RC circuit (figure out the voltage and solve for current afterwards), and the opposite choice for the RL circuit (figure out the current as the independent variable and solve for voltage later). My preference comes from the i-v equations for C and L. For capacitors, the differential form of the i-v equation is i = C dv/dt. I like this form better than the integral form because there is no extra "plus a constant" complexity. That tips me to selecting v as the independent variable. The opposite argument holds for the RL circuit.
      (1 vote)
  • marcimus pink style avatar for user Muddassir Ahmed
    can you please explain general solution for step and natural responses
    (1 vote)
    Default Khan Academy avatar avatar for user
  • blobby green style avatar for user kiran
    If current and voltage source both are given how we can find il in RL network
    (1 vote)
    Default Khan Academy avatar avatar for user
  • eggleston blue style avatar for user dena escot
    1)could you explain this more "and, oddly, does not depend on the value of the inductor L" why does not the voltage depend on L ?

    and Why is THERE not a forced response analysis like an RC circuit?
    (1 vote)
    Default Khan Academy avatar avatar for user
    • old spice man green style avatar for user Willy McAllister
      The peak voltage value does not depend on the inductance of the inductor. This might seem non-intuitive. but it happens because 1. the math tells us so, and 2. The starting voltage depends only on the starting current I0 and the resistor value R. The inductor value has a substantial impact on the steepness of the response, but not its starting value.

      I did not write up the forced step response of LR for two reasons. First, it is rare for this circuit to come up in a forced/stepped situation, and second, the analysis is an exact dual of the RC step response. The math follows the exact same steps at RC Step.
      (1 vote)
  • orange juice squid orange style avatar for user asal
    In the example, I've got v(t)=1.6 e^ -t/80n and I don't get how you have got 3.2 instead of 1.6. Also why in the diagram the current at t=0 is .016 mA instead of .008 mA?
    (1 vote)
    Default Khan Academy avatar avatar for user