diff options
author | Prefetch | 2021-07-07 18:52:47 +0200 |
---|---|---|
committer | Prefetch | 2021-07-07 18:52:47 +0200 |
commit | 0d3574cf5cdb0c7aebe596b1035a2ea64b5327b6 (patch) | |
tree | 2f89ea17bf675e2656170811364dde35d5f16d9b /content/know/concept/laws-of-thermodynamics | |
parent | e5f44d97c6652f262c82b5c796c07a7a22a00e90 (diff) |
Expand knowledge base
Diffstat (limited to 'content/know/concept/laws-of-thermodynamics')
-rw-r--r-- | content/know/concept/laws-of-thermodynamics/index.pdc | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/content/know/concept/laws-of-thermodynamics/index.pdc b/content/know/concept/laws-of-thermodynamics/index.pdc new file mode 100644 index 0000000..190f0fd --- /dev/null +++ b/content/know/concept/laws-of-thermodynamics/index.pdc @@ -0,0 +1,109 @@ +--- +title: "Laws of thermodynamics" +firstLetter: "L" +publishDate: 2021-07-07 +categories: +- Physics +- Thermodynamics + +date: 2021-07-05T17:44:53+02:00 +draft: false +markup: pandoc +--- + +# Laws of thermodynamics + +The **laws of thermodynamics** are of great importance +to physics, chemistry and engineering, +since they restrict what a device or process can physically achieve. +For example, the impossibility of *perpetual motion* +is a consequence of these laws. + + +## First law + +The **first law of thermodynamics** states that energy is conserved. +When a system goes from one equilibrium to another, +the change $\Delta U$ of its energy $U$ is equal to +the work $\Delta W$ done by external forces, +plus the energy transferred by heating ($\Delta Q > 0$) or cooling ($\Delta Q < 0$): + +$$\begin{aligned} + \boxed{ + \Delta U = \Delta W + \Delta Q + } +\end{aligned}$$ + +The internal energy $U$ is a state variable, +so is independent of the path taken between equilibria. +However, the work $\Delta W$ and heating $\Delta Q$ do depend on the path, +so the first law means that +the act of transferring energy is path-dependent, +but the result has no "memory" of that path. + + +## Second law + +The **second law of thermodynamics** states that +the total entropy never decreases. +An important consequence is that +no machine can convert energy into work with 100% efficiency. + +It is possible for the local entropy $S_{\mathrm{loc}}$ +of a system to decrease, but doing so requires work, +and therefore the entropy of the surroundings $S_{\mathrm{sur}}$ +must increase accordingly, such that: + +$$\begin{aligned} + \boxed{ + \Delta S_{\mathrm{tot}} = \Delta S_{\mathrm{loc}} + \Delta S_{\mathrm{sur}} \ge 0 + } +\end{aligned}$$ + +Since the total entropy never decreases, +the equilibrium state of a system must be a maximum +of its entropy $S$, and therefore $S$ can be used as +a [thermodynamic "potential"](/know/concept/thermodynamic-potential/). + +The only situation where $\Delta S = 0$ is a reversible process, +since then it must be possible to return to +the previous equilibrium state by doing the same work in the opposite direction. + +According to the first law, +if a process is reversible, or if it is only heating/cooling, +then (after one reversible cycle) the energy change +is simply the heat transfer $\dd{U} = \dd{Q}$. +An entropy change $\dd{S}$ is then expressed as follows +(since $\pdv*{S}{U} = 1 / T$ by definition): + +$$\begin{aligned} + \boxed{ + \dd{S} + = \Big( \pdv{S}{U} \Big)_{V, N} \dd{U} + = \frac{\dd{Q}}{T} + } +\end{aligned}$$ + +Confusingly, this equation is sometimes also called the second law of thermodynamics. + + +## Third law + +The **third law of thermodynamics** states that +the entropy $S$ of a system goes to zero when the temperature reaches absolute zero: + +$$\begin{aligned} + \boxed{ + \lim_{T \to 0} S = 0 + } +\end{aligned}$$ + +From this, the absolute quantity of $S$ is defined, otherwise we would +only be able to speak of entropy differences $\Delta S$. + + + +## References +1. H. Gould, J. Tobochnik, + *Statistical and thermal physics*, 2nd edition, + Princeton. |