A certain passage in my Fundamentals of Thermodynamics book is driving me crazy. I considered posting this is Physics.SE, but I think the question is eminently mathematical. Here is the passage:
As we know, $c_p$ is defined as: $$c_p = \left(\frac{\partial h}{\partial T} \right)_p \tag1$$ We also have seen that: $$T\ ds = dh - v\ dp \tag2$$ Therefore: $$c_p = T \left({\partial s \over \partial T} \right)_p \tag3$$
I've spent hours trying to figure out how to get to $(3)$. I really want to do this as rigorously as a graduated mechanical engineer can.
So far I have two "approaches," one that is fine for most of my friends but is very informal and another that is more correct, but leads me nowhere.
In case it's needed, let me give some background on the thermodynamic variables:
- for curiosity's sake, $c_p$ means specific heat in a constant pressure process;
- $p, v, T, u, h, s$ are properties, of which any one can be seen as a function of any other two;
- the notation $\left({\partial a \over \partial b}\right)_c$ means that, in that derivative, $a = a(b,c)$, so its purpose is to make it clear that the variable held constant is $c$.
Approach 1: simple but "wrong"
From $(2)$, we have: $$dh = T\ ds + v\ dp \tag4$$
We plug that directly into $\partial h$ of $(1)$ to obtain: $$c_p = \left({T\ \partial s + v\ \partial p \over \partial T} \right)_p \tag5$$
Since $p$ is held constant, $\partial p = 0$, so $(3)$ emerges.
My problems with this:
- Making $\partial h = dh$ and plugging it in $(1)$ looks awful to me. I've never seen a "partial differential" outside of a partial derivative (e.g. $\partial h$ by itself). We usually take that liberty with "total differentials," but I've never seen that done with partials.
- $\partial p$ can't even exist inside the derivative of $(5)$, since it would mean $p = p(T, p)$, which... does it make any sense?! Anyway, it can be argued that the partial derivative would indeed be zero, but it sucks.
Approach 2: correct but dead end
If we make $h = h(T, p)$, then comes: $$dh = \left({\partial h \over \partial T} \right)_p dT + \left({\partial h \over \partial p} \right)_T dp\tag6$$
Equating with $(4)$ gives: $$\left({\partial h \over \partial T} \right)_p = T\frac{ds}{dT} + \frac{dp}{dT}\left[v - \left({\partial h \over \partial p} \right)_T \right] \tag7$$
So, from $(1)$: $$c_p = T\frac{ds}{dT} + \frac{dp}{dT}\left[v - \left({\partial h \over \partial p} \right)_T \right] \tag8$$
Which doesn't look like $(3)$ at all. In order to make it better, we could "open up" $\frac{ds}{dT}$ with $s(T,p)$ and eventually find: $$c_p = T \left({\partial s \over \partial T} \right)_p + \frac{dp}{dT}\left[v - \left({\partial h \over \partial p} \right)_T + T \left({\partial s \over \partial p} \right)_T \right] \tag9$$
We'd need the second term to be zero, but $\frac{dp}{dT}$ certainly isn't and I don't see why the $[\cdots]$ would be either.
Did I go wrong somewhere? Is Approach 2 really optimal? I appreciate any help.