Hybrid Methods for Solving Differential Equations

Size: px
Start display at page:

Download "Hybrid Methods for Solving Differential Equations"

Transcription

1 Hybrid Methods for Solving Differential Equations Nicola Oprea, Petru Maior University of Tg.Mureş, Romania Abstract This paper presents and discusses a framework for introducing hybrid methods share with Runge-Kutta methods the property of utilizing data at points other than the step points. Thus we may regard the introduction of hybrid formulae as an important step into the no-man s land. A major advantage of hybrid methods is that they can possess remarkably small error constants. This methods are a class whose computational potentialities have probably not yet been fully exploited. Key words: Initial value problem, hybrid formula, difference operator, local truncation, predictor-corrector methods, linear multistep methods, weak stability 1 Introduction Consider the initial value problem for a single first-order differential equation: y = f(x, y), y(a) = y 0. (1.1) We seek a solution in the range a x b, where a and b are finite, and we assume that f satisfies the conditions which guarantee that the problem has a unique continuously differentiable solution, which we shall indicate by y(x). Consider the sequence of points {x n }, defined by x n = a + nh, n = 0, 1, 2,..., b a. The parameter h will always be h regarded as constant. An essential property of the majority of computational methods for the solution of (1.1) is that of discretization; that is: we seek an approximate solution, not on the continuous interval a x b, but on the discrete point set {x n }. Let y n be an approximation to the theoretical solution at x n, that is y(x n ) and let be f n = f(x n, y n ). We define a k-step hybrid formula to be a formula of the type: α j y = h β j f + h β ν f n+ν (1.2) where α k = 1, α j and β j are constants, α 0 and β 0 are not both zero, ν {0, 1,..., k}, and consistently with our previous usage, f n+ν = f(x n+ν, y n+ν ). In order to implement such a formula, even when it is explicit (has β k = 0) a special predictor to estimate y n+ν is necessary. Thus a hybrid formula, unlike a linear multistep method, can not be regarded as a method in its own right. We say that formula (1.1) is zero-stable if no root of the polynomial p(ρ) = α j ρ j

2 has modulus greater than one and if every root with modulus one is simple. We say that (1.1) has order r and error constant c r+1 if c 0 = c 1 = = c r = 0, c r+1 0, for a suitably differentiable test function y(x). We associate the difference operator L defined by: L[y(x); h] = α j y(x + jh) hβ j y (x + jh) hβ ν y (x + νh) (1.3) Expanding the test function y(x + jh) and its derivative y (x + jh) as Taylor series about x and collecting terms in (1.3) gives: L[y(x); h] = c 0 y(x) + c 1 hy (x) + + c q h q y (q) (x) +..., (1.4) where c q are constants. The principal local truncation error at x n+k is then defined to be c r+1 h r+1 y (r+1) (x n ). Order and error constant are most conveniently established by defining the constants c q as follows: c 0 = D 0 and we obtain: c 1 = D 1 + td 0 c 2 = D 2 + td 1 + t2 2! D 0. c q = D q + td q tq q! D 0. D 0 = α 0 + α α k D 1 = tα 0 + (1 t)α 1 + (2 t)α (k t)α k (β 0 + β β k + β ν ),. (1.5) D q = 1 q! [( t)q α 0 + (1 t) q α 1 + (2 t) q α (k t) q 1 α k ] (q 1)! [( t)q 1 β 0 + +(1 t) q 1 β 1 + (2 t) q 1 β (k t) q 1 β k + (ν t) q 1 β ν ], q = 2, 3,... The order of (1.2) is r if and only if, for any t, D 0 = D 1 = = D r = 0, D r+1 0; c r+1 is then equal to D r+1. Let us consider the case of the implicit two-step formula of class (1.2), it is: y n+2 + α 1 y n+1 + α 0 y n = h(β 2 f n+2 + β 1 f n+1 + β 0 f n + β ν f n+ν ), ν {0, 1, 2} (1.6) We start by choosing: α 1 = (1 + a), α 0 = a, 1 a < 1. (1.7) This choice ensures that the method has order at least zero and is zero-stable. From (1.5) with t = 1, we obtain:

3 D 0 = 0 D 1 = a + 1 (β 0 + β 1 + β 2 + β ν ), D 2 = 1 2! (a + 1) [ β 0 + β 2 + (ν 1) β ν ], D 3 = 1 3! ( a + 1) 1 2! [β 0 + β 2 + (ν 1) 2 β ν ], D 4 = 1 4! (a + 1) 1 3! [ β 0 + β 2 + (ν 1) 3 β ν ], (1.8) D 5 = 1 5! ( a + 1) 1 4! [β 0 + β 2 + (ν 1) 4 β ν ], D 6 = 1 6! (a + 1) 1 5! [ β 0 + β 2 + (ν 1) 5 β ν ] Excluding a, which we intend to retain for the moment, there are five undetermined parameters: β 0, β 1, β 2, β ν and ν. We might thus expect to attain order five by solving the set of five equations: D 1 = D 2 = D 3 = D 4 = D 5 = 0. However these equations, besides being non-linear in ν, are subject to the constraint ν {0, 1, 2}, and we can not easily say whether a solution exists. Gragg and Stetter have proved the following result: With the hybrid formula (1.2) associate the polynomials p(ρ) = k α j ρ j and σ(ρ) = β j ρ j, where k k, p satisfies the condition of zero-stability and p(1) = 0. The only cases of interest are k = k corresponding to (1.2) being implicit and k = k 1 corresponding to it being explicit. Then for all (but a finite number) of inadmissible such polynomials p, there exist uniquely a polynomial σ, a constant β ν and a real number ν {0, 1, 2,..., k } such that the order of (1.2) is at least k + 3. A corresponding result for conventional linear multistep methods guarantees, for any p subject to p(1) = 0, the unique existence of a σ of degree k such that the order of the associated linear multistep method is at least k +1. Thus Gragg and Stetter s result shows that, with certain exceptions, we can utilize both of the new parameters ν and β ν, we have introduced to raise the order of hybrid formula (1.2) to two above that attainable by a linear multistep method having the same left-hand side and the same value for k. Note that this is done without affecting control over zero-stability. Returning to our implicit two-step formula (1.6), it is convenient to set ν 1 = s, where s { 1, 0, 1}, in (1.8).

