In electrical engineering, tau time (the time constant, denoted by the Greek letter τ) is the exact duration it takes for a capacitor or inductor in a first-order circuit to charge or discharge to 63.2% of its final steady-state voltage or current. While textbooks often stop at the formula, understanding tau time is critical for bench work and PCB design because it directly dictates the slew rate of voltage transitions, the precise timing delay of reset or oscillator circuits, and the cutoff frequency of analog filters. If you are designing a debounce network, a soft-start circuit, or an audio crossover, your component selection hinges entirely on getting this single time value right.
The Core Math and Component Reference Table
The calculation for tau depends on whether you are working with a Resistive-Capacitive (RC) or Resistive-Inductive (RL) network. For an RC circuit, the formula is τ = R × C (where R is in ohms and C is in farads). For an RL circuit, the formula is τ = L / R (where L is in henries and R is in ohms). In both cases, the resulting tau is expressed in seconds.
Below is a reference table of common tau time values you will encounter in everyday embedded systems and power electronics. This table assumes ideal components; real-world tolerances will shift these values slightly (more on that below).
| Application Scenario | Resistor (R) | Capacitor (C) / Inductor (L) | Calculated Tau (1τ) | Practical Full Time (5τ) |
|---|---|---|---|---|
| Microcontroller Reset Pin (EN) | 10 kΩ | 100 nF (Ceramic C0G) | 1.0 ms | 5.0 ms |
| Mechanical Switch Debounce | 10 kΩ | 1.0 µF (X7R Ceramic) | 10.0 ms | 50.0 ms |
| 555 Timer Monostable Delay | 100 kΩ | 10 µF (Electrolytic) | 1.0 s | 5.0 s |
| PWM to Analog DAC Filter | 4.7 kΩ | 4.7 µF (Film) | 22.1 ms | 110.5 ms |
| Audio Crossover Low-Pass (RL) | 8 Ω (Speaker) | 1.2 mH (Air-core Inductor) | 150 µs | 750 µs |
Worked Example: Designing a MOSFET Soft-Start Delay
Let’s apply this to a real-world problem. You are designing a power supply that drives a heavy capacitive load, and you need to limit the inrush current. You decide to add an RC soft-start network to the gate of your main P-channel MOSFET (like the common Si2301). You want the gate voltage to ramp up slowly, reaching a stable 'fully on' state in about 250 milliseconds.
Since the MOSFET is considered 'fully on' at the 5τ mark, we set our target 5τ time to 250 ms. Therefore, our target 1τ is 50 ms (0.05 seconds).
You already have a 100 kΩ pull-up resistor on the gate tied to your 12V rail to keep the MOSFET off by default. Using the RC formula:
- τ = R × C
- 0.05 s = 100,000 Ω × C
- C = 0.05 / 100,000 = 0.0000005 Farads (0.5 µF)
A 0.5 µF capacitor is not a standard E12/E24 value. The closest standard value is 470 nF (0.47 µF). Let’s recalculate the actual tau with this real component:
- Actual τ = 100,000 Ω × 0.00000047 F = 0.047 seconds (47 ms)
- Actual 5τ = 47 ms × 5 = 235 ms
A 235 ms ramp-up time is perfectly acceptable for this application. By placing the 470 nF capacitor between the MOSFET gate and ground, the gate voltage will exponentially rise, safely limiting the inrush current without requiring an expensive dedicated hot-swap controller IC. For a deeper dive into the exponential charging curves that govern this behavior, the RC charging circuit guide at Electronics Tutorials provides excellent visual graphs of the voltage slope.
Where You Meet Tau Time in Practice
Tau time isn't just an academic exercise; it is the fundamental timing mechanism in dozens of everyday circuits.
1. Microcontroller Reset and Enable Pins
When you power up an ESP32 or an STM32, the internal power rails take a few milliseconds to stabilize. If the chip tries to boot before the 3.3V rail is solid, it will brownout or crash. Hardware engineers place an RC network (typically 10 kΩ and 1 µF, yielding a 10 ms τ) on the EN or NRST pin. This holds the chip in reset until the capacitor charges past the logic-high threshold, ensuring a clean boot.
2. PWM to Analog Voltage Conversion
Microcontrollers like the Arduino Uno lack true Digital-to-Analog Converters (DACs). Instead, they output a 5V Pulse Width Modulated (PWM) square wave. To turn this into a smooth DC voltage, you pass it through a low-pass RC filter. The tau time of this filter must be significantly longer than the period of the PWM wave. If your PWM frequency is 490 Hz (period ≈ 2 ms), you need a tau time of at least 10 ms to 20 ms to effectively smooth the ripple into a flat DC line.
3. Relay and Contactor Coil Snubbers
When you de-energize an inductive load like a relay coil, the collapsing magnetic field generates a massive voltage spike that can destroy your driving transistor. A reverse-biased flyback diode is the standard fix, but it causes the relay to drop out slowly. By adding a resistor in series with the diode, you create an RL tau time that allows the coil to dissipate its energy faster, speeding up the relay's release time while still clamping the voltage spike to a safe level.
Common Confusions: The 63% Threshold and the 5-Tau Rule
The most common mistake hobbyists and junior engineers make is confusing one tau ($1\tau$) with the "full charge" time. A capacitor in an RC circuit never mathematically reaches 100% of the source voltage; the charging curve is asymptotic.
Think of it like filling a water tank with a hose, where the water pressure pushing into the tank is determined by the difference between the source pressure and the current water level in the tank. As the tank fills, the pressure differential drops, and the flow slows down exponentially. At exactly one tau ($1\tau$), the tank is 63.2% full. At $2\tau$, it is 86.5% full. At $3\tau$, it is 95.0% full.
In practical engineering, we use the 5-Tau Rule. At $5\tau$, the capacitor has reached 99.3% of the supply voltage. Because component tolerances (a standard electrolytic capacitor can have a ±20% tolerance) and multimeter resolution make measuring the final 0.7% impossible in the real world, $5\tau$ is universally accepted as the time required to "fully" charge or discharge the circuit. If a datasheet or schematic asks for a "settling time," they are almost always referring to $5\tau$. For a rigorous mathematical breakdown of these asymptotic limits, Georgia State University's HyperPhysics resource outlines the calculus behind the exponential decay equations.
Frequently Asked Questions
Does tau time apply to AC circuits?
Tau time specifically describes the transient response (the charging or discharging phase) of first-order DC circuits. In steady-state AC circuits, we instead talk about impedance and phase angle. However, if you are analyzing the exact moment an AC fault occurs or a switch closes in an AC system, the DC time constant of the circuit's inductance and resistance (L/R) dictates the DC offset decay of the fault current.
How does capacitor leakage affect tau time?
In ideal math, a capacitor charges forever. In reality, electrolytic and tantalum capacitors have internal leakage resistance, which acts as a hidden parallel resistor. This creates a voltage divider with your charging resistor, meaning the capacitor might only ever reach 90% or 95% of the source voltage, no matter how long you wait. For long-duration tau timing (e.g., $>1$ second), always use low-leakage film capacitors or high-quality low-leakage aluminum electrolytics.
Can I just use a larger resistor to get a longer tau time?
You can, but you must watch out for the input bias current of the next stage. If you use a 10 MΩ resistor and a 1 µF capacitor to get a 10-second tau, the 10 MΩ resistor will limit your current to microamps. If the next stage is a bipolar transistor or an older op-amp, its input bias current will draw voltage across that massive resistor, causing a severe DC offset error. Always balance R and C values to keep impedances in the 1 kΩ to 100 kΩ range when possible.






