- Relaxation method
In
numerical mathematics , the relaxation method is a method for obtaining numerical approximations to the solutions of systems of equations, including certain types ofelliptic partial differential equation s, in particularLaplace's equation and its generalization,Poisson's equation . The function is assumed to be given on the boundary of a shape, and has to be computed on its interior.This relaxation method should not be confused with the unrelated "relaxation technique" in mathematical optimization.
ketch
When φ is a smooth real-valued function on the real numbers, its second derivative can be approximated by::Using this in both dimensions for a function φ of two arguments at the point ("x", "y"), and solving for φ("x", "y"), results in::To approximate the solution of the Poisson equation::numerically on a two-dimensional grid with grid spacing "h", the relaxation method assigns the given values of function φ to the grid points near the boundary and arbitrary values to the interior grid points, and then repeatedly performs the assignmentφ := φ* on the interior points, where φ* is defined by::until convergence.
The method, sketched here for two dimensions, is readily generalized to other numbers of dimensions.
Convergence and acceleration
While the method always converges, it does so very slowly. To speed up the computation, one can first compute an approximation on a coarser grid – usually the double spacing 2"h" – and use that solution with interpolated values for the other grid points as the initial assignment. This can then also be done recursively for the coarser computation.
ee also
* The
Jacobi method is a simple relaxation method.
* TheGauss–Seidel method is an improvement upon the Jacobi method.
*Successive over-relaxation can be applied to either of the Jacobi and Gauss–Seidel methods to speed convergence.
Wikimedia Foundation. 2010.