fbpx
Wikipedia

Collocation method

In mathematics, a collocation method is a method for the numerical solution of ordinary differential equations, partial differential equations and integral equations. The idea is to choose a finite-dimensional space of candidate solutions (usually polynomials up to a certain degree) and a number of points in the domain (called collocation points), and to select that solution which satisfies the given equation at the collocation points.

Ordinary differential equations edit

Suppose that the ordinary differential equation

 

is to be solved over the interval  . Choose   from 0 ≤ c1< c2< ... < cn ≤ 1.

The corresponding (polynomial) collocation method approximates the solution y by the polynomial p of degree n which satisfies the initial condition  , and the differential equation   at all collocation points   for  . This gives n + 1 conditions, which matches the n + 1 parameters needed to specify a polynomial of degree n.

All these collocation methods are in fact implicit Runge–Kutta methods. The coefficients ck in the Butcher tableau of a Runge–Kutta method are the collocation points. However, not all implicit Runge–Kutta methods are collocation methods. [1]

Example: The trapezoidal rule edit

Pick, as an example, the two collocation points c1 = 0 and c2 = 1 (so n = 2). The collocation conditions are

 
 
 

There are three conditions, so p should be a polynomial of degree 2. Write p in the form

 

to simplify the computations. Then the collocation conditions can be solved to give the coefficients

 

The collocation method is now given (implicitly) by

 

where y1 = p(t0 + h) is the approximate solution at t = t1 = t0 + h.

This method is known as the "trapezoidal rule" for differential equations. Indeed, this method can also be derived by rewriting the differential equation as

 

and approximating the integral on the right-hand side by the trapezoidal rule for integrals.

Other examples edit

The Gauss–Legendre methods use the points of Gauss–Legendre quadrature as collocation points. The Gauss–Legendre method based on s points has order 2s.[2] All Gauss–Legendre methods are A-stable.[3]

In fact, one can show that the order of a collocation method corresponds to the order of the quadrature rule that one would get using the collocation points as weights.

Orthogonal collocation method edit

In direct collocation method, we are essentially performing variational calculus with the finite-dimensional subspace of piecewise linear functions (as in trapezoidal rule), or cubic functions, or other piecewise polynomial functions. In orthogonal collocation method, we instead use the finite-dimensional subspace spanned by the first N vectors in some orthogonal polynomial basis, such as the Legendre polynomials.

Notes edit

  1. ^ Ascher & Petzold 1998; Iserles 1996, pp. 43–44
  2. ^ Iserles 1996, pp. 47
  3. ^ Iserles 1996, pp. 63

References edit

  • Ascher, Uri M.; Petzold, Linda R. (1998), Computer Methods for Ordinary Differential Equations and Differential-Algebraic Equations, Philadelphia: Society for Industrial and Applied Mathematics, ISBN 978-0-89871-412-8.
  • Hairer, Ernst; Nørsett, Syvert Paul; Wanner, Gerhard (1993), Solving ordinary differential equations I: Nonstiff problems, Berlin, New York: Springer-Verlag, ISBN 978-3-540-56670-0.
  • Iserles, Arieh (1996), A First Course in the Numerical Analysis of Differential Equations, Cambridge University Press, ISBN 978-0-521-55655-2.
  • Wang, Yingwei; Chen, Suqin; Wu, Xionghua (2009), "A rational spectral collocation method for solving a class of parameterized singular perturbation problems", Journal of Computational and Applied Mathematics, 233 (10): 2652–2660, doi:10.1016/j.cam.2009.11.011.


