Diode Circuit Analysis
From the Shockley Equation to Real-World Circuit Solutions
Understanding how diodes behave in a circuit is fundamental for any electronics engineer. Whether you are designing a rectifier or a signal clipper, you need to know exactly how much current is flowing. In this guide, we break down the Shockley Diode Equation and walk through a complex circuit problem step-by-step.
Part 1: The Core Theory - Diode Current Equation
To analyze any diode circuit, we must first look at the mathematical model that governs its behavior. The most widely used model is the Shockley Diode Equation.
Breaking Down the Variables:
- I: Total current flowing through the diode.
- Is: Reverse saturation current (or leakage current).
- V: Applied voltage drop across the diode.
- η (Ideality Factor): This value typically ranges between 1 (for integrated circuits) and 2 (for discrete diodes).
- VT (Thermal Voltage): Calculated as
VT = kT / q. At room temperature (300K), it is approximately 26mV.
Forward Bias (FB) Approximation
In most practical forward-bias applications, the exponential term is much larger than 1. This allows us to simplify the equation to:
V is negative, making the exponential term effectively zero. In this state, the diode current equals -Is, which is a tiny, negligible leakage current.
Part 2: Step-by-Step Solved Problem
Let's apply this theory to a practical circuit. Suppose we have a circuit with a 2V DC source, an AC signal (cos ωt), and two 100Ω resistors influencing a diode.
Step 1: Extract Parameters from the I-V Characteristic
Before solving the circuit, we need the diode's parameters from its graph. By looking at the transition from 0.5V to 0.7V with a current change of 4mA:
- Cut-in Voltage (Vγ): 0.5V
- Dynamic Resistance (rd):
ΔV / ΔI = (0.7 - 0.5) / 4mA = 50Ω
Step 2: Thevenin Equivalent Simplification
To find the current through the diode, we simplify the source and the surrounding resistors into a Thevenin equivalent circuit:
- Vth: (2 + cos ωt) ⋅ [100 / (100 + 100)] = 1 + 0.5 cos ωt
- Rth: 100 || 100 = 50Ω
Step 3: Calculating Final Diode Current (i)
Now, we use the formula: i = (Vth - Vγ) / (Rth + rd)
i = (0.5 + 0.5 cos ωt) / 100
i = 0.005(1 + cos ωt) Amperes
The final answer is: i = 5(1 + cos ωt) mA
Conclusion
By combining the fundamental Shockley equation with circuit simplification techniques like Thevenin’s Theorem, you can solve even the most daunting electronics problems. Remember to always check your cut-in voltage and dynamic resistance first!