0% found this document useful (0 votes)
62 views2 pages

Euler Explícito: H k1 T Ca CB CC Fa F k2 Ca (0) CB (0) CC (0) EDO's

This document summarizes the explicit Euler method and the Runge-Kutta 2nd order method (predictor-corrector) for solving a system of ordinary differential equations (ODEs) describing the change in concentrations of species Ca, Cb, and Cc over time. The methods are applied to the same system of ODEs with initial concentrations of 5 mol/L for Ca, 1 mol/L for Cb, and 1 mol/L for Cc. The explicit Euler method and Runge-Kutta method both produce tables of concentration values for Ca, Cb, and Cc at increasing time points.

Uploaded by

Juliana Mattos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views2 pages

Euler Explícito: H k1 T Ca CB CC Fa F k2 Ca (0) CB (0) CC (0) EDO's

This document summarizes the explicit Euler method and the Runge-Kutta 2nd order method (predictor-corrector) for solving a system of ordinary differential equations (ODEs) describing the change in concentrations of species Ca, Cb, and Cc over time. The methods are applied to the same system of ODEs with initial concentrations of 5 mol/L for Ca, 1 mol/L for Cb, and 1 mol/L for Cc. The explicit Euler method and Runge-Kutta method both produce tables of concentration values for Ca, Cb, and Cc at increasing time points.

Uploaded by

Juliana Mattos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

h 1s Euler explícito

k1 0.3 s-1 t Ca Cb Cc fa f
k2 0.05 s-1 0 5 1 1 -1.50 1.45
Ca(0) 5 mol/L 1 3.50 2.45 1.05 -1.05 0.93
Cb(0) 1 mol/L 2 2.45 3.38 1.17 -0.74 0.57
Cc(0) 1 mol/L 3 1.72 3.94 1.34 -0.51 0.32
4 1.20 4.26 1.54 -0.36 0.15
EDO's 5 0.84 4.41 1.75 -0.25 0.03
dCa/dt = -k1.Ca
dCb/dt = k1.Ca - k2.Cb Runge-Kutta 2ª ordem (pre
dCc/dt = k2.Cb t Ca Cb Cc F1an F1bn
0 5 1 1 -1.50 1.45
1 3.73 2.19 1.09 -1.12 1.01
2 2.78 3.00 1.22 -0.83 0.68
3 2.07 3.54 1.39 -0.62 0.44
4 1.54 3.88 1.58 -0.46 0.27
5 1.15 4.08 1.78 -0.34 0.14
plícito
fc Ca+1 Cb+1 Cc+1
0.05 3.50 2.45 1.05
0.12 2.45 3.38 1.17
0.17 1.72 3.94 1.34
0.20 1.20 4.26 1.54
0.21 0.84 4.41 1.75
0.22 0.59 4.44 1.97

tta 2ª ordem (preditor-corretor)


F1cn F2an F2bn F2cn Ca+1 Cb+1 Cc+1
0.05 -1.05 0.93 0.12 3.73 2.19 1.09
0.11 -0.78 0.62 0.16 2.78 3.00 1.22
0.15 -0.58 0.40 0.18 2.07 3.54 1.39
0.18 -0.43 0.23 0.20 1.54 3.88 1.58
0.19 -0.32 0.12 0.21 1.15 4.08 1.78
0.20 -0.24 0.03 0.21 0.85 4.16 1.98

You might also like