Quantum mechanics/Casimir effect in one dimension

From Wikiversity
Jump to navigation Jump to search
Abstract
The Casimir effect is interesting because it introduces the concept of Ramanujan summation of the divergent series, 1+2+3+4+..., and because it offers experimental evidence that empty space is not truly empty. Every step in this derivation of the Casimir effect uses straight-forward and familiar mathematics. Furthermore, the regularization of the divergent series can be justified using physical arguments. This article is intended for the undergraduate physics major and is restricted to one dimension.

This Youtube video[1] piqued my interest because a highly educated speaker is claiming that the sum of all positive integers equals -1/12. He "proves" it using dubious math, but also showed an excerpt from a textbook on string theory that contained the equation Σ n = -1/12. He also asserts that we have experimental evidence that this equation is true. This discussion of the Casimir effect casts a more realistic light[2] on the value of Σ n = -1/12.

How much electromagnetic energy is stored in an empty conducting box at (absolute) zero temperature?[edit | edit source]

A simple quantum field theory yields this expression for the energy of almost any linear wave:[3]

,

corresponds to the "number of photons" associated with a given normal mode. At a sufficiently low temperature, we may take as a reasonable approximation and focus entirely on the ground state energy. For simplicity, we shall also adopt units where . Hence, energy, E, wavenumber, k = 2π/λ, and angular frequency, ω, all have the same units. Taking two polarizations for each normal mode of standing waves in a box with spatial dimensions , the three-dimensional sum over all possible wavenumbers yields,

To keep the mathematics simple, we consider the artificial one-dimensional "box" of length , and instead, consider this sum:

Exponential regularization[edit | edit source]

Our first task is to regularize this divergent series by replacing it with something more manageable. Each integer represents a successively larger wavenumber. It is reasonable to assume that this summation ceases to be valid above some threshold energy. For example, metal ceases to be a good conductor at high frequency due to the skin effect. In cosmology, the energy/mass equivalence seems to imply an infinite source of gravity. Exponential regularization is one of many ways to model this cutoff above some threshold frequency. Loosely speaking, Σn=Σne−αn in the limit that α vanishes, but the regularized sum in not an analytic function of α at α = 0.

where the last step defined u=e−α and used the well-known result for ,.

Using the quotient rule to evaluate the derivative, we obtain[4]:

Consider the following Taylor expansion around α = 0:

Use this approximation to take the square of the inverse:

click to see higher order terms

Higher order terms can be shown to involve Bernoulli numbers [5]

optional:using MATLAB to calculate the higher order terms[edit | edit source]

click to view

The code that follows Taylor expands the inverse of sinh(x/2) and then Taylor expands the inverse of the Taylor expansion. This proved simpler than sorting out w:L'Hôpital's_rule on a fraction in which both the numerator and denominator vanish in the limit of interest.

For a MATLAB investigation of another type of exponential regularization, see MATLAB/Divergent series investigations

% This MatLab code Taylor expands the S function.
clear all; clc; close all;%Start all codes with these 3 statements.
syms x  Establishes x as a symbol
f=@(x) x^2/(sinh(x/2))^2;
ftay=taylor(f(x),'Order',3);  %Supresses the fourth order term for printout
S = ftay/4/x^2;
fprintf('Keeping only the first two terms,\n 1+2+3+...= %s \n',char(S))
% Now do the high order terms
ftay=taylor(f(x), 'Order', 11);
S = ftay/4/x^2;  %prints out S to higher order
fprintf('Keeping many terms,\n 1+2+3+...= %s \n',char(S));
fprintf('Using the function pretty yields \n');
pretty(S)

Output:

     10        8       6      4    2
    x         x       x      x    x
  ------- - ------ + ---- - --- + -- - 1
  5322240   172800   6048   240   12
- --------------------------------------
                     2
                    x

Interpretation[edit | edit source]

Loosely speaking, the wave energy, E, and length of our one dimensional box, a, are related by[6],

We shall soon see that the infinity is exactly cancelled out by the ground-state energy density that exists outside the two plates, in a region of space we shall call the "universe". Then we shall argue that regularization is not a mysterious mathematical trick, but a physically realistic model that represents the fact that metal is not a good conductor at sufficiently high frequency. Moreover, no harm was done by assuming exponential regulation, since any sufficiently smooth high-frequency cutoff yields the same result.

In order to assign a physical meaning to , define a critical mode number associated with the high energy/frequency cutoff:

The contribution of each mode to total energy begins to fall by a factor of e at this wavenumber:

from which we conclude that . The total energy in our one-dimensional box is:

Casimir effect in one dimension. The parallel plates are separated by length, a, and the large segment of length b represents the rest of the "universe".

The Casimir force is caused by the change in total energy when the length, a, changes. Let our universe consist of a very large box of length, L, as shown in the figure. Ground state photon modes exist in two boxes, one of length, a, and the other of length b = L − a. The total energy is U = Ea+Eb

The large term plays no role in calculating the force because it is constant (since a + b = L). The small term may be neglected because b >> a. Also, it should be noted that the force, F = −∂U/∂x is larger in this artificial one-dimensional model than it would be for actual parallel plates in three dimensions.

The Casimir effect holds for any sufficiently gentle regularization function[edit | edit source]

The choice of an exponential regularization function might seem arbitrary to some readers. Here we show that the same result is obtained for any sufficiently gentle regularization of the infinite series, 1+2+3+4+....

The trapezoidal rule is equivalent to a centered Riemann sum that either overestimates or underestimates the integral (depending on the sign of the second derivative).

The first step is to convince yourself that,

,

where we have subdivided the integral as a Riemann sum with intervals of length h.

