Skip to main content
Chemistry LibreTexts

11.2: Operator Algebra

  • Page ID
    106870
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Let’s start by defining the identity operator, usually denoted by \(\hat E\) or \(\hat I\). The identity operator leaves the element on which it operates unchanged: \(\hat E f(x)=f(x)\). This is analogous to multiplying by the number 1.

    We can add operators as follows:

    \[(\hat A + \hat B)f=\hat A f + \hat B f. \nonumber\]

    For example,

    \[(\hat x + \dfrac{d}{dx})f = \hat x f + \dfrac{df}{dx}=x f + \dfrac{df}{dx} \nonumber\]

    (remember that \(\hat x\) means “multiply by \(x\)”).

    The product between two operators is defined as the successive operation of the operators, with the one on the right operating first. For example, \((\hat x \dfrac{d}{dx})f=\hat x (\dfrac{df}{dx})=x \dfrac{df}{dx}\). We first apply the operator on the right (in this case “take the derivative of the function with respect to \(x\)”), and then the operator on the left (“multiply by \(x\) whatever you got in the first step”). We can use this definition to calculate the square of an operator. For example, if we define the operator \(\hat A\) as \(\hat A = \dfrac{d}{dx}\), the operator \(\hat A^2\) is \(\hat A \hat A = \dfrac{d}{dx} \dfrac{d}{dx} =\dfrac{d^2}{dx^2}\).

    Operator multiplication is not, in general, commutative: \(\hat A \hat B \neq \hat B \hat A\). In other words, in general, the order of the operations matters. Before, we saw that \((\hat x \dfrac{d}{dx})f=x \dfrac{df}{dx}\). Let’s revert the order of the operation: \((\dfrac{d}{dx} \hat x )f\). Now, we first multiply the function by \(x\) and then take the derivative of the result: \((\dfrac{d}{dx} \hat x )f=\dfrac{d}{dx}(xf) =x \dfrac{df}{dx}+f\). In the last step, we calculated the derivative of the product using the differentiation rules we are familiar with.

    We just proved that \(\hat x \dfrac{d}{dx} \neq \dfrac{d}{dx}\hat x\), or in other words, the order in which we apply these two operators matters (i.e. whether we first take the derivative and then multiply by \(x\), or first multiply by \(x\) and then take the derivative). Whether order matters or not has very important consequences in quantum mechanics, so it is useful to define the so-called commutator, defined as

    \[\label{commutator} [\hat A,\hat B] = \hat A \hat B - \hat B \hat A.\]

    For example, the commutator of the operators \(\hat x\) and \(\dfrac{d}{dx}\), denoted by \([\hat x,\dfrac{d}{dx}]\), is by definition \(\hat x \dfrac{d}{dx} - \dfrac{d}{dx}\hat x\). When \([\hat A,\hat B]=0\), the operators \(\hat A\) and \(\hat B\) are said to commute. Therefore, if the operators \(\hat A\) and \(\hat B\) commute, then \(\hat A \hat B = \hat B \hat A\). When the operators \(\hat A\) and \(\hat B\) do not commute, \(\hat A \hat B \neq \hat B \hat A\), and the commutator \([\hat A,\hat B]\neq 0\).

    Before we move on, it is important to recognize that the product of two operators is also an operator. For instance, let’s consider the product \(\dfrac{d}{dx} \hat x\). This is an operator that, when applied to a function \(f\), gives a new function \(x \dfrac{df}{dx}+f\). For example, if \(f= \sin (kx)\), \(\dfrac{d}{dx} \hat x f = kx \cos(kx) + \sin(kx)\). In addition, notice that the operator \(\dfrac{d}{dx} \hat x\) can be expressed as \(\hat E + \hat x \dfrac{d}{dx}\), where \(\hat E\) is the identity operator. When the operator \(\hat E + \hat x \dfrac{d}{dx}\) operates on a function \(f\), the result is the function itself (multiplied by one) plus \(x\) times the derivative of the function, which is exactly what we get when we perform \(\dfrac{d}{dx} \hat x f\).

    Screen Shot 2019-10-30 at 1.22.25 PM.png

    Similarly, the commutator between two operators is also an operator:

    Screen Shot 2019-10-30 at 1.22.57 PM.png

    Note that in the example on the right side of the figure we demonstrated that the operator \([\hat x,\dfrac{d}{dx}]\) equals the operator \(-\hat E\) (“multiply by -1”). In other words, when the commutator \([\hat x,\dfrac{d}{dx}]\) (an operator) operates on a function \(f\), the result is \(-f\). Because \([\hat x,\dfrac{d}{dx}] \neq 0\), the operators \(\hat x\) and \(\dfrac{d}{dx}\) do not commute. This is directly related to the uncertainty principle, which (in its simplest form) states that the more precisely the position of some particle is determined, the less precisely its momentum can be known. We will see the connection between this statement and the commutator in a moment, and you will discuss this in a lot of detail in your future physical chemistry courses.

    Example \(\PageIndex{1}\)

    Find the commutator

    \[[\hat x^2, \dfrac{d^2}{dx^2}] \nonumber\]

    Solution

    Remember that the commutator is an operator, so your answer should be an operator as well (that is, it should not contain a function). To ‘see’ what the commutator does (so we can write the equivalent operator), we apply an arbitrary function:

    \[[\hat x^2, \dfrac{d^2}{dx^2}]f=\hat x^2 \dfrac{d^2}{dx^2}f-\dfrac{d^2}{dx^2}\hat x^2 f \nonumber\]

    Remember that when we have expressions such as \(\dfrac{d^2}{dx^2}\hat x^2 f\) we need to go from right to left, that is, we first multiply by \(x^2\) and only then take the second derivative.

    \[\dfrac{d^2}{dx^2}\hat x^2 f =\dfrac{d^2(x^2f)}{dx^2}=\dfrac{d(2xf+x^2 \dfrac{df}{dx})}{dx}=2x\dfrac{df}{dx}+2f+x^2\dfrac{d^2f}{dx^2}+2x\dfrac{df}{dx}=4x\dfrac{df}{dx}+2f+x^2\dfrac{d^2f}{dx^2} \nonumber\]

    \[[\hat x^2, \dfrac{d^2}{dx^2}]f=\displaystyle{\color{Blue}\hat x^2 \dfrac{d^2}{dx^2}f}-\displaystyle{\color{Green}\dfrac{d^2}{dx^2}\hat x^2 f}=\displaystyle{\color{Blue}x^2\dfrac{d^2f}{dx^2}}-\displaystyle{\color{Green}\left(4x\dfrac{df}{dx}+2f+x^2\dfrac{d^2f}{dx^2}\right)}=-4x\dfrac{df}{dx}-2f \nonumber\]

    \[[\hat x^2, \dfrac{d^2}{dx^2}]= \displaystyle{\color{Maroon}-4\hat x \dfrac{d}{dx}-2\hat E} \nonumber\]

    Again, your result should be an operator, and therefore should not contain the function \(f\). Because \([\hat x^2, \dfrac{d^2}{dx^2}] \neq 0\), the two operators do not commute.

    Common mistakes:

    • to write the commutator as \([\hat x^2, \dfrac{d^2}{dx^2}] =-4x\dfrac{df}{dx}-2f\)
    • to use an actual function (e.g. \(\sin x\)) instead of an arbitrary function \(f\)

    This page titled 11.2: Operator Algebra is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Marcia Levitus via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.