Electrical – voltage regulator problem

voltage-regulator

schematic

simulate this circuit – Schematic created using CircuitLab

I trying to solve a problem which says:
A particular design of a voltage regulator is shown. Diodes D_1 and D_2 are 10 mA units, that is each has a voltage drop of 0.7 volts at 10 mA. Each has n=1. (n is emission coefficient). What is regulator voltage with load 150 Ohm connected?

My way of solving this would be the following: I would find first the current \$I_D\$ through the diodes and the actual voltage with load disconnected by iteration method.
Later I would use this equation to find the change in voltage with the load connected.
$$\Delta V = – I_L (2r_d || 150)$$
where \$r_d=V_T/I_D\$

My question is: is this this a right way to proceed, or should I solve it some other way?

Best Answer

Your approach is right, but just need a slight modification in the equation. You have to consider the 180 ohm resistance in the current equation. You rd is given as 0.7/(10*10^(-3)) = 70ohm. (Given that each diode has voltage drop of 0.7 at 10mA). So, your total resistance of the circuit would be R = (180 + 140||150) ohm. Having found the current as 45/R, you can find the voltage drop across the resistors. Would leave the rest of exercise to you. :)

For problems like this, always consider the full system from the voltage source.

Regards, Priyank

Related Topic