0% found this document useful (0 votes)
37 views

221A Miscellaneous Notes: Continuity Equation 1 The Continuity Equation

The continuity equation describes the conservation of a physical quantity over time. It relates the density of the quantity (ρ) to its flux or current (j). Specifically, the continuity equation states that the rate of change of the density of a conserved quantity within a fixed volume is equal to the net flux of that quantity into or out of the volume. The continuity equation appears in many areas of physics, including fluid mechanics (conserving mass), heat conduction (conserving thermal energy), diffusion (conserving particles), electromagnetism (conserving electric charge), and quantum mechanics (conserving probability).

Uploaded by

Akanksha Pandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

221A Miscellaneous Notes: Continuity Equation 1 The Continuity Equation

The continuity equation describes the conservation of a physical quantity over time. It relates the density of the quantity (ρ) to its flux or current (j). Specifically, the continuity equation states that the rate of change of the density of a conserved quantity within a fixed volume is equal to the net flux of that quantity into or out of the volume. The continuity equation appears in many areas of physics, including fluid mechanics (conserving mass), heat conduction (conserving thermal energy), diffusion (conserving particles), electromagnetism (conserving electric charge), and quantum mechanics (conserving probability).

Uploaded by

Akanksha Pandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

221A Miscellaneous Notes

Continuity Equation

1 The Continuity Equation


As I received questions about the midterm problems, I realized that some
of you have a conceptual gap about the continuity equation. It appears in
Sakurai, pp. 101–102, but he does not go into the general discussions about
what is meant by the one of the most famous equations in physics (Sakurai
(2.4.15)),
∂ρ ~
+ ∇ · ~ = 0, (1)
∂t
called the continuity equation. Let me review what it means.
Imagine you contain the system completely in a volume, so that nothing
is going in and out at the surface. Integrate the both sides of the equation
over this entire volume.
" #
Z
∂ρ ~
dV + ∇ · ~ = 0. (2)
V ∂t
Using the Gauss’ theorem, the second term can be rewritten as a surface
integral, Z Z
~
dV ∇ · ~ = ~ · ~,
dS (3)
V ∂V

where the surface element dS ~ is defined outwards and integrated over the
surface ∂V of the volume V . In our case, because we contained the system
completely in the volume, there is nothing at the surface and this term van-
ishes. For the first term, interchanging the order of the volume integral and
the time derivative, it becomes
∂ Z
dV ρ (4)
∂t V
Therefore, the equation is
∂ Z
dV ρ = 0, (5)
∂t V
and hence Z
dV ρ (6)
V

1
is conserved .
In fact, even if
R
the volume does not contain the full system, the amount
of the change in dV ρ is given by the amount of flow out from the volume,
∂ Z Z
~ · ~,
dV ρ = − dS (7)
∂t
which gives the interpretation that the ~(~x, t) is the current of the conserved
quantity, while ρ(~x, t) is the density of the conserved quantity.

2 Examples
This equation shows up in many many different contexts in physics.

2.1 Fluid Mechanics


Probably the first one is in fluid mechanics. A fluid is described by the
mass density ρ(~x, t) and its mass flow (or momentum density if you like)
~(~x, t) = ρ(~x, t)~v (~x, t), where ~v (~x, t) is the velocity field. The conserved
quantity is the total mass of the fluid,
Z
M= dV ρ. (8)
V

2.2 Heat Conduction


In the problem of heat conduction, we solve the equation
∂T
= κ∆T. (9)
∂t
This equation is nothing but the continuity equation for the thermal energy
(divided by its heat capacity) ρ = T with an additional idea that the heat flux
~ .
vector or heat flow goes along the slope of the temperature field: ~ = κ∇T

2.3 Diffusion
The heat conduction equation is just one example of diffusion equations. For
example, the diffusion of gas is described by
∂n
= D∆n, (10)
∂t
2
where n is the number density, D the diffusion constant. The conserved
quantity is the total number of gas molecules
Z
N= dV n, (11)

~
and the current is ~ = D∇n.

2.4 Electromagnetism
Another example is in the electromagnetism. Look at the Maxwell’s equa-
tions,