4 Solving D 1 = D 2 = D 3 = D 4 = D 5 = 0, we obtain: β 2 = 1 12 (5 + a) a s 1 β 1 = 2 3 (1 a) a s β 0 = 1 12 (5a + 1) a s + 1 β ν = a 4 s(s 2 1) s = a 1 + a (1.9) There are certain special cases which must be excluded from this solution. If a = 1, then s is infinite. From the last of the equations (1.9) it follows that the zero-stability condition 1 a < 1, assumed in (1.7) is satisfied if and only if s > 0. However, we still have to satisfy the requirement s { 1, 0, 1} and hence the case s = 1, or equivalently a = 7/23, must be excluded. So we must add to (1.9) the conditions: 1 < a < 1, a 7/23. (1.10) The method (1.6) with coefficients given by (1.7), (1.9) and (1.10) has order five and is zero-stable this is a result consistent with Gragg and Stetter s general theorem. From (1.8) and (1.9) the error constant is seen to be: D 6 = 1 2 6! (1 + a)(3s2 1) (1.11) where s is given in terms of a by the last of (1.9). Now we ask whether there remains an allowable choice for a which causes the order of (1.6) to rise to six. From (1.11), this will be the case if a = 1, s = 1/ 3 or s = 1/ 3. The first of these possibilities is excluded by (1.10) and the last is excluded by the condition of zero-stability which, as we have seen, is equivalent to s > 0. The choice s = 1/ 3 is however allowable, and gives the following values for the parameters in (1.6), which now has order six: α 2 = 1 β 2 = ( )(3 3) α 1 = β 1 = 8 3 3( ) α 0 = β 0 = 3 1 ( )(3 + 3) (1.12) ν = β ν = Error constant is 8 3 D 7 = ( , ) 9 7!

5 The spurious root of p for this formula is , 040 corroborating that the formula 3 is indeed zero-stable. We have thus succeeded in deriving a zero-stable implicit two-step hybrid formula of order six. With only seven parameters we could not hope for order greater then six, we have in fact achieved zero-stability with no sacrifice in order. We can obtain one of Butcher s formulae from equations (1.6), (1.7) and (1.9) by seting s = 1, it is: 2 y n (32y n+1 y n ) = h 93 (15f n f n+1 f n + 64f n+ 3 ) 2 a zero-stable formula of order five, whose error constant is D 6 = Hybrid predictor-corrector methods The value of f n+ν which must be computed before any of the hybrid formulae may be obtained by using of a special predictor of the form: y n+ν + α j y = h β j f (2.13) followed by the evaluation f n+ν = f(x n+ν, y n+ν ). The order of the predictor (2.13) is defined to be r, if for a suitable differentiable test function y(x), y(x + νh) + [α j y(x + jh) hβ j y (x + jh)] L[y(x); h] = = c 0 y(x) + c 1 hy (x) + + c q h q y (q) (x) +..., where c 0 = c 1 =... c r = 0, c r+1 0; the error constant is then c r+1 and the principal local truncation error c r+1 h r+1 y (r+1) (x n ). It is convenient to define order through the constants D q defined as follows: D 0 = α 0 + α α + 1, D 1 = tα 0 + (1 t)α (k 1 t)α + ν t (β 0 + β β ) D q = 1 q! [( t)q α 0 + (1 t) q α (k 1 t) q α + (ν t) q ] 1 (q 1)! [( t)q 1 β 0 + (1 t) q 1 β (k 1 t) q 1 β ], q = 2, 3,... (2.14) The order of (2.13) is then r if and only if, for any t, D 0 = D 1 = = D r = 0, D r+1 0; D r+1 then equals c r+1. We note that (2.13) is of quite a different form from (1.2), thus we cannot talk of the zero-stability of (2.13), since the expression is no longer a polynomial. α j ρ j + ρ ν

6 If the hybrid formula (1.2) is explicit (β k = 0), then we may clearly form an algorithm on the basis of (1.2) and (2.13) alone. However, if (1.2) is implicit, then we need addition to (2.13) a conventional predictor to calculate a value y [0] n+k. We shall indicate by P H an application of an explicit hybrid formula of class (1.2), by C H an application of an implicit formula of the same class and by P ν an application of a formula of class (2.13). P k indicates an application of a conventional explicit linear multistep method and E an evaluation of f in terms of known arguments. Thus, in any algorithm, P H or C H must be preceded by P ν E. The use of (2.13) together with an explicit formula of class (1.2) may be described as a P ν EP H E mode; if is used an implicit formula of class (1.2), then are possible the modes: P ν EP k EC H E and P ν EP k EC H. These modes are formally defined below: P ν EP H E : P ν : y n+ν + α j y = h β j f E : f n+ν = f(x n+ν, y n+ν ) P H : α j y = h β j f + hβ ν f n+ν P ν EP k EC H E : P ν : y n+ν + E : f n+k = f(x n+k, y n+k ); α j y [1] E : f n+ν = f(x n+ν, y n+ν ) P k : y [0] n+k + αjy [1] ( E : f [0] n+k = f x n+k, y [0] C H : n+k ) β j f [1] β j f [1] α j y [1] = hβ kf [0] n+k + h E : f [1] n+k = f(x n+k, y [1] n+k ); P ν EP k EC H : P ν : y n+ν + α j y [1] E : f n+ν = f(x n+ν, y n+ν ) P k : y [0] n+k + αjy [1] ( ) E : f [0] n+k = f x n+k, y [0] n+k C H : α j y [1] β j f [1] + hβ νf n+ν β j f [0] β j f [0] β j f [0] + hβ νf n+ν (2.15) (2.16) (2.17) As in the case of conventional predictor-corrector algorithms, we frequently have to use predictors whose stepnumbers exceed that of the hybrid formula P H or C H. We take account of this by removing the constraint that α 0 and β 0 do not both vanish and replace it by the restriction that not all of: α 0, β 0, α 0, β 0, α0 and β0 vanish.

7 All of the algorithms discussed by Gragg and Stetter fall into one or other of these three modes. Butcher introduces a new possibility which turns out to have certain advantages. For example: the mode defined by (2.16), after the stage P ν E has been concluded, it would be possible to replace the conventional predictor P k by one which involved, on its right-hand side, the value f n+ν, which is available. This means that replacing P k by an explicit hybrid formula of class (1.2) that is P H. Thus we obtain the mode P ν EP H EC H E which is given by (2.16) with the P k stage replaced by P H, where P H : y [0] n+k + αjy [1] We can similarly construct the mode P ν EP H EC H. β j f [1] + hβ νf n+ν. (2.18) 3 Weak stability of hybrid methods It is easy to find stability polynomials for the various hybrid predictor-corrector modes we have described. For the mode P ν EP H E defined by (2.15), if we introduce the notation: p(ρ) = α j ρ j ; σ(ρ) = β j ρ j, p(ρ) = (3.19) α j ρ j ; σ(ρ) = β j ρ j the stability polynomial is found to be: Π(r, h) = p(r) hσ(r) + hβ ν [p(r) hσ(r)] Stability polynomials for the other modes we have discussed can all be deduced from those for the most complicated modes considered, namely the P µ EP ν P H EC H (E) modes, which may be formally defined as follows: P µ : y n+µ + P ν : y n+ν + P H : y [0] n+k + C H : α j y [1] α j y [1] αjy [1] β j f [t] β j f [t] + hβ µf n+µ β j f [t] + hβ µf n+µ α j y [1] = hβ kf [0] n+k + h β j f [t] + hβ νf n+ν (3.20) where t = 1 when the mode includes the final evaluation (E) and t = 0 when it does not. We define the following polynomials:

