Take the 2-minute tour ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

How can I calculate what the current "I" output can i have for determining my Efficiency. I am building a simple linear regulator and is it possible to know during design of the circuit , what the efficiency of the circuit would be?

Should I just assume input current to be the maximum current it can out put, or should I put in a resistor for my calculations and see how much current it will draw, if its the second one, then how do I determine the impedance due to other parts in my circuit?

share|improve this question
    
A linear regulator has about the same input current as output current. So whatever current your load consumes, the linear regulator will consume the same current from the power supply. From this, it's rather easy to calculate power with P = U*I. –  Laszlo Valko Oct 2 '13 at 1:49

4 Answers 4

The efficiency is:

$$\eta = \dfrac{p_{out}}{p_{in}} = \dfrac{V_{out}\cdot I_{out}}{V_{in}\cdot I_{in}}$$

For a linear regulator, assuming the output current is much greater than the regulator circuit's internal currents, we have \$I_{out} \approx I_{in}\$ thus:

$$\eta \approx \dfrac{V_{out}}{V_{in}}$$

share|improve this answer

The power efficiency of a linear regulator will hardly ever get close to 100%.

\$Power_{out} = Power_{in} - losses\$

The losses come from the volt-drop across the regulator. You can reasonably assume the output current is the same as the input current but the input voltage will be usually 1V to 10V (broad-brush strokes here) greater than the output voltage.

Let's say the circuit was a 5V regulator powered from 10V and delivering 0.5A to the load.

Input power = 10V x 0.5A = 5.0W Output power = 5V x 0.5A = 2.5W Losses are of course 2.5W

Power Efficiency = 50%

share|improve this answer

i calculate the efficiency assuming that the input and output signals to be current(I) not power.the power efficeincy will be way less than 100 % efficiency because of loss due to circuit components, like you said.

share|improve this answer

your circuit efficiency will be the output current over the input current multiplied by 100 to state it in % (percentile form) .how you design the regulator determines the final true efficiency.the input current will be nearly equal to the output current your load consumes.in this case the the efficeincy will be around 100 %.in practice you do not get 100 percent efficiency but you can get close to it . all depends on how you build your system for the desired output.

share|improve this answer
    
Not at all true for a linear regulator –  Andy aka Oct 2 '13 at 7:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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