Skip to main content
Chemistry LibreTexts

6.3: The Laguerre Equation

  • Page ID
    106836
  • \( \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}}\)

    So far we used the power series method to solve equations that can be solved using simpler methods. Let’s now turn our attention to differential equations that cannot be solved otherwise. One such example is the Laguerre equation. This differential equation is important in quantum mechanics because it is one of several equations that appear in the quantum mechanical description of the hydrogen atom. The solutions of the Laguerre equation are called the Laguerre polynomials, and together with the solutions of other differential equations, form the functions that describe the orbitals of the hydrogen atom.

    The Laguerre equation is

    \[xy''+(1-x)y'+ny=0 \nonumber\]

    where \(n=0, 1, 2...\).

    Solving the n=0 Laguerre Equation

    Here, for simplicity, we will solve the equation for a given value of \(n\). That is, instead of solving the equation for a generic value of \(n\), we will solve it first for \(n=0\), then for \(n=1\), and so on.

    Let’s start with \(n=0\). The differential equation then becomes:

    \[xy''+y'-xy'=0. \label{Eq1}\]

    We start by assuming that the solution can be written as:

    \[y(x)=a_0+a_1 x + a_2 x^2+a_3x^3+a_4x^4 + \ldots \nonumber\]

    and therefore the first and second derivatives are:

    \[\begin{aligned} y'(x) &=a_1+ 2a_2 x+3a_3x^2+4a_4x^3+5a_5x^4... \\[4pt] y''(x) &=2a_2+2\times 3a_3x+3\times 4a_4x^2+4\times 5a_5x^3+5\times 6a_6x^4 + \ldots. \end{aligned} \nonumber\]

    We then plug these expressions in the differential equation (Equation \ref{Eq1}):

    \[\begin{aligned} xy''+y'-xy' &= 0 \\[4pt] x(2a_2+2\times 3a_3x+3\times 4a_4x^2+4\times 5a_5x^3+5\times 6a_6x^4 + \ldots)+ (a_1+ 2a_2 x+3a_3x^2+4a_4x^3+5a_5x^4...)-x(a_1+ 2a_2 x+3a_3x^2+4a_4x^3+5a_5x^4 + \ldots) &=0 \\[4pt] (2a_2x+2\times 3a_3x^2+3\times 4a_4x^3+4\times 5a_5x^4+5\times 6a_6x^5 + \ldots)+(a_1+ 2a_2 x+3a_3x^2+4a_4x^3+5a_5x^4 + \ldots)-(a_1x+ 2a_2 x^2+3a_3x^3+4a_4x^4+5a_5x^5 + \ldots)&=0 \end{aligned} \nonumber\]

    We then group the terms in the same power of \(x\). However, to avoid writing a long equation, let’s try putting the information in a table. The second column contains the terms that multiply each power of \(x\). We know each of these terms needs to be zero, and that will give us the relationships between the coefficients we need.

    \(x^0\) \(a_1\) \(=0\) \(\rightarrow a_1=0\)
    \(x^1\) \(2a_2+2a_2-a_1\) \(=0\) \(\rightarrow a_2=a_1/4\)
    \(x^2\) \(6a_3+3a_3-2a_2\) \(=0\) \(\rightarrow a_3=a_2\times2/9\)
    \(x^3\) \(12a_4+4a_4-3a_3\) \(=0\) \(\rightarrow a_4=a_3\times3/16\)
    \(x^4\) \(20a_5+5a_5-4a_4\) \(=0\) \(\rightarrow a_5=a_4\times4/25\)

    The first row tells us that \(a_1=0\), and from the other rows, we conclude that all other coefficients with \(n>1\) are also zero. Recall that \(y(x)=a_0+a_1 x + a_2 x^2+a_3x^3+a_4x^4...\), so the solution is simply \(y(x)=a_0\) (i.e. the solution is a constant). This solution may be disappointing to you because it is not a function of \(x\). Don’t worry, we’ll get something more interesting in the next example.

    Solving the n=1 Laguerre Equation

    Let’s see what happens when \(n=1\). The differential equation becomes

    \[xy''+y'-xy'+y=0. \label{Eq10}\]

    As always, we start by assuming that the solution can be written as:

    \[y(x)=a_0+a_1 x + a_2 x^2+a_3x^3+a_4x^4 + \ldots \nonumber\]

    and therefore the first and second derivatives are:

    \[ \begin{align} y'(x) &=a_1+ 2a_2 x+3a_3x^2+4a_4x^3+5a_5x^4 + \ldots \\[4pt] y''(x) &=2a_2+2\times 3a_3x+3\times 4a_4x^2+4\times 5a_5x^3+5\times 6a_6x^4 + \ldots \end{align} \nonumber\]

    and then plug these expressions in the differential equation (Equation \ref{Eq10}):

    \[\begin{align*} xy''+y'-xy'+y &= 0 \\[4pt] x(2a_2+2\times 3a_3x+3\times 4a_4x^2+4\times 5a_5x^3+5\times 6a_6x^4...)+(a_1+ 2a_2 x+3a_3x^2+4a_4x^3+5a_5x^4...)-x(a_1+ 2a_2 x+3a_3x^2+4a_4x^3+5a_5x^4...)+(a_0+a_1 x + a_2 x^2+a_3x^3+a_4x^4...) &=0 \\[4pt] (2a_2x+2\times 3a_3x^2+3\times 4a_4x^3+4\times 5a_5x^4+5\times 6a_6x^5...)+(a_1+ 2a_2 x+3a_3x^2+4a_4x^3+5a_5x^4...)-(a_1x+ 2a_2 x^2+3a_3x^3+4a_4x^4+5a_5x^5...)+(a_0+a_1 x + a_2 x^2+a_3x^3+a_4x^4...) &=0 \end{align*} \nonumber\]

    The next step is to group the terms in the same power of \(x\). Let’s make a table as we did before:

    \(x^0\) \(a_1+a_0\) \(=0\) \(\rightarrow a_1=-a_0\)
    \(x^1\) \(2a_2+2a_2-a_1+a_1\) \(=0\) \(\rightarrow 4a_2=0\)
    \(x^2\) \(6a_3+3a_3-2a_2+a_2\) \(=0\) \(\rightarrow a_3=a_2\times1/9\)
    \(x^3\) \(12a_4+4a_4-3a_3+a_3\) \(=0\) \(\rightarrow a_4=a_3\times2/16\)
    \(x^4\) \(20a_5+5a_5-4a_4+a_4\) \(=0\) \(\rightarrow a_5=a_4\times3/25\)

    We see that in this case \(a_1=-a_0\), and \(a_{n>1}=0\). Recall that

    \[y(x)=a_0+a_1 x + a_2 x^2+a_3x^3+a_4x^4... \nonumber\]

    so the solution is \(y(x)=a_0(1-x)\).

    In physical chemistry, we define the Laguerre polynomials (\(L_n(x)\)) as the solution of the Laguerre equation with \(a_0=n!\). This is arbitrary and somewhat field-dependent. You may find other definitions, but we’ll stick with \(n!\) because it is the one that is more widely used in physical chemistry.

    With the last two examples we proved that \(L_0(x)=1\) and \(L_1(x)=1-x\). You’ll obtain \(L_2(x)\) and \(L_3(x)\) in your homework.


    This page titled 6.3: The Laguerre Equation 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.