Electronic – Calculating resistance for zener diodes

currentdiodes

enter image description here

I am an electronics student, and I was set some homework online. I am not having trouble with the question itself but the theory. It says that the current through the resistor is the same as the maximun current that the diodes can safely handle, but as you can see, there are (\$V_{out}\$) volts being dissipating to the right, and a minimum required current going through the diode to maintain consistent voltage.

The thing is, how could the current through the resistor be the same as the current through the diode, as \$Voltage=J/C\$, or, joules per coulomb, so that means there must be some energy carried by the coulombs, and ultimately, some electrons. But then this is contradictory, wouldn't the current going through the resistor be the total current, the current dissipated to the right and current through the zenor? Or… is it that there isn't, then, any current passing at \$V_{out}\$? and it doesn't represent voltage being dissipated? I cant wrap my ahead around it…

Best Answer

When designing a zener circuit I usually try to meet the following requirements:

  1. The zener circuit works without load. This means that the zener diode must be able to dissipate the power that is normally dissipated in the load. Check the datasheet for the zener for maximum dissipated power. A regular small zener diode is often rated for 400mW. At this point you know the zener voltage and its maximum power, therefore you can calculate the maximum current through the diode: \$I_{Z,max}=\dfrac{P_{max}}{V_Z}\$.
  2. The zener is in its regulating mode when maximum load is attached When a load is attached, the current through the zener is lower as a part of the current flows through the load. However a zener needs a minimum current to 'actively' regulate the voltage across it. For an average zener diode this is around 1-5mA, but again you should check the datasheet for this.
  3. The known maximum load current Of course if the maximum load current is lower than the maximum zener current (from #1), there is no need to stress the zener to its max. As long as the minimum zener current is guaranteed, because otherwise it stops regulating the voltage across it.
  4. Maximum load current From the above it can be determined that \$I_{L,max} = I_{Z,max} - I_{Z,min}\$. Or in words: the sum of load current and zener current must be lower or equal to the maximum zener current.

Now if VS is given, you can calculate the series resistor \$R = \dfrac{V_S - V_Z}{I_L+I_{Z,min}}\$