[Math] Finding the initial temperature using Newton’s law

calculusinitial-value-problemsintegration

I am confused about how to solve the given problem :

A metal bar is heated 100c by a heat source. The heat source is removed when the temperature of the metal bar reached to a plateau. Now the metal bar is placed in a room. The room temperature is 25c. After 15 minutes the bar temperature reached to 90c. What was the initial temperature of the metal bar, assume newton's law of cooling applies.

Normally the initial temperature is given for other problems. it's easy to find out the value of the variables using T(t) = ce^kt+Ta formula. but here How to solve the problem?

Best Answer

Here you have two sets of data: T(0)=100 and T(15)=90 while $T_a=25$. So you have two equations:$$100=c*e^{k*0}+25 (1)$$$$90=c*e^{15k}+25 (2)$$ From (1) find c, from (2) find k. Now you have equation in the form $$T=c*e^{k*t}+T_a$$ with c and k known. Here $T_a$ = 100, because "plateau" happens when $T=T_a = 100$. Maybe this problem lacks info about time of heating. If you'll have time of heating, you'll easily solve it.

Related Question