~ ·E
~ = 1
∇ ρ, (12)
0
~ ×B
∇ ~ = 1E ~˙ + µ0~, (13)
c2
~ ×E
∇ ~ = −B,~˙ (14)
~ ·B
∇ ~ = 0. (15)
The electric charge density ρ and the electric current density ~ appear. By
taking the time derivative of the first equation, we find

∇ ~˙ = 1 ρ̇,
~ ·E (16)
0
while the divergence of the second equation is

~ · (∇
∇ ~ = 1∇
~ × B) ~˙ + µ0 ∇
~ ·E ~ · ~. (17)
c 2

~ · (∇
Note that ∇ ~ × B)
~ = 0, and hence the second equation becomes

∇ ~˙ = −c2 µ0 ∇
~ ·E ~ · ~. (18)
Comparing Eqs. (16,18), we find that the Maxwell’s equations are consistent
only if
~ · ~.
ρ̇ = −c2 µ0 0 ∇ (19)
Of course, c2 = 1/(µ0 0 ) and this is nothing but the continuity equation. The
conserved quantity is the total electric charge,
Z
Q= dV ρ. (20)
V

3
The continuity equation can be written in a manifestly Lorentz-invariant
fashion. The charge density and the current form a four-vector

j µ = (cρ, ~), (21)

~ the continuity
and together with xµ = (ct, ~x) and hence ∂µ = ( 1c ∂t , ∇),
equation becomes
∂µ j µ = 0. (22)

2.5 General Relativity


Einstein’s equation is
1 GN
Rµν − g µν R = 8π 4 T µν , (23)
2 c
where Rµν is the Ricci curvature tensor, g µν the metric tensor, and R =
gµν Rµν the Ricci scalar curvature. The right-handed side of the equation is
the source for the gravitational field T µν , the energy-momentum tensor.
Similarly to the Maxwell’s equations, the Einstein’s equation is consistent
only if the energy-momentum tensor is conserved,

∇µ T µν = 0, (24)

where ∇µ is the covariant derivative, a generalization of the divergence to


curved spacetime.

2.6 Quantum Mechanics


In quantum mechanics, ρ = ψ ∗ ψ is the probability density, namely the prob-
ability to find the particle in a given spatial volume element. The particle is
supposed to be somewhere in the whole space, and hence the total probability
Z
P = dV ρ = 1 (25)

is 100%. If this is the case at a given moment, it should stay that way for
the rest of the evolution; it is supposed to be somewhere in the whole space
anytime. What it means is that the total probability is conserved, and hence
∂P/∂t = 0. Another equivalent statement is that, once the wave function is

4
normalized, it stays normalized forever. This is a consequence of the unitarity
of the time-evolution operator,
  
hψ, t|ψ, ti = hψ, 0|e+iHt/h̄ e−iHt/h̄ |ψ, 0i = hψ, 0|ψ, 0i. (26)

It sounds funny to say that the probability is conserved, but it has to be.
Correspondingly, there must be a probability current. What we are looking
for is the current ~ that satisfies the continuity equation Eq. (1) with ρ = ψ ∗ ψ.
In the case of a free particle, together with the Schrödinger equation,

∂ h̄2
ih̄ ψ=− ∆ψ, (27)
∂t 2m
we find !
∂ ∗ ih̄ ih̄ ~ · ~.
ψ ψ = ψ∗ ∆ψ − ∆ψ ∗ ψ = −∇ (28)
∂t 2m 2m
By inspection, we find
!
∗h̄ ~ h̄ ~ ∗
~ = ψ ∇ψ − ∇ψ ψ. (29)
2mi 2mi

For the plane wave ψ = ei~p·~x/h̄ /(2πh̄)3/2 , we find

1 p~ p~
~ = 3
=ρ . (30)
(2πh̄) m m

One important caveat is that this form of the probability current may
not be true depending on the form of the Hamiltonian, e.g., the presence of
the vector potential, if the wave function has more than one particles, etc.
The explicit form needs to be determined knowing what the system is.

You might also like