8 p(ρ) = α j ρ j, σ(ρ) = β j ρ j p(ρ) = α j ρ j, σ(ρ) = β j ρ j p (ρ) = p(ρ) = αjρ j, σ (ρ) = βj ρ j α j ρ j, σ(ρ) = β j ρ j (3.21) The polynoms p and σ are associated with P H in (3.19), but with C H in (3.21). For the mode P µ EP ν EP H EC H E the stability polynomial is: Π(r; h) = p hσ + hβ k (p hσ ) + hβ ν (p hσ) + h 2 (β k β µ + β ν β µ )( p h σ), while, for the P µ EP ν EP H EC H mode, it is: Π(r; h) = r k (p hσ) + h(p σ pσ ) + hβ ν [r k (p hσ) + h(p σ pσ )] + + h 2 β ν β µ [r k ( p h σ) + h(p σ pσ )] + h 2 β µ[( pσ p σ) + hβ ν (p σ pσ)], where we have written p for p(r), σ for σ(r) etc. On comparing (3.20) with (2.16), (2.17) and (2.18), it is evident that we recover the modes P ν EP H EC H (E) from (3.20) by setting: β µ = β ν, β µ = 0, p(ρ) p(ρ), σ(ρ) σ(ρ) since the P µ and P ν steps are then identical. If we further set we recover the modes P ν EP k EC H (E). β ν = 0 4 Comparison with linear multistep and Runge-Kutta methods If a comparison on the basis of attainable order for a given number of function evaluations were to be made, hybrid methods would not fare particularly well, since most of the hybrid modes we have discussed call for three or four evaluations per step. However, such an approach ignores a major advantage of hybrid methods namely that they can possess remarkably small error constants. Meaningful comparisons must therefore rest on numerical experiments. To date there have been no really comprehensive numerical tests comparing hybrid with other methods. Hybrid methods present considerable difficulties when the steplength has to be changed and their implementation has not yet been developed to a stage comparable with that of conventional predictor-corrector methods.

9 References [1] L.C. Piccinini, G. Stampacchia, G. Vidossich: Ordinary Differential Equations in R n. Problems and Methods, Springer-Verlag (New-York, Berlin, Heidelberg, Tokyo). [2] J.D. Lambert: Computational Methods in Ordinary Differential Equations, John Wiley & Sons, (London, New York, Sydney, Toronto). [3] Corneliu Berbente, Sorin Mitran, Silviu Zancu: Metode numerice, Editura tehnică, Bucureşti.

A CLASS OF CONTINUOUS HYBRID LINEAR MULTISTEP METHODS FOR STIFF IVPs IN ODEs

A CLASS OF CONTINUOUS HYBRID LINEAR MULTISTEP METHODS FOR STIFF IVPs IN ODEs ANALELE ŞTIINŢIFICE ALE UNIVERSITĂŢII AL.I. CUZA DIN IAŞI (S.N.) MATEMATICĂ, Tomul LVIII, 0, f. A CLASS OF CONTINUOUS HYBRID LINEAR MULTISTEP METHODS FOR STIFF IVPs IN ODEs BY R.I. OKUONGHAE Abstract.

More information

One-Step Hybrid Block Method with One Generalized Off-Step Points for Direct Solution of Second Order Ordinary Differential Equations

One-Step Hybrid Block Method with One Generalized Off-Step Points for Direct Solution of Second Order Ordinary Differential Equations Applied Mathematical Sciences, Vol. 10, 2016, no. 29, 142-142 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.6127 One-Step Hybrid Block Method with One Generalized Off-Step Points for

More information

Construction and Implementation of Optimal 8 Step Linear Multistep

Construction and Implementation of Optimal 8 Step Linear Multistep Page 138 ORIGINAL RESEARCH Construction and Implementation of Optimal 8 Step Linear Multistep method Bakre Omolara Fatimah, Awe Gbemisola Sikirat and Akanbi Moses Adebowale Department of Mathematics, Lagos

More information

Fourth Order RK-Method

Fourth Order RK-Method Fourth Order RK-Method The most commonly used method is Runge-Kutta fourth order method. The fourth order RK-method is y i+1 = y i + 1 6 (k 1 + 2k 2 + 2k 3 + k 4 ), Ordinary Differential Equations (ODE)

More information

A NOTE ON EXPLICIT THREE-DERIVATIVE RUNGE-KUTTA METHODS (ThDRK)

A NOTE ON EXPLICIT THREE-DERIVATIVE RUNGE-KUTTA METHODS (ThDRK) BULLETIN OF THE INTERNATIONAL MATHEMATICAL VIRTUAL INSTITUTE ISSN 303-4874 (p), ISSN (o) 303-4955 www.imvibl.org / JOURNALS / BULLETIN Vol. 5(015), 65-7 Former BULLETIN OF THE SOCIETY OF MATHEMATICIANS

More information

IMPLICIT INTERVAL MULTISTEP METHODS FOR SOLVING THE INITIAL VALUE PROBLEM

IMPLICIT INTERVAL MULTISTEP METHODS FOR SOLVING THE INITIAL VALUE PROBLEM COMPUTATIONAL METHODS IN SCIENCE AND TECHNOLOGY 8 (1), 17-30 (2002) IMPLICIT INTERVAL MULTISTEP METHODS FOR SOLVING THE INITIAL VALUE PROBLEM MAŁGORZATA JANKOWSKA 1, ANDRZEJ MARCINIAK 1,2 1 Poznań University

More information

Z. Omar. Department of Mathematics School of Quantitative Sciences College of Art and Sciences Univeristi Utara Malaysia, Malaysia. Ra ft.

Z. Omar. Department of Mathematics School of Quantitative Sciences College of Art and Sciences Univeristi Utara Malaysia, Malaysia. Ra ft. International Journal of Mathematical Analysis Vol. 9, 015, no. 46, 57-7 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ijma.015.57181 Developing a Single Step Hybrid Block Method with Generalized

More information

Jim Lambers MAT 772 Fall Semester Lecture 21 Notes

Jim Lambers MAT 772 Fall Semester Lecture 21 Notes Jim Lambers MAT 772 Fall Semester 21-11 Lecture 21 Notes These notes correspond to Sections 12.6, 12.7 and 12.8 in the text. Multistep Methods All of the numerical methods that we have developed for solving

More information

Continuous Block Hybrid-Predictor-Corrector method for the solution of y = f (x, y, y )

Continuous Block Hybrid-Predictor-Corrector method for the solution of y = f (x, y, y ) International Journal of Mathematics and Soft Computing Vol., No. 0), 5-4. ISSN 49-8 Continuous Block Hybrid-Predictor-Corrector method for the solution of y = f x, y, y ) A.O. Adesanya, M.R. Odekunle

More information

AN OVERVIEW. Numerical Methods for ODE Initial Value Problems. 1. One-step methods (Taylor series, Runge-Kutta)

