0

The state postulate is as follows: The state of a simple compressible system is completely specified by two independent, intensive properties.

My first question is whether there is any justification for this postulate or whether it is simply an empirical law? That is, why is it not the case that 3 intensive variables are required to fix the state or even 4? If it is an empirical law with no justification and just happens to be a law our universe abides by, then why is it not one of the laws of thermodynamics as it clearly provides foundational value to the field of thermodynamics?

My second question pertains to how we can know whether 2 intensive variables are in fact independant. Say temperature $T$ and specific volume $v$ for example. If we are given a thermodynamic problem, how would we know whether these are independent or not? or perhaps specific internal energy $u$ and pressure $P$. Are there certain combinations that are simply always independent of each other or does independence between intensive variables vary from problem to problem and require a full understanding of the problem at hand? Let us take a phase change for example. From my understanding of phase changes, I know that the boiling temperature is dependent on the pressure and hence I won't be able to use $T$ and $P$ as 2 variables to completely specify the state. But how would I know know what combinations of intensive variables will be independent in this case or any other case for that matter? Does it simply require rote memorization of all independent pairs of intensive variables for all thermodynamic problems or is there a more simple way to figure out what is independent and what isn't?

I hope this question makes some sense and any help would be most appreciated!

SalahTheGoat
  • 1,569

1 Answers1

1

My first question is whether there is any justification for this postulate or whether it is simply an empirical law?

The justification is in the unpacking of what the writer means by "simple compressible". I could write the fundamental relation for a thermodynamic system as $$dU=T\,dS+\sum_i\mu_i N_i-P\,dV+\sigma\,dA+E\,dp\cdots,$$ where $U$ is energy, $T$ is temperature, $S$ is entropy, $P$ is pressure (requiring a negative sign because pressure tends to reduce volume $V$), $\mu_i$ and $N_i$ are respectively the chemical potential and amount of species $i$, $\sigma$ is surface tension, $A$ is surface area, $E$ is the electric field, and $p$ is polarization. And I could further add conjugate pairs for magnetization, gravitational fields, shear stress, electrical charge, etc. The first term on the right ($T\,dS$) describes energy gained from heating, the second describes energy gained from adding matter or performing chemical reactions, and the rest describes energy gained from work.

But from the context ("two independent [natural variables]") I know that the writer is using "simple" to mean a closed single-species system (so that $i=1$ and $N$ is constant) and "compressible" to mean that only $P$$V$ work will be considered. Now we have simply $$dU=T\,dS-P\,dV.$$ See also this response. The switching between extensive and intensive variables using the Legendre transform is discussed here.

Alternatively, one could write

  • "The state of a closed, single-component, isentropic ($dS=0$) (or isobaric—constant volume—or isenergic—constant energy) compressible system is completely specified by one independent, intensive property." or

  • "The state of a closed, single-component, compressible system that can be magnetized is completely specified by three independent, intensive properties." or

  • "The state of a closed, single-component, compressible system that can be magnetized and has nonnegligibly changing surface area is completely specified by four independent, intensive properties."

It all comes back to how many terms you need to consider—or are willing to consider—on the right side of the fundamental relation.

My second question pertains to how we can know whether 2 intensive variables are in fact independ[e]nt... From my understanding of phase changes, I know that the boiling temperature is dependent on the pressure and hence I won't be able to use T and P as 2 variables to completely specify the state.

Correct. If you specify that the system is boiling, then you've applied a constraint that changes the number of independent variables. You may wish to read about the Gibbs phase rule and the Gibbs-Duhem relation as you continue to build familiarity in this area.

  • Coming back to this answer, for a simple compressible system, we have that $dU=TdS-PdV$. Now the Euler relation is then $U=TS-PV$. So the plaintext of this equation implies that U is a function of not only two intensive variables T and P but also a function of the two extensive variables S and V ($U=U(T,P,S,V)$). My thinking is that we can reduce this to a function of only S and V because T=T(S,V) and P=P(S,V)? So ultimately, U is a function of S and V only. So we can completely specify the state of a simple compressible system by two independent extensive variables as well.. – SalahTheGoat Oct 14 '22 at 07:11
  • ... Then we can use the Legendre Transform on U(S,V) to find G(T,P) which also completely specifies the state, this time in terms of independent intensive variables. So, are we permitted to say that the state postulate could have simply been "The state of a simple compressible system is completely specified by two independent, intensive properties or by two independent, extensive properties". If so, why is this statement never used? Why do we favor specifying the state in terms of intensive rather than extensive variables? – SalahTheGoat Oct 14 '22 at 07:12
  • 1
    The enthalpy $H$ and Helmholtz free energy $A$ depend on one intensive variable and one extensive variable: $dH=\left(\partial H/\partial S\right)_PdS+\left(\partial H/\partial P\right)_SdP$, and $dA=\left(\partial A/\partial T\right)_VdT+\left(\partial A/\partial V\right)_TdV$. – Chemomechanics Oct 14 '22 at 19:37
  • Thanks for the response. Okay so the state postulate could actually be stated as "The state of a simple compressible system is completely specified by two independent properties (which may be intensive or extensive)". That is, all that really matters is that we need two independent variables to completely specify the state. – SalahTheGoat Oct 15 '22 at 05:39