Newton's Law of Cooling of pizza

AI Thread Summary
The discussion centers on determining how long it will take for Bob's vegetarian pizza to cool from 450 degrees to 110 degrees using Newton's Law of Cooling. The initial temperature difference is calculated as 380 degrees, with the surrounding temperature at 70 degrees. The main challenge is finding the cooling constant "k" to solve for time "t," but the problem lacks sufficient information to determine "k." Participants suggest that assuming the pizza comes out of the oven at 450 degrees is reasonable, yet they acknowledge the need for additional data to solve the equation fully. Ultimately, the conversation highlights the difficulty of solving the problem with the given parameters.
nineshadows
Messages
3
Reaction score
0

Homework Statement


Bob loves vegetarian pizza. How long will it take Bob's pizza to cool to 110 degrees if he bakes it at 450 degrees for 20 minutes? The temperature in his house is a balmy 70 degrees.


Homework Equations


T(t) = Ts + Do*e^(-k*t) where...

Do = initial temperature difference (Initial Temperature - Ts)
Ts = surrounding temperature
t = time
k = constant (cooling rate)

The Attempt at a Solution



We know the following...

> Ts := 70;

The initial temperature difference (Do) is the pizza temperature (when it came out of the oven) minus the surrounding temperature...

> Ti := 450;

> Do := Ti-Ts; ** 450 - 70 = 380 degrees **

We also know the temperature at time "t"... 110 degrees.

> T := 110;

Therefore our formula is now:

110 = 70 + 380 exp(-k*t)

** The problem is that I need to know what the cooling constant "k" is, in order to solve for the real question, "t". **

The 20 minutes given in the problem must be useful, but I'm not sure how. Can you please help?
 
Physics news on Phys.org
I guess we could object to the question since we don't know the temp of the pizza before it enters the oven. Do you think that matters here?
 
I honestly don't think this was meant to be a "trick" question... but you're right. We don't know the temperature of the pizza *before* we put it in the oven. Would this matter? I assumed (maybe wrongly) that after 20 minutes in the oven @ 450 degrees, that it would come out at that temperature. That's why I used 450 as my initial temperature (after heating in the oven).
Any other ideas?
 
If the question does not state the initial temp before the oven, I would imagine you that you are to assume it comes out at 450 degrees.
 
Still don't know what the heck "k" is... I have one equation and two unknowns... The formula simplifies to:

0.105 = e^(-k*t)

and I need to solve for t...
 
I agree, had we one other point we could solve for both k and t obviously.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top