AN OVERVIEW. Numerical Methods for ODE Initial Value Problems. 1. One-step methods (Taylor series, Runge-Kutta) AN OVERVIEW Numerical Methods for ODE Initial Value Problems 1. One-step methods (Taylor series, Runge-Kutta) 2. Multistep methods (Predictor-Corrector, Adams methods) Both of these types of methods are

More information

CHAPTER 5: Linear Multistep Methods

CHAPTER 5: Linear Multistep Methods CHAPTER 5: Linear Multistep Methods Multistep: use information from many steps Higher order possible with fewer function evaluations than with RK. Convenient error estimates. Changing stepsize or order

More information

Applied Math for Engineers

Applied Math for Engineers Applied Math for Engineers Ming Zhong Lecture 15 March 28, 2018 Ming Zhong (JHU) AMS Spring 2018 1 / 28 Recap Table of Contents 1 Recap 2 Numerical ODEs: Single Step Methods 3 Multistep Methods 4 Method

More information

Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function.

Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function. Taylor Series (Sect. 10.8) Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function. Review: Power series define functions Remarks:

More information

A Zero-Stable Block Method for the Solution of Third Order Ordinary Differential Equations.

A Zero-Stable Block Method for the Solution of Third Order Ordinary Differential Equations. A Zero-Stable Block Method for the Solution of Third Order Ordinary Differential Equations. K. Rauf, Ph.D. 1 ; S.A. Aniki (Ph.D. in view) 2* ; S. Ibrahim (Ph.D. in view) 2 ; and J.O. Omolehin, Ph.D. 3

More information

Introduction to the Numerical Solution of IVP for ODE

Introduction to the Numerical Solution of IVP for ODE Introduction to the Numerical Solution of IVP for ODE 45 Introduction to the Numerical Solution of IVP for ODE Consider the IVP: DE x = f(t, x), IC x(a) = x a. For simplicity, we will assume here that

More information

Chapter 8. Numerical Solution of Ordinary Differential Equations. Module No. 2. Predictor-Corrector Methods

Chapter 8. Numerical Solution of Ordinary Differential Equations. Module No. 2. Predictor-Corrector Methods Numerical Analysis by Dr. Anita Pal Assistant Professor Department of Matematics National Institute of Tecnology Durgapur Durgapur-7109 email: anita.buie@gmail.com 1 . Capter 8 Numerical Solution of Ordinary

More information

16.7 Multistep, Multivalue, and Predictor-Corrector Methods

16.7 Multistep, Multivalue, and Predictor-Corrector Methods 740 Chapter 16. Integration of Ordinary Differential Equations 16.7 Multistep, Multivalue, and Predictor-Corrector Methods The terms multistepand multivaluedescribe two different ways of implementing essentially

More information

Uniform Order Legendre Approach for Continuous Hybrid Block Methods for the Solution of First Order Ordinary Differential Equations

Uniform Order Legendre Approach for Continuous Hybrid Block Methods for the Solution of First Order Ordinary Differential Equations IOSR Journal of Mathematics (IOSR-JM) e-issn: 8-58, p-issn: 319-65X. Volume 11, Issue 1 Ver. IV (Jan - Feb. 015), PP 09-14 www.iosrjournals.org Uniform Order Legendre Approach for Continuous Hybrid Block

More information

Solution of First Order Initial Value Problem by Sixth Order Predictor Corrector Method

Solution of First Order Initial Value Problem by Sixth Order Predictor Corrector Method Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 6 (2017), pp. 2277 2290 Research India Publications http://www.ripublication.com/gjpam.htm Solution of First Order Initial

More information

Linear Multistep Methods

Linear Multistep Methods Linear Multistep Methods Linear Multistep Methods (LMM) A LMM has the form α j x i+j = h β j f i+j, α k = 1 i 0 for the approximate solution of the IVP x = f (t, x), x(a) = x a. We approximate x(t) on

More information

ORBIT 14 The propagator. A. Milani et al. Dipmat, Pisa, Italy

ORBIT 14 The propagator. A. Milani et al. Dipmat, Pisa, Italy ORBIT 14 The propagator A. Milani et al. Dipmat, Pisa, Italy Orbit 14 Propagator manual 1 Contents 1 Propagator - Interpolator 2 1.1 Propagation and interpolation............................ 2 1.1.1 Introduction..................................

More information

G-SPLINE INTERPOLATION FOR APPROXIMATING THE SOLUTION OF FRACTIONAL DIFFERENTIAL EQUATIONS USING LINEAR MULTI- STEP METHODS

G-SPLINE INTERPOLATION FOR APPROXIMATING THE SOLUTION OF FRACTIONAL DIFFERENTIAL EQUATIONS USING LINEAR MULTI- STEP METHODS Journal of Al-Nahrain University Vol.0(), December, 00, pp.8- Science G-SPLINE INTERPOLATION FOR APPROXIMATING THE SOLUTION OF FRACTIONAL DIFFERENTIAL EQUATIONS USING LINEAR MULTI- STEP METHODS Osama H.

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 9 Initial Value Problems for Ordinary Differential Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign

More information

Research Article P-Stable Higher Derivative Methods with Minimal Phase-Lag for Solving Second Order Differential Equations

Research Article P-Stable Higher Derivative Methods with Minimal Phase-Lag for Solving Second Order Differential Equations Hindawi Publishing Corporation Journal of Applied Mathematics Volume 2011, Article ID 407151, 15 pages doi:10.1155/2011/407151 Research Article P-Stable Higher Derivative Methods with Minimal Phase-Lag

More information

A NOTE ON BLASIUS TYPE BOUNDARY VALUE PROBLEMS. Grzegorz Andrzejczak, Magdalena Nockowska-Rosiak, and Bogdan Przeradzki

A NOTE ON BLASIUS TYPE BOUNDARY VALUE PROBLEMS. Grzegorz Andrzejczak, Magdalena Nockowska-Rosiak, and Bogdan Przeradzki Opuscula Math. 33, no. 1 213, 5 17 http://dx.doi.org/1.7494/opmath.213.33.1.5 Opuscula Mathematica A NOTE ON BLASIUS TYPE BOUNDARY VALUE PROBLEMS Grzegorz Andrzejczak, Magdalena Nockowska-Rosiak, and Bogdan

More information

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester HIGHER ORDER METHODS School of Mathematics Semester 1 2008 OUTLINE 1 REVIEW 2 HIGHER ORDER METHODS 3 MULTISTEP METHODS 4 SUMMARY OUTLINE 1 REVIEW 2 HIGHER ORDER METHODS 3 MULTISTEP METHODS 4 SUMMARY OUTLINE

More information

Predictor Corrector Methods of High Order for Numerical Integration of Initial Value Problems

Predictor Corrector Methods of High Order for Numerical Integration of Initial Value Problems International Journal of Scientific and Innovative Mathematical Research (IJSIMR) Volume 4, Issue 2, February 2016, PP 47-55 ISSN 2347-307X (Print) & ISSN 2347-3142 (Online) www.arcjournals.org Predictor

