Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Second-Order RK Method

It is straightforward to derive the recurrence relations for the second-order RK method. Suppose that the trapezoidal rule is used to evaluate the integral on the right-hand side in Equation 5.20  [Pg.106]

Since y +, is not known, consider approximating it by /(y +i,t +i) where y +, is a first estimate for calculated by the forward Euler method  [Pg.106]


Calculations for the second-order RK method are shown in Figure 5.5. Also shown are the analytical (exact) solution and that produced by the Euler method using the same h = 0.1 min. [Pg.107]

It is obvious that the second-order RK method produces significantly better results than those of the Euler method. Figure 5.5 also illustrates that it is straightforward to implement this method in Excel . Similar calculations using the fourth-order RK method are shown in Figure 5.6. [Pg.107]

Exercise 5.2 Solve the ODEs of Exercise 5.1 using the second-order RK method. Eind acceptable values of h when using the second-order RK method. [Pg.118]

Exercise 5.8 Implanent the second-order RK method for any number of simultaneous ODE-IVPs in VBA. Use Example 5.7 as a model for designing, coding, and testing the program. Solve the problem of Exercise 5.7 to test the program. [Pg.119]

The fourth-order RK method can be derived in a manner similar to that for the second-order method. The basic idea, once again, is to subdivide the interval h and to use successive approximations to y +i. The final is a weighted average of the individual approximations. The resulting equations are... [Pg.107]

Rate methods. As for reactions with a single reactant, the most primitive and convenient rate method is to guess and then adjust the reaction orders until an approximately straight-line plot of —rk versus the rate versus Ck CB. .. is obtained (see Table 3.1). For example, if a reaction is expected to be second order in A and first order in B, the rate would be plotted versus CACB. For first guesses of reaction orders, the available data can be subdivided so that the concentration of all but one participant are the same within each group. The dependence of the rate on the concentration of that participant then is an indication of the respective order. Often, the evaluation need not be carried beyond this stage. [Pg.49]

A more advanced method is the Runge-Kutte (RK). The idea here is to generate some intermediate steps which allow a better and more stable estimate of the next geometry -Tor a given step size. The second-order Runge-Kutte (RK2) method first calculates the... [Pg.344]

Euler s and RK methods are also known as one-step techniques which use function values only in a single step, that is, in the preceding step. However, in the multistep techniques, evaluation of each step requires function values from more than one of the preceding steps. The benefit of the multistep techniques is the use of additional information to obtain more accurate solutions. The Adams-Bashforth methods for explicit solution of Equation 11.1 are multi-step in nature and are given in second and fourth orders in Equations 11.19 and 11.20, respectively, as follows ... [Pg.254]

RK.m-The Runge-Kutta methods This function is capable of solving die set of differential equations by a second-, third-, fourth-, or fifth-order Runge-Kutta method. The formulas that appeared in Table 5.2 are used for calculating a Runge-Kutta solution of the differential equations. [Pg.297]


See other pages where Second-Order RK Method is mentioned: [Pg.106]    [Pg.119]    [Pg.120]    [Pg.120]    [Pg.106]    [Pg.119]    [Pg.120]    [Pg.120]    [Pg.107]    [Pg.344]    [Pg.54]    [Pg.158]    [Pg.159]    [Pg.180]    [Pg.156]    [Pg.417]    [Pg.64]    [Pg.191]    [Pg.192]    [Pg.180]   


SEARCH



Second method

Second-order method

© 2024 chempedia.info