Jump to content

Laplace's method

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by JabberWok (talk | contribs) at 03:17, 28 December 2005 (removed periods from equations). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, the steepest descent method or saddle-point approximation is a method used to approximate integrals of the form

where f(x) is some twice-differentiable function, M is a large number, and the integral endpoints a and b could possibly be infinite. The technique is also often referred to as Laplace's method, especially when applied to real-valued functions f.

The idea of the method

Let x0 be a global maximum of f(x), which, for simplicity, we will assume to be unique. Then, the value f(x0) will be larger than other values f(x). If we multiply this function by a large number M, the gap between Mf(x0) and Mf(x) will only increase, and then it will grow "exponentially" for the function

As such, significant contributions to the integral of this function will come only from points x in a neighborhood of x0, and which can be estimated.

General theory

To be able to actually state and prove the method, we need several more assumptions. We will assume that x0 is not an endpoint of the interval of integration, that the values f(x) cannot be very close to f(x0) unless x is close to x0, and that .

We can expand f(x) around x0 by Taylor's theorem,

Since x0 is a global maximum and since it is not an endpoint, it is a stationary point, and therefore f'(x0) = 0. The function f(x) may be approximated to quadratic order as

for x close to x0. The assumptions we put ensure the accuracy of the approximation

where the integral is taken in a neighborhood of x0. This latter integral is a Gaussian integral if the limits of integration go from −∞ to +∞ (which can be assumed so because the exponential decays very fast away from x0), and thus it can be calculated. We find

In extensions of this method, complex analysis is used to find a contour of steepest descent for an equivalent integral, expressed as a path integral.

Example: Stirling's approximation

The method of the steepest descent can be used to derive Stirling's approximation

for a large integer N.

From the definition of the Gamma function, we have

Now we do a change of variable, let

so

Plug these values back in and we get:

This integral has the form necessary for the method of the steepest descent with

which is twice-differentiable:

The maximum of f(z) lies at z0=1, and the second derivative of f(z) has at this point the value -1. Therefore, we obtain

See also

saddle point approximation at PlanetMath.