toothpaste666
- 516
- 20
Homework Statement
An aluminum can, with negligible heat capacity, is filled with 150g of water at 0 ∘C and then is brought into thermal contact with a similar can filled with 150g of water at 53∘C.
Find the change in entropy of the system if no heat is allowed to exchange with the surroundings. Use ΔS=∫dQ/T.
Homework Equations
ΔS=∫dQ/T.
dQ = mcTdT
The Attempt at a Solution
cup1 T = 273 K cup2: T = 53 + 273 = 326 K
first I need to find the final temp they will both be at
Q_{tot} = 0
\int dQ_1 + \int dQ_2 = 0dQ_1 = mcTdT
\int dQ_1 = mc \int_{273}^{T_f} TdT
\int dQ_1 = mc ( \frac{1}{2} \left.T^2 \right|_{273}^{T_f} )
\int dQ_1 = \frac{1}{2}mc (T_f^2 - 273^2)
dQ_2 = mcTdT
\int dQ_2 = mc \int_{326}^{T_f} TdT
\int dQ_2 = mc ( \frac{1}{2} \left.T^2 \right|_{326}^{T_f} )
\int dQ_2 = \frac{1}{2}mc (T_f^2 - 326^2)
plugging back in
\int dQ_1 + \int dQ_2 = 0
\frac{1}{2}mc (T_f^2 - 273^2) + \frac{1}{2}mc (T_f^2 - 326^2) = 0
(T_f^2 - 273^2) + (T_f^2 - 326^2) = 0
T_f^2 - 74529 + T_f^2 - 106276 = 0
2T_f^2 = 180805
T_f^2 = 90402.5
T_f = 301
now i am stuck when it comes to finding the actual entropy. I tried using
ds = \frac{dQ}{T}
ds = \frac{mcTdT}{T}
ds = mcdT
s_1 = \int_{273}^{301} mcdT
and
s_2 = \int_{326}^{301} mcdT
and then
s_1 + s_2 = s_{sys}
but it didnt give me the right answer which makes me question my entire method. where did i go wrong?