Skip to content

Vibrations

Spring into action

Introduction

We can consider our journey thus far a preparation: we have seen how quantum mechanics forced its way into statistical mechanics with much success, but also started a discussion of using quantum mechanics to describe complex systems, rather than just applying a finishing touch of quantum to a classical system. Beginning here, we are going to set out to conquer solid-stead state systems from a quantum standpoint; if someone ever asks:

have you studied solid-state physics?

it is the content in this, and the following sections, about which they are asking. The concepts are core to understanding basically everything we do from here on out, so strap in and let's get into it!

Expected competencies

It is assumed that you have familiarity with the following concepts/techniques:

  • Quantum mechanics:
  • Mechanics: Normal modes of an oscillator
  • Mathematics: Series expansions of functions (Maclaurin/Taylor series)

Text reference

The material covered here is discussed in section(s) of The Oxford Solid State Basics

Computational content

The Jupyter notebook associated with this section can be accessed by clicking the icon below:

A program used to visualise oscillations in one dimension (chainplot as written by Mike Glazer) can be downloaded here


Material properties from the interatomic potential

In the previous section, we looked at the energy eigenstates of neighbouring atoms which were sufficiently close to display bonding behaviour. The energy eigenstates and had energies as a function of atomic separation as shown below:

Such a model is a good start, but it is unphysical as the bonding energy does continue to decrease with decreasing interatomic distance, rather, it reaches some minimum value before it starts to increase as the nuclei begin to repel. The exact nature of this repulsion is not so important, but it its existence is extremely important. A more realistic form of the energy for the bonding state is shown below, which includes a repulsion term when the atoms are sufficiently close:

The physics in which we are interested, that is, solids, necessitates that we are interested in the regime where bonding occurs, so we are going to be most interested in the region of the energy minimum.

To begin, let us consider two atoms that are in equilibrium and at the bottom of the potential well as shown in the image above. We are going to denote the spacing which corresponds to this minimum , the equilibrium separation. As the potential is nicely behaved in this region (and indeed everywhere else!), we can then express the potential

we have deliberately excluded term linear in , as its inclusion would remove the minimum! In the usual way, we are only going to consider small displacements around and then throw all terms other than the constant and the quadratic in the bin, greatly simplifying our life.

3.1.1 With a potential of the form , what will be the motion of an atom in the potential?

Compressibility

With our potential approximated as a quadratic, let us consider what happens when we compress or stretch the system. Consider a material with length ; if the equilibrium distance between atoms is , then there are atoms in the material. Now lets change the material to length , which will lead to a change in the interatomic distance of . With only small changes in we can then write

This is a description of the compressibility (or elasticity) of a solid, and from a mechanics, the compressibility 1 is usually defined through the relation

for a three dimensional system. In the one dimensional case, this simplifies to

where we have introduced , the symbol used to denote the distance between identical particles, which in this case is our equilibrium interatomic spacing

Sound velocity

The compressibility allows us to calculate the speed of sound by using the usual relation between the speed and the density , and the bulk modulus :

and because in one-dimension (in 1D), we can predict that

Let us put a pin in this result, as we are about to construct a detailed microscopic model for a solid which will allow for calculation of , it will be useful to compare the results.

Vibrations in one dimension

To emphasize the similarities and the differences between electrons and phonons, we will deal with both types of particles at once.

Up to this point, we have seen the Boltzmann, Einstein, and Debye models of solids, which at the core are models of vibrations in a solid. In the case of Debye, the language around this was much more explicit; however, in all cases, we were considering the motion of the constituent atoms and how ultimately, this allowed for the storage of energy. Here we are going to construct an atomic-scale model of an atomic lattice with an attempt to better understand both the successes and failures of these early models of solids

An infinite one-dimensional chain of identical atoms

We begin by considering the amalgamation of the concepts ripped from physicists' bingo, namely: a low-dimensional model, and infinite model, a model stripped of unnecessary complexity, and a model centred around a harmonic potential. But in all seriousness, the model is incredibly rich and goes a long way to understanding solids!

