RC and RL Time Constant Explained: 5 Must-Know Rules Behind a Confusing Formula

Share:
Electronics Fundamentals
RC and RL Time Constant Explained

Two formulas, one for capacitors and one for inductors, control every timing circuit, filter, and switching transient in electronics.

Mix them up and a design that should charge in milliseconds ends up taking seconds instead.

Tau = RC and L/R Live Time Constant Calculator The 5 Tau Rule

The RC and RL time constant tells you how fast a capacitor or inductor circuit responds to a sudden change in voltage or current, measured in seconds.

Flip a switch in a circuit with a resistor and capacitor, and the voltage doesn't jump instantly. It climbs smoothly along a curve.

RC and RL time constant

The same thing happens with a resistor and inductor, except current climbs instead of voltage. Both curves follow the exact same shape, a decaying exponential.

The time constant, written as the Greek letter tau, is what sets the pace of that curve. A bigger tau means a slower, lazier response.

Advertisement
Advertisement

The 5 Time Constant Milestones Every Engineer Should Know

Both RC and RL circuits hit the same percentage checkpoints at each multiple of tau.

63.2% Complete

One time constant gets the circuit just under two thirds of the way to its final value.

86.5% Complete

Progress slows noticeably, since the circuit is closing in on its steady state.

95.0% Complete

Often treated as "close enough" for rough timing estimates.

98.2% Complete

The remaining gap is small enough to ignore in most practical designs.

99.3% Complete

The standard engineering rule of thumb for "fully" charged or discharged.

RC Time Constant vs RL Time Constant

Both circuits behave the same way mathematically, but they store energy completely differently.

RC Circuit

Energy stores in a capacitor's electric field. Time constant is resistance multiplied by capacitance.

Tau = R x C
🔌

RL Circuit

Energy stores in an inductor's magnetic field. Time constant is inductance divided by resistance.

Tau = L / R
Advertisement
Advertisement

Charging vs Discharging Behavior

Charging and discharging are mirror images of each other. One climbs, the other falls, but both use the same tau.

Charging (RC): voltage rises from 0 toward the supply voltage
Discharging (RC): voltage falls from its starting value toward 0
Energizing (RL): current rises from 0 toward its steady state value

A capacitor never technically reaches the full supply voltage. The exponential curve only gets asymptotically close, which is exactly why the 5 tau rule exists as a practical cutoff.

Why "fully charged" is really an engineering approximation
100% 0%
Charging (blue, rising) and discharging (red, falling) curves against time in tau units

Time Constant Formulas and Worked Examples

Here are the core formulas, with a worked example for each circuit type.

RC Time Constant
τ = R x C
Example: R = 10 kΩ, C = 100 μF
τ = 10,000 x 0.0001 = 1 second

Charging: Vc(t) = Vs x (1 - e^(-t/τ))
Discharging: Vc(t) = V0 x e^(-t/τ)
RL Time Constant
τ = L / R
Example: L = 2 H, R = 500 Ω
τ = 2 / 500 = 0.004 seconds = 4 ms

Energizing: I(t) = (Vs/R) x (1 - e^(-tR/L))
De-energizing: I(t) = I0 x e^(-tR/L)

RC vs RL Circuit Comparison Table

The two circuit types behave identically in shape, but differ in exactly what they store and track.

PropertyRC CircuitRL Circuit
Time constant formulaTau = R x CTau = L / R
Energy stored inElectric field (capacitor)Magnetic field (inductor)
Variable trackedVoltage across capacitorCurrent through inductor
Behavior at t=0Acts like a short circuitActs like an open circuit
Behavior at steady stateActs like an open circuitActs like a short circuit

Where RC and RL Time Constants Matter

Timing Circuits

555 timer astable and monostable delay periods.

🎵

Audio Filters

Low pass and high pass filter cutoff frequency design.

📷

Camera Flash Circuits

Capacitor discharge timing for flash duration control.

🔌

Relay and Solenoid Coils

RL time constant governs coil energizing delay.

🛑

Switch Debounce

RC circuits smooth out noisy mechanical switch contacts.

📡

Ignition Coil Systems

RL time constant sets spark energy buildup timing.

Time Constant and Filter Cutoff Frequency

An RC low pass filter's cutoff frequency connects directly back to tau. The two ideas are really the same physics viewed differently.

A larger time constant means a slower time domain response. It also means a lower cutoff frequency in the frequency domain.

Engineers move between these two views constantly. A timing designer thinks in tau and seconds, while a filter designer thinks in hertz, but the underlying RC product never changes.

Advertisement
Advertisement

Common Mistakes With Time Constant Calculations

✓ Do

  • Keep units consistent: ohms, farads, henries, and seconds
  • Use 5 tau as the practical cutoff for "fully" charged or discharged
  • Remember RC multiplies, RL divides
  • Check whether the question wants voltage (RC) or current (RL)

✗ Don't

  • Assume the capacitor reaches exactly 100% at any finite time
  • Mix microfarads into a formula expecting farads without converting
  • Forget that inductor current can't change instantaneously
  • Confuse a capacitor's initial short circuit behavior with an inductor's
Advertisement
Advertisement

Live RC/RL Time Constant Calculator

Pick a circuit type, enter the component values and elapsed time, and get the time constant plus percent complete.

🧮 RC/RL Time Constant Calculator
-
Tau (seconds)
-
% Complete at t

Reference Materials on RC and RL Time Constants

PDF
RC and RL Circuits Course Notes
Carnegie Mellon University: derivation of RC and RL transient equations
PDF
Capacitor Charging and Discharging Curves
Izmir Institute of Technology: lab exercise on RC time constant measurement

FAQs on RC and RL Time Constant

What is the RC time constant formula?
Tau equals resistance multiplied by capacitance, tau = R x C, giving a result in seconds when R is in ohms and C is in farads.
What is the RL time constant formula?
Tau equals inductance divided by resistance, tau = L / R, giving a result in seconds when L is in henries and R is in ohms.
Why is a capacitor never considered 100% charged?
The charging equation is an exponential that only approaches the supply voltage asymptotically, mathematically never quite reaching it, which is why 5 tau (99.3%) is used as the practical "fully charged" point instead.
What percentage does a circuit reach after one time constant?
63.2% of the way toward its final value, whether that's a charging capacitor's voltage or an energizing inductor's current.
Does a bigger capacitor make a circuit charge faster or slower?
Slower. A larger capacitance increases tau, which stretches out the charging and discharging curve over a longer period of time.
How is the RC time constant related to filter cutoff frequency?
The cutoff frequency of a simple RC low pass filter equals 1 divided by 2 pi times tau, so a larger time constant produces a lower cutoff frequency.

External References

What we learn today

  • The RC time constant is tau = R x C, while the RL time constant is tau = L / R, both measured in seconds.
  • Both circuits follow the same exponential curve, reaching 63.2%, 86.5%, 95.0%, 98.2%, and 99.3% at 1 through 5 tau.
  • An RC circuit tracks capacitor voltage, while an RL circuit tracks inductor current, but the math is otherwise identical.
  • 5 tau is the standard engineering rule of thumb for "fully" charged, discharged, energized, or de-energized.
  • Time constants directly set filter cutoff frequency, timing circuit delays, and coil energizing speed in real designs.
"I hope you like above blog. There is no cost associated in sharing the article in your social media. Thanks for reading!! Happy Learning!!"

Leave a Reply

Your email address will not be published. Required fields are marked *