collocation, method, mathematics, collocation, method, method, numerical, solution, ordinary, differential, equations, partial, differential, equations, integral, equations, idea, choose, finite, dimensional, space, candidate, solutions, usually, polynomials, . In mathematics a collocation method is a method for the numerical solution of ordinary differential equations partial differential equations and integral equations The idea is to choose a finite dimensional space of candidate solutions usually polynomials up to a certain degree and a number of points in the domain called collocation points and to select that solution which satisfies the given equation at the collocation points Contents 1 Ordinary differential equations 1 1 Example The trapezoidal rule 1 2 Other examples 2 Orthogonal collocation method 3 Notes 4 ReferencesOrdinary differential equations editSuppose that the ordinary differential equation y t f t y t y t 0 y 0 displaystyle y t f t y t quad y t 0 y 0 nbsp is to be solved over the interval t 0 t 0 c k h displaystyle t 0 t 0 c k h nbsp Choose c k displaystyle c k nbsp from 0 c1 lt c2 lt lt cn 1 The corresponding polynomial collocation method approximates the solution y by the polynomial p of degree n which satisfies the initial condition p t 0 y 0 displaystyle p t 0 y 0 nbsp and the differential equation p t k f t k p t k displaystyle p t k f t k p t k nbsp at all collocation points t k t 0 c k h displaystyle t k t 0 c k h nbsp for k 1 n displaystyle k 1 ldots n nbsp This gives n 1 conditions which matches the n 1 parameters needed to specify a polynomial of degree n All these collocation methods are in fact implicit Runge Kutta methods The coefficients ck in the Butcher tableau of a Runge Kutta method are the collocation points However not all implicit Runge Kutta methods are collocation methods 1 Example The trapezoidal rule edit Pick as an example the two collocation points c1 0 and c2 1 so n 2 The collocation conditions are p t 0 y 0 displaystyle p t 0 y 0 nbsp p t 0 f t 0 p t 0 displaystyle p t 0 f t 0 p t 0 nbsp p t 0 h f t 0 h p t 0 h displaystyle p t 0 h f t 0 h p t 0 h nbsp There are three conditions so p should be a polynomial of degree 2 Write p in the form p t a t t 0 2 b t t 0 g displaystyle p t alpha t t 0 2 beta t t 0 gamma nbsp to simplify the computations Then the collocation conditions can be solved to give the coefficients a 1 2 h f t 0 h p t 0 h f t 0 p t 0 b f t 0 p t 0 g y 0 displaystyle begin aligned alpha amp frac 1 2h Big f t 0 h p t 0 h f t 0 p t 0 Big beta amp f t 0 p t 0 gamma amp y 0 end aligned nbsp The collocation method is now given implicitly by y 1 p t 0 h y 0 1 2 h f t 0 h y 1 f t 0 y 0 displaystyle y 1 p t 0 h y 0 frac 1 2 h Big f t 0 h y 1 f t 0 y 0 Big nbsp where y1 p t0 h is the approximate solution at t t1 t0 h This method is known as the trapezoidal rule for differential equations Indeed this method can also be derived by rewriting the differential equation as y t y t 0 t 0 t f t y t d t displaystyle y t y t 0 int t 0 t f tau y tau textrm d tau nbsp and approximating the integral on the right hand side by the trapezoidal rule for integrals Other examples edit The Gauss Legendre methods use the points of Gauss Legendre quadrature as collocation points The Gauss Legendre method based on s points has order 2s 2 All Gauss Legendre methods are A stable 3 In fact one can show that the order of a collocation method corresponds to the order of the quadrature rule that one would get using the collocation points as weights Orthogonal collocation method editIn direct collocation method we are essentially performing variational calculus with the finite dimensional subspace of piecewise linear functions as in trapezoidal rule or cubic functions or other piecewise polynomial functions In orthogonal collocation method we instead use the finite dimensional subspace spanned by the first N vectors in some orthogonal polynomial basis such as the Legendre polynomials Notes edit Ascher amp Petzold 1998 Iserles 1996 pp 43 44 Iserles 1996 pp 47 Iserles 1996 pp 63References editAscher Uri M Petzold Linda R 1998 Computer Methods for Ordinary Differential Equations and Differential Algebraic Equations Philadelphia Society for Industrial and Applied Mathematics ISBN 978 0 89871 412 8 Hairer Ernst Norsett Syvert Paul Wanner Gerhard 1993 Solving ordinary differential equations I Nonstiff problems Berlin New York Springer Verlag ISBN 978 3 540 56670 0 Iserles Arieh 1996 A First Course in the Numerical Analysis of Differential Equations Cambridge University Press ISBN 978 0 521 55655 2 Wang Yingwei Chen Suqin Wu Xionghua 2009 A rational spectral collocation method for solving a class of parameterized singular perturbation problems Journal of Computational and Applied Mathematics 233 10 2652 2660 doi 10 1016 j cam 2009 11 011 Retrieved from https en wikipedia org w index php title Collocation method amp oldid 1198864555, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.