Question Statement
Ayesha was preparing a pizza in a baking oven. She observed that the temperature of the cooked pizza was 150∘C. Four minutes after removing it from the oven, the temperature of the pizza was 90∘C. How long will it take to cool off to a temperature of 40∘C if the room temperature is 20∘C?
Background and Explanation
This problem is solved using Newton's Law of Cooling, which states that the rate of change of the temperature of an object is proportional to the difference between its own temperature and the ambient (surrounding) temperature. This relationship is expressed as a first-order separable differential equation.
Solution
According to Newton's Law of Cooling:
dtdT=−k(T−Tr)
Where:
- T is the temperature of the pizza at any time t.
- Tr is the room temperature.
- t is the time elapsed.
- k is the cooling constant.
Given that the room temperature Tr=20∘C, we substitute this into equation (1):
dtdT=−k(T−20)
We separate the variables to prepare for integration:
T−20dT=−kdt
Now, integrate both sides:
∫T−201dT=−k∫dt
ln(T−20)=−kt+A
We use the initial condition. At t=0 (the moment the pizza is removed from the oven), the temperature T=150∘C:
ln(150−20)=−k(0)+A
ln130=0+A
A=ln(130)
Substitute A back into equation (2):
ln(T−20)=−kt+ln(130)
ln(T−20)−ln130=−kt
Using the property of logarithms ln(a)−ln(b)=ln(ba):
ln(130T−20)=−kt
We are given that at t=4 minutes, the temperature T=90∘C. Substitute these values into equation (3):
ln(13090−20)=−k(4)
ln(13070)=−4k
ln(137)=−4k
Based on the provided data calculations:
−0.619≈−4k
k=40.619
k=0.155
Now our specific equation for this pizza is:
ln(130T−20)=−(0.155)t
To find how long it takes to reach 40∘C, we set T=40 and solve for t:
ln(13040−20)=−(0.155)t
ln(13020)=−(0.155)t
ln(132)=−0.155t
Using the calculated value for the natural log:
−1.872=−0.155t
t=0.1551.872
t=12.07
t≈12 minutes
- Newton's Law of Cooling: dtdT=−k(T−Tr)
- Separation of Variables: A method for solving differential equations by grouping all T terms on one side and t terms on the other.
- Logarithmic Integration: ∫u1du=ln∣u∣+C
- Logarithm Properties: ln(a)−ln(b)=ln(ba)
Summary of Steps
- Substitute the room temperature (20∘C) into the Newton's Law of Cooling formula.
- Solve the differential equation using integration to get the general logarithmic form.
- Use the initial temperature (150∘C at t=0) to find the constant A.
- Use the second temperature reading (90∘C at t=4) to calculate the cooling constant k.
- Plug the target temperature (40∘C) into the resulting equation and solve for the time t.