More information

Block Algorithm for General Third Order Ordinary Differential Equation

Block Algorithm for General Third Order Ordinary Differential Equation ICASTOR Journal of Mathematical Sciences Vol. 7, No. 2 (2013) 127-136 Block Algorithm for General Third Order Ordinary Differential Equation T. A. Anake 1, A. O. Adesanya 2, G. J. Oghonyon 1 & M.C. Agarana

More information

arxiv: v1 [math.na] 31 Oct 2016

arxiv: v1 [math.na] 31 Oct 2016 RKFD Methods - a short review Maciej Jaromin November, 206 arxiv:60.09739v [math.na] 3 Oct 206 Abstract In this paper, a recently published method [Hussain, Ismail, Senua, Solving directly special fourthorder

More information

Numerical Differential Equations: IVP

Numerical Differential Equations: IVP Chapter 11 Numerical Differential Equations: IVP **** 4/16/13 EC (Incomplete) 11.1 Initial Value Problem for Ordinary Differential Equations We consider the problem of numerically solving a differential

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

More information

Improved Starting Methods for Two-Step Runge Kutta Methods of Stage-Order p 3

Improved Starting Methods for Two-Step Runge Kutta Methods of Stage-Order p 3 Improved Starting Methods for Two-Step Runge Kutta Methods of Stage-Order p 3 J.H. Verner August 3, 2004 Abstract. In [5], Jackiewicz and Verner derived formulas for, and tested the implementation of two-step

More information

Reducing round-off errors in symmetric multistep methods

Reducing round-off errors in symmetric multistep methods Reducing round-off errors in symmetric multistep methods Paola Console a, Ernst Hairer a a Section de Mathématiques, Université de Genève, 2-4 rue du Lièvre, CH-1211 Genève 4, Switzerland. (Paola.Console@unige.ch,

More information

ONE- AND TWO-STAGE IMPLICIT INTERVAL METHODS OF RUNGE-KUTTA TYPE

ONE- AND TWO-STAGE IMPLICIT INTERVAL METHODS OF RUNGE-KUTTA TYPE COMPUTATIONAL METHODS IN SCIENCE AND TECHNOLOGY 5,53-65 (1999) ONE- AND TWO-STAGE IMPLICIT INTERVAL METHODS OF RUNGE-KUTTA TYPE ANDRZEJ MARCINIAK 1, BARBARA SZYSZKA 2 1 Institute of Computing Science,

More information

CS 450 Numerical Analysis. Chapter 9: Initial Value Problems for Ordinary Differential Equations

CS 450 Numerical Analysis. Chapter 9: Initial Value Problems for Ordinary Differential Equations Lecture slides based on the textbook Scientific Computing: An Introductory Survey by Michael T. Heath, copyright c 2018 by the Society for Industrial and Applied Mathematics. http://www.siam.org/books/cl80

More information

Backward error analysis

Backward error analysis Backward error analysis Brynjulf Owren July 28, 2015 Introduction. The main source for these notes is the monograph by Hairer, Lubich and Wanner [2]. Consider ODEs in R d of the form ẏ = f(y), y(0) = y

More information

ON EXPLICIT INTERVAL METHODS OF ADAMS-BASHFORTH TYPE

ON EXPLICIT INTERVAL METHODS OF ADAMS-BASHFORTH TYPE COMPUTATIONAL METHODS IN SCIENCE AND TECHNOLOGY 8 (2), 46-57 (2002) ON EXPLICIT INTERVAL METHODS OF ADAMS-BASHFORTH TYPE MAŁGORZATA JANKOWSKA 1, ANDRZEJ MARCINIAK 1, 2 1 Poznań University of Technology,

More information

COSC 3361 Numerical Analysis I Ordinary Differential Equations (II) - Multistep methods

COSC 3361 Numerical Analysis I Ordinary Differential Equations (II) - Multistep methods COSC 336 Numerical Analysis I Ordinary Differential Equations (II) - Multistep methods Fall 2005 Repetition from the last lecture (I) Initial value problems: dy = f ( t, y) dt y ( a) = y 0 a t b Goal:

More information

Aug Vol. 5. No. 03 International Journal of Engineering and Applied Sciences EAAS & ARF. All rights reserved

Aug Vol. 5. No. 03 International Journal of Engineering and Applied Sciences EAAS & ARF. All rights reserved FORMULATION OF PREDICTOR-CORRECTOR METHODS FROM 2-STEP HYBRID ADAMS METHODS FOR THE SOLUTION OF INITIAL VALUE PROBLEMS OF ORDINARY DIFFERENTIAL EQUATIONS 1 ABUBAKAR M. BAKOJI, 2 ALI M. BUKAR, 3 MUKTAR

More information

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9 Lecture Notes to Accompany Scientific Computing An Introductory Survey Second Edition by Michael T. Heath Chapter 9 Initial Value Problems for Ordinary Differential Equations Copyright c 2001. Reproduction

More information

The Definition and Numerical Method of Final Value Problem and Arbitrary Value Problem Shixiong Wang 1*, Jianhua He 1, Chen Wang 2, Xitong Li 1

The Definition and Numerical Method of Final Value Problem and Arbitrary Value Problem Shixiong Wang 1*, Jianhua He 1, Chen Wang 2, Xitong Li 1 The Definition and Numerical Method of Final Value Problem and Arbitrary Value Problem Shixiong Wang 1*, Jianhua He 1, Chen Wang 2, Xitong Li 1 1 School of Electronics and Information, Northwestern Polytechnical

More information

THREE- AND FOUR-STAGE IMPLICIT INTERVAL METHODS OF RUNGE-KUTTA TYPE

THREE- AND FOUR-STAGE IMPLICIT INTERVAL METHODS OF RUNGE-KUTTA TYPE COMPUTATIONAL METHODS IN SCIENCE AND TECHNOLOGY 6, 41-59 (2000) THREE- AND FOUR-STAGE IMPLICIT INTERVAL METHODS OF RUNGE-KUTTA TYPE KAROL GAJDA 1, ANDRZEJ MARCINIAK 2, BARBARA SZYSZKA 1 1 Institute of

More information

Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS

Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS The general form of a first order differential equations is = f(x, y) with initial condition y(a) = y a We seek the solution y = y(x) for x > a This is shown

More information

Numerical Methods - Initial Value Problems for ODEs

Numerical Methods - Initial Value Problems for ODEs Numerical Methods - Initial Value Problems for ODEs Y. K. Goh Universiti Tunku Abdul Rahman 2013 Y. K. Goh (UTAR) Numerical Methods - Initial Value Problems for ODEs 2013 1 / 43 Outline 1 Initial Value

More information

Runge Kutta Collocation Method for the Solution of First Order Ordinary Differential Equations

Runge Kutta Collocation Method for the Solution of First Order Ordinary Differential Equations Nonlinear Analysis and Differential Equations, Vol. 4, 2016, no. 1, 17-26 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/nade.2016.5823 Runge Kutta Collocation Method for the Solution of First

More information

Differential Equations

Differential Equations Differential Equations Definitions Finite Differences Taylor Series based Methods: Euler Method Runge-Kutta Methods Improved Euler, Midpoint methods Runge Kutta (2nd, 4th order) methods Predictor-Corrector

More information

Two Step Hybrid Block Method with Two Generalized Off-step Points for Solving Second Ordinary Order Differential Equations Directly

Two Step Hybrid Block Method with Two Generalized Off-step Points for Solving Second Ordinary Order Differential Equations Directly Global Journal of Pure and Applied Matematics. ISSN 0973-768 Volume 2, Number 2 (206), pp. 59-535 Researc India Publications ttp://www.ripublication.com/gjpam.tm Two Step Hybrid Block Metod wit Two Generalized

More information

Initial-Value Problems for ODEs. Introduction to Linear Multistep Methods

Initial-Value Problems for ODEs. Introduction to Linear Multistep Methods Initial-Value Problems for ODEs Introduction to Linear Multistep Methods Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University

More information

Mathematics for chemical engineers. Numerical solution of ordinary differential equations

Mathematics for chemical engineers. Numerical solution of ordinary differential equations Mathematics for chemical engineers Drahoslava Janovská Numerical solution of ordinary differential equations Initial value problem Winter Semester 2015-2016 Outline 1 Introduction 2 One step methods Euler

More information

-Stable Second Derivative Block Multistep Formula for Stiff Initial Value Problems

-Stable Second Derivative Block Multistep Formula for Stiff Initial Value Problems IAENG International Journal of Applied Mathematics, :3, IJAM 3_7 -Stable Second Derivative Bloc Multistep Formula for Stiff Initial Value Problems (Advance online publication: 3 August ) IAENG International

More information

2.1 NUMERICAL SOLUTION OF SIMULTANEOUS FIRST ORDER ORDINARY DIFFERENTIAL EQUATIONS. differential equations with the initial values y(x 0. ; l.

2.1 NUMERICAL SOLUTION OF SIMULTANEOUS FIRST ORDER ORDINARY DIFFERENTIAL EQUATIONS. differential equations with the initial values y(x 0. ; l. Numerical Methods II UNIT.1 NUMERICAL SOLUTION OF SIMULTANEOUS FIRST ORDER ORDINARY DIFFERENTIAL EQUATIONS.1.1 Runge-Kutta Method of Fourth Order 1. Let = f x,y,z, = gx,y,z be the simultaneous first order

More information

4 Stability analysis of finite-difference methods for ODEs

4 Stability analysis of finite-difference methods for ODEs MATH 337, by T. Lakoba, University of Vermont 36 4 Stability analysis of finite-difference methods for ODEs 4.1 Consistency, stability, and convergence of a numerical method; Main Theorem In this Lecture

More information

16.7 Multistep, Multivalue, and Predictor-Corrector Methods

16.7 Multistep, Multivalue, and Predictor-Corrector Methods 16.7 Multistep, Multivalue, and Predictor-Corrector Methods 747 } free_vector(ysav,1,nv); free_vector(yerr,1,nv); free_vector(x,1,kmaxx); free_vector(err,1,kmaxx); free_matrix(dfdy,1,nv,1,nv); free_vector(dfdx,1,nv);

More information

HIGHER ORDER METHODS. There are two principal means to derive higher order methods. b j f(x n j,y n j )

HIGHER ORDER METHODS. There are two principal means to derive higher order methods. b j f(x n j,y n j ) HIGHER ORDER METHODS There are two principal means to derive higher order methods y n+1 = p j=0 a j y n j + h p j= 1 b j f(x n j,y n j ) (a) Method of Undetermined Coefficients (b) Numerical Integration

More information

Linear Multistep Methods I: Adams and BDF Methods

Linear Multistep Methods I: Adams and BDF Methods Linear Multistep Methods I: Adams and BDF Methods Varun Shankar January 1, 016 1 Introduction In our review of 5610 material, we have discussed polynomial interpolation and its application to generating

More information

Four Point Gauss Quadrature Runge Kuta Method Of Order 8 For Ordinary Differential Equations

Four Point Gauss Quadrature Runge Kuta Method Of Order 8 For Ordinary Differential Equations International journal of scientific and technical research in engineering (IJSTRE) www.ijstre.com Volume Issue ǁ July 206. Four Point Gauss Quadrature Runge Kuta Method Of Order 8 For Ordinary Differential

More information

8.1 Introduction. Consider the initial value problem (IVP):

8.1 Introduction. Consider the initial value problem (IVP): 8.1 Introduction Consider the initial value problem (IVP): y dy dt = f(t, y), y(t 0)=y 0, t 0 t T. Geometrically: solutions are a one parameter family of curves y = y(t) in(t, y)-plane. Assume solution

More information

Numerical Methods for Differential Equations

Numerical Methods for Differential Equations Numerical Methods for Differential Equations Chapter 2: Runge Kutta and Multistep Methods Gustaf Söderlind Numerical Analysis, Lund University Contents V4.16 1. Runge Kutta methods 2. Embedded RK methods

More information

Numerical Stability of a One-Evaluation Predictor-Corrector Algorithm for Numerical Solution of Ordinary Differential Equations

Numerical Stability of a One-Evaluation Predictor-Corrector Algorithm for Numerical Solution of Ordinary Differential Equations Numerical Stability of a One-Evaluation Predictor-Corrector Algorithm for Numerical Solution of Ordinary Differential Equations By R. W. Klopfenstein and R. S. Millman 1. Introduction. Predictor-corrector

More information

1 Error Analysis for Solving IVP

1 Error Analysis for Solving IVP cs412: introduction to numerical analysis 12/9/10 Lecture 25: Numerical Solution of Differential Equations Error Analysis Instructor: Professor Amos Ron Scribes: Yunpeng Li, Mark Cowlishaw, Nathanael Fillmore

More information

Ordinary Differential Equations

Ordinary Differential Equations CHAPTER 8 Ordinary Differential Equations 8.1. Introduction My section 8.1 will cover the material in sections 8.1 and 8.2 in the book. Read the book sections on your own. I don t like the order of things

More information

Starting Methods for Two-Step Runge Kutta Methods of Stage-Order 3 and Order 6

Starting Methods for Two-Step Runge Kutta Methods of Stage-Order 3 and Order 6 Cambridge International Science Publishing Cambridge CB1 6AZ Great Britain Journal of Computational Methods in Sciences and Engineering vol. 2, no. 3, 2, pp. 1 3 ISSN 1472 7978 Starting Methods for Two-Step

More information

Finite Differences for Differential Equations 28 PART II. Finite Difference Methods for Differential Equations

Finite Differences for Differential Equations 28 PART II. Finite Difference Methods for Differential Equations Finite Differences for Differential Equations 28 PART II Finite Difference Methods for Differential Equations Finite Differences for Differential Equations 29 BOUNDARY VALUE PROBLEMS (I) Solving a TWO

More information

2 Numerical Methods for Initial Value Problems

2 Numerical Methods for Initial Value Problems Numerical Analysis of Differential Equations 44 2 Numerical Methods for Initial Value Problems Contents 2.1 Some Simple Methods 2.2 One-Step Methods Definition and Properties 2.3 Runge-Kutta-Methods 2.4

More information

Lecture 4: Numerical solution of ordinary differential equations

Lecture 4: Numerical solution of ordinary differential equations Lecture 4: Numerical solution of ordinary differential equations Department of Mathematics, ETH Zürich General explicit one-step method: Consistency; Stability; Convergence. High-order methods: Taylor

More information

Module 4: Numerical Methods for ODE. Michael Bader. Winter 2007/2008

Module 4: Numerical Methods for ODE. Michael Bader. Winter 2007/2008 Outlines Module 4: for ODE Part I: Basic Part II: Advanced Lehrstuhl Informatik V Winter 2007/2008 Part I: Basic 1 Direction Fields 2 Euler s Method Outlines Part I: Basic Part II: Advanced 3 Discretized

More information

Module 10: Finite Difference Methods for Boundary Value Problems Lecture 42: Special Boundary Value Problems. The Lecture Contains:

Module 10: Finite Difference Methods for Boundary Value Problems Lecture 42: Special Boundary Value Problems. The Lecture Contains: The Lecture Contains: Finite Difference Method Boundary conditions of the second and third kind Solution of the difference scheme: Linear case Solution of the difference scheme: nonlinear case Problems

More information

EXAMPLE OF ONE-STEP METHOD

EXAMPLE OF ONE-STEP METHOD EXAMPLE OF ONE-STEP METHOD Consider solving y = y cos x, y(0) = 1 Imagine writing a Taylor series for the solution Y (x), say initially about x = 0. Then Y (h) = Y (0) + hy (0) + h2 2 Y (0) + h3 6 Y (0)

More information

Chapter 8. Numerical Solution of Ordinary Differential Equations. Module No. 1. Runge-Kutta Methods

Chapter 8. Numerical Solution of Ordinary Differential Equations. Module No. 1. Runge-Kutta Methods Numerical Analysis by Dr. Anita Pal Assistant Professor Department of Mathematics National Institute of Technology Durgapur Durgapur-71309 email: anita.buie@gmail.com 1 . Chapter 8 Numerical Solution of

More information

multistep methods Last modified: November 28, 2017 Recall that we are interested in the numerical solution of the initial value problem (IVP):

multistep methods Last modified: November 28, 2017 Recall that we are interested in the numerical solution of the initial value problem (IVP): MATH 351 Fall 217 multistep methods http://www.phys.uconn.edu/ rozman/courses/m351_17f/ Last modified: November 28, 217 Recall that we are interested in the numerical solution of the initial value problem

More information

Adebayo O. Adeniran1, Saheed O. Akindeinde2 and Babatunde S. Ogundare2 * Contents. 1. Introduction

Adebayo O. Adeniran1, Saheed O. Akindeinde2 and Babatunde S. Ogundare2 * Contents. 1. Introduction Malaya Journal of Matematik Vol. No. 73-73 8 https://doi.org/.37/mjm/ An accurate five-step trigonometrically-fitted numerical scheme for approximating solutions of second order ordinary differential equations

More information

Integration of Ordinary Differential Equations

Integration of Ordinary Differential Equations Integration of Ordinary Differential Equations Com S 477/577 Nov 7, 00 1 Introduction The solution of differential equations is an important problem that arises in a host of areas. Many differential equations

More information

5.6 Multistep Methods

5.6 Multistep Methods 5.6 Multistep Methods 1 Motivation: Consider IVP: yy = ff(tt, yy), aa tt bb, yy(aa) = αα. To compute solution at tt ii+1, approximate solutions at mesh points tt 0, tt 1, tt 2, tt ii are already obtained.

More information

Solving Ordinary Differential equations

Solving Ordinary Differential equations Solving Ordinary Differential equations Taylor methods can be used to build explicit methods with higher order of convergence than Euler s method. The main difficult of these methods is the computation

More information

Solving scalar IVP s : Runge-Kutta Methods

Solving scalar IVP s : Runge-Kutta Methods Solving scalar IVP s : Runge-Kutta Methods Josh Engwer Texas Tech University March 7, NOTATION: h step size x n xt) t n+ t + h x n+ xt n+ ) xt + h) dx = ft, x) SCALAR IVP ASSUMED THROUGHOUT: dt xt ) =

