Calculus Word Problem - Thermodynamics

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
brunocamba
Messages
3
Reaction score
0
Consider an object at temperature θ in an a place which temperature is Ta. The rate of change of the temperature is given as: dθ/dt = 10(Ta − θ(t)). If the room temperature is constant at Ta=20,and the initial temperature of the object is θ(0) = 100. When will the object reach temperatures of 60,40 and 30?

Attempt:

Integrating both sides of equation dθ/dt = 10(Ta − θ(t)) , but i am struggling with that. I am not sure if it is θ = 10 * Ta * t - 5 θˆ2
 
Last edited:
Physics news on Phys.org
brunocamba said:
Consider an object at temperature θ in an a place which temperature is Ta. The rate of change of the temperature is given as: dθ/dt = 10(Ta − θ(t)). If the room temperature is constant at Ta=20,and the initial temperature of the object is θ(0) = 100. When will the object reach temperatures of 60,40 and 30?

Attempt:

Integrating both sides of equation dθ/dt = 10(Ta − θ(t)) , but i am struggling with that. I am not sure if it is θ = 10 * Ta * t - 5 θˆ2

The given equation is,

[tex]\frac{d\theta}{dt} = 10(Ta − θ(t))[/tex]

Where θ(t) presumably denotes the temperature at a given time t. Dividing both the equations by [itex](Ta − θ(t)[/itex] you will have,

[tex]\frac{d\theta}{(Ta − θ)} = 10dt[/tex]

This you can integrate to find the relation between time and temperature.
 
Thanks! Integrating this do i get -log(Ta-θ) = 10 * t ?
 
brunocamba said:
Thanks! Integrating this do i get -log(Ta-θ) = 10 * t ?

Yes! :smile:

You can also think about integrating,

[tex]\frac{d\theta}{\theta - Ta} = -10dt[/tex]

Because it turns out easier to evaluate.
 
Thanks! Yes I realized i was missing something, but I finally got it right. Thanks everyone!