Develop an expression for Temp as a function of time

Click For Summary

Homework Help Overview

The discussion revolves around developing an expression for the temperature of a solid body as a function of time while it is immersed in water. The problem involves heat transfer dynamics, specifically described by the equation \dot{Q}=K\bullet(Tw-T), where K is a constant, and Tw and T are the temperatures of the water and solid, respectively. Participants are tasked with deriving this expression while considering initial conditions and ignoring certain physical effects.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the formulation of the differential equations governing the heat transfer process, with some attempting to use integrating factors. There are questions about the separability of the equations and the correct application of signs in the equations. Some participants express uncertainty about how the temperature of the water changes over time and its impact on the overall problem.

Discussion Status

The discussion is ongoing, with various attempts to clarify the setup of the equations and the relationships between the temperatures of the solid and water. Some participants have provided alternative formulations and corrections to previous attempts, indicating a collaborative effort to refine the approach. However, there is no explicit consensus on the correct method or solution yet.

Contextual Notes

Participants note that the problem may not be straightforward due to the interdependence of the temperatures and the need for additional equations to describe the behavior of Tw over time. There are also indications of confusion regarding the signs in the equations and the assumptions made about the system.

swmmr1928
Messages
55
Reaction score
0

Homework Statement



A solid body at initial temperature T0 is immersed in a bath of water at initial temperature Tw0. Heat is transferred from the solid to water at a rate [itex]\dot{Q}[/itex]=K[itex]\bullet[/itex](Tw-T), where K is a constant and Tw and T are instantaneous values of the temperatures of the water and solid. Develop an expression for T as a function of time t. Check your result for the limiting cases, t=0 and t=∞. Ignore effects of expansion or contraction, and assume constant specific heats for both water and solid.

2. Homework Equations [/b[STRIKE]][/STRIKE]

[itex]\dot{Q}[/itex]=K[itex]\bullet[/itex](Tw-T)

d(mU)cv/dt=-[itex]\dot{Q}[/itex]

Cv=dU/dT

The Attempt at a Solution



-K[itex]\bullet[/itex](Tw-T)=m*dU/dt

K[itex]\bullet[/itex](T-Tw)=m*Cv*dT/dt

dT/dt=K/(m*Cv)(T-Tw)

Now I will attempt integrating factor

dT/dt=c1(T-Tw)

[itex]\mu[/itex](t)*dT/dt=[itex]\mu[/itex](t)*c1(T-Tw)

[itex]\mu[/itex](t)=exp(∫-c1*dt)=exp(-c1*t)

d[T*exp(-c1*t)]/dt=exp(-c1*t)*c1(T-Tw)

T*exp(-c1*t)=∫exp(-c1*t)*c1(T-Tw)dt

T*exp(-c1*t)=-exp(-c1*t)(T-Tw)

T=-(T-Tw)

I would expect a the Temperature of the solid to decrease, as stated in the problem, but eventually level off at an asymptote as it approaches equilibrium.
 
Last edited:
Physics news on Phys.org
Maybe this should have been posted in math or introductory physics. can staff move it?
 
As written, the equation is not separable. I attempted to use an integrating factor, but I am not sure if it is in the correct form. I obtained an equation that did not contain temperature at all, which is not what the question asks for.
 
swmmr1928 said:

Homework Statement



A solid body at initial temperature T0 is immersed in a bath of water at initial temperature Tw0. Heat is transferred from the solid to water at a rate [itex]\dot{Q}[/itex]=K[itex]\bullet[/itex](Tw-T), where K is a constant and Tw and T are instantaneous values of the temperatures of the water and solid. Develop an expression for T as a function of time t. Check your result for the limiting cases, t=0 and t=∞. Ignore effects of expansion or contraction, and assume constant specific heats for both water and solid.

Homework Equations



[itex]\dot{Q}[/itex]=K[itex]\bullet[/itex](Tw-T)

d(mU)cv/dt=-[itex]\dot{Q}[/itex]

Cv=dU/dT
Let's assume K>0. If heat moves from the solid to the water, you must have T>Tw, so ##\dot{Q} = K(T_w-T) < 0##.

The Attempt at a Solution



-K[itex]\bullet[/itex](Tw-T)=m*dU/dt

K[itex]\bullet[/itex](T-Tw)=m*Cv*dT/dt
As the solid cools off, you want dU/dt < 0, so it looks like you have an extra negative sign. Your differential equation should be
\begin{align*}
m\frac{dU}{dt} &= K(T_w-T) \\
mc_v \frac{dT}{dt} &= K(T_w-T)
\end{align*}You're not ready to try solve this yet though because you don't know how Tw varies with time. You need to come up with another differential equation describing its behavior over time.
 
vela said:
\end{align*}You're not ready to try solve this yet though because you don't know how Tw varies with time. You need to come up with another differential equation describing its behavior over time.

[itex]\frac{dTw}{dt}[/itex]=-[itex]\frac{dT}{dt}[/itex]
 
m*Cv*[itex]\frac{dT}{dt}[/itex]=m'*Cv'*[itex]\frac{dTw}{dt}[/itex]
 
swmmr1928 said:
[itex]\frac{dTw}{dt}[/itex]=-[itex]\frac{dT}{dt}[/itex]
No, that's not correct. Try again.
 
vela said:
No, that's not correct. Try again.

Check my last post.
 
swmmr1928 said:
Check my last post.

m*Cv*[itex]\frac{dT}{dt}[/itex]=m'*Cv'*[itex]\frac{dTw}{dt}[/itex]
 
  • #10
Oops, missed that. Looks okay except you're missing a minus sign.
 
  • #11
[itex]\frac{dTw}{dt}[/itex]=[itex]\frac{m'Cv'}{K(Tw-T)}[/itex]
 
  • #12
Yo, I'm not so good at this. What do I need to work on? Linear system of differential equations?
 
  • #13
swmmr1928 said:
[itex]\frac{dTw}{dt}[/itex]=[itex]\frac{m'Cv'}{K(Tw-T)}[/itex]
This is obviously wrong.

First, find an equation analogous to ##mc_v \frac{dT}{dt} = K(T_w-T)## for Tw. Once you have that, then you need to solve a system of linear differential equations.

Alternately, you could fix this equation
$$ mC_v\frac{dT}{dt} = m'C'_v\frac{dTw}{dt}, $$ integrate it, and use the result to eliminate Tw from your first differential equation.

In any case, it would help if you could explain what you're thinking. Right now, from your posts, it seems like you're just guessing. When you do that, people here aren't inclined to help as much.
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
3
Views
3K