Question
Question: The temperature \(T\) of a cooling object drops at a rate proportional to the difference \((T-S)\) w...
The temperature T of a cooling object drops at a rate proportional to the difference (T−S) where S is the constant temperature of the surrounding medium. If initially T=150∘C, find the temperature of the cooling object at any time t.
Solution
We are given the rate of change of temperature of a body. Using that we can form a differential equation by adding a positive proportionality constant. We can integrate the differential equation to get the required equation of temperature at any time. We can use the given initial condition to eliminate the constant of integration to get the required answer. Try it, you will definitely get the answer.
Complete step by step solution:
We are given that the rate of cooling of a body with temperature T is proportional to (T−S). We can write this in differential form.
dtdT∝−(T−S)
We put the negative sign here because the temperature is decreasing.
Now, let k>0 be the proportionality constant. Then we get the differential equation as,
dtdT=−k(T−S)
So, let us solve the equation using the method of separation of the variable.
(T−S)dT=−kdt
Now as we have same variable on same side of equation, so now integrating both sides we get,
∫(T−S)dT=−∫kdt
We know that, ∫x−adx=log(x−a) and ∫dx=(x).
So, applying above to the equation we get,
log(T−S)=−kt+c ………….. (1)
On applying initial condition that, T=150∘C at t=0, we get,
log(150−S)=−k×0+c
c=log(150−S) ……… (2)
Now substituting the value of c in (1) we get,
log(T−S)=−kt+log(150−S)
Now rearranging the equation we get,
log(T−S)−log(150−S)=−kt
Now we know the property of log that, loga−logb=log(ba).
Applying above property we get,
log(150−ST−S)=−kt
Now taking exponents on both sides we get,
elog(150−ST−S)=e−kt
We also know that, eloga=a.
Applying above property we get,
(150−ST−S)=e−kt
Now cross multiplying we get,
T−S=(150−S)e−kt
Now simplifying in simple manner we get,
T=S+(150−S)e−kt
Therefore, the temperature of cooling body at time t is given by T=S+(150−S)e−kt where S is temperature of surrounding medium and k>0 is the constant of proportionality.
Note:
We have used the concept of differential equations to represent the rate of cooling. We are given the rate of proportionality where k is proportionality constant. We have taken k>0 if we took k=0 then the rate of change will be zero and if k<0, the rate of change will reverse.