Skip to main content
Physics LibreTexts

3: The Exponential Integral Function

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

    Sooner or later (in particular in the next chapter) in the study of stellar atmospheres, we have need of the exponential integral function. This brief chapter contains nothing about stellar atmospheres or even astronomy, but it describes just as much as we need to know about the exponential integral function. It is not intended as a thorough exposition of everything that could be written about the function.

    The exponential integral function of order \(n\), written as a function of a variable \(a\), is defined as

    \[E_n(a) = \int_1^\infty x^{-n} e^{-ax} dx. \label{3.1}\]

    I shall restrict myself to cases where \(n\) is a non-negative integer and \(a\) is a non-negative real variable. For stellar atmosphere theory in the next chapter we shall have need of \(n\) up to and including 3.

    Let us start by seeing what the values of the functions are when \(a = 0\). We have

    \[E_n (0) = \int_1^\infty x^{-n} dx \label{3.2}\]

    and this is infinite for \(n = 0\) and for \(n = 1\). For larger \(n\) it is \(1/(n − 1)\).

    Thus \(E_0(0) = \infty\), \(E_1 (0) = \infty\), \(E_2 (0) = 1\), \(E_3(0) = \frac{1}{2}\), \(E_4(0) = \frac{1}{3}\), etc.

    Thereafter the functions (of whatever order) decrease monotonically as \(a\) increases, approaching zero asymptotically for large \(a\).

    The function \(E_0(a)\) is easy to evaluate. It is

    \[E_0(a) = \int_1^\infty e^{-ax} dx = \frac{e^{-a}}{a}. \label{3.3}\]

    The evaluation of the exponential integral function for \(n > 0\) is less easy but it can be done by numerical (e.g. Simpson) integration. The upper limit of the integral in equation 3.1 is infinite, but this difficulty can be overcome by means of the substitution \(y = 1/x\), from which the equation becomes

    \[E_n(0) = \int_0^1 y^{n-2} e^{-a/y} dy. \label{3.4}\]

    Since both limits are finite, this can now in principle be integrated numerically in a straightforward way, for example by Simpson's rule or similar algorithm, except that, at the lower limit, \(a/y\) is infinite and it is necessary first to determine the limit of the integrand as \(y → 0\), which is zero.

    There is, however, a way of evaluating the exponential integral function for \(n ≥ 2\) without the necessity of numerical integration. Consider, for example,

    \[E_{n+1}(a) = \int_1^\infty x^{-(n+1)} e^{-ax} dx. \label{3.5}\]

    If this is integrated (very carefully!) by parts, we arrive at

    \[E_{n+1}(a) = \frac{1}{n} \left[ e^{-a} - aE_n (a) \right]. \label{3.6}\]

    Thus from this recurrence relation, once we have evaluated \(E_1(a)\), we can evaluate \(E_2(a)\) and hence \(E_3(a)\) and so on.

    The recurrence relation \(\ref{3.6}\), however, holds only for \(n ≥ 1\) (as will become apparent during the careful partial integration), so there is no getting around the numerical integration for \(n = 1\). Furthermore, for small values of \(a\) the functions for \(n = 0\) or \(1\) become very large, becoming infinite as \(a → 0\), which makes them very sensitive when trying to compute the next function up. Thus for small \(a\) or for constructing a table it may in the end be less trouble to take the bull by the horns and integrate them all numerically.

    It will afford good programming practice to prepare a table of \(E_n(a)\) for \(a = 0\) to \(2\), in steps of \(0.01\), for \(n = 0, 1, 2, 3\). The table should ideally have five columns, the first being the \(201\) values of \(a\), and the remaining four being \(E_n(a)\), \(n = 1\) to \(4\). A graph of these functions is shown in figure \(\text{III.1}\).

    In practice, in performing the calculations for figure \(\text{III.1}\), this is what I found. The function for \(n = 0\) was easy; it is given simply by equation \(\ref{3.3}\). For \(n = 1\), I integrated by Simpson's rule; \(100\) intervals in \(y\) was adequate to compute the function to nine decimal places. The function for \(n = 2\) was unexpectedly difficult. The recurrence relation \(\ref{3.6}\) was not useful at small \(a\), as discussed above. I therefore attempted to integrate it using Simpson's rule, yet, although the function is, on the face of it, very simple:

    \[E_2(a) = \int_0^1 e^{-a/y} dy, \label{3.7} \]

    Simpson's rule seemed inadequate to compute the function precisely even with as many as \(1000\) intervals in \(y\). Neither the recurrence relation nor numerical integration was without problems! I had no difficulty, however, with integrating the function with \(n = 3\), and so I then used the recurrence relation backwards to calculate the function for \(n = 2\) and all was well.

    alt
    \(\text{FIGURE III.1}\)
    The exponential integral function


    This page titled 3: The Exponential Integral Function is shared under a CC BY-NC 4.0 license and was authored, remixed, and/or curated by Jeremy Tatum via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?