Free expansion of Real Gases - Dieterici EoS, Change in Temperature

In summary: The Hess's Law expression for the change in temperature for a change in volume is given by: $$ \Delta T = -k \cdot C_v$$where ##C_v## is a function of the variables ##V## and ##T##.
  • #1
curious_mind
41
9
Homework Statement
A box is divided into two equal halves with a partition. The volume of the entire box is ##V##. One partition contains the Real gas satisfying Dieterici Equation of state at temperature ##T_0##. Take Dieterici equation of state in this case as ## PV e^{\frac{a}{RTV}} = nRT ##
where ##a## is a constant. Now, the partition is removed instantaneously, and the gas is allowed to expand to fill the full volume of the box and come to equilibrium. Calculate the temperature of gas at the final stage when it is at equilibrium.
Relevant Equations
First internal energy equation, using Maxwell's relation ## \left( \dfrac{\partial U}{\partial V} \right)_T = T \left( \dfrac{\partial P}{\partial T} \right)_V - P ##.
I proceeded in the usual manner in which we take ##dU = 0## in the case of free expansion because there is no heat transfer in the box, as well as no work is done.

We can write, taking ## U ## as the function of ##V## and ##T##, $$ dU(V,T) = \left( \dfrac{\partial U}{\partial V} \right)_T ~ dV + \left( \dfrac{\partial U}{\partial T} \right)_V ~ dT $$ Also, ##\left( \dfrac{\partial U}{\partial T} \right)_V = C_V## is specific heat at constant volume.

Therefore, ## 0 = C_V ~ dT + \left( \dfrac{\partial U}{\partial V} \right)_T ~ dT ##.

Using the "First internal energy equation" given above, I calculated that (for Dieterici EoS, as given in the question) ## \left( \dfrac{\partial U}{\partial V} \right)_T = T \left( \dfrac{\partial P}{\partial T} \right)_V - P = \dfrac{Pa}{RTV}##.
[I have double verified my calculation, but still I request to verify that again.]

Using given equation of state, ## P = \dfrac{nRT}{V} e^{-\frac{a}{RTV}} ##. So, ## \left( \dfrac{\partial U}{\partial V} \right)_T = \dfrac{na}{V^2} e^{-\frac{a}{RTV}} ##

Therefore, I obtain the expression ## 0 = C_V ~ dT + \left( \dfrac{na}{V^2} e^{-\frac{a}{RTV}} \right) dV ##. Writing it in differential equation form,
$$ \dfrac{dV}{dT} = - \dfrac{C_V V^2}{na} e^{\frac{a}{RTV}} $$.
Now, I am not sure how to solve this differential equation, where I have to take limits for volume ##\frac{V}{2}## to ##V## and temperature from ##T_0## to temperature to be obtained ##T##.

Problem with the obtained differential equation is that, I am not getting it in a seperable form. Also, I know very little differential equation theory which could be helpful in solving this.I also tried Wolfram Mathemtica DSolve function, but it is also getting very large expressions.

The question is given here https://snboseplc.com/thermodynamics-tifr/ - Question number 22. The answer given here is ## T-\left(\frac{na}{C_V}\right)\ln{2} ##. How do I obtain this answer ? Is there any mistake in my approach, or there can be other approach ?
Even if the answer is not accurate, how do I obtain the simplified answer ? How do people manage to get temperature change in Engineering thermodynamics to deal with such problems?Any help would be appreciable. Thanks.
 
Last edited:
Physics news on Phys.org
  • #2
curious_mind said:
Homework Statement:: A box is divided into two equal halves with a partition. The volume of the entire box is ##V##. One partition contains the Real gas satisfying Dieterici Equation of state at temperature ##T_0##. Take Dieterici equation of state in this case as ## PV e^{\frac{a}{RTV}} = nRT ##
where ##a## is a constant. Now, the partition is removed instantaneously, and the gas is allowed to expand to fill the full volume of the box and come to equilibrium. Calculate the temperature of gas at the final stage when it is at equilibrium.
Relevant Equations:: First internal energy equation, using Maxwell's relation ## \left( \dfrac{\partial U}{\partial V} \right)_T = T \left( \dfrac{\partial P}{\partial T} \right)_V - P ##.

