Newton's Law of Cooling differential equation

Click For Summary

Homework Help Overview

The discussion revolves around Newton's Law of Cooling, which describes the cooling rate of an object in relation to the temperature difference between the object and its surroundings. The specific problem involves a cup of coffee cooling in a room, with given temperatures and a rate of cooling, leading to questions about finding a constant, determining a limiting temperature, and estimating future temperatures using Euler's method.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the formulation of the differential equation and the assumptions regarding constant room temperature. There are attempts to identify the constant k using initial conditions and to understand the concept of limiting temperature as the equilibrium state. Questions arise about the application of Euler's method for estimating future temperatures.

Discussion Status

Some participants have made progress in understanding the first two questions but express uncertainty about applying Euler's method. Guidance has been offered regarding the nature of the problem and the assumptions involved, though there is no explicit consensus on the next steps for using Euler's method.

Contextual Notes

Participants note the importance of the initial conditions provided and the assumption that the room temperature remains constant throughout the cooling process. There is also a mention of imposed homework rules that may limit the extent of assistance provided.

Keldroc
Messages
8
Reaction score
0

Homework Statement


Newton's Law of Cooling states that the rate of cooling of an object is proportional to the temperature difference between the object and its surroundings. Suppose t is time, T is the temperature of the object, and Ts is the surrounding temperature. The following differential equation describes Newton's Law
dt/dT=k(T−Ts)
where k is a constant.

Suppose that we consider a 96C cup of coffee in a 25C room. Suppose it is known that the coffee cools at a rate of 2C/min. when it is 70C Answer the following questions.
1. Find the constant k in the differential equation.
Answer (in per minute): k=

2. What is the limiting value of the temperature?
Answer (in Celsius): T=

3. Use Euler's method with step size h=2 minutes to estimate the temperature of the coffee after 10 minutes.
Answer (in Celsius): T(10)

Can someone help me get started with this problem? Thanks
 
Physics news on Phys.org
Ok, so this seems to be a basic first order ODE problem.

Newton's Law of Cooling is as follows

\frac{dT}{dt} = k(T - T_s)

For the given system (cup of coffee + room) we have

T = temperature of the coffee

T_s = temperature of the room, which we'll assume constant as the room temperature varies much slower than the cup of coffee, so significantly slower, that we'll assume it as constant for this problem.

\frac{dT}{dt} states the rate of change of T, or the temperature of the cup of coffee.

k is a constant which varies for every system, you can simply find the constant for this system by using the initial values given in the problem.

The limiting value for the temperature happens when the system reaches equilibrium, that is, when the coffee and the room temperature are equal, as we assumed the room temperature to be constant, that means the limiting value or the minimum value for the temperature of the coffee happens when T = T_s, that is, the coffee is at room temperature, in this case, we have \frac{dT}{dt} = 0 which means the heat exchange between the coffee and the room has ceased.

There's not much I can do for you as if I go any further I'll basically solve it for you (if I haven't already), this problem is a simple plug-in values for the variables.

Read the explanation above and try to solve it, if you still have any difficulties let me know.
 
Figured out the first two, but I don't understand how to use Euler's method on this problem. Can you help with that?
 
Last edited:
Do you know what Euler's method is? It's application here should be straightforward.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
15K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K