How Is Heat Transferred Between Two Liquids Through a Metal Rod?

AI Thread Summary
Heat transfer between two liquids through a metal rod is analyzed using principles of thermal conductivity and conservation of energy. The primary equation derived for the time when the temperature difference is halved is t = (lm1m2s1s2)/(kA(m1s1 + m2s2))ln2. The discussion highlights the importance of correctly setting up differential equations to account for varying temperatures and specific heats of the liquids. Participants clarify the use of Fourier's law for heat transfer and correct initial misunderstandings about the equations involved. Ultimately, the problem is solved, confirming the correct approach to modeling heat transfer in this scenario.
maverick280857
Messages
1,774
Reaction score
5
Hello friends

I have a problem and also know its answer but I have some trouble figuring it out. Here goes

Two vessels filled with different liquids are at temperatures T_{1} and T_{2} respectively. They are joined by a metal rod of length l; area of cross-section A and thermal conductivity k. The masses and specific heats are m_{1}, m_{2} and s_{1}, s_{2} respectively. If T_{1} > T_{2}, calculate the time when the temperature difference between two liquids is halved, assuming there is no radiation loss by the liquids and the rod to the surroundings.

Answer: t = \frac{lm_{1}m_{2}s_{1}s_{2}}{kA(m_{1}s_{1} + m_{2}s_{2})}ln2

My problem is that I keep getting a similar answer but without the ln2 because I am setting up a wrong equation. If T1 > T2, then heat should flow from m1 to m2 through the rod and so in time dt, the temperature of m1 should drop to T_{A}-dT whereas that of the mass m2 should rise to T_{B}+dT. There was another variation of the problem where the temperature of m1 was constant and for that very reason the problem was simple. Here it seems that my differential equations/reasoning are wrong. Please offer some suggestions as to how this problem can be approached.

Thanks and cheers
Vivek
 
Physics news on Phys.org
maverick280857 said:
If T1 > T2, then heat should flow from m1 to m2 through the rod and so in time dt, the temperature of m1 should drop to T_{A}-dT whereas that of the mass m2 should rise to T_{B}+dT.
While the heat lost by one liquid equals the heat gained by the other, the two sides do not have the same change in temperature since their masses and specific heats are different.
 
Oh yes Doc, that was actually a typo and I just discovered it. It wasn't quite a flaw in my reasoning as on paper I took dT_A and dT_B. But I can't get the thing to work still :cry:
 
Let's see...

i) Conservation of Energy for vessel 1:

m_1 s_1 \frac{dT_1}{dt}=-q''A

ii) Conservation of Energy for vessel 2:

m_2 s_2 \frac{dT_2}{dt}=q''A

iii) Heat transfer:

q''=-k\frac{dT}{dx}=-k\frac{T_1-T_2}{l}

The problem here is to find a relation between T1 and T2.

Let me think of it some time. Meanwhile you could post your starting equations, I mean those you have said are wrong.
 
maverick280857 said:
Oh yes Doc, that was actually a typo and I just discovered it. It wasn't quite a flaw in my reasoning as on paper I took dT_A and dT_B. But I can't get the thing to work still :cry:
I'll point you in the right direction. Start with Fourier's law of thermal conductivity:
dQ/dt = \frac{kA}{l} \Delta T, where \Delta T is the temperature difference. Now, to keep from going nuts, I will use a different symbol (X) to represent the temperature difference \Delta T, so dQ/dt = \frac{kA}{l} X.

The next step is to write dQ in terms of dX. I'll leave that to you. (Think: for every bit of heat that flows, one temperature gets cooler, the other hotter, thus reducing the difference in temperature.)