I proceeded in the usual manner in which we take ##dU = 0## in the case of free expansion because there is no heat transfer in the box, as well as no work is done.

We can write, taking ## U ## as the function of ##V## and ##T##, $$ dU(V,T) = \left( \dfrac{\partial U}{\partial V} \right)_T ~ dV + \left( \dfrac{\partial U}{\partial T} \right)_V ~ dT $$ Also, ##\left( \dfrac{\partial U}{\partial T} \right)_V = C_V## is specific heat at constant volume.

Therefore, ## 0 = C_V ~ dT + \left( \dfrac{\partial U}{\partial V} \right)_T ~ dT ##.

Using the "First internal energy equation" given above, I calculated that (for Dieterici EoS, as given in the question) ## \left( \dfrac{\partial U}{\partial V} \right)_T = T \left( \dfrac{\partial P}{\partial T} \right)_V - P = \dfrac{Pa}{RTV}##.
[I have double verified my calculation, but still I request to verify that again.]

Using given equation of state, ## P = \dfrac{nRT}{V} e^{-\frac{a}{RTV}} ##. So, ## \left( \dfrac{\partial U}{\partial V} \right)_T = \dfrac{na}{V^2} e^{-\frac{a}{RTV}} ##
I agree with your results up to this point. But, next, there is a problem with the n. If you are working on a per-mole basis, then the n shouldn't be in there. Otherwise you should be writing your next equation as $$dU=nC_vdT+ \left( \dfrac{na}{V^2} e^{-\frac{a}{RTV}} \right) dV$$or, $$\frac{1}{n}dU=C_vdT+ \left( \dfrac{a}{V^2} e^{-\frac{a}{RTV}} \right) dV$$
The next step is to recognize from this equation that ##C_v## is a function of V. Do you know how to show this?

To get what you want, namely the change in temperature for the specified volume change at constant internal energy, you will not be able to integrate the equation directly. You will have to apply Hess's Law in a 3-step path. Can you figure out how to do this?
 
  • Like
Likes vanhees71
  • #3
$$nC_v=\left(\frac{\partial U}{\partial T}\right)_v$$so $$\left(\frac{\partial nC_v}{\partial V}\right)_T=\frac{\partial^2 U}{\partial T\partial V}$$Also, $$\left(\frac{\partial U }{\partial V}\right)_T= \frac{na}{V^2} e^{-\frac{a}{RTV}} $$From this equation, what do you get for ##\frac{\partial^2 U}{\partial T\partial V}##?
 
  • Like
Likes curious_mind
  • #4
From this equation, what do you get for ## \frac{\partial^2 U}{\partial T\partial V}
## ?
Ok I understood why ##C_v## has to be the function of ##V##
##\dfrac{\partial^2 U}{\partial T \partial V} = \dfrac{\partial C_v}{\partial V} = \dfrac{a^2}{R T^2 V^3} e^{-\frac{a}{RTV}}##
Thanks. So there is no way I can integrate out the equation.

Is this the Hess's law, I need to apply ? https://en.m.wikipedia.org/wiki/Hess's_law

I am not getting your hint, do I need to apply Enthalpy state function instead of internal energy ?
 
  • #5
curious_mind said:
Ok I understood why ##C_v## has to be the function of ##V##
##\dfrac{\partial^2 U}{\partial T \partial V} = \dfrac{\partial C_v}{\partial V} = \dfrac{a^2}{R T^2 V^3} e^{-\frac{a}{RTV}}##
Thanks. So there is no way I can integrate out the equation.
No, unless you do it numerically.
curious_mind said:
Is this the Hess's law, I need to apply ? https://en.m.wikipedia.org/wiki/Hess's_law

