Chapter 27
Numerical Integration
return to the Course index
previous | next
Numerical Integration
Student Objectives for this Chapter
- Understand the Process of Numerical Integration using Euler's method
- Understand some of the other Numerical Integration Methods (algorithms)
- Consider the Reasons for Choosing One Method over Another
Pharmacokinetics involves rate processes. Rate process are readily described with differential equations. With a diagram for a pharmacokinetic model with its circles and arrows you should now be able to write the corresponding differential equations. Thse differential eqautions can be integrated analytical by various methods. We have used the Laplace transform method as it can be applied to many of the equations found in pharmacokinetics. There are a few types of differential equations which can't be integrated and often it is just easier to let the computer do the integration for you. The computer takes the slope or rate of change or differential equation for a component and a starting point to get to a new value. Euler's method is a simple point and slope method that is relatively easy to understand. We will start by exploring this method in some detail before moving on to some other, more efficient methods.
These methods include
- Point-slope Methods
- Euler's Method
- Runge-Kutta Methods
- RKF45 Method
- Multi-steps Methods
- Adams-Bashford Method
- Predictor-Corrector Methods
- Adams-Moulton Method
- Gear's Method
This page was last modified: Sunday, 28th Jul 2024 at 5:08 pm
Privacy Statement - 25 May 2018
Material on this website should be used for Educational or Self-Study Purposes Only
Copyright © 2001 - 2025 David W. A. Bourne (david@boomer.org)
 | Drug Structures A game to aid recognizing drug structures See how many structures you can name before you run out of lives |

|