Jim Belk Cornell University

Homework 3

Due Date: Friday, September 16

Instructions: Feel free to work together with other students in the class, though you must turn in your own copy of the solutions, and you must acknowledge anyone that you worked with. You can turn in your homework assignment by e-mailing me your solutions.

  1. The file MammalData.xlsx contains data for the body weight, brain weight, life span, and gestation period for 55 different species of mammals. (This famous data set was assembled for the paper Allison, Truett, and Domenic V. Cicchetti. “Sleep in mammals: ecological and constitutional correlates.” Science 194.4266 (1976): 732–734.)
    1. Make a log-log scatter plot of brain weight vs. body weight for mammals in the data set. Find the linear regression line for the log-log data and add it to the plot. What is the exponent of the allometric scaling law for brain weight?
    2. Repeat part (a) for life span vs. body weight and gestation period vs. body weight. What are the associated allometric exponents?
  2. In a growing organism, metabolic energy is used both to maintain existing cells and to create new cells. We can model this relationship using the differential equation \[ Y \,=\, Y_c\,N + E_c\frac{dN}{dt}, \] where
    • \(Y\) is the metabolic rate of the organism,
    • \(N\) is the number of cells of the organism,
    • \(Y_c\) is the metabolic rate of each cell, and
    • \(E_c\) is the amount of energy required to make a new cell.
    Here \(Y\) and \(N\) vary over an organism's life, but \(Y_c\) and \(E_c\) are assumed to be constant.
    1. Briefly explain the significance of each of the terms in the differential equation above. What does \(Y_c\,N\) represent? What does \(E_c\dfrac{dN}{dt}\) represent?
    2. Let \(M\) denote the mass of the growing organism. Assuming \(Y = aM^{3/4}\) for some constant \(a\) (Kleiber's allometric law), show that \(M\) satisfies the differential equation \[ E_c\frac{dM}{dt} \,=\, aM_c\, M^{3/4} - Y_c\,M \] where \(M_c\) represents the (constant) mass of each cell.
    3. Use the differential equation in part (b) to find a formula for the adult mass \(M_{\mathrm{max}}\) of the organism in terms of \(a\), \(M_c\), and \(Y_c\).
    4. Show that the differential equation in part (b) can be rewritten as \[ \frac{dM}{dt} \,=\, 4k\,M^{3/4}\Bigl(M_{\mathrm{max}}^{1/4} - M^{1/4}\Bigr). \] where \(k = \dfrac{a\,M_c}{4\,M_{\mathrm{max}}^{1/4}\,E_c}\).
    5. Use separation of variables to find the general solution to the equation in part (d). This gives the universal growth curve that all organisms follow. (See West, Geoffrey B., James H. Brown, and Brian J. Enquist. “A general model for ontogenetic growth.” Nature 413.6856 (2001): 628–631.)
/