click for plausibility argument

The aforementioned equation represents the first two terms of the Euler–Maclaurin formula, which is hard to prove:

.

To justify the first two terms of the Euler–Maclaurin formula we shall derive the trapezoidal rule in a way that estimates a first-order correction term:

We accomplish this by breaking the integral into integrals over many small segments:

where we have adopted the notation:

The factor of ½ arises from the fact that the integrals overlap so that each point in [a,b] is covered by two of the integrals. Except for the first and last integrals, each spans a length of 2h, or the range of three points along the real axis, .

Each integral is accomplished by by replacing the function by a parabola that is generated by the Taylor expansion,

The first term yields the trapezoidal rule, the second term vanishes, and the third term can be summed to yield an expression that is related to the first derivatives at the two end-points via the approximation,

Where N is the number of points in the interval of integration, from to . Here, initially, so that . Then above some arbitrary large mode number, must gradually level off and approach a situation where . In this equation, the integral (LHS[7]) represents the continuum of states in the "universe" (outside the plates), and the sum (RHS) represents the spectrum of standing waves between the plates. The first, correction term, , represents the fact that in a regularized version of the theory, the sum must be slightly smaller than the integral. This line of reasoning suggests that it is the concave down nature of the regularization that explains why the plates are attracted.

Unsolved mystery?   The question of why adopting the asymmetric boundary conditions[8] causes the plates to attract must remain as an unsolved mystery.

Regularization is not an artificial "trick"[edit | edit source]

This is an eigenstate of a classical wave. At higher frequencies the leakage between the plates is greater, and this effect offers physical justification for regularization of the divergent series.

The quantum field theory used to develop this model is based on the classical wave equation. This classical wave equation can also be used to model finite resistivity of the wave equation, and can also be quantized, provided the wave equation is not dissipative. (Quantum theories are largely incompatible with friction or any other dissipative effect.) All that is necessary to achieve second quantization is to express the wave Hamiltonian in terms of eigenstates of the classical wave equation.

To better model the Casimir effect, one might assume that an inductive impedance dominates at high frequencies. It seems to me[9] that this would cause the low frequency eigenstates to be segregated by the plates, but cause the high frequency eigenstates to occupy both sides of the plate. This would gradually reduce the difference in energy density between the two spatial regions, causing a careful calculation to yield a regularized version of the infinite series 1+2+3+4+.... The previous section showed that the result does not depend on the nature of this regularization, provided the transition from confined (e.g. radio waves) to unconfined waves (e.g. X-rays) is sufficiently gradual.

It does not seem that exponential regularization of the series, 1+2+3+4+..., is an artificial trick. In fact, it informs us that the mechanism that causes the Casimir effect is that at sufficiently high frequencies, the ground-state electromagnetic energy levels are not restricted to the region between the plates. This creates a frequency range in which the waves begin to "leak" or "tunnel" between two locations (i.e. between the plates and outside them). Regularization informs us that if we know the high-frequency cut-off for confinement of standing waves by the plates, then we will know what frequencies are largely responsible for the Casimir effect. This transition regime consists of frequencies for which the penetration through the metal plates is considerable but not so large that the plates are essentially transparent.

Regularization illustrated with only 7 terms[edit | edit source]

The figure to the right suggests that the approximate formula for one-dimensional Casimir effect is reasonably accurate when the regularization limits the number of modes to as few as seven. To limit the contributions to only seven modes, the exponential decaying regularization, e−αn, was replaced by

where

permits us to terminate the series at . In Fig. a, the shaded area illustrates the sum,

.

The area under the green curve in Fig. a represent the integral,

In Fig. b the curve is replaced by straight-line segments, creating a collection of trapezoids whose total area exactly equals the area shaded in Fig. a. These straignt-line segments are barely distinguishable from the smooth curve in Fig. b, with red showing the areas of negative curvature where the segments lie beneath the curve, and blue showing where the segments lie above the curve because the curve as positive curvature. These red and blue areas were created using the fill feature of Inkscape and are only approximately correct. The grey square represents an area of 1 unit, and the gray rectangle has an area of 1/12. The net area of the four red shapes (minus the one blue shape) can be seen to be approximately 1/12.

This is one of four Wikiversity resources on divergent series[edit | edit source]

Other references[edit | edit source]

  1. the video had 2.5 million hits as of November 2014
  2. pun intended
  3. The only requirement is that the wave energy be proportional to the square of the wave amplitude integrated over all space. Also, for simplicity I assumed a scalar wave, although the same expression also holds for an EM wave.
  4. Bordag, Michael, Umar Mohideen, and Vladimir M. Mostepanenko. "New developments in the Casimir effect." Physics reports 353.1 (2001): 1-205 (see Equation 2.12 on page 12) http://arxiv.org/abs/quant-ph/0106045 and http://cecelia.physics.indiana.edu/journal/casimir_review.pdf See the same equation as Eq. 2.14 on page 19 of http://books.google.com/books?id=CqE1f_s5PgYC&pg=PA33#v=onepage&q&f=false
  5. http://mathworld.wolfram.com/BernoulliNumber.html
  6. Here we have reinserted the factor ħc convert the energy to conventional units.
  7. Left-hand side
  8. It seems to me that regularization always a produces concave down summation of confined normal modes. But see: Boyer, Timothy H. "Casimir forces and boundary conditions in one dimension: Attraction, repulsion, Planck spectrum, and entropy." American Journal of Physics 71.10 (2003): 990-998. http://arxiv.org/pdf/quant-ph/0211109v1.pdf
  9. I can't find the Wikiversity template that requests verification of an unsourced claim.