{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Lecture 4: Quantum fluctuations, the quantum harmonic oscillator, and coherent states\n", "\n", "```{admonition} Expected prior knowledge\n", ":class: tip\n", "Before the start of this lecture, you should be able to:\n", "\n", "- write down the energy spectrum of the quantum harmonic oscillator \n", "- recall that the state of a quantum object is described by the wavefunction $|\\Psi\\rangle$\n", "- calculate the expectation value of an observable given a wavefunction\n", "- write down and apply the Heisenberg x-p and the generalised uncertainty relations\n", "```\n", "\n", "```{admonition} Learning goals\n", ":class: important\n", "After this lecture you will be able to:\n", "\n", "- derive the quantum fluctuations for a given wavefunction\n", "- calculate expectation values of coherent states\n", "- show that the number of photons in a coherent state follows a Poisson distribution\n", "```\n", "\n", "So far, we have been reviewing concepts from classical noise, and discovering fun things like the fluctuation-dissipation theorem by accident. This week, we will start to explore fluctuations in quantum mechanics, using the harmonic oscillator as the core example. But first, we will review the uncertainty principle. \n", "\n", "## Review: The Heisenberg Uncertainty principle and quantum fluctuations\n", "\n", "One of important concepts in quantum mechanics is the [Heisenberg uncertainty principle](https://en.wikipedia.org/wiki/Uncertainty_principle).\n", "\n", "> In its more precise formulation, the uncertainty principle describes the relation between the uncertainties in position $x$ and momentum $p$ of a particle that arise from the Schroedinger wave equation. \n", "\n", "The uncertainties we are talking about in this case are defined by expectations values calculated using the wavefuntion $\\psi(x)$ of the particle: \n", "\n", "$$\n", "\\sigma_x = \\sqrt{\\langle x^2 \\rangle - \\left\\langle x \\right\\rangle^2}\n", "$$\n", "\n", "$$\n", "\\sigma_p = \\sqrt{\\langle p^2 \\rangle - \\left\\langle p \\right\\rangle^2}\n", "$$\n", "\n", "The expecation values above are calculated using the wave function in the usual way, for example: \n", "\n", "$$\n", "\\langle p \\rangle = \\langle \\psi | \\hat p | \\psi \\rangle = \\int \\psi^*(x)\\ (-i \\hbar) \\frac{d}{dx}\\ \\psi(x) dx\n", "$$\n", "\n", "```{admonition} Quantum fluctuations\n", ":class: note\n", "If one were to repeatedly prepare a particle in state $|\\psi\\rangle$ and perform a sequence of measurements of the particle's position, each of those measurements would (could) result in a different value, and the standard deviation of your measurement outcomes would be equal to $\\sigma_x$ as calculated above. Because the outcome of each repeated measurement of position starting from the same initial wavefunction $|\\psi\\rangle$ is different, the consequence of a non-zero $\\sigma_x$ is often referred to as the **quantum fluctuations** of the position of the particle associated with quantum state $|\\psi\\rangle$. Similarly, $\\sigma_p$, representing the uncertainty of momentum encoded in a wave function, can also be referred to as the quantum fluctuations of the particle's momentum. \n", "```\n", "\n", "```{admonition} Quantum fluctuations\n", ":class: note\n", "Finally, the irregularity that quantum fluctuations introduce into a set of measurements can be referred to as **quantum noise**, and in general, the presence of non-zero quantum fluctuations / noise / uncertainty can have important physics consequences even if one does not collapse the wavefunction by performing a measurement. \n", "```\n", "\n", "> *Note: although quantum noise is frequently referred to as \"fluctuations\", keep in mind that there is nothing associated with the quantum states $|\\psi\\rangle$ that has to be changing in time. Quantum fluctuations do not \"fluctuate in time\". We will see an explicit example of this below: in particular, the stationary states (energy eigenstates) of the Harmonic oscillator are absolutely \"stationary\" in every sense; the expectation value of all operators in quantum mechanics do not change in time for a stationary state. Quantum fluctuations only \"fluctuate\" when a measurement apparatus breaks the evolution of the Schroedinger equation and collapses the wave function.* \n", "\n", "The (original) Heisenberg uncertainty principle places a lower limit on product of the quantum fluctuations of position and momentum: \n", "\n", "$$\n", "\\sigma_x \\sigma_p \\ge \\frac{\\hbar}{2}\n", "$$\n", "\n", "The can also be understood intuitively from the Schroedinger wave equation: making a smaller wave packet in space $x$ requires higher spatial frequency components of the wave function, which, from the definition of the momentum operator, results in more uncertainty in the momentum. \n", "\n", "The same concept is linked to \"confinement energy\": if I confine a particle to a fixed region of space of length $l$, for example by putting it in a box with an infinite square well potential or confine it using a harmonic $x^2$ potential, then the above relation also puts a lower bound (minimum) on $\\sigma_p$: \n", "\n", "$$\n", "\\sigma_p \\ge \\frac{\\hbar}{2l}\n", "$$\n", "\n", "This lower bound on $\\sigma_p$ is the physical origin of the \"zero point\" energy found in the ground state the harmonic oscillator, but also in the infinite square well, and in real physical systems like atoms. One can even use the above to make a decent estimate of the zero point (kinetic) energy. In the ground state, the particle is not \"moving\": it has not average momentum, so $\\langle p \\rangle = 0$. However, due to the uncertainty principle, we can then see that the expectation value of the square of the momentum is not zero:\n", "\n", "$$\n", "\\langle p^2 \\rangle = \\sigma_p^2 + \\langle p \\rangle^2 = \\sigma_p^2 \\ge \\frac{\\hbar^2}{4l^2}\n", "$$\n", "\n", "We can then see that the particle *must* have some (expectation value of its) kinetic energy, since the kinetic energy operator $ \\hat E_{kin} = \\hat T = \\tfrac{1}{2m} \\hat p^2$:\n", "\n", "$$\n", "\\langle E_{kin} \\rangle = \\frac{\\langle p^2 \\rangle}{2m} \\approx \\frac{\\hbar^2}{8ml^2}\n", "$$\n", "\n", "### More review: Beyond $x$ and $p$: The generalised uncertainty principle\n", "\n", "The \"traditional\" $x-p$ Heisenberg uncertainty principle is actually a specific example of a more generalised uncertainty principle that relates the minimum allowed uncertainty between two observables in quantum mechanics. This, along with a very enlightening expose of the real meaning of the \"energy-time\" uncertainty principle, is discussed in detail in chapter 3 of the book \"Introduction to Quantum Mechanics by Griffiths. \n", "\n", "In the most general case, the uncertainty principle for two observables $A$ and $B$ is given by: \n", "\n", "$$\n", "\\sigma_A^2 \\sigma_B^2 \\ge \n", "\\left( \\frac{1}{2i}\\langle[\\hat A, \\hat B] \\rangle \\right)^2\n", "$$\n", "\n", "For any two \"compatible\" observables whose operators $\\hat A$ and $\\hat B$ commute, the uncertainty limit says nothing useful: quantum mechanics places no constraint on how small the uncertainty one of these may be based on a given uncertainty in the other. \n", "\n", "Note also that the expression above includes an expectation value:\n", "\n", "$$\n", "\\langle[\\hat A, \\hat B] \\rangle = \n", "\\langle \\psi | \\ (\\hat A \\hat B - \\hat B \\hat A) \\ \n", "| \\psi \\rangle\n", "$$\n", "\n", "So in general, the exact limit that uncertainty principle imposes will *also* depend on the specific quantum state $\\psi$ you choose. \n", "\n", "The $x-p$ uncertainty principle is a particularly simple example of the above. First, $x$ and $p$ do not commute, as we know, and so the constraint above will tell us something meaningful. Second of all, the commutator of $x$ and $p$ is a scalar: \n", "\n", "$$\n", "[\\hat x, \\hat p] = i \\hbar\n", "$$\n", "\n", "which means that we can put it out of our braket above, being left with $ \\langle \\psi | \\psi \\rangle = 1$. So it is also a particularly simple case where the limit that the uncertainty principle places is independent of the state you choose. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Quantum noise in a harmonic oscillator\n", "\n", "Here, we will explore in more detail the types of quantum noise states can haveWe will start with a problem you have seen before: the quantum harmonic oscillator (i.e., a quantum mass on a spring).\n", "\n", "[