More information

A New Block Method and Their Application to Numerical Solution of Ordinary Differential Equations

A New Block Method and Their Application to Numerical Solution of Ordinary Differential Equations A New Block Method and Their Application to Numerical Solution of Ordinary Differential Equations Rei-Wei Song and Ming-Gong Lee* d09440@chu.edu.tw, mglee@chu.edu.tw * Department of Applied Mathematics/

More information

Energy-Preserving Runge-Kutta methods

Energy-Preserving Runge-Kutta methods Energy-Preserving Runge-Kutta methods Fasma Diele, Brigida Pace Istituto per le Applicazioni del Calcolo M. Picone, CNR, Via Amendola 122, 70126 Bari, Italy f.diele@ba.iac.cnr.it b.pace@ba.iac.cnr.it SDS2010,

More information

EQUADIFF 1. Milan Práger; Emil Vitásek Stability of numerical processes. Terms of use:

EQUADIFF 1. Milan Práger; Emil Vitásek Stability of numerical processes. Terms of use: EQUADIFF 1 Milan Práger; Emil Vitásek Stability of numerical processes In: (ed.): Differential Equations and Their Applications, Proceedings of the Conference held in Prague in September 1962. Publishing

More information

Geometric Numerical Integration

Geometric Numerical Integration Geometric Numerical Integration (Ernst Hairer, TU München, winter 2009/10) Development of numerical ordinary differential equations Nonstiff differential equations (since about 1850), see [4, 2, 1] Adams

