본문 바로가기
Microelectronics

[Post #4/38] Diode Circuit Analysis: Large-Signal vs Small-Signal Behavior

by WiseTech_Owl 2026. 5. 18.
반응형
Diode Circuit Analysis: Large-Signal vs Small-Signal Behavior banner

CONTENT_START [HERO_HERE: A stylized graphic showing a waterfall transitioning from a massive, non-linear flow (Large-Signal) to a tiny ripple in a controlled canal (Small-Signal)]

📘 Microelectronic Circuits Series — Post #4/38 — 3.2-3.4 (Theory)

Diode circuit analysis is the foundational "arithmetic" of analog design. Whether you are building a simple rectifier or biasing a complex bipolar amplifier, you must master the transition between crude linear approximations and the raw exponential reality of the junction.

1. Overview & Background — Why this matters

Think of a diode as a one-way bridge over a river. When the water level (voltage) on the entry side is low, the bridge is closed. As the level rises just enough to clear the barrier (the knee voltage), the bridge swings wide open, and the flow of water (current) increases exponentially. This "threshold" behavior is how we build logic gates, over-voltage protection, and temperature sensors.

Diode small-signal equivalent circuit with r_d
Figure 1. Diode small-signal equivalent circuit with r_d

In power electronics, we care about the "Large-Signal" behavior—the bridge fully open, conducting high current to charge a capacitor or drive a motor. However, in sensitive radio-frequency or audio amplifiers, we care about the "Small-Signal" behavior—the subtle variations in water level that ripple across the surface while the bridge is already open. Understanding how to switch between these two viewpoints is what separates a technician from a circuit designer.

This approach isn't just theory; it is the basis for how the 1N4148 switching diode is analyzed in a circuit simulator like SPICE, or how the base-emitter junction of a transistor acts as a precision component in a bandgap voltage reference.

[DIAGRAM_1_HERE: A plot showing the exponential V-I characteristic curve with the Q-point marked, the tangent line for small-signal, and the load line intersecting the curve.]

2. How it Works (Physical & Circuit Principles)

Physical junction behavior is governed by the Shockley Equation. It describes how charge carriers (electrons and holes) overcome the potential barrier at the depletion region. Below the knee, current is negligible; above it, the sensitivity is extreme.

I_D = I_S \left( e^{V_D / V_T} - 1 \right)

where IS is the reverse-saturation current (typically 10-15 A) and VT = kT/q ≈ 26 mV is the thermal voltage at 300 K.

💡 Intuition: The exponential term means the diode is "self-regulating." If you force a tiny increase in voltage, the current jumps by an order of magnitude. This makes the diode a natural logarithmic amplifier component.

When we analyze a circuit, we find the Operating Point (Q-point) using the intersection of the diode’s exponential curve and the load line (a linear equation derived from the power source and series resistor). Once the Q-point is fixed, we treat the diode not as a non-linear mess, but as a simple resistor rd for tiny signals, provided those signals don't push the diode out of its established bias range.

3. Key Design Equations

I_D \approx I_S e^{V_D / V_T}

where the "-1" is neglected because VD is much larger than VT, simplifying the math for forward-biased junctions.

Load line and Q-point on the diode I-V curve
Figure 2. Load line and Q-point on the diode I-V curve
r_d = \frac{V_T}{I_D}

where rd is the small-signal dynamic resistance, showing that the "stiffness" of the diode is inversely proportional to its DC current.

V_D = V_{on} + i_d \cdot r_d

where Von is the constant voltage drop (e.g., 0.7 V) and id is the tiny AC current variation.

4. Worked Numerical Example — Calculate it yourself

Consider a 1N4148 small-signal diode in a circuit with a 5 V source and a 1 kΩ series resistor. We assume the diode is forward-biased and adopt the Constant Voltage Drop model (0.7 V) for the DC analysis.

1. DC Analysis: ID = (5 V - 0.7 V) / 1 kΩ = 4.3 mA. This is our Q-point.

2. Small-Signal Resistance: Now, calculate rd = 26 mV / 4.3 mA ≈ 6.05 Ω.

If we introduce a small AC ripple of 10 mV (peak) on top of the 5 V source, the resulting AC current ripple will be 10 mV / (1 kΩ + 6.05 Ω) ≈ 9.94 μA. Note how the diode's resistance (6.05 Ω) barely impacts the current flow compared to the 1 kΩ resistor, but it would be critical if the series resistor were smaller.

[DIAGRAM_2_HERE: An equivalent circuit diagram showing the DC source, resistor, and the small-signal model (the diode replaced by a resistor r_d)]

5. Design Considerations & Trade-offs

  • Constant Voltage Drop Model: Best for quick hand calculations where ±50 mV error is acceptable for power supply design.
  • Piecewise-Linear Model: Adds a resistance term to the constant drop; use this when the diode resistance is a significant fraction of the total loop resistance.
  • Thermal Sensitivity: The diode voltage drops by ~2 mV per °C; always compensate if your design involves precision sensing in variable temperature environments.
  • Small-Signal Constraint: The linear model rd is only valid if the signal swing is < 5-10 mV. If the swing is larger, the exponential curve bends, introducing harmonic distortion.

6. Where it Shows Up in Practice

You will find these principles inside the input protection stage of the TI LM358 op-amp, where diodes clamp voltage spikes to the rails. They are also central to the Bandgap Reference circuits found in almost every SoC, such as the Apple M-series power management unit, where the VBE of a transistor is used to generate a temperature-stable reference voltage.

7. Common Pitfalls & Debugging Tips

  • ⚠️ Forgetting the Series Resistor: Never simulate or build a diode circuit without a current-limiting resistor; you will effectively short your voltage source.
  • ⚠️ Ignoring Temperature: If your circuit works in the lab (25°C) but fails in the field (70°C), check your diode bias point—it has likely shifted significantly due to the 2 mV/°C drift.

8. Exam & Interview Hot Spots

  • 💡 "Why does VBE drop as temperature rises?": Increased thermal energy means fewer volts are required to reach the same carrier diffusion current.
  • 💡 "When can we neglect the -1 term?": When VD > 100 mV, as the exponential term dwarfs unity.
  • 💡 "How does rd change with ID?": As you push more current through, the diode becomes "stiffer" (less resistive), following 1/I behavior.

9. Key Takeaways

  • Diodes follow exponential physics, not linear Ohm's law.
  • Use the Constant Voltage model for DC bias; use the Small-Signal resistance for AC ripples.
  • The Operating Point (Q-point) determines the diode's dynamic behavior.
  • rd decreases as you increase bias current.
  • Always keep temperature drift in the back of your mind during thermal design.

Educational content only. Always verify with datasheets and SPICE simulation before production design.

반응형