Another "Partial Derivatives in Thermodynamics" Question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
conservedcharge
Messages
2
Reaction score
0
Hi all,

It seems I haven't completely grasped the use of Partial Derivatives in general; I have seen many discussions here dealing broadly with the same topic, but can't find the answer to my doubt. So, any help would be most welcome:

In Pathria's book (3rd ed.), equation (1.3.11) says:
[tex]P = \frac{\left( \frac{\partial S}{\partial V}\right )_{N,E} } {\left (\frac{ \partial S}{\partial E} \right)_{N,V}} = - \left( \frac{\partial E}{\partial V} \right)_{N,S}[/tex]
My question is 2 fold:

1. How is he writing the first equality in the above equation?
2. What properties of partial derivatives are being used here to figure out the correct subscripts on the extreme right in the equation, given the subscripts in [itex]\frac{\left( \frac{\partial S}{\partial V}\right )_{N,E} } {\left (\frac{ \partial S}{\partial E} \right)_{N,V}}[/itex]?
 
Physics news on Phys.org
conservedcharge said:
1. How is he writing the first equality in the above equation?
2. What properties of partial derivatives are being used here to figure out the correct subscripts on the extreme right in the equation, given the subscripts in [itex]\frac{\left( \frac{\partial S}{\partial V}\right )_{N,E} } {\left (\frac{ \partial S}{\partial E} \right)_{N,V}}[/itex]?
He's using the triple product rule
[tex]\left(\frac{\partial x}{\partial y}\right)_{z} \left(\frac{\partial y}{\partial z}\right)_{x} \left(\frac{\partial z}{\partial x}\right)_{y} = -1[/tex]
 
The equality ##P = - \left( \frac{\partial E}{\partial V} \right)_{N,S} ## comes from ##dE = TdS-PdV+\mu dN## by setting dS and dN equal to zero.

The equality ## \frac{\left( \frac{\partial S}{\partial V}\right )_{N,E} } {\left (\frac{ \partial S}{\partial E} \right)_{N,V}} = - \left( \frac{\partial E}{\partial V} \right)_{N,S} ## comes from
$$dS=\left(\frac{\partial S}{\partial V}\right)_{E,N}dV+\left(\frac{\partial S}{\partial E}\right)_{V,N}dE+\left(\frac{\partial S}{\partial N}\right)_{E,V}dN$$ by setting dN and dS equal to zero.
 
  • Like
Likes   Reactions: vanhees71
Fightfish said:
He's using the triple product rule
[tex]\left(\frac{\partial x}{\partial y}\right)_{z} \left(\frac{\partial y}{\partial z}\right)_{x} \left(\frac{\partial z}{\partial x}\right)_{y} = -1[/tex]
Thanks @Fightfish , that helps.