I am not getting your hint, do I need to apply Enthalpy state function instead of internal energy ?
Hess's law says that U is a function of state, so we can integrate du along any convenient path from the initial state to the final state, and then solve for the value of T for which ##\Delta U = 0##. It turns out that there is a particular path for which the equation for dU can be integrated analytically.

The method capitalizes on the fact that, at very high molar volumes, we approach ideal gas behavior, where the heat capacity Cv approaches the ideal gas heat capacity, which is a function only of temperature (and not volume). That is $$C_v(T,\infty)=C_v^{IG}(T)$$Not only that but, for most gases, the ideal gas limiting heat capacity as a function of temperature is available in the literature.

Our method consists of integrateing du over three separate segments, two of which are isothermal and the other is constant volume:

Segment 1: ##\Delta U_1=U(T_0,\infty)-U(T_0,V_0)##
Segment 2: ##\Delta U_2=U(T,\infty)-U(T_0,\infty)=\int_{T_0}^T{C_v^{IG}(T')dT'}##
Segment 3: ##\Delta U_3=U(T,2V_0)-U(T,\infty))##
So, $$\Delta U=\Delta U_1+\Delta U_2+\Delta U_3)=U(T,2V_0)-U(T_0,V_0)$$

See what you get when you integrate dU along this convenient path.

Questions?
 
Last edited:
  • #6
Can you please show how to do integration for one segment?
 
  • #7
mani_09 said:
Can you please show how to do integration for one segment?
Do you mean at constant temperature?
 
  • #8
Yes for the segment 1 which is an isotherm.
 
  • #9
mani_09 said:
Yes for the segment 1 which is an isotherm.
$$\Delta U_1=-\int_{V_0}^{\infty}{\left[P-T\left(\frac{\partial P}{\partial T}\right)_V\right]dV}$$
 
  • Like
Likes mani_09
  • #10
Here are the values of:

\Delta U_1 = nRT_0 \left( 1 - \exp\left( -\frac{a}{T_0 V_0} \right) \right)

\Delta U_2 = (nR + C_v)(T - T_0)

\Delta U_3 = nRT \left( \exp\left( -\frac{a}{2RT V_0} \right) - 1 \right)

Even after adding them and putting equal to zero, i am still not able to get the required answer.
 
  • #11
mani_09 said:
Here are the values of:

\Delta U_1 = nRT_0 \left( 1 - \exp\left( -\frac{a}{T_0 V_0} \right) \right)

\Delta U_2 = (nR + C_v)(T - T_0)

\Delta U_3 = nRT \left( \exp\left( -\frac{a}{2RT V_0} \right) - 1 \right)

Even after adding them and putting equal to zero, i am still not able to get the required answer.
This looks correct to me if CV is the ideal gas heat capacity. What is the required answer?
 
  • #12
Cv is the ideal gas heat capacity.
But the answer is T=T0-(na/Cv)ln(2)
 
  • #13
mani_09 said:
Cv is the ideal gas heat capacity.
But the answer is T=T0-(na/Cv)ln(2)
Using your equation, what is the answer in the limit of small values of a; that is when we linearize with respect to a.
 
  • #14
I am sorry but I don't know what are you asking for. Can you please explain a little bit more. Thank you.
 
  • #15
mani_09 said:
I am sorry but I don't know what are you asking for. Can you please explain a little bit more. Thank you.
What does your result approach for small values of the parameter a.

