As a first step, we solve single frequency matter perturbation
Using the relation between \(\eta\) and \(\delta\lambda\), we solve out \(\eta\).
where we have chosen \(\eta(0)=-\frac{\cos 2\theta_m}{2}\frac{A}{k}\cos\phi\).
The problem is to solve the equation of motion
We also define
so that the equation of motion becomes
Obviously, the exponential terms is too complicate. On the other hand, this equation of motion reminds us of the Rabi oscillation. So we decide to rewrite the exponential into some plane wave terms using Jacobi-Anger expansion. (Refs & Notes: Patton et al)
Jacobi-Anger Expansion
One of the forms of Jacobi-Anger expansion is
We define \(z_k = \frac{A}{k} \cos 2\theta_m\), with which we expand the term
where I used \(J_n(-z_k) = (-1)^n J_n(z_k)\) for integer \(n\).
The expansion is plugged into the Hamiltonian elements,
where I have used
Here comes the approximation. The most important oscillation we need is the one with largest period, which indicates the phase to be almost zero,
The two such conditions for the two summations are
We define \(\mathrm{Int}\left( \frac{\omega_m}{k} \right) = n_0\),
The element of Hamiltonian is written as
To save keystrokes, we define
which depends on \(n_0\) and \(z_k = \frac{A}{k} \cos 2\theta_m\). Notice that
Thus the 12 element of the Hamiltonian is rewritten as
Solving Using Mathematica
The Mathematica code:
In[1]:= sys = I D[{phi1[x], phi2[x]}, x] == {{0, (g0R + I g0I) Exp[ I (-omegam + n0 k) x]}, {(g0R - I g0I) Exp[-I (-omegam + n0 k) x], 0}}.{phi1[x], phi2[x]}
In[2]:= DSolve[sys, {phi1, phi2}, x]// FullSimplify
Out[3]:= {{phi1 -> Function[{x},
E^(1/2 I (k n0 + I Sqrt[-4 (g0I^2 + g0R^2) - (k n0 - omegam)^2] - omegam) x) C[1]
+ E^(1/2 (Sqrt[-4 (g0I^2 + g0R^2) - (k n0 - omegam)^2] + I (k n0 - omegam)) x) C[2]],
phi2 -> Function[{x}, (1/(2 (g0I - I g0R)))
I E^(-I (k n0 - omegam) x +
1/2 I (k n0 + I Sqrt[-4 (g0I^2 + g0R^2) - (k n0 - omegam)^2] - omegam) x)
(k n0 + I Sqrt[-4 (g0I^2 + g0R^2) - (k n0 - omegam)^2] - omegam) C[1]
+ (1/(2 (g0I - I g0R))) E^(1/2 (Sqrt[-4 (g0I^2 + g0R^2) - (k n0 - omegam)^2]
+ I (k n0 - omegam)) x - I (k n0 - omegam) x) (Sqrt[-4 (g0I^2 + g0R^2) - (k n0 - omegam)^2]
+ I (k n0 - omegam)) C[2]]}}
The general solution to the equation of motion is
For simplicity, we define
To determine the constants, we need intial condition,
which leads to
using equation wavefunction in background matter basis.
Plug in the initial condition for the wave function,
The constants are solved out
where \(F\) is defined in (1.13) and \(l\) and \(g\) are defined in (1.15).
The second element of wave function becomes
The transition probability becomes
where \(q\) is the oscillation wavenumber. Period of this oscillation is given by \(T = \frac{2\pi}{q}\).
Compare The Result with Kneller et al
Kneller et al have a transition probability
where \(\color{red}q_n^2 = k_n^2 + \kappa_n^2\) and \(\color{red}2k_n = \tilde{\delta k}_{12} + n k_\star\).
In my notation, \(k\) is the same as their \(\color{red}k_\star\). After the first step of translation, we have \(g = \color{red} 2 k_n\).
The definition of \(\color{red}\kappa_n\) is given by
in Kneller’s notation and
So we conclude that my \(\lvert F \rvert ^2\) is related to Kneller’s \(\lvert \kappa_n \rvert^2\) through
We also have
i.e., \({\color{red}q_n} = \frac{ q }{2}\).
Now we see the method we have used gives exactly the same transition probability as Kneller’s.
To make the numerical calculations easier, we rewrite the result by defining the scaled variables
so that \(n_0 = \mathrm{Round}\left( 1/\hat k\right)\), \(z_k=\frac{\hat A}{\hat k} \cos 2 \theta_m\) and
There are several question to answer before we can understand the picture of the math.
What does each term mean in the Hamiltonian?
What exactly is the unitary transformation we used to rotate the wave function?
What is the physical meaning of Jacobi-Anger expansion in our calculation?
To answer the first question, we need to write down the solution to Schrodinger equation assuming the Hamiltonian has only one term. The results are listed below.
Hamiltonian |
Solution to The First Element of Wave Function |
---|---|
\[-\frac{\omega_m}{2}\sigma_3\]
|
\[\psi_1 \sim e^{i\omega_m x/2}\]
|
\[\frac{\delta\lambda}{2}\cos 2\theta_m \sigma_3\]
|
\[\psi_1 \sim e^{i\frac{A\cos 2\theta_m}{2k}\cos(kx+\phi)}\]
|
\[\frac{\delta\lambda}{2}\cos 2\theta_m \sigma_3\]
|
\[\psi_1 = C_1 e^{i\frac{A\sin 2\theta_m}{2k}\cos(kx+\phi)} + C_2 e^{-i\frac{A\sin 2\theta_m}{2k}\cos(kx+\phi)}\]
|
The unitary transformation used is to move our reference frame to a co-rotating one. \(-\frac{\omega_m}{2}\sigma_3\) is indeed causing the wave function to rotate and removing this term using a transformation means we are co-rotating with it. \(\frac{\delta\lambda}{2}\cos 2\theta_m \sigma_3\) causes a more complicated rotation however it is still a rotation.
As for Jacobi-Anger expansion, it expands an oscillating matter profile to infinite constant matter potentials. To see it more clearly, we assume that \(\delta\lambda= \lambda_c\) is constant. After the unitary transformation, the effective Hamiltonian is
where \(\eta(x) = -\frac{\omega_m}{2}x + \frac{\cos 2\theta_m}{2}\lambda_c x\) and we have chosen \(\eta(0)=0\).
The 12 element of the Hamiltonian becomes
The significance of it is to show that a constant matter profile will result in a simple exponential term. However, as we move on to periodic matter profile, we have a Hamiltonian element of the form
as derived in equation (1.10). To compare with the constant matter case, we make a table of relevant terms in Hamiltonian.
Constant Matter Profile \(\delta\lambda = \lambda_c\) |
Period Matter Profile \(\delta\lambda=A\sin (kx+\phi)\) |
---|---|
\[\frac{\sin 2\theta_m}{2}\lambda_c e^{i \cos 2\theta_m \lambda_c x}\]
|
\[\frac{A\sin 2\theta_m}{4} \sum_{n=-\infty}^{\infty} e^{in\phi} \left( - i^n \right) \frac{2n+1}{z_k} J_n (z_k) e^{i(nk-\omega_m)x}\]
|
The periodic profile comes into the exponential. Jacobi-Anger expansion (equation (1.11)) expands the periodic matter profile into infinite constant matter profiles. By comparing the two cases, we conclude that \(\cos 2\theta_m\lambda_c\) corresponds to \(nk\).
The RWA approximation we used to drop fast oscillatory terms in the summation is to find the most relevant constant matter profile per se.
The big question is which constant matter profiles are the most important ones? Mathematically, we require the phase to be almost zero, i.e. equation (1.12) or
where \(n_0=\mathrm{Round}\left( \frac{\omega_m}{k} \right)\).
What is the meaning of this condition in this new basis? If we define a effective matter density out of the Jacobi-Anger expanded series, we should define it to be
Then we can rewrite the RWA requirement as
A Reminder of MSW Resonance
The MSW Hamiltonian in flavor basis is
where the MSW resonance happens when all the \(\sigma_3\) terms cancel eath other, i.e.,
Questions
There are several questions to be answered.
How good is the RWA approximation? What are the conditions?
What can we use for other calculations?
Multiple matter frequency?
Now we check the Hamiltonian again to see if we could locate some physics. In the newly defined basis and using scaled quantities
where
and
It becomes much more clearer if we plug \(\hat h\) back into Hamiltonian. What we find is that
With some effort, we find that the solution to the second amplitude of the wave function is
where
At this stage, it is quite obvious that our system is a composite Rabi oscilation system. For each specific \(n\) term we write down the hopping probability from light state to the heavy state,
where
Scaled Quantities
As a reminder, the scaled quantities are defined as
Just a comment. \(B_n\) is used here because I actually want to use it for multi-frequency case and I just think \(B_n\) is better than \(F\).
Rabi Oscillations
The form of Hamiltonian reminds of us Rabi oscillations, whose Hamiltonian is
where \(\omega_0\) is the energy gap between the two energy levels and \(\omega\) is the frequency of the incoming light. To be more specific, we explain this phenomenon using two level systems.
The system is prepared in low energy state. When the incoming light frequency matches the energy gap between two states, we have a resonance. Otherwise, we still have the transition from low energy state to high energy state but with a smaller transition amplitude.
What we really mean by resonance is that the transition amplitude is maximized. Or the phase inside the off-diagonal element of Hamiltonian is minimized.
What’s more, we explore the transition amplitude as a function of differen incoming light frequencies.
To look at the resonances I define a Mathematica function to calculate the FWHM.
Find FWHM Using Mathematica
The Mathematica code:
fwhm[n_] := First@Differences[k /. {ToRules@Reduce[amplitude[k, 0.1, Pi/5, n] == 0.5 &&k > (1 - 0.5/Exp[n]/n^2)/n && k < (1 + 0.5/Exp[n]/n^2)/n, k]}]
How do we understand the resonance? Resonance width of each order of resonance (each n) should be calculated analytically.
Lorentzian Distribution
Three-parameter Lorentzian function is
which has a width \(2\gamma\).
To find the exact width is hopeless since we need to inverse Bessel functions. Nonethless, we can assume that the resonance is very narrow so that \(\left\lvert F \right\rvert^2\) doesn’t change a lot. With the assumption, the FWHM is found be setting the amplitude to half, which is
To verify this result, we compare it with the width found numerically from the exact amplitude.
Given this result, and equation (1.14), we infer that the coefficient in front of the phase term of 12 element in Hamiltonian is related to the width, while the the deviation from the exact resonance is given by \(\hat g=n_0 \hat k - 1\).
Guessing The Width
Given a Hamiltonian 12 element here
the width of the resonance is
A Special Property of Bessel Function
A special relation of Bessel function is that [Ploumistakis2009]
for large \(n\). As a matter of fact, for all positive \(\alpha\), we always have \(\tanh \alpha - \alpha < 0\).
Using this relation and defining \(\sech \alpha = A \cos 2\theta_m\), which renders
where the Mathematica code to solve it is shown below,
In[1]:= Solve[Exp[z] + Exp[-z] == 2/(A Cos[2 Subscript[[Theta], m]]), z] // FullSimplify
we find out an more human readabale analytical expression for the width
where \(\alpha\) is solved out in (1.18).
For small \(\alpha\), we have expansions for exponentials and hyperbolic functions \(\tanh \alpha \sim \alpha - \frac{\alpha^3}{3}\),
However, it doesn’t really help that much since \(n\) is large and no expansion could be done except for significantly small \(\alpha\).
Ploumistakis, S.D. Moustaizis, I. Tsohantjis, Towards laser based improved experimental schemes for multiphoton pair production from vacuum, Physics Letters A, Volume 373, Issue 32, 3 August 2009, Pages 2897-2900, ISSN 0375-9601, http://dx.doi.org/10.1016/j.physleta.2009.06.015.
(http://www.sciencedirect.com/science/article/pii/S0375960109007166) Keywords: Pair production; Multiphoton processes; High intensity lasers
© 2021, Lei Ma | Created with Sphinx and . | On GitHub | Physics Notebook Statistical Mechanics Notebook Index | Page Source