(Edit: I had mistakenly called that equation for thermal conductivity Newton's law of cooling. My mistake! :blushing: )
 
Last edited:
Doc Al said:
I'll point you in the right direction. Start with Newton's law of cooling:
dQ/dt = \frac{kA}{l} \Delta T

Please do not post that words here for the sake of the forum. That you have posted is not the Newton Law of Cooling. It is the same thing as to say:

start with 2nd Newton's law:

\nabla x E=0

??
 
Clausius2 said:
Please do not post that words here for the sake of the forum. That you have posted is not the Newton Law of Cooling.
You are correct. That equation for thermal conductivity is Fourier's law, not Newton's law of cooling. Sorry! (I'll go back and fix it.)

No matter what you call it, that's where you should begin in solving this problem. :smile:
 
Clausius2 said:
Let's see...

i) Conservation of Energy for vessel 1:

m_1 s_1 \frac{dT_1}{dt}=-q''A

ii) Conservation of Energy for vessel 2:

m_2 s_2 \frac{dT_2}{dt}=q''A

iii) Heat transfer:

q''=-k\frac{dT}{dx}=-k\frac{T_1-T_2}{l}

The problem here is to find a relation between T1 and T2.

Let me think of it some time. Meanwhile you could post your starting equations, I mean those you have said are wrong.

Well, these are the equations I wrote too (though slightly differently). The problem is how to solve this system in general for the temperatures as a function of time. I think you missed the area out of your last equation which should be

q''=-k\frac{dT}{dx}=-kA\frac{T_1-T_2}{l}

Also, the first two equations are of the form dQ = mcdT (or dQ/dt = mcdT/dt = q''. The area doesn't come into them. A = area of cross-section). Okay you've used q'' in a different way. But here's what I have done: (in my computations q'' = dQ/dt and not q''A = dQ/dt)

Differentiating the heat transfer equation with respect to time, we get
\frac{dq''}{dt}=\frac{-kA}{l}\frac{d(T_{1}-T_{2})}{dt}

\frac{dq''}{dt} = \frac{-kA}{l}(-\frac{q''}{m_{1}s_{1}} - \frac{q''}{m_{2}s_{2}})

which gives
\frac{dq''}{q''} = \frac{kA}{l}(\frac{1}{m_{1}s_{1}} + \frac{1}{m_{2}s_{2}})dt

Now I think I can integrate both sides to get the ln on the left side. But what about the boundary conditions on the left hand side? Is the following expression correct?

\ln(\frac{q''}{q''_{0}}) = \frac{kA}{l}(\frac{1}{m_{1}s_{1}} + \frac{1}{m_{2}s_{2}})\Delta t

For the given problem

q'' = -kA\frac{T_{1,final}-T_{2,final}}{l}
q''_{0} = -kA\frac{T_{1,initial}-T_{2,initial}}{l}


Thanks (both DocAl and clausius) and cheers

Vivek
 
Last edited:
Hi

One small clarification:

the equation for heat transfer is actually

q'' = \frac{kA}{l}(T_{1}-T_{2})

the minus sign removed as T_{1}>T_{2}. And yes I get the right answer.

Thanks for your help guys.

Cheers
Vivek
 
  • #10
maverick280857 I think you missed the area out of your last equation which should be [tex said:
q''=-k\frac{dT}{dx}=-kA\frac{T_1-T_2}{l}[/tex]


q'' is the heat power per unit surface (W/m^2), it is for that reason that it has the sign '' above. It is the usual notation in heat engineering books (see Incropera) So I haven't missed anything because units match each other.

Anyway, I haven't understood you very well, do you have solved the problem yet?.
 
  • #11
Doc Al said:
You are correct. That equation for thermal conductivity is Fourier's law, not Newton's law of cooling. Sorry! (I'll go back and fix it.)

No matter what you call it, that's where you should begin in solving this problem. :smile:

Please, Don't take it as an offence, it was well intended. :wink:
 
  • #12
Hello Clausius

Yes I understand your notation now though I must admit I haven't used it before so I wasn't sure of it initially :-). Yes I have solved the problem. Thanks

Cheers
Vivek
 
Back
Top