Newton's law of cooling and thermometer

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 3K views
chrisdk
Messages
8
Reaction score
0

Homework Statement


Hi, I need some help in solving Newton's law of cooling problem.

Use Newton’s law of cooling to determine the
reading on a thermometer 5 min after it is taken from an oven
at 72 ◦ C to the outdoors where the temperature is 20 ◦ C, if
the reading dropped to 48 ◦ C after one min.

Homework Equations



[tex]\frac{dT}{dt}=k(T-R)[/tex]

The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
OK, we let T be the temperature of the object. Then, by Newton's Law of Cooling, [tex]\frac{du}{dt}=k(u-20)[/tex], for some constant k. Let [tex]y=T-20[/tex]. Then [tex]\frac{dy}{dt}=\frac{du}{dt}=ky[/tex]. Thus we are now using the formula [tex]y=y_{0}e^{kt}[/tex]. Since T is initially 72 ◦ C , [tex]y_{0}=72-20=52[/tex]. So, [tex]y=52e^{kt}[/tex].
This is what I can do, so I'm asking you for some further help.
 
Last edited:
chrisdk said:
OK, we let T be the temperature of the object. Then, by Newton's Law of Cooling, [tex]\frac{du}{dt}=k(u-20)[/tex], for some constant k. Let [tex]y=T-20[/tex]. Then [tex]\frac{dy}{dt}=\frac{du}{dt}=ky[/tex]. Thus we are now using the formula [tex]y=y_{0}e^{kt}[/tex]. Since T is initially 72 ◦ C , [tex]y_{0}=72-20=52[/tex]. So, [tex]y=52e^{kt}[/tex].
This is what I can do, so I'm asking you for some further help.
You have thrown in an extra variable that you don't need.

Then, by Newton's Law of Cooling, [tex]\frac{dT}{dt}=k(T-20)[/tex], for some constant k. Let [tex]u=T-20[/tex]. Then [tex]\frac{du}{dt}=ku[/tex], and the solution to this differential equation is [tex]u=u_{0}e^{kt}[/tex]. Since T is initially 72 ◦ C , [tex]u_{0}=72-20=52[/tex]. So, [tex]u=52e^{kt}[/tex].

Reverting to T (we really want to know the temperature), we have T - 20 = 52ekt, or T(t) = 20 + 52ekt.

You're given that T(1) = 48, so use this fact to solve for k. After you have k, evaluate T(5) and you're done.