To calculate the current through a diode, you need to understand the **diode equation** (Shockley diode equation), which relates the current through the diode to the voltage across it.
The diode equation is:
\[
I = I_s \left( e^{\frac{V}{V_t}} - 1 \right)
\]
Where:
- \( I \) is the current through the diode (in amperes, A)
- \( I_s \) is the **reverse saturation current** (a very small current, typically in the range of nanoamperes to picoamperes)
- \( V \) is the voltage across the diode (in volts, V)
- \( V_t \) is the **thermal voltage**, which is approximately 26 mV at room temperature (around 300K)
### Steps to calculate diode current:
1. **Find the diode's forward voltage** (\( V \)):
- If the diode is forward biased (anode more positive than cathode), there will be a positive voltage across the diode.
- Typical forward voltage for a silicon diode is around 0.7 V, and for a germanium diode, it's around 0.3 V.
2. **Determine the reverse saturation current (\( I_s \))**:
- This is a characteristic of the diode, often provided in the datasheet of the diode. For common diodes, it is a very small value (on the order of nanoamperes).
3. **Use the thermal voltage (\( V_t \))**:
- \( V_t \) is approximately 26 mV at room temperature (300K). It changes slightly with temperature, but for most applications, you can use 26 mV unless you're dealing with extreme temperatures.
4. **Apply the diode equation**:
- Once you have the voltage across the diode and the saturation current, you can calculate the current using the diode equation.
### For a simple approximation in forward bias:
If the voltage is much higher than the thermal voltage (which is usually the case in most practical applications), the equation can be approximated as:
\[
I \approx I_s e^{\frac{V}{V_t}}
\]
For most practical applications where the diode voltage is above the threshold voltage (e.g., 0.7 V for a silicon diode), you can often ignore the \( -1 \) in the equation and focus on the exponential term.
### Example:
Let's say you have a silicon diode with a forward voltage of 0.7 V and a saturation current \( I_s \) of \( 10^{-12} \) A. The thermal voltage \( V_t \) is 26 mV.
Using the diode equation:
\[
I = 10^{-12} \left( e^{\frac{0.7}{0.026}} - 1 \right)
\]
This will give you the current flowing through the diode.
In practice, for small voltages (below 0.7V for silicon), the current might be very small, and the diode behaves almost like an open circuit.