0
\$\begingroup\$

Please help me understand how to calculate the current consummated by LM7805 during its work.

Parameters:
V(in) = 12V
V(out) = 5V
I(load) = 10mA (0.01A)

The image below is the simulation in Proteus App. But I doubt that the Proteus calculations are correct. enter image description here

All known formula of power dissipation of a linear voltage regulator:

\$P = (V_{in} - V_{out}) \times I_{load}\$

\$(12V - 5V) * 0.01A = 0.07W\$

What is the formula that calculate the current consummated by LM7805?

\$\endgroup\$
0

2 Answers 2

2
\$\begingroup\$

Let's take a look at 78XX regulators' internals first:

schematic

simulate this circuit – Schematic created using CircuitLab

The inner box contains all the pre-drive stuff so even without any load this block still draws current. And according to the simulation model this no-load current is about 4 mA which sounds reasonable. So the loss of this block is:

$$ P_{idle}=V_{in}\cdot I_{bias} $$

The output transistor (Q1) is the big guy. The load current flows through it and the power it dissipates is the biggest (generally) portion of the total loss:

$$ P_Q=V_{CE}\cdot I_C=(V_{out}-V_{in})\cdot I_{out} $$

So the total loss of the linear regulator is:

$$ P_{loss}=P_{idle}+P_Q $$

When we calculate a linear regulators' loss we normally take PQ loss as the total loss. Because we normally care about the loss more when the load current is relatively high so we just neglect the idle loss. For example, if the load current was 500 mA instead of 10 mA, the loss of the output transistor would be 3.5 W which cannot be compared to 50 mW of the idle loss (Or in other words, we just neglect the extra 4 mA when the load current is 500 mA).

\$\endgroup\$
1
  • \$\begingroup\$ Now I understood. I was wrong, the simulation math is correct. So the linear regulator acts as a dynamic serial resistor which dissipate the unwanted voltage. P(total) = V(in) * I(load) + I(q) where 12V * (10mA + ~5mA) = ~0.18W. Thank you. \$\endgroup\$ Commented Jul 19, 2022 at 12:48
0
\$\begingroup\$

You have the power dissipation correct for the output current.

But that is not the only current.

Add the power dissipated due to the current and voltage that the regulator consumes even if it has no output current at all.

Usually this is just so small compared to much larger output current that it is not used in calculations.

\$\endgroup\$

Not the answer you're looking for? Browse other questions tagged or ask your own question.