-
Differential forms
Hi everyone, I'm new here.
I'm an italian student who has an exam in applied thermodynamics soon. Through the whole course as well as the Physics one I have faced a lot of equations expressed with differentials, basically all of them. I have never been taught how to handle them though, all I was told is that a differential (for example dU) is a very small change in the value of U and even though I have studied derivatives of functions (multivariable functions too), integrals and double integrals, I don't feel like it's enough to fully understand the meaning of such expressions.
Let's take a concrete example: my notes say that the equation for the first law of thermodynamics is
 = TdS - pdV + \sum_{i=1}^{n} \mu_i * dN_i)
and that T, p and MU_i are the partial derivatives of the internal energy U with respect to S,V and N_i respectively and as such they are also function of the same variables S,V and Ni. It makes sense because if I partial derivate that expression with respect to the variables S,V and N_i I obtain T p and MU_i respectively.
Now, the doubts I have are
1) How is the differential form of a function obtained? Is it simply the sum of the partial derivatives with respect to each variable multiplied by the differential of the variable?
I mean
 = \frac{\delta U}{\delta S}dS+\frac{\delta U}{\delta V} dV+ \sum_{i=1}^{n} \frac{\delta U}{\delta N_i}dN_i)
If so, I can kind of grasp the meaning of it, since it basically means multiplying the change in the variable times the rate of change and sum the contributions of all the variables; but what are the advantages of using such an equation instead of the equation of the function itself?
2) If I wanted to calculate the actual change in the internal energy (dU) how would I proceed? Integrate that expression with respect to which variable? Am I supposed to integrate it like this:
)
But if so, what is the meaning of this operation? I mean, summing the integrals of different parts of a function with respect to different variables has no meaning in my book. Also, if I try this operation with, say, the function Z=x*y, I get

which isn't correct.
I hope I've been clear enough, thanks in advance.
-
Re: Differential forms
Hi,
In thermodynamics, you will find different "kinds" of energy. On of them is the one you stated above. There is also the Gibbs energy or Helmholtz energy for instance.
Depending on the system you are studying, you will use a different type of energy. T S P V
N are all thermodynamic variables but you won't get anything if they are all allowed to vary. You need some control on your system. In the case were T P and
are held fixed, you will use the energy as defined above.
1) How is the differential form of a function obtained? Is it simply the sum of the partial derivatives with respect to each variable multiplied by the differential of the variable?
Just like you said.
What are the advantages of using such an equation instead of the equation of the function itself? You can read off relevant quantities like T P and
by varying S V and N respectively. It makes explicits the variables. It makes it easy to switch from one kind of energy to another using Legendre transforms. Probably later you will be ask to derive useful relations from there.
-
Re: Differential forms
2) If I wanted to calculate the actual change in the internal energy (dU) how would I proceed? Integrate that expression with respect to which variable?
In thermodynamics, not only the endpoints matters. You actually needs to consider the path in between. This makes sense if you think of it. Consequently, you do not do a normal integral but rather a path integral.
You should thus write
where
and dt is some parameter (could be time for instance).
-
Re: Differential forms
Thanks for the quick answers vincisonfire.
However, I'm still unsure about the meaning of an equation expressed in differential form or better yet, how to "use" it.
Let's take again the equation for internal energy and semplify the chemical potential bit:

is the above expression supposed to be used to calculate the change in internal energy (
) of a thermodynamic process ONLY when T and P are constant throughout the whole process, as

or is it supposed to be used to calculate the
of a thermodynamic process even if T and P aren't constant by somehow integrating it and obtaining some function of S and V, e.g.
)
or is it supposed to be used to calculate (or rather, estimate)
even if T and P aren't constant, by dividing the whole process into very small processes where either T or p can be considered constant, and manually sum all the processes where T was constant and multiply them by the change in entropy (
) of each of those processes, and adding them to the sum of all the processes where p was constant multiplied by the change in Volume (
) of each process?
I mean something like:

or maybe none of the above? hah.
Thank you.