Second Order Perturbation Theory
21. Second Order Perturbation Theory#
Name:
Total Points: –/– pts
### UNCOMMENT AND RUN THIS CELL IF USING GOOGLE COLAB
# !pip install ipympl -q
# from google.colab import output
# output.enable_custom_widget_manager()
In the last notebook we derived the transition amplitude for a two level atom, obtaining \(a_1^{(1)}\) for the excited state of:
In this notebook, we extend the analysis by including an additional energy level \(a_3\). Since levels 1 and 2 both function as an excited state in first order, we can write down the first order population in level 2 in the same way:
We can now plug these amplitudes in to find the second order corrections according to
which gives us
and we can find \(a_2^{(2)}\) by exchanging indices 1 and 2.
To make the connection to second harmonic generation and other 2nd order nonlinear processes, we need to find the resulting polarization. This is
The resultig polarization for second harmonic generation along direction \(i\) is
The main takeaway here is that the polarization is the sum of products of the population levels multiplied by the correspodning dipole matrix element.
How do we interpret this result? Let’s take a look again at the first-order result for some help:
meaning that the linear susceptibility is
We can see from the figure that only the first term contributes substantially, since it represents photon transitions that are much closer to resonances. We can similarly represent nonlinear processes as sums of dominant processes which are close to resonance. We will take this up in the next notebook.