



















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to the concepts of difference and differential equations in the context of biochemical kinetics. How recursion relations can be expressed as difference equations and discusses the advantages and disadvantages of both types of equations. It also covers numerical integration and its application to differential equations. The goal is to describe how the behavior of a biochemical system depends on parameters and boundary conditions.
Typology: Slides
1 / 27
This page cannot be seen from the preview
Don't miss anything!




















Robert F. Murphy
The recursion relations we have used before could be expressed as difference equations.
This is because an equation of the form xi+1=f(xi) can always be rewritten as
Analysis of the kinetics of biochemical reactions requires the use of differential equations.
Difference equations allow direct, exact integration to calculate the values of dependent variables at all values of the independent variable (such as generation number)
Difference equations imply a “synchronicity” to changes in variables
Differential equations can sometimes be solved analytically to yield an equation for the dependent variable as a function of the independent variable(s) that does not involve derivatives
An alternative is to approximate the solution by numerical integration
The simplest numerical integration method is Euler’s method. It simply converts each differential to a difference and calculates the value of the dependent variables by multiplying the right hand side of each differential equation by the step size.
The smaller the step size is, the greater the accuracy obtained but the greater the number of calculations that must be done to get to a specific value of the independent variable
To increase efficiency, the step size can be changed from one step to another If the change in the dependent variable from the previous step to the current one is “small,” the step size can be increased (and vice versa)
Boundary conditions can be divided into two categories Initial value problems occur when all dependent variables are known at some starting value of the independent variable Two-point boundary problems occur when some dependent variables are known only at one value of the independent variable and the rest are known only at some other value of the independent variable
We will consider only initial value problems, where we wish to calculate the values of the dependent variables at some point or set of points different from the initial point
We can write four differential equations describing this system. We will use E as shorthand for E ( t ), S for S ( t ), C for C ( t ), and P for P ( t ).
What is an expression for dE/dt?
k 1 k 1
k 2 E P
k 1 k 1
k 2 E P
dE dt
dS dt
?
dE dt
dS dt
k 1 ES k 1 C dC dt
dP dt
?
k 1 k 1
k 2 E P
dE dt
dS dt
k 1 ES k 1 C dC dt
dP dt
k 2 C
k 1 k 1
k 2 E P
We have a set of four coupled differential equations that cannot be solved analytically.
We can
Try to simplify them using various assumptions so that they can be solved analytically, or Integrate them numerically
To simplify system, we first assume that the substrate is present in such a high concentration that it is always in vast excess over the enzyme concentration. In this case, the substrate concentration may be viewed as remaining constant: S ( t ) S 0