The IV (current-voltage) characteristics of a diode define its non-linear electrical behavior, dictating exactly how it conducts in forward bias and blocks in reverse bias. Unlike a resistor, which follows a straight linear line on an IV graph, a diode's curve remains flat until it hits a specific threshold—typically 0.7V for standard silicon—where current exponentially spikes. Understanding this curve is the difference between a power supply that works flawlessly and one that overheats on the bench. If you need a safe default for general rectification, use the 1N4007 (1A, 1000V); for high-speed signal switching, use the 1N4148 (300mA, 100V); and for low-voltage drop applications, use the 1N5819 Schottky (1A, 40V).
Decoding the Diode IV Curve: Operation Regions
The IV curve plots voltage (V) on the horizontal axis and current (I) on the vertical axis. The origin (0,0) represents zero bias. As you move right into positive voltage, you enter forward bias; moving left into negative voltage puts the diode into reverse bias. The Shockley diode equation models this mathematically, but on the workbench, we care about three distinct physical regions.
| Region | Applied Voltage (V) | Resulting Current (I) | Physical Behavior |
|---|---|---|---|
| Forward Bias (Pre-Knee) | 0V to +0.5V | Microamps (µA) | Depletion region narrows, but insufficient energy to cross the junction. |
| Forward Bias (Conduction) | +0.6V to +1.2V | Milliamps to Amps (mA-A) | 'Knee' voltage reached. Current increases exponentially with tiny voltage bumps. |
| Reverse Bias (Leakage) | -0.1V to -50V (approx) | Nanoamps to Microamps (nA-µA) | Depletion region widens. Only minority carriers drift across (leakage current). |
| Reverse Breakdown | Beyond -V_br (e.g., -50V to -1000V) | Amps (A) - Destructive | Avalanche or Zener effect occurs. Standard diodes will thermally fail and short. |
Symbol, Pinout, and Safe Default Part Numbers
Before wiring a circuit, you must correctly identify the terminals. The schematic symbol for a standard diode is a triangle pointing toward a vertical line. The triangle side is the Anode (A), where conventional current enters. The vertical line is the Cathode (K), where current exits.
On physical through-hole components (like the standard DO-41 cylindrical package), the cathode is marked by a painted band—usually silver or black—around one end of the body. Current flows from the unmarked end (Anode) toward the banded end (Cathode).
Selecting the right diode prevents catastrophic failures. Here are the industry-standard safe defaults you should keep in your component bins, complete with their critical ratings:
- 1N4007: 1A average forward current, 1000V peak repetitive reverse voltage. The undisputed king of low-frequency AC rectification and power supply flyback protection.
- 1N4148: 300mA continuous forward current, 100V reverse voltage. Features a fast reverse recovery time (4ns), making it ideal for logic-level signal steering and high-frequency switching.
- 1N5819 (Schottky): 1A forward current, 40V reverse voltage. Has a very low forward voltage drop (~0.3V at 1A), making it perfect for battery-powered circuits where every millivolt counts.
- 1N4733A (Zener): 1W power dissipation, 5.1V Zener voltage. Used specifically for voltage clamping and crude regulation in the reverse breakdown region.
Biasing and Selection: Practical Application Circuit
To bias a diode correctly for a specific job, you must calculate the worst-case power dissipation ($P = V_f \times I_f$) and ensure your selected part's forward voltage drop doesn't starve downstream components. Let's look at a practical application: a 5V USB input with reverse-polarity protection and a power-on indicator.
5V USB Reverse Polarity Protection Circuit
If a user accidentally plugs in a USB cable with reversed pins (or uses a cheap, non-compliant adapter), we need to block the negative voltage from destroying our microcontroller. We also want an LED to confirm power is present.
Component List & Values:
- V_in: 5.0V DC (USB Source)
- D1: 1N5819 Schottky Diode (Anode to V_in, Cathode to V_out)
- R1: 330Ω 1/4W Resistor (Current limiter for LED)
- LED1: Standard 5mm Red LED (Vf = 2.0V, target If = 10mA)
Circuit Math and Biasing Verification:
Because we are operating at 5V, a standard silicon diode (1N4007) would drop ~0.9V at our load current, leaving only 4.1V for the microcontroller, which might trigger a brownout. By selecting the 1N5819 Schottky, the forward voltage drop ($V_f$) at our expected 500mA load is only about 0.3V.
$$V_{out} = V_{in} - V_f = 5.0V - 0.3V = 4.7V$$
For the indicator branch, the LED requires 2.0V. The remaining voltage must be dropped across R1. We target a conservative 10mA to save power while maintaining visibility.
$$R1 = \frac{V_{out} - V_{led}}{I_{led}} = \frac{4.7V - 2.0V}{0.010A} = 270\Omega$$
We select the next standard E12 resistor value up, which is 330Ω, yielding a safe actual current of roughly 8.1mA. The power dissipated by the Schottky diode at a 500mA system load is $0.3V \times 0.5A = 0.15W$, well within the 1N5819's 1W maximum rating. No heatsink is required.
Failure Modes and Multimeter Testing
Diodes typically fail in two ways: thermal runaway (resulting in a dead short) or avalanche overvoltage (resulting in a short or an open circuit, depending on the surge energy). When a diode shorts, it passes current in both directions, often taking out the upstream fuse or power supply. When it opens, the circuit simply loses power.
You can verify a diode's health in seconds using the 'Diode Test' mode on a standard digital multimeter (DMM). This mode outputs a small constant current (usually 1mA to 2mA) and measures the resulting voltage drop.
- Isolate the Component: Remove the diode from the circuit, or ensure at least one leg is lifted. Testing in-circuit will yield false readings due to parallel component paths.
- Set the DMM: Turn the dial to the Diode Test setting (usually indicated by a diode symbol and a soundwave).
- Forward Bias Test: Place the Red probe on the Anode (unmarked side) and the Black probe on the Cathode (banded side). A healthy silicon diode will read between 0.500V and 0.800V. A Schottky will read 0.200V to 0.400V.
- Reverse Bias Test: Swap the probes (Black to Anode, Red to Cathode). The meter should display 'OL' (Over Limit) or '1', indicating infinite resistance and no leakage.
- Diagnose the Result: If you read ~0.00V in both directions, the diode is shorted. If you read 'OL' in both directions, the internal wire bond has snapped and the diode is open.
Frequently Asked Questions
How does temperature affect the IV characteristics of a diode?
Temperature has a profound, inverse effect on a diode's forward voltage drop. For a standard silicon PN junction, the forward voltage decreases by approximately -2.0 mV per °C increase in temperature. If a diode drops 0.700V at 25°C, it will drop roughly 0.500V at 125°C. This is a critical edge case in power design: as the diode heats up, its Vf drops, which can cause it to draw more current in parallel configurations, leading to thermal runaway. This is why we derate current capacity in hot environments and avoid paralleling discrete diodes without ballast resistors.
Why is the IV curve of a Zener diode different in the breakdown region?
Standard diodes suffer catastrophic, unrecoverable damage when pushed into the reverse breakdown region because the resulting current generates heat faster than the package can dissipate it. A Zener diode (like the 1N47xx series) is heavily doped during manufacturing to create a very narrow depletion region. This allows it to enter the breakdown region (Zener or Avalanche effect) in a highly controlled, non-destructive manner. On an IV graph, the Zener's reverse curve drops sharply at the exact Zener voltage (e.g., -5.1V) and remains nearly vertical, meaning it can absorb massive changes in reverse current while holding the voltage across it virtually constant.
How do I calculate the power dissipation from a diode's IV curve?
Power dissipation ($P_d$) is calculated by multiplying the forward voltage drop ($V_f$) at your specific operating point by the forward current ($I_f$) flowing through it. You cannot just use the 'nominal' 0.7V figure. Look at the manufacturer's datasheet IV curve (often found on page 3 or 4 of standard rectifier datasheets). Find your expected current on the Y-axis, trace horizontally to the curve, then drop down to the X-axis to find the true $V_f$. If your circuit pulls 3A and the graph shows $V_f$ is 1.1V at that point, your dissipation is $3A \times 1.1V = 3.3W$. You must then check the thermal resistance ($R_{\theta JA}$) to ensure the junction temperature stays below the 150°C absolute maximum.






