Electronic – LM317 – Calculate dissipation due to voltage drop

heatlinear-regulatorpower-dissipationtemperaturethermal

If I use a linear voltage regulator as LM317:

  • Input voltage = 24 V
  • Output voltage = 5 V (so a voltage drop of 19 V)
  • Mean load = 480 mA (peak load = 700 mA)

From the datasheet, I read that maximum operating temperature = 125°C, junction = 150°C

How I can calculate if this component is thermally suitable, instead of a switching regulator?

Best Answer

What you need to know is the Junction-to-Ambient thermal resistance. There is a table for that on page 4 of the DATASHEET.

enter image description here

It has the values for each of the packages.

So, you know your voltage drop (19V), you know the required current (480-700mA). With this information, you can now find out your power dissipated (P=IV) and use this value to see how much your IC will heat up.

For an example, lets assume you have a TO-263 package. You calculate your power to be 3.68W. You see that the thermal resistance of this package is 38°C/W, thus the temperature will rise by 139.8°C. Now, while you may think that is fine, because it is under 150°C, you also need to add on the ambient temperature of the environment. Assuming this is 25°C, this will give you a total of 164.8°C. This now exceeds the maximum.

There are other factors involved, such as the current drawn by the device itself, not just your load, some environmental factors etc, but this is the easiest way to calculate what your temperature could be. You can use this method for any IC, not just the LM317, and you should find all the information here for you to calculate this yourself.

Further reading