No, voltage is not the derivative of current in a general sense; it only equals the derivative of current multiplied by inductance when passing through an ideal inductor, expressed as V = L(di/dt). In resistors, voltage is simply proportional to current (Ohm's Law), and in capacitors, the relationship is actually flipped: current is the derivative of voltage.
The Short Answer: Is Voltage the Derivative of Current?
When hobbyists and engineering students first encounter transient analysis or AC theory, they frequently juggle three fundamental equations and accidentally blend them together. The misconception that "voltage is the derivative of current" stems from misattributing the inductor formula to all circuit components.
What does this derivative relationship actually change in a real circuit? It dictates the magnitude of transient voltage spikes whenever current changes rapidly. If you are switching inductive loads like motors, solenoids, or relay coils, the rate at which the current drops (the derivative, di/dt) directly determines the voltage spike generated across the component. This is the physical mechanism behind inductive kickback, which can instantly destroy a $2.50 IRF540N MOSFET if you forget to include a flyback diode.
The Math Behind the Components
To see exactly where the derivative applies, we need to look at the voltage-current relationships for the three passive components. Here is how they behave when current or voltage changes over time.
| Component | Governing Equation | Relationship Type | What it Resists |
|---|---|---|---|
| Resistor | V = I × R | Proportional (Algebraic) | Current flow (friction) |
| Capacitor | I = C(dv/dt) | Current is derivative of Voltage | Changes in Voltage |
| Inductor | V = L(di/dt) | Voltage is derivative of Current | Changes in Current |
To understand the inductor's behavior, consider a single physical analogy: water hammer in plumbing. Imagine water flowing through a heavy, long pipe. The water has mass and momentum (inductance). If you slowly turn the valve, the water gently stops. But if you slam the valve shut instantly, the water's momentum has nowhere to go, creating a massive, destructive pressure spike (voltage spike). The faster you close the valve (the higher the derivative of flow change), the higher the pressure spike.
Worked Numeric Example: The 12V Relay Kickback
Let's apply real values to see why di/dt matters on the workbench. Suppose you are driving a standard 12V Omron G5Q relay coil.
- Inductance (L): 50 mH (0.05 Henrys)
- Steady-state Current (I): 100 mA (0.1 Amps)
Scenario A: Slow Ramp Down
You use a microcontroller PWM signal to slowly ramp the current down to zero over 10 milliseconds (0.01 seconds).
di = 0.1 A
dt = 0.01 s
di/dt = 10 A/s
V = L(di/dt) = 0.05 H × 10 A/s = 0.5 Volts.
This tiny induced voltage is completely harmless to your driving transistor.
Scenario B: Mechanical Switch Opens
You open a mechanical toggle switch. The physical contacts separate, and the current attempts to drop from 100 mA to 0 A in just 1 microsecond (0.000001 seconds).
di = 0.1 A
dt = 0.000001 s
di/dt = 100,000 A/s
V = L(di/dt) = 0.05 H × 100,000 A/s = 5,000 Volts.
Because the time denominator (dt) approaches zero, the derivative approaches infinity. The inductor generates a 5,000V spike to force the current across the gap of the opening switch. This causes an arc across the switch contacts and will instantly punch through the gate oxide of any unprotected silicon switch.
Where You Meet This in Practice
Understanding that voltage is the derivative of current in inductive circuits is not just academic; it dictates how we design protection and power conversion circuits.
1. Flyback (Freewheeling) Diodes
When a transistor switches off a relay coil, you place a diode (like a 1N4007) in reverse bias across the coil. When the transistor opens, the inductor's collapsing magnetic field forces current to circulate through the diode. This clamps the voltage spike to the diode's forward voltage drop (about 0.7V), artificially limiting di/dt to a safe rate and protecting the transistor. For a deeper look at component selection, refer to this guide on inductors and calculus.
2. Switch-Mode Power Supplies (Boost Converters)
Boost converters intentionally exploit the V = L(di/dt) equation. A microcontroller rapidly switches a MOSFET to build up current in an inductor, then abruptly turns it off. The massive di/dt generates a voltage spike that is captured by a capacitor, effectively stepping up a 5V USB input to a 12V or 24V output.
3. Automotive Ignition Coils
Older internal combustion engines use this exact principle to fire spark plugs. The ignition coil is an inductor. The breaker points (or electronic igniter) charge the coil with current, then snap open. The extreme di/dt generates the 20,000V to 40,000V required to jump the spark plug gap and ignite the fuel mixture. You can read more about practical inductive reactance and transient behaviors in this AC inductance tutorial.
Frequently Asked Questions
Is current the derivative of voltage?
Yes, but only in a capacitor. The governing equation for a capacitor is I = C(dv/dt). This means the current flowing through a capacitor is directly proportional to the rate at which the voltage across it changes. If you apply a steady DC voltage to a capacitor, dv/dt is zero, meaning no steady-state current flows. This is why capacitors block DC but pass AC signals.
Does Ohm's Law involve derivatives?
No. Ohm's Law (V = IR) is a purely algebraic, linear relationship that applies to ideal resistors. It does not depend on time or the rate of change. Whether the current changes over a microsecond or an hour, the voltage across an ideal resistor at any given instant is simply the instantaneous current multiplied by the resistance. Real-world resistors do have tiny parasitic inductances and capacitances, but for standard DC and low-frequency AC calculations, derivatives are not required.
Why do solid-state relays and MOSFETs have di/dt and dv/dt limits?
Semiconductor datasheets specify maximum di/dt and dv/dt ratings because of internal parasitic inductances and capacitances. If the voltage across a MOSFET changes too fast (high dv/dt), current can couple through the parasitic Miller capacitance and accidentally turn the gate back on, causing a short circuit. If the current changes too fast (high di/dt), parasitic trace inductances can generate localized voltage spikes inside the silicon die that exceed the breakdown voltage, permanently destroying the component. Snubber circuits (RC networks) are used to artificially slow down these derivatives.
How do I measure the derivative of current on a bench?
You cannot measure a derivative directly with a standard multimeter. Instead, you measure the voltage across a known inductor using an oscilloscope. Since V = L(di/dt), you can rearrange the formula to di/dt = V / L. By probing the voltage across an inductor with a known inductance value, the oscilloscope's voltage reading at any given millisecond is a direct, scaled representation of the derivative of the current flowing through it at that exact moment.