Consider a chain of identical atoms of mass with equilibrium spacing , connected to nearest-neighbours by springs with spring constant . Hopefully it is clear from the discussion above, that by using a spring model, we are explicitly using a Harmonic potential which we assume well-approximates the inter-atomic potential for bound systems and small oscillation amplitudes, that is, low temperature.

We define the position of the atom to be and the equilibrium position of the atom to be . We then write the displacement of an atom from its equilibrium position

The potential energy for this harmonic chain is then the sum over all harmonic potentials

from which we can write the force on atom as

which can be expressed as a -order ODE in :

With systems such as this, one is usually interested in the normal modes of the system: oscillations where all particles move with the same frequency. Given we are persuing vibrations in the systems this is a worthwhile thing in which to be interested, but moreover, there is a deep connection between normal modes of a classical system and the energy Eigenstates of the equivalent quantum system, so let's consider progress in this direction an down payment of sorts.

Given that the structure of the equation of motion is the identical no matter what value of we choose, and since these equations define the solutions, one can reason that the solutions should also be independent of the choice of . This, combined with us actively looking for wave solutions, leads us to assume solutions in the form of plane waves, with the same amplitude for each atom:

3.1.2 Assuming plain-wave solutions, show that

It is worth stopping to emphasise that we now have a non-trivial dispersion relation

which in contrast to that we have seen previously in the Debye model, , is very different.

3.1.3 What can one say about the relationship between the dispersion relationship for a 1D chain of oscillators and that of the Debye model?

The reciprocal lattice

Let's go ahead an plot the dispersion relation:

where we can see that the dispersion relationship is periodic. This is clearly evident from the functional form of the relation, but just let that idea marinate for a minute: the dispersion, that is, the relationship between the oscillation frequency and is periodic. What does that even mean?

Well in the same way that we saw periodic boundary conditions resulting an a discretisation of space in the Debye model, a more general principle is that if a system is period in real space (that is, in position space) with a periodicity , it will also be periodic in space with periodicity . Mathematically, it is clear why this happens, but what is the physical interpretation?

Let's start by taking advantage of this periodicity by considering only the "unit cell" - the periodic unit in reciprocal () space - which is called the Brillouin zone. A plot of the Brillouin zone for the dispersion curve above is shown below:

As the dispersion is periodic with period , we need only look at the Brillouin zone to understand how a material behaver for all . But how does this all work? For example, consider our oscillation modes

3.1.4 What happens to a given mode of oscillation under the transformation ?

Given the periodicity of space, we can think about the set of points which are equivalent to the point (), which is called the reciprocal lattice, in contrast to the real-space lattice . A useful observation for all points in the reciprocal lattice and points in the real-space lattice is that

BUT WHAT IS ACTUALLY GOING ON?!?!

If we think about life outside of periodic systems, for example, the propagation of light in a vacuum, one of our favourite relationships is

So what does it mean to talk about a (phase) velocity when is periodic? And what about the wavelength? We are pretty fond on the relation

but if and are equivalent, what is heck is going on?

3.1.5 What the heck is going on?

Counting normal modes

As is (hopefully) becoming a normal question to ask when we consider modes of oscillation: how many modes are there? Well let us consider a chain of masses, and once again we are going to assume periodic boundary conditions, with the same justification as last time, namely that we are interested in bulk quantities and we will make sure that we don't take look at things happening near boundaries. In a periodic system, we can consider the chain wrapped around back onto itself, such that

which enforces the relation

and subsequently restricts the possible values of :

This is exactly as we saw with the Debye model, where the imposition of periodic boundary conditions discretised reciprocal space. There we saw that points were equally spaced with a separation of , which in this case is equivalent to . Now, to count all the modes, we can simply compute the ration of the possible values of by the spacing between modes. As discussed above, we need only consider the Brillouin zone, as the modes are periodic in with a period of , therefore the number of modes is

