Bogacki–Shampine method

1

The Bogacki–Shampine method is a method for the numerical solution of ordinary differential equations, that was proposed by Przemysław Bogacki and Lawrence F. Shampine in 1989. The Bogacki–Shampine method is a Runge–Kutta method of order three with four stages with the First Same As Last (FSAL) property, so that it uses approximately three function evaluations per step. It has an embedded second-order method which can be used to implement adaptive step size. The Bogacki–Shampine method is implemented in the for fixed step solver and for a variable step solver function in MATLAB. Low-order methods are more suitable than higher-order methods like the Dormand–Prince method of order five, if only a crude approximation to the solution is required. Bogacki and Shampine argue that their method outperforms other third-order methods with an embedded method of order two. The Butcher tableau for the Bogacki–Shampine method is: Following the standard notation, the differential equation to be solved is y'=f(t,y). Furthermore, y_n denotes the numerical solution at time t_n and h_n is the step size, defined by. Then, one step of the Bogacki–Shampine method is given by: Here, z_{n+1} is a second-order approximation to the exact solution. The method for calculating y_{n+1} is due to. On the other hand, y_{n+1} is a third-order approximation, so the difference between y_{n+1} and z_{n+1} can be used to adapt the step size. The FSAL—first same as last—property is that the stage value k_4 in one step equals k_1 in the next step; thus, only three function evaluations are needed per step.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

View original