Simple question But at this moment not so simple for me
How to calculate the junction temperature of a FET / transistor so I can predict if I will blow it up
=======
Using an IRL520 to drive a 12V / 2A LED strip
The relevant specs (as far as I know):
Rds(on): 0.27 Ohm
Thermal
Rtheta(junction to case): 2.5 C/W
Rtheta(junction to ambient): 62 C/W
Tj(max): 175 C
Environmental temperature, worst case 50 C
I got this far:
P = IxIXR = 2 x 2 x 0.27 = ~ 1W
Tj = 50 + (62 x 1) = 112 C
Nice, possibly acceptable. But according to the datasheet, Rds(on) is a function of the junction temperature and at 50 C ambient is around 1.2 C/W Ohm.
So the power dissipation is now 5W and Tj will be 50 + (62 x 5) = 360 C. Far outside the spec and I need serious cooling.
Even if I manage to cool it down to 100 C, Rds(on) will be close to 1.75 Ohm increasing power dissipation and the temperature again.
I feel that I'm in an endless loop and like to know how to calculate correctly. And how will a closed enclosure affect all this?
Additional question: looking at fig. 4 in the datasheet, where do I find the specified Rds(on) of 0.27 Ohm; looks like that must be at a temperature of 0 Kelvin. I guess I'm totally missing something
Note:
I'm aware that there are better FETs, but the question is general.
Thanks in advance for any clarifications, explanations, calculations and so on.