which again, is what Debye had predicted - although he just plucked the result from the air - whereas we now have a grounding to say that there is one normal mode per mass in the system.

"Quantum vibrations"

Our discussion up to this point has been purely classical, but thanks to firm foundations, mapping our classical system onto the equivalent quantum system is not so difficult. Explicitly, classical harmonic systems - and thus normal modes - map directly onto "equivalent" quantum systems, and a normal mode of oscillation at frequency will have eigenstates with energy

This means that for a given mode with wavevector , there are multiple energy eigenstates, each separated in energy by . We can now start to think of excitations (and de-excitations) of this particular mode, a quantum of energy , which are known as phonons.

Phonons are much like photons - especially in the under the formalism of second quantisation - but obviously are not quanta of the electromagnetic field, but rather the oscillation modes of a solid. In the same way phonons can occupy the same state - i.e. they are bosons - phonons are also bosons, so we can describe the occupation of a given mode though the Bose factor . Therefore we can write an expression for the energy associated with the wavevector as

3.1.6 Use the energy to get obtain an expression for the total energy in the system in terms of an integral over

With this, we now have a well-formulated quantum system from which we can calculate quantities of interest, but also extend to model systems that are not just infinite chains of identical particles.


Conclusions

  • The interatomic potential describes the compressibility of a material
  • A system which is periodic in real space with period in periodic in reciprocal space with period
  • The Brillouin zone contains all values of , as modes separated by are identical
  • A normal modes of frequency is mapped to the eigenstate with energy $E_n = \hbar \omega \left( n + 1/2 \right)

Exercises

Preliminary provocations

  1. What is the motion of adjacent masses when the chain is oscillating at the its maximum frequency?

Exercise 1: Lennard-Jones potential

A simple model approximating the interaction between a pair of noble gas atoms such as Argon is the Lennard-Jones potential, in which the potential energy as a function of interatomic distance is

where is the distance between two atoms, is the depth of the potential well, and is the distance at which the inter-particle potential is zero.

  1. Sketch as a function of interatomic distance and mark the regions of repulsive and attractive forces acting between the atoms.
  2. Find the distance, (bond length), at which the potential energy is minimal and find the value of the potential energy at this distance (binding energy of the molecule).
  3. Expand in a Taylor series around up to second order. By considering a second-order (=harmonic) potential approximation around the minimum (), find an expression for the spring constant, , in terms of and .
  4. Using the spring constant you found earlier, find the ground state energy of the molecule by comparing the molecule to a quantum harmonic oscillator. What is the energy required to break the molecule apart?
  5. What is the approximate number of phonons that can occupy this mode before the potential becomes anharmonic?
Hint

Because the diatomic molecule is modelled as a one-body problem (in the center of mass rest frame of the molecule), the mass should be replaced by the reduced mass.

Exercise 2: Vibrational heat capacity of a 1D monatomic chain

  1. Give an integral expression for the heat capacity .
  2. Compute the heat capacity numerically, using e.g. Python.
  3. Do the same for in the Debye model and compare the two. What differences do you see?

Exercise 3: A finite chain

Consider a chain of only 3 atoms. We can then write the equations of motion

and write this system of equations in matrix form

Hint

In Python use the function numpy.diag

  1. Define a matrix that relates forces to displacements in a linear 1D chain containing atoms. Repeat for . You may assume that the masses and spring constants are equivalent throughout the chain.
  2. Using numerical diagonalization (numpy.linalg.eigvalsh), compute the eigenfrequencies of this atomic chain. Plot a histogram of these eigenfrequencies.
  3. Make the masses of every even atom different from the masses of every odd atom. Compute the eigenfrequencies of this atomic chain and plot a histogram.
  4. Now make the masses of even and odd atoms equivalent again. Furthermore, make the spring constants of every even spring different from the odd spring. Compute the eigenfrequencies of this atomic chain and plot a histogram.

  1. It is unfortunately that there are only so many letters in the Greek alphabet, especially when looking at mechanical and thermodynamic quantities! 


Last update: August 11, 2023

Comments