The 'e' on a calculator represents two distinct concepts depending on context: Euler’s number (e ≈ 2.71828), the base of natural logarithms used in transient circuit math and semiconductor physics, and scientific notation (e.g., 5e-6), which means 5 × 10-6. In electrical engineering, Euler's number is the mathematical engine behind capacitor charging curves, inductor decay, and the Shockley diode equation. If you are looking at a calculator screen trying to solve an RC time constant problem, you are dealing with Euler's number. This guide breaks down the core transient formula, unit conversions that prevent catastrophic math errors, and step-by-step worked examples.
The Two Meanings of 'e' on Your Calculator
Before plugging numbers into a formula, you must identify which 'e' your calculator is displaying. Confusing the two is a common bench mistake that leads to wildly incorrect component selections.
1. Euler’s Number (e ≈ 2.71828): This is a fundamental mathematical constant. In circuit theory, it models continuous exponential growth or decay. When a capacitor discharges through a resistor, the voltage doesn't drop linearly; it decays exponentially, governed by e. You will use the ex function on your calculator to solve these problems.
2. Scientific Notation Indicator (E or e): When a calculator displays a number like 4.7e-3, the 'e' stands for 'exponent of 10'. It translates to 4.7 × 10-3, or 0.0047. This is the calculator's way of handling the massive and microscopic values common in electronics, such as megaohms (MΩ) and picofarads (pF), without running out of screen space. You trigger this using the EXP or EE button, which is entirely different from Euler's constant.
The Core Formula: RC Circuit Transient Response
When analyzing a discharging RC (Resistor-Capacitor) circuit, the voltage across the capacitor at any given time is calculated using Euler's number. The universal discharging formula is:
V(t) = V0 · e -t / (R · C)
| Symbol | Parameter | Unit |
|---|---|---|
| V(t) | Voltage at time t | Volts (V) |
| V0 | Initial voltage at t = 0 | Volts (V) |
| e | Euler's number | ≈ 2.71828 (dimensionless) |
| t | Time elapsed | Seconds (s) |
| R | Resistance | Ohms (Ω) |
| C | Capacitance | Farads (F) |
When the Formula Applies and Its Assumptions
This formula applies strictly to linear, first-order RC circuits where a pre-charged capacitor is discharging through a constant resistance. It assumes ideal components: the capacitor has no equivalent series resistance (ESR) or parasitic inductance, and the resistor's value does not change with temperature or applied voltage. For real-world high-frequency or high-current pulse circuits, parasitic ESR will cause the initial voltage drop to be steeper than Euler's curve predicts.
Unit Mistakes That Break the Formula
The most common way to break this formula is ignoring SI base unit conversions. The exponent -t / (R · C) must be strictly dimensionless. If you input C = 100 (meaning 100μF) and R = 1000 (meaning 1kΩ), your calculator computes a time constant τ = 100,000 seconds instead of the correct 0.1 seconds. The exponent becomes infinitesimally small, and the calculator returns V(t) ≈ V0, completely missing the discharge curve. Always convert microfarads (μF) to Farads (F) by multiplying by 10-6, and milliohms/kilohms to base Ohms (Ω).
What a Realistic Answer Magnitude Looks Like
Because t, R, and C are all positive physical quantities in a discharging circuit, the exponent -t / (R · C) is strictly negative. The function ex for any negative x yields a decimal strictly between 0 and 1. Therefore, a realistic magnitude for V(t) is strictly bounded: 0 < V(t) ≤ V0. If your calculator spits out a voltage higher than V0 or a negative voltage, you have dropped a negative sign in the exponent or severely miscalculated your unit conversions.
Rearranged Forms: Solving for Time, Resistance, and Capacitance
On the bench, you rarely just solve for voltage. More often, you know your target voltage threshold and need to size a resistor or calculate a timing delay. By applying the natural logarithm (ln) to both sides, we isolate the other variables. Here are the rearranged forms:
- Solving for t: t = -R · C · ln(V(t) / V0)
- Solving for R: R = -t / (C · ln(V(t) / V0))
- Solving for C: C = -t / (R · ln(V(t) / V0))
- Solving for V0: V0 = V(t) · et / (R · C)
Worked Examples with Unit Tracking
Let’s apply these formulas to real-world component values, paying strict attention to unit conversions and intermediate steps.
Problem 1: Discharging a Filter Capacitor
Scenario: A 470μF smoothing capacitor in a power supply is charged to 24V. The power is cut, and it discharges through a 10kΩ bleeder resistor. What is the voltage across the capacitor after 2 seconds?
- Convert to base SI units: R = 10,000 Ω, C = 470 × 10-6 F (0.00047 F), t = 2 s, V0 = 24 V.
- Calculate the time constant (τ): τ = R · C = 10,000 · 0.00047 = 4.7 seconds.
- Calculate the exponent: -t / τ = -2 / 4.7 ≈ -0.42553.
- Evaluate Euler's power: e-0.42553 ≈ 0.65341. (This means 65.3% of the voltage remains).
- Multiply by initial voltage: V(2) = 24 · 0.65341 = 15.68 V.
Problem 2: Sizing a Timing Resistor
Scenario: You are designing a 555 timer delay circuit. A 100μF capacitor starts at 12V. You need the voltage to drop to exactly 3V to trigger a threshold pin. If you use a 1kΩ resistor, how long will the delay be?
- Convert to base SI units: R = 1,000 Ω, C = 100 × 10-6 F (0.0001 F), V0 = 12 V, V(t) = 3 V.
- Calculate the time constant (τ): τ = 1,000 · 0.0001 = 0.1 seconds.
- Apply the rearranged formula for t: t = -τ · ln(V(t) / V0).
- Substitute values: t = -0.1 · ln(3 / 12) = -0.1 · ln(0.25).
- Evaluate the natural log: ln(0.25) ≈ -1.38629.
- Final multiplication: t = -0.1 · (-1.38629) = 0.1386 seconds (or 138.6 ms).
Frequently Asked Questions
What does 'e' mean on a calculator when it shows something like 5e-6?
When you see 'e' embedded in a number like 5e-6 or 2.5e3, it is acting as a shorthand for scientific notation, meaning 'times 10 to the power of'. Therefore, 5e-6 translates to 5 × 10-6, which is 0.000005 (or 5 micro-units). This is completely different from Euler's number. You trigger this notation using the EXP or EE button on your calculator, whereas Euler's number is accessed via the ex function.
How do I type Euler's number 'e' on a standard scientific calculator?
On most standard scientific calculators (like the Casio fx-991EX or TI-36X Pro), Euler's number is not a dedicated primary key. To input e, you typically press the SHIFT or 2nd button, followed by the LN (natural log) key. This activates the ex function. For example, to calculate e2, you press SHIFT → LN → 2 → =. If you just need the constant e by itself, you input e1.
Why is Euler's number used in AC circuit analysis and phasors?
In AC theory, Euler's number bridges the gap between exponential functions and trigonometry via Euler's formula: ejθ = cos(θ) + jsin(θ). This allows electrical engineers to represent sinusoidal AC voltages and currents as complex phasors. Instead of solving messy differential equations with sine waves, we use complex impedance (Z) and Euler's identity to turn AC circuit analysis into simple algebraic multiplication and division. For a deeper dive into the physics of capacitor discharge curves, refer to resources like Electronics Tutorials or Fluke's electrical learning center.