What do you get if you substitute the approximation (##e^{-x}\approx 1-x##) for small x in your result?
 
  • #16
The required answer is definitely wrong. There can’t be an n in the final equation
 
  • #17
IMG_20241014_105642.jpg

This is the full statement with options.
 
  • #18
mani_09 said:
View attachment 352428
This is the full statement with options.
What can I say. I disagree (if the chamber is insulated).
 
  • #19
So, what according to you should be the answer and not considering the options given.
 
  • #20
mani_09 said:
So, what according to you should be the answer and not considering the options given.
The solution to your equation.
 
  • #21
Yes.
 
  • #22
mani_09 said:
Here are the values of:

\Delta U_1 = nRT_0 \left( 1 - \exp\left( -\frac{a}{T_0 V_0} \right) \right)

\Delta U_2 = (nR + C_v)(T - T_0)

\Delta U_3 = nRT \left( \exp\left( -\frac{a}{2RT V_0} \right) - 1 \right)

Even after adding them and putting equal to zero, i am still not able to get the required answer.
You left an R out on your first equation.
 
  • #23
Yes you are right. There should have been an R in the denominator of the exponent.
 
  • #24
In the limit of small a (i.e., linearized with respect to a), your answer reduces to $$C_V(T-T_0)=-\frac{a}{2V_0}=-\frac{a}{V}$$
 
  • #25
According to the given equation of state, what are the units of the parameter a? Are the selection of required answers consistent with these units for a?
 
  • #26
Chestermiller said:
According to the given equation of state, what are the units of the parameter a? Are the selection of required answers consistent with these units for a?
As per the question the dimensions of a should be same as the dimensions of the product of RTV. So, as per question
[a]=[M L^5 T^-2 mol^-1]
Now, the option that has been marked correct, the dimensions of (na/Cv) should be of theta (Temperature).
But [na/Cv]=[M L^3 theta]≠ [theta]
 
  • #27
mani_09 said:
As per the question the dimensions of a should be same as the dimensions of the product of RTV. So, as per question
[a]=[M L^5 T^-2 mol^-1]
Now, the option that has been marked correct, the dimensions of (na/Cv) should be of theta (Temperature).
But [na/Cv]=[M L^3 theta]≠ [theta]
So your conclusion is?
 
  • #28
Chestermiller said:
So your conclusion is?
Its either the question that is wrong or the options.
 
  • #29
mani_09 said:
Its either the question that is wrong or the options.
In my judgment, its the options that are wrong.
 
  • #30
Chestermiller said:
In the limit of small a (i.e., linearized with respect to a), your answer reduces to $$C_V(T-T_0)=-\frac{a}{2V_0}=-\frac{a}{V}$$
I think this should have only been the answer. But the problem is V0 is not given in the question and we used this symbol on our own.
 
  • #31
mani_09 said:
I think this should have only been the answer. But the problem is V0 is not given in the question and we used this symbol on our own.
Vo is the initial volume of the gas. The full volume of the container V is equal to 2Vo, and V is given.

Also, this equation is only the limiting result (in the limit of small a) of our more comprehensive analysis.
 

FAQ: Free expansion of Real Gases - Dieterici EoS, Change in Temperature

What is the Dieterici Equation of State?

The Dieterici Equation of State (EoS) is a thermodynamic equation that describes the behavior of real gases at various temperatures and pressures. It takes into account the attractive and repulsive forces between gas molecules, making it more accurate than the ideal gas law.

How does the Dieterici EoS account for temperature changes in free expansion?

The Dieterici EoS includes a temperature-dependent term in its equation, which allows it to accurately predict the change in temperature during free expansion of gases. This term takes into account the decrease in temperature that occurs when a gas expands rapidly without any external work being done on it.

What is free expansion of gases?

Free expansion is a process in which a gas expands rapidly into a vacuum without any external work being done on it. This results in a decrease in temperature and an increase in volume of the gas.

How does the Dieterici EoS compare to the ideal gas law?

The Dieterici EoS is more accurate than the ideal gas law because it takes into account the attractive and repulsive forces between gas molecules. The ideal gas law assumes that gas molecules have no volume and do not interact with each other, which is not true for real gases.

What are the practical applications of understanding the free expansion of real gases?

Understanding the free expansion of real gases is important in various industries, such as in the design of gas pipelines and storage tanks. It also has applications in the study of thermodynamics and can help in predicting the behavior of gases in different conditions.

Similar threads

Back
Top