summaryrefslogtreecommitdiff
path: root/source/know/concept/jurins-law/index.md
blob: 6214477792d37afcbd4d23aad486ac8d30ee081e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
title: "Jurin's law"
sort_title: "Jurin's law"
date: 2023-06-15
categories:
- Physics
- Fluid mechanics
- Fluid statics
- Surface tension
layout: "concept"
---

A well-known example of *capillary action* is
when a liquid climbs up a narrow vertical tube with radius $$R$$,
apparently defying gravity.
Indeed, this occurs when the liquid's surface tension can overpower gravity;
specifically, when the [capillary length](/know/concept/capillary-length/) $$L_c > R$$.

Let us assume that the liquid-air interface has a spherical shape,
which may point up or down depending on the liquid.
This interface then has a constant [curvature radius](/know/concept/curvature/) $$r$$
determined by the contact angle $$\theta$$ of the liquid to the tube:
$$r = R / \cos{\theta}$$. We know that the liquid is at rest
when the [hydrostatic pressure](/know/concept/hydrostatic-pressure/)
equals the resulting [Laplace pressure](/know/concept/young-laplace-law/):

$$\begin{aligned}
    \rho g h
    = \alpha \frac{2}{r}
    = 2 \alpha \frac{\cos{\theta}}{R}
\end{aligned}$$

Note that $$h$$ is the height of interface's highest/lowest point;
we neglect the [meniscus](/know/concept/meniscus/).
By isolating the above equation for $$h$$, we arrive at **Jurin's law**:

$$\begin{aligned}
    \boxed{
        h
        = \frac{2 \alpha \cos{\theta}}{\rho g R}
        = 2 \frac{L_c^2}{R} \cos{\theta}
    }
\end{aligned}$$

Where $$L_c \equiv \sqrt{\alpha / \rho g}$$.
This predicts the height climbed by a liquid in a narrow tube.
If $$\theta > 90\degree$$, then $$h$$ is negative,
i.e. the liquid descends below the ambient level.

An alternative derivation of Jurin's law balances the forces instead of the pressures.
On the right, we have the gravitational force
(i.e. the energy-per-distance to lift the liquid),
and on the left, the surface tension force
(i.e. the energy-per-distance of the liquid-tube interface):

$$\begin{aligned}
     \pi R^2 \rho g h
     \approx 2 \pi R (\alpha_{sg} - \alpha_{sl})
\end{aligned}$$

Where $$\alpha_{sg}$$ and $$\alpha_{sl}$$ are the energy costs
of the solid-gas and solid-liquid interfaces.
Thanks to the [Young-Dupré relation](/know/concept/young-dupre-relation/),
we can rewrite this as follows:

$$\begin{aligned}
     R \rho g h
     = 2 \alpha \cos\theta
\end{aligned}$$

Isolating this for $$h$$ simply yields Jurin's law again, as expected.



## References
1.  B. Lautrup,
    *Physics of continuous matter: exotic and everyday phenomena in the macroscopic world*, 2nd edition,
    CRC Press.