Superradiance 

A short note 

1. Neoclassical

As explained in Über die spontane Emission von Photonen, the emission of a photon, i.e. the transition of a single atom from a higher to a lower energy level, can be described by the logistic equation:

The change in the ground state ρgg is proportional to the square of the dipole moment ρgg(1-ρgg) (= radiated power). 

If one puts this physical fact in the foreground and does not specify an "exponential decay" as the solution, one obtains the differential equation with the constant of proportionality k:

diff(rho[gg](t), t) = `*`(k, `*`(rho[gg], `*`(`+`(1, `-`(rho[gg]))))) 

 

also known as the logistic differential equation with the "standard" solutiongg(0)=1/2): 

 

 =  

also known as a logistic function, or cumulative logistic distribution (or Fermi-Dirac distribution - mirrored on the vertical axis). 

 

With the derivation (= power radiated by the dipole):

 

     = =  =         

      

Ground state ρgg (red) and derivative of ρgg with respect to time (green):

 

Plot_2d 

Unfortunately, individual atoms and their states and transitions are not easy to observe. How about a "macroscopic atom", i.e. a "suitable collection of N identical atoms"?
Then one would - purely theoretically - only have to replace the 1 by N in the above equation for
ρgg. The logistic equation is then

> DG := diff(y(t), t) = `+`(`-`(`*`(k, `*`(y(t), `*`(`+`(N, `-`(y(t)))))))); -1; DG
 

Typesetting:-mprintslash([diff(y(t), t) = `+`(`-`(`*`(k, `*`(y(t), `*`(`+`(N, `-`(y(t))))))))], [diff(y(t), t) = `+`(`-`(`*`(k, `*`(y(t), `*`(`+`(N, `-`(y(t))))))))]) (1)
 

For comparison with the quantum-optical description (see below), the designations (and the sign) were adapted to the notation by Mandel and Wolf [MaWo]. This DE has the general solution

> dsolve(DG);
 

y(t) = `/`(`*`(N), `*`(`+`(1, `*`(exp(`*`(k, `*`(N, `*`(t)))), `*`(_C1, `*`(N)))))) (2)
 

or with t0 as time shift

> logsolt0 := simplify(subs(_C1 = `/`(`*`(exp(`+`(`-`(`*`(k, `*`(N, `*`(t0))))))), `*`(N)), rhs(y(t) = `/`(`*`(N), `*`(`+`(1, `*`(exp(`*`(k, `*`(N, `*`(t)))), `*`(_C1, `*`(N))))))))); -1; y(t) = logsolt...
 

y(t) = `/`(`*`(N), `*`(`+`(1, exp(`*`(k, `*`(N, `*`(`+`(t, `-`(t0))))))))) (3)
 

which can also be written as a tanh function

> `/`(`*`(N), `*`(`+`(1, exp(`*`(k, `*`(N, `*`(`+`(t, `-`(t0))))))))) = `+`(`*`(`/`(1, 2), `*`(N, `*`(`+`(1, `-`(tanh(`+`(`*`(`/`(1, 2), `*`(k, `*`(N, `*`(`+`(t, `-`(t0)))))))))))))); -1

Compared to the standardized solution, not only does the amplitude change, but also the proportionality constant in the exponent by a factor of N. The radiated power then is