More information

A Brief Introduction to Numerical Methods for Differential Equations

A Brief Introduction to Numerical Methods for Differential Equations A Brief Introduction to Numerical Methods for Differential Equations January 10, 2011 This tutorial introduces some basic numerical computation techniques that are useful for the simulation and analysis

More information

Reformulation of Block Implicit Linear Multistep Method into Runge Kutta Type Method for Initial Value Problem

Reformulation of Block Implicit Linear Multistep Method into Runge Kutta Type Method for Initial Value Problem International Journal of Science and Technology Volume 4 No. 4, April, 05 Reformulation of Block Implicit Linear Multitep Method into Runge Kutta Type Method for Initial Value Problem Muhammad R., Y. A

More information

MTH 452/552 Homework 3

MTH 452/552 Homework 3 MTH 452/552 Homework 3 Do either 1 or 2. 1. (40 points) [Use of ode113 and ode45] This problem can be solved by a modifying the m-files odesample.m and odesampletest.m available from the author s webpage.

More information

Numerical Methods for Differential Equations

Numerical Methods for Differential Equations Numerical Methods for Differential Equations Chapter 2: Runge Kutta and Linear Multistep methods Gustaf Söderlind and Carmen Arévalo Numerical Analysis, Lund University Textbooks: A First Course in the

