When you see e on a scientific calculator, you are looking at Euler’s number, an irrational constant approximately equal to 2.71828. In electrical engineering and circuit theory, e is not just a mathematical curiosity; it is the fundamental base of natural exponential growth and decay. It dictates how fast a capacitor discharges through a resistor, how quickly an inductor ramps up current, and how thermal runaway propagates in semiconductor junctions.
If you are designing snubber networks, sizing supercapacitor backup rails, or simply trying to pass a circuits exam, understanding how to manipulate e is mandatory. Below, we break down the core exponential decay formula, define every variable, and walk through real-world bench calculations with strict unit tracking.
The Core Exponential Decay Formula & Symbol Definitions
The universal formula for the voltage across a discharging capacitor in a simple series RC (Resistor-Capacitor) circuit is:
V(t) = V0 × e-t / τ
Where the time constant τ = R × C
Every symbol in this equation represents a specific physical property of your circuit. Misidentifying these is the most common cause of calculation errors on the bench.
| Symbol | Name | Base SI Unit | Physical Meaning |
|---|---|---|---|
| V(t) | Instantaneous Voltage | Volts (V) | The voltage across the capacitor at a specific time t. |
| V0 | Initial Voltage | Volts (V) | The starting voltage across the capacitor at t = 0. |
| e | Euler's Number | Dimensionless | The base of the natural logarithm (~2.71828). Represents continuous decay. |
| t | Time | Seconds (s) | The elapsed time since the discharge began. |
| τ | Time Constant (Tau) | Seconds (s) | The time required for the voltage to decay to 36.8% of its initial value. |
| R | Resistance | Ohms (Ω) | The total series resistance limiting the discharge current. |
| C | Capacitance | Farads (F) | The charge storage capacity of the component. |
Real-World RC Decay Milestones
Because e is an irrational number, engineers rely on standard multiples of τ to estimate circuit behavior without a calculator. The table below shows the exact decay milestones you will reference constantly in power supply and signal conditioning design.
| Elapsed Time | Math Operation | % Decayed | % Remaining (V(t)/V0) | Practical Engineering Benchmark |
|---|---|---|---|---|
| 1 τ | e-1 | 63.2% | 36.8% | Standard definition of the circuit time constant. |
| 2 τ | e-2 | 86.5% | 13.5% | Often used for fast-settling analog multiplexer switching. |
| 3 τ | e-3 | 95.0% | 5.0% | Minimum acceptable settling time for 8-bit ADC sampling. |
| 4 τ | e-4 | 98.2% | 1.8% | Standard settling time for 12-bit to 14-bit ADC acquisition. |
| 5 τ | e-5 | 99.3% | 0.7% | Considered "fully discharged" for safety and 16-bit+ precision circuits. |
Rearranged Forms, Assumptions, and Unit Traps
You will rarely solve only for V(t). Usually, you know your target voltage and need to size the resistor or calculate the delay time. Here are the algebraic rearrangements of the core formula, solving for each variable:
- Solve for time (t): t = -τ × ln(V(t) / V0)
- Solve for time constant (τ): τ = -t / ln(V(t) / V0)
- Solve for initial voltage (V0): V0 = V(t) / e-t / τ
- Solve for Resistance (R): R = -t / (C × ln(V(t) / V0))
- Solve for Capacitance (C): C = -t / (R × ln(V(t) / V0))
When This Formula Applies (And When It Doesn't)
This formula assumes an ideal step response in a linear circuit. It applies perfectly when a pre-charged capacitor is suddenly connected to a purely resistive load. It assumes the capacitor has zero Equivalent Series Resistance (ESR) and zero leakage current, and that the resistor value does not change with temperature or voltage.
When it breaks down: If your load is a constant-current sink (like an LDO regulator or an active LED driver), the discharge is linear (V = V0 - (I×t)/C), not exponential. Furthermore, if the capacitor is a high-capacitance supercapacitor, its internal ESR and dielectric absorption will cause the actual voltage curve to deviate from the pure e model over long durations.
The "Micro-Milli" Unit Trap
The single most common mistake hobbyists and students make is mixing prefixes. The formula only works with base SI units: Ohms, Farads, and Seconds.
If you have a 10 kΩ resistor and a 100 μF capacitor:
- Wrong: 10 × 100 = 1000 (Assuming seconds. This is off by a factor of a million).
- Right: (10 × 103 Ω) × (100 × 10-6 F) = 1.0 Second.
Pro-Tip: Mega-ohms (MΩ) and micro-farads (μF) conveniently cancel out to yield seconds directly (106 × 10-6 = 1). But if you mix kΩ and μF, your result is in milliseconds. Always convert to base SI units in your calculator to avoid catastrophic timing errors.
Realistic Answer Magnitudes
Because the exponent in a decay problem is negative (-t/τ), the term e-x will always evaluate to a fraction between 0 and 1. If your calculator outputs a number greater than your initial voltage V0 for a decay problem, you have forgotten the negative sign in the exponent. Conversely, the natural log (ln) of a fraction is always negative, which cancels out the negative sign in the rearranged time formula, yielding a positive time value.
Worked Problem 1: High-Voltage Snubber Bleed Resistor
Scenario: You are designing a snubber network for a 400V DC motor drive bus. To filter high-frequency ringing, you place a 2.2 μF film capacitor across the bus. Safety standards require a bleed resistor to discharge the capacitor to a safe voltage after power-off. You select a 220 kΩ bleed resistor. What is the voltage across the capacitor exactly 1.0 second after the main contactor opens?
Step 1: Identify and convert to base SI units.
- V0 = 400 V
- R = 220,000 Ω
- C = 0.0000022 F (2.2 × 10-6 F)
- t = 1.0 s
Step 2: Calculate the time constant (τ).
- τ = R × C
- τ = 220,000 Ω × 0.0000022 F
- τ = 0.484 seconds
Step 3: Calculate the exponent.
- Exponent = -t / τ
- Exponent = -1.0 / 0.484
- Exponent = -2.0661
Step 4: Evaluate e to the power of the exponent.
- e-2.0661 ≈ 0.12668
- (This means 12.6% of the original voltage remains, which aligns with our milestone table: 2τ is 13.5%, and we are slightly past 2τ).
Step 5: Multiply by initial voltage.
- V(1.0) = 400 V × 0.12668
- V(1.0) = 50.67 V
Result: After 1 second, the bus is still sitting at ~50V. According to Texas Instruments snubber design guidelines, you must wait until at least 5τ (2.42 seconds) for the voltage to drop below 3V, which is generally considered safe for incidental contact.
Worked Problem 2: Supercapacitor RTC Backup Runtime
Scenario: An IoT sensor node uses a 0.47 F supercapacitor to keep its Real-Time Clock (RTC) alive during main power loss. The supercap charges to 5.0V. During a blackout, the RTC and backup memory present an equivalent resistive load of 500 Ω. The RTC will brownout and lose time if the voltage drops below 2.7V. How many seconds of backup runtime do you have?
Step 1: Identify variables and rearrange the formula to solve for time (t).
- V0 = 5.0 V
- V(t) = 2.7 V
- R = 500 Ω
- C = 0.47 F
- Formula: t = -τ × ln(V(t) / V0)
Step 2: Calculate τ.
- τ = 500 Ω × 0.47 F = 235 seconds
Step 3: Calculate the voltage ratio and its natural log.
- Ratio = 2.7 V / 5.0 V = 0.54
- ln(0.54) ≈ -0.61618
Step 4: Solve for t.
- t = -235 s × (-0.61618)
- t = 144.80 seconds
Result: The supercapacitor will sustain the RTC for roughly 144.8 seconds (about 2 minutes and 25 seconds) before the 2.7V brownout threshold is crossed. Note that in reality, supercapacitor ESR and the non-linear current draw of modern CMOS chips will slightly reduce this theoretical maximum, a nuance thoroughly documented in All About Circuits' guide to RC time constants.
The Calculus Origin: Why 'e' and Not Base 10?
A common question from students is why we use e (2.718) instead of base 10 for these calculations. The answer lies in the fundamental physics of how capacitors store energy.
The current through a capacitor is defined by the derivative of voltage: i = C(dv/dt). By Ohm's law, the current through the discharging resistor is i = v/R. Because the current leaving the capacitor equals the current entering the resistor, we set them equal (with a negative sign, as the capacitor is losing charge):
v / R = -C (dv / dt)
Rearranging this differential equation to separate the variables gives:
dv / v = -dt / RC
When you integrate both sides, the integral of 1/v is the natural logarithm, ln(v), which is inherently base e. The integration yields ln(v) = -t/RC + constant. When you exponentiate both sides to solve for v, base e naturally falls out of the math.
Therefore, e is not an arbitrary choice made by mathematicians; it is the direct mathematical consequence of a rate of change (current) being strictly proportional to the current state (voltage). Whenever a system's decay rate is proportional to its remaining quantity—whether it is a discharging capacitor, a cooling heatsink, or a decaying radioactive isotope—Euler's number e governs the timeline.






