RL Time Constant Calculator

Compute the time constant τ = L/R of an RL circuit. Visualize the exponential current rise, obtain cutoff frequency, rise time (10–90%), and energy storage. Perfect for filter design, relay coil analysis, and power electronics education.

H (Henries)
Supports decimals: 0.001 = 1 mH, 1e-6 = 1 µH
Ω (Ohms)
Positive resistance only. For R → 0, τ → ∞ (current rises instantly).
⚡ Relay Coil: L=0.1 H, R=10 Ω
? Power Inductor: L=10 mH, R=2 Ω
?️ Audio Filter: L=100 mH, R=1 kΩ
? SMPS Output: L=22 µH, R=0.5 Ω
? Reset: L=1 H, R=100 Ω
Local & private: All computations and graphs are processed directly in your browser – no data is uploaded.

Understanding the RL Time Constant

The RL time constant τ (tau) is a fundamental parameter in electrical engineering. For a series RL circuit excited by a DC voltage source, the current rises exponentially according to i(t) = V/R · (1 - e-t/τ), where τ = L / R (seconds). After one time constant, the current reaches ≈63.2% of its final steady-state value. This tool lets you explore the relationship between inductance, resistance, and the dynamic response.

τ = L / R     [seconds]

The inductive time constant determines the speed of energy build-up in the magnetic field.

Foundations & Historical Context

The RL transient behaviour was first analyzed by Oliver Heaviside in the late 19th century during his work on telegraphy and transmission line theory. Heaviside's operational calculus gave engineers a clear method to solve differential equations governing inductive circuits. Today, the RL time constant appears everywhere: from power supply filters to relay timing circuits and electromagnetic actuators. Understanding τ allows designers to predict how quickly a current settles, critical for preventing relay chattering or ensuring proper inductor charging in switching converters.

Why Use an Interactive RL Time Constant Tool?

  • Intuitive Learning: Visualize the exponential curve and the exact 63.2% point at t = τ.
  • Practical Engineering: Quickly compute rise time (10-90%) for digital logic interfacing with inductive loads.
  • Filter & Audio Design: Obtain the -3dB cutoff frequency f_c = R/(2πL) for RL low-pass/high-pass configurations.
  • Power Electronics: Estimate stored energy in output inductors of buck/boost converters.

Mathematical Derivation & Key Formulas

Kirchhoff's voltage law on a series RL circuit with step input: V = L·di/dt + R·i. Solving the first-order differential equation yields the standard solution: i(t) = (V/R)(1 - e-Rt/L). The ratio L/R defines the time constant τ. Key derived parameters:

  • Rise time (10–90%): tr = ln(9) · τ ≈ 2.197τ
  • Cutoff frequency (RL low-pass): fc = R/(2πL) [Hz]
  • Stored energy (for a final current I): E = ½·L·I² (joules). Assuming I = 1A for reference.
  • Time to reach x% of final: t = -τ·ln(1 - x/100).

Step-by-step Usage

  1. Enter inductance in Henries (H) — decimal or scientific notation allowed (e.g., 0.001 = 1 mH).
  2. Enter resistance in Ohms (Ω).
  3. Click “Calculate & Plot Response” to instantly compute τ, f_c, rise time and view the normalized current curve.
  4. Use preset examples to explore realistic scenarios like relay coils, power inductors, or audio filters.

Real-world Reference Data

Component / Application Inductance (L) Resistance (R) Time Constant τ Rise Time (10-90%)
Small Relay Coil 0.1 H 10 Ω 10 ms ≈22 ms
Power Supply Filter Choke 10 mH 2 Ω 5 ms ≈11 ms
EMI Ferrite Bead 1 µH 0.1 Ω 10 µs ≈22 µs
Audio Crossover Coil 100 mH 1 kΩ 100 µs ≈220 µs
Case Study: Relay Timing & Contact Protection

A typical industrial relay has coil inductance L = 0.2 H and DC resistance R = 50 Ω. Using our calculator, τ = 4 ms. The current reaches 90% of its nominal value after ~9.2 ms (2.3τ). This delay determines the pull-in time. When de-energized, the stored energy (E = ½ L I²) must be safely dissipated; a flyback diode reduces arcing. By understanding the RL time constant, engineers prevent contact welding and ensure reliable operation. Our interactive graph clearly shows how smaller τ yields faster response – critical for high-speed switching.

Frequently Asked Questions

The time constant τ = L/0 is mathematically infinite. In an ideal superconductor, current rises instantly but real circuits always have parasitic resistance. The calculator will display a warning and cannot plot infinite τ.

For an RL low-pass filter (output across R), the cutoff frequency f₃dB = R/(2πL) where attenuation reaches -3dB. The same time constant determines step response.

The primary focus is on DC step response (transient). However, the cutoff frequency calculated is directly applicable to AC magnitude response for first-order RL filters.

After 5τ, the current reaches >99.3% of final value, effectively steady-state. This range clearly visualizes the entire transient region.

Energy stored in the magnetic field (½LI²) must be managed during switching – large stored energy can cause voltage spikes, arcs, and EMI. This helps designers select snubber components.

Authority & References: This tool implements standard transient analysis from textbooks such as "Electric Circuits" by Nilsson & Riedel and "The Art of Electronics" by Horowitz & Hill. Verified against analytical solutions. Last updated May 2026 by GetZenQuery Tech team.