More information

Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations

Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations Outline ODEs and initial conditions. Explicit and implicit Euler methods. Runge-Kutta methods. Multistep

More information

SMOOTHNESS PROPERTIES OF SOLUTIONS OF CAPUTO- TYPE FRACTIONAL DIFFERENTIAL EQUATIONS. Kai Diethelm. Abstract

SMOOTHNESS PROPERTIES OF SOLUTIONS OF CAPUTO- TYPE FRACTIONAL DIFFERENTIAL EQUATIONS. Kai Diethelm. Abstract SMOOTHNESS PROPERTIES OF SOLUTIONS OF CAPUTO- TYPE FRACTIONAL DIFFERENTIAL EQUATIONS Kai Diethelm Abstract Dedicated to Prof. Michele Caputo on the occasion of his 8th birthday We consider ordinary fractional

More information

Development of a New One-Step Scheme for the Solution of Initial Value Problem (IVP) in Ordinary Differential Equations

Development of a New One-Step Scheme for the Solution of Initial Value Problem (IVP) in Ordinary Differential Equations International Journal of Theoretical and Applied Mathematics 2017; 3(2): 58-63 http://www.sciencepublishinggroup.com/j/ijtam doi: 10.11648/j.ijtam.20170302.12 Development of a New One-Step Scheme for the

More information

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p LECTURE 1 Table of Contents Two special equations: Bessel s and Legendre s equations. p. 259-268. Fourier-Bessel and Fourier-Legendre series. p. 453-460. Boundary value problems in other coordinate system.

More information

A NEW INTEGRATOR FOR SPECIAL THIRD ORDER DIFFERENTIAL EQUATIONS WITH APPLICATION TO THIN FILM FLOW PROBLEM

A NEW INTEGRATOR FOR SPECIAL THIRD ORDER DIFFERENTIAL EQUATIONS WITH APPLICATION TO THIN FILM FLOW PROBLEM Indian J. Pure Appl. Math., 491): 151-167, March 218 c Indian National Science Academy DOI: 1.17/s13226-18-259-6 A NEW INTEGRATOR FOR SPECIAL THIRD ORDER DIFFERENTIAL EQUATIONS WITH APPLICATION TO THIN

More information

On the stability regions of implicit linear multistep methods

On the stability regions of implicit linear multistep methods On the stability regions of implicit linear multistep methods arxiv:1404.6934v1 [math.na] 8 Apr 014 Lajos Lóczi April 9, 014 Abstract If we apply the accepted definition to determine the stability region

More information

TAYLOR POLYNOMIALS DARYL DEFORD

TAYLOR POLYNOMIALS DARYL DEFORD TAYLOR POLYNOMIALS DARYL DEFORD 1. Introduction We have seen in class that Taylor polynomials provide us with a valuable tool for approximating many different types of functions. However, in order to really

More information

A Class of an Implicit Stage-two Rational Runge-Kutta Method for Solution of Ordinary Differential Equations

A Class of an Implicit Stage-two Rational Runge-Kutta Method for Solution of Ordinary Differential Equations Journal of Applied Mathematics & Bioinformatics, vol.2, no.3, 2012, 17-31 ISSN: 1792-6602 (print), 1792-6939 (online) Scienpress Ltd, 2012 A Class of an Implicit Stage-two Rational Runge-Kutta Method for

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations Professor Dr. E F Toro Laboratory of Applied Mathematics University of Trento, Italy eleuterio.toro@unitn.it http://www.ing.unitn.it/toro September 19, 2014 1 / 55 Motivation

More information

9.6 Predictor-Corrector Methods

9.6 Predictor-Corrector Methods SEC. 9.6 PREDICTOR-CORRECTOR METHODS 505 Adams-Bashforth-Moulton Method 9.6 Predictor-Corrector Methods The methods of Euler, Heun, Taylor, and Runge-Kutta are called single-step methods because they use

More information

NUMERICAL METHODS FOR ENGINEERING APPLICATION

NUMERICAL METHODS FOR ENGINEERING APPLICATION NUMERICAL METHODS FOR ENGINEERING APPLICATION Second Edition JOEL H. FERZIGER A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York / Chichester / Weinheim / Brisbane / Singapore / Toronto

More information

Mini project ODE, TANA22

Mini project ODE, TANA22 Mini project ODE, TANA22 Filip Berglund (filbe882) Linh Nguyen (linng299) Amanda Åkesson (amaak531) October 2018 1 1 Introduction Carl David Tohmé Runge (1856 1927) was a German mathematician and a prominent

More information

THE θ-methods IN THE NUMERICAL SOLUTION OF DELAY DIFFERENTIAL EQUATIONS. Karel J. in t Hout, Marc N. Spijker Leiden, The Netherlands

THE θ-methods IN THE NUMERICAL SOLUTION OF DELAY DIFFERENTIAL EQUATIONS. Karel J. in t Hout, Marc N. Spijker Leiden, The Netherlands THE θ-methods IN THE NUMERICAL SOLUTION OF DELAY DIFFERENTIAL EQUATIONS Karel J. in t Hout, Marc N. Spijker Leiden, The Netherlands 1. Introduction This paper deals with initial value problems for delay

More information

On weighted Adams-Bashforth rules

On weighted Adams-Bashforth rules MATHEMATICAL COMMUNICATIONS 127 Math. Commun. 23(218), 127 144 On weighted Adams-Bashforth rules Mohammad Masjed-Jamei 1, Gradimir V. Milovanović 2,3, and Amir Hossein Salehi Shayegan 1 1 Department of

More information

The Initial Value Problem for Ordinary Differential Equations

The Initial Value Problem for Ordinary Differential Equations Chapter 5 The Initial Value Problem for Ordinary Differential Equations In this chapter we begin a study of time-dependent differential equations, beginning with the initial value problem (IVP) for a time-dependent

More information

SYMMETRIC PROJECTION METHODS FOR DIFFERENTIAL EQUATIONS ON MANIFOLDS

SYMMETRIC PROJECTION METHODS FOR DIFFERENTIAL EQUATIONS ON MANIFOLDS BIT 0006-3835/00/4004-0726 $15.00 2000, Vol. 40, No. 4, pp. 726 734 c Swets & Zeitlinger SYMMETRIC PROJECTION METHODS FOR DIFFERENTIAL EQUATIONS ON MANIFOLDS E. HAIRER Section de mathématiques, Université

More information

Delay Differential Equations with Constant Lags

Delay Differential Equations with Constant Lags Delay Differential Equations with Constant Lags L.F. Shampine Mathematics Department Southern Methodist University Dallas, TX 75275 shampine@smu.edu S. Thompson Department of Mathematics & Statistics Radford

More information