Typesetting:-mprintslash([strahlung := `+`(`-`(`/`(`*`(`^`(N, 2), `*`(k, `*`(exp(`*`(k, `*`(N, `*`(`+`(t, `-`(t0))))))))), `*`(`^`(`+`(1, exp(`*`(k, `*`(N, `*`(`+`(t, `-`(t0))))))), 2)))))], [`+`(`-`(... (4)

Here is an illustration for k=0.5, t0=2 and N=2,5,10 (red: state, blue: radiation):

Plot_2d
 

From this "neoclassical" treatment alone, it follows that the radiated power increases with N2, which is considered a characteristic of superradiance.

 

2. Quantum optical description

In "Optical Coherence and Quantum Optics", L. Mandel and E. Wolf, S. 844 (16.6-14) [MaWo] one finds the differential equation

> DGM := diff(y(t), t) = `+`(`-`(`*`(A, `*`(N, `*`(y(t), `*`(`+`(1, `-`(`*`(`+`(1, `-`(`/`(1, `*`(N)))), `*`(y(t)))))))))));
 

Typesetting:-mprintslash([DGM := diff(y(t), t) = `+`(`-`(`*`(A, `*`(N, `*`(y(t), `*`(`+`(1, `-`(`*`(`+`(1, `-`(`/`(1, `*`(N)))), `*`(y(t)))))))))))], [diff(y(t), t) = `+`(`-`(`*`(A, `*`(N, `*`(y(t), `... (8)
 

where y(t) = |c2(t)|2 is the excited state density, N is the number of atoms and A is the "Einstein coefficient". This DE has the general solution

> dsolve(DGM);
 

y(t) = `/`(`*`(N), `*`(`+`(`-`(1), `*`(exp(`*`(A, `*`(N, `*`(t)))), `*`(_C1, `*`(N))), N))) (9)
 

However, this means that the density of the excited state is greater than 1 for negative times 

> `assuming`([limit(y(t) = `/`(`*`(N), `*`(`+`(`-`(1), `*`(exp(`*`(A, `*`(N, `*`(t)))), `*`(_C1, `*`(N))), N))), t = `+`(`-`(infinity)))], [`>`(N, 0), `>`(A, 0), `>`(_C1, 0)]);
 

limit(y(t), t = `+`(`-`(infinity))) = `/`(`*`(N), `*`(`+`(N, `-`(1)))) (10)
 

and infinite for a single atom. But that can be remedied if, like [MaWo], you only look at positive times and set the density at time 0 to 1:

> sol1 := dsolve({DGM, y(0) = 1});
 

Typesetting:-mprintslash([sol1 := y(t) = `/`(`*`(N), `*`(`+`(`-`(1), N, exp(`*`(A, `*`(N, `*`(t)))))))], [y(t) = `/`(`*`(N), `*`(`+`(`-`(1), N, exp(`*`(A, `*`(N, `*`(t)))))))]) (11)
 

The solution curves for N=1..10 look like this

Plot_2d

 

3. Comparison neoclassic - quantum optics

The above quantum-optical solution (11) refers to one atom. To compare it with the neoclassical solution, it has to be multiplied by the number N of atoms:

Typesetting:-mprintslash([Mandel := proc (A, N) options operator, arrow; `/`(`*`(`^`(N, 2)), `*`(`+`(`-`(1), N, exp(`*`(N, `*`(A, `*`(t))))))) end proc], [proc (A, N) options operator, arrow; `/`(`*`(... (13)

With

Typesetting:-mprintslash([neoklass := proc (A, N) options operator, arrow; `+`(`*`(`/`(1, 2), `*`(N, `*`(`+`(1, `-`(tanh(`+`(`*`(`/`(1, 2), `*`(N, `*`(A, `*`(`+`(t, `-`(`/`(`*`(ln(`+`(N, 1))), `*`(N, ... (14)
 

one then gets (red: "quantum optical", blue: "neoclassical")

> display(seq(plot([Mandel(.5, N), neoklass(.5, N)], t = -2 .. 4), N = [1, 2, 5, 10, 20]));

Plot_2d Plot_2d

The figure on the right makes the behavior of the solutions for t<0 particularly clear.

That is, a single atom "decays" exponentially, but as soon as just a second atom is added, both "decay" logistically. This is of course due to the approach taken. The state of the "N-atom system" is set as a product state of superposition states ([MaWo] p. 841)

with identical time-dependent amplitudes c for all atoms, resulting in "cooperative atomic radiation" [MaWo]. The condition for this is a "suitable accumulation" (see above), i.e. the extent of the accumulation of atoms must be significantly smaller than the wavelength of the radiation, which is of course coherent when all atoms oscillate in phase.

One forms with the "ladder operators" b ([MaWo] p. 744, (15.2-14)): 

the expectation value ([MaWo] S.842, (16.6-10))

what means (with b+b = |2><2|), that for m=n (i.e. in a single atom) paradoxically no transitions take place.

It remains to be mentioned that in [MaWo] on pages 845-847 for N ≫ 1 an approximate solution is worked out that is identical to the neoclassical result.

© März 2022, Dr. Michael Komma (VGWORT)

Literatur:  [MaWo] Optical Coherence and Quantum Optics, L.Mandel and E.Wolf (Cambridge University Press 1995, reprinted 2008).

Links:  Spontane Emission | Kaskade | Photogalerie | Photonenemission | Weisskopf-Wigner | Ensemble-Individuum | Minev Quantum Jump

Moderne Physik mit Maple

HOME | Fächer | Physik | Elektrizität | Optik | Atomphysik | Quantenphysik | Top