Lesson 9 of 15

Gibbs Free Energy

Gibbs Free Energy

Gibbs free energy GG is the thermodynamic potential that determines whether a process is spontaneous at constant temperature and pressure:

G=HTSG = H - TS ΔG=ΔHTΔS\Delta G = \Delta H - T\Delta S

Spontaneity Criterion

ΔG\Delta GMeaning
ΔG<0\Delta G < 0Spontaneous (process proceeds forward)
ΔG=0\Delta G = 0Equilibrium
ΔG>0\Delta G > 0Non-spontaneous (requires energy input)

Notice that a process can be spontaneous even if ΔH>0\Delta H > 0 (endothermic), provided the entropy gain TΔST\Delta S is large enough.

Relation to the Equilibrium Constant

At standard conditions, the standard Gibbs energy change ΔG\Delta G^\circ is related to the equilibrium constant KK by:

ΔG=RTlnK    K=eΔG/(RT)\Delta G^\circ = -RT\ln K \implies K = e^{-\Delta G^\circ/(RT)}

A large negative ΔG\Delta G^\circ gives K1K \gg 1 (products strongly favoured).

Helmholtz Free Energy

At constant volume (rather than pressure), the relevant potential is the Helmholtz free energy:

ΔA=ΔUTΔS\Delta A = \Delta U - T\Delta S

Your Task

Implement the three functions below.

Python runtime loading...
Loading...
Click "Run" to execute your code.