Determine the solution to the kinetic system where the reaction rates are k 1 , k 2

Question:

Determine the solution to the kinetic systemA B C B  D

where the reaction rates are k1, k2, and k3 (in the order written here). The corresponding ODEs that you need to solve aredA dt dB dt dC dt -kA = kA - kB - k3B = KB

dD dt = k3B

The initial condition is a concentration A0 and no B, C, or D.Write a MATLAB program that plots the solution up to t = 10 for k1 = 2, k2 = 0.5, k3 = 0.3, and A0 = 1. Now write a MATLAB program that uses RK4 to integrate the system. Pick a time step so that the solution is stable and the error is small. Your program should plot the numerical solution and the analytical result together.

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: