Math 216 Demonstrations

Three-compartment Lead Tracking Model: Euler's Method

Model Description

Lead has been and continues to be a component in a large number of objects in our environment, perhaps most conspicuously in paints made before 1978 (at which point the US Consumer Product Safety Commission banned lead from paint).[1] It also causes, especially for children, nervous system damage, stunted growth, kidney damage, and delayed development.[2] Lead intake into the body may be through inhalation of lead dust or ingestion; in either case, it ends up in the bloodstream and from there may move into the tissues and bones. This behavior is captured by a three-compartment model, as shown below.
figure of a three-compartment lead model
Here lead enters the bloodstream at a rate \(I\), resulting in amounts \(x_1\), \(x_2\) and \(x_3\) in the bloodstream, tissues and bones, and is transferred to compartment \(i\) from compartment \(j\) at a rate \(k_{ij}\). Lead is filtered out of the bloodstream by the kidneys and lost from the tissues into the hair and through tissue loss.

ODE Model

Assuming that all transfers between and out of the compartments indicated above are proportional to the amount of the lead present there as suggested above, we obtain the simple linear system \[ \begin{aligned} x_1'(t) &= -(k_{01} + k_{21} + k_{31})\, x_1(t) + k_{12}\,x_2(t) + k_{13}\,x_3(t) + I_1\\ x_2'(t) &= k_{21}\,x_1(t) - (k_{02} + k_{12})\, x_2(t)\\ x_3'(t) &= k_{31}\,x_1(t) - k_{13}\,x_3(t). \end{aligned} \] with initial condition \(x_1(0) = I_{01}\), \(x_2(0) = I_{02}\) and \(x_3(0) = I_{03}\).

This model was considered in [3] and expanded on in [4], and is described in [5]. In those a controlled experiment in which lead was introduced into a male volunteer's diet and the amount in his bloodstream, tissues and bones considered; from those data, they deduced the values \[ I_1 = 49.3, k_{01} = 0.0211, k_{21} = 0.0111, k_{31} = 0.0039, k_{02} = 0.0162, k_{12} = 0.0124, \quad\mbox{and}\quad k_{13} = 0.000035. \] (values are from [4]; \(I_1\) is in \(\mu\)g/day). For initial conditions we consider all of \(I_{01}\), \(I_{02}\) and \(I_{03}\) to be zero.

Matlab Demos

We consider here a simple demo that graphs a solution to this using Euler's method.

Looking at the Model

Some questions that may be worth considering:

References

  1. U.S. Consumer Product Safety Commission (September 1977). "News from the CPSC." CPSC Announces Final Ban On Lead-Containing Paint. USCPSC. Retrieved on: 22 Oct, 2012.
  2. Agency for Toxic Substances and Disease Registry (August 2007). ToxFAQs for Lead. Center for Disease Control. Retrieved on: 22 Oct, 2012.
  3. Rabinovitz, M.B., Wetherill, G.W., and J.D. Kopple (November 1973). "Lead Metabolism in the Normal Human: Stable Isotope Studies." Science. 182(4113): 725-727.
  4. Batschelet, E., Brand, L. and A. Steiner (1979). "On the Kinetics of Lead in the Human Body." Journal of Mathematical Biology 8:15-23.
  5. Borelli, R.L. and C.S. Coleman. Differential Equations, a Modeling Perspective, 2nd ed. New York:Wiley, 2004.
UMMath Math 216 Lecture Demos: 4_3Lead
Last Modified: 12:35 EDT 10/16/2012
Creative Commons License
(c)2012 Regents of the University of Michigan
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.