#$&* course MTH 279 Section 2.4.*********************************************
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique rating: OK ********************************************* Question: 2. What annual rate of return is required if an investment of $1000 is to reach $3000 in 15 years? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: 3000 = 1000(1 + r)^(15) 3 = (1+r)^(15) 3^(1/15) = 1+r r = 3^(1/15)-1 ≈ 0.0759 The annual rate of return required would be 7.59%. confidence rating #$&*: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique rating: OK ********************************************* Question: 3. A bacteria colony has a constant growth rate. The population grows from 40 000 to 100 000 in 72 hours. How much longer will it take the population to grow to 200 000? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: Rate of change of Bacteria = growth rate * # of bacteria B’(t) = kB(t) dB/dt = kB ʃdB/B = ʃkdt ln(B) + c_1 = kt + c_2 ln(B) = kt + C B(t) = Ce^(kt) Initial Conditions: B(0) = 40000 and B(72) = 100000. 40000 = Ce^(k*0) >> C = 40000 100000 = 40000e^(72k) 5/2 = e^(72k) ln(5)-ln(2) = 72k [ln(5)-ln(2)]/72 = k ≈ 0.0127 200000 = 100000e^({[ln(5) - ln(2)]t}/72) 2 = e^({[ln(5) - ln(2)]t}/72) ln(2) = {[ln(5) - ln(2)]t}/72 72ln(2) = (ln(5) - ln(2))t [72ln(2)]/[ln(5)-ln(2)] = t ≈ 54.4658 It would take approximately 54 hours and 28 minutes to reach 200,000 bacteria. confidence rating #$&*: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK Self-critique rating: OK ********************************************* Question: 4. A population experiences growth rate k and migration rate M, meaning that when the population is P the rate at which new members are added is k P, but the rate at they enter or leave the population is M (positive M implies migration into the population, negative M implies migration out of the population). This results in the differential equation dP/dt = k P + M. Given initial condition P = P_0, solve this equation for the population function P(t). **** #$&* In terms of k and M, determine the minimum population required to achieve long-term growth. **** #$&* What migration rate is required to achieve a constant population? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: dP/dt - kP = M µ = e^(ʃ-kdt) = e^(-kt) e^(-kt)dP/dt - ke^(-kt)P = Me^(-kt) d/dt(Pe^(-kt)) = Me^(-kt) ʃd/dt(Pe^(-kt)) dt = ʃMe^(-kt)dt Pe^(-kt) + c_1 = -Me^(-kt)/k + c_2 Pe^(-kt) = -Me^(-kt)/k + C P(t) = -M/k + Ce^(kt) To have long-term growth, the population growth [Ce^(kt)] must be greater than the migration [-M/k]. If we say that the population is at its minimum when t = 0, then we have P(t) = C - M/k, with C being the initial population. We then see that the minimum population required to achieve net-growth would be ≥ M/k. To achieve a constant population, we must have a migration rate (M) that is equal to the population growth rate. M = kP confidence rating #$&*: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique rating: OK ********************************************* Question: 5. Suppose that the migration in the preceding occurs all at once, annually, in such a way that at the end of the year, the population returns to the same level as that of the previous year. How many individuals migrate away each year? **** #$&* How does this compare to the migration rate required to achieve a steady population, as determined in the preceding question? **** #$&* YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The number of individuals that migrate out would be equal to the population growth. Imagine that there are initially 2 individuals in a population. The population grows by 2 in that year, to make a population of 4. The migration out must be 2, so that the population returns to the initial population point of 2. This is the same as the migration rate required to achieve a steady population. In the example I gave, k would be 1. However, it can be any value, as long as the rate for the population growth is equal to the rate for the migration.
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique rating: OK ********************************************* Question: 6. A radioactive element decays with a half-life of 120 days. Another substance decays with a very long half-life producing the first element at what we can regard as a constant rate. We begin with 3 grams of the element, and wish to increase the amount present to 4 grams over a period of 360 days. At what constant rate must the decay of the second substance add the first? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: First element: Q(t) = Ce^(-kt) 100 = 50e^(-120k) ½ = e^(-120k) ln(1/2) = -120k k = -ln(1/2)/120 ≈ 0.0058 = The decay rate of the first element. We now know that the amount of the first element is Q(t) = 3e^(-0.006t) at time t. We know that to keep the amount of element at equilibrium the rate that material must be added is equal to the rate that the element decays, Q’(t) = -0.018e^(-0.006t). This means that the second element must decay at constant rate of -0.018 to maintain a constant amount of the first element. The second element must contribute at least 0.018g of new element 1 per day to increase to 4g. confidence rating #$&*: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): This problem took me awhile, and I wasn’t sure exactly which direction to go at it. I think I got the answer, but I’m not entirely sure.