Differential Equations Quiz: Doubling Time And Half Life
20 questions · exam conditions
0:00
Doubling Time And Half LifeQuestion 1 of 20

A bacterial culture's population doubles every 4 hours. Assuming the population grows exponentially according to the model dP/dt=kPdP/dt = kP, approximately how long does it take for the population to triple its initial size?

6.0 hours
6.3 hours
8.0 hours
5.8 hours
← Back to quizzes

Differential Equations Quiz

Differential Equations Quiz: Doubling Time And Half Life

Practice Doubling Time And Half Life in Differential Equations with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Doubling Time And Half Life, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A bacterial culture's population doubles every 4 hours. Assuming the population grows exponentially according to the model dP/dt=kPdP/dt = kP, approximately how long does it take for the population to triple its initial size?

  1. 6.0 hours
  2. 6.3 hours (correct answer)
  3. 8.0 hours
  4. 5.8 hours
Explanation: The doubling time TdT_d is related to the growth constant kk by Td=ln(2)/kT_d = \ln(2)/k. Given Td=4T_d = 4 hours, we have k=ln(2)/4k = \ln(2)/4. We want to find the time tt when the population P(t)P(t) is three times the initial population P0P_0. The model is P(t)=P0ektP(t) = P_0 e^{kt}. We set P(t)=3P0P(t) = 3P_0: 3P0=P0ekt    3=ekt    t=ln(3)k3P_0 = P_0 e^{kt} \implies 3 = e^{kt} \implies t = \frac{\ln(3)}{k} Substituting the value of kk: t=ln(3)ln(2)/4=4ln(3)ln(2)=4log2(3)t = \frac{\ln(3)}{\ln(2)/4} = 4 \frac{\ln(3)}{\ln(2)} = 4 \log_2(3) Using the approximations ln(3)1.0986\ln(3) \approx 1.0986 and ln(2)0.6931\ln(2) \approx 0.6931, we get: t4×1.09860.69314×1.5856.34 hours.t \approx 4 \times \frac{1.0986}{0.6931} \approx 4 \times 1.585 \approx 6.34 \text{ hours.}

Question 2

The quantity Q(t)Q(t) of a substance follows the law of exponential decay, dQ/dt=kQdQ/dt = -kQ with k>0k > 0. Let ThT_h be the half-life. Let T1/3T_{1/3} be the time it takes for the substance to decay to one-third of its initial amount. What is the ratio T1/3/ThT_{1/3} / T_h?

  1. 3/23/2
  2. 2/32/3
  3. log3(2)\log_3(2)
  4. log2(3)\log_2(3) (correct answer)
Explanation: For exponential decay Q(t)=Q0ektQ(t) = Q_0 e^{-kt}, the half-life ThT_h is the time when Q(Th)=(1/2)Q0Q(T_h) = (1/2)Q_0. (1/2)Q0=Q0ekTh    ln(1/2)=kTh    ln(2)=kTh    Th=ln(2)k(1/2)Q_0 = Q_0 e^{-k T_h} \implies \ln(1/2) = -k T_h \implies -\ln(2) = -k T_h \implies T_h = \frac{\ln(2)}{k} Similarly, T1/3T_{1/3} is the time when Q(T1/3)=(1/3)Q0Q(T_{1/3}) = (1/3)Q_0. (1/3)Q0=Q0ekT1/3    ln(1/3)=kT1/3    ln(3)=kT1/3    T1/3=ln(3)k(1/3)Q_0 = Q_0 e^{-k T_{1/3}} \implies \ln(1/3) = -k T_{1/3} \implies -\ln(3) = -k T_{1/3} \implies T_{1/3} = \frac{\ln(3)}{k} The ratio is: T1/3Th=ln(3)/kln(2)/k=ln(3)ln(2)\frac{T_{1/3}}{T_h} = \frac{\ln(3)/k}{\ln(2)/k} = \frac{\ln(3)}{\ln(2)} Using the change of base formula for logarithms, logb(x)=ln(x)/ln(b)\log_b(x) = \ln(x)/\ln(b), this ratio is equal to log2(3)\log_2(3).

Question 3

Isotope A has a half-life of 20 days. Isotope B has a half-life of 30 days. A sample is prepared with an initial ratio of 4 atoms of Isotope A to 1 atom of Isotope B. After how many days will the ratio of atoms of Isotope A to Isotope B be 1-to-1?

  1. 24 days
  2. 60 days
  3. 120 days (correct answer)
  4. 150 days
Explanation: Let NA(t)N_A(t) and NB(t)N_B(t) be the number of atoms. Let NA(0)=4N0N_A(0) = 4N_0 and NB(0)=N0N_B(0) = N_0. The decay constants are kA=ln(2)/20k_A = -\ln(2)/20 and kB=ln(2)/30k_B = -\ln(2)/30. The models are: NA(t)=4N0ekAtN_A(t) = 4N_0 e^{k_A t} and NB(t)=N0ekBtN_B(t) = N_0 e^{k_B t}. We want to find tt where NA(t)=NB(t)N_A(t) = N_B(t): 4N0ekAt=N0ekBt4N_0 e^{k_A t} = N_0 e^{k_B t} 4=ekBtekAt=e(kBkA)t4 = \frac{e^{k_B t}}{e^{k_A t}} = e^{(k_B - k_A)t} Taking the natural logarithm of both sides: ln(4)=(kBkA)t\ln(4) = (k_B - k_A)t 2ln(2)=(ln(2)30(ln(2)20))t2\ln(2) = \left(-\frac{\ln(2)}{30} - \left(-\frac{\ln(2)}{20}\right)\right)t 2ln(2)=(120130)ln(2)t2\ln(2) = \left(\frac{1}{20} - \frac{1}{30}\right) \ln(2) t 2=(3260)t=160t2 = \left(\frac{3-2}{60}\right)t = \frac{1}{60}t t=120 days.t = 120 \text{ days.}

Question 4

A radioactive material has a half-life of TT. How much time must pass until only 1/101/10 of the original material remains?

  1. Tlog10(2)T \log_{10}(2)
  2. Tlog2(10)T \log_2(10) (correct answer)
  3. 3.5T3.5 T
  4. 5T5 T
Explanation: The amount of material P(t)P(t) is given by P(t)=P0ektP(t) = P_0 e^{kt}. The half-life TT is related to kk by T=ln(2)/kT = -\ln(2)/k, so k=ln(2)/Tk = -\ln(2)/T. We want to find the time tt when P(t)=(1/10)P0P(t) = (1/10)P_0. 110P0=P0ekt    110=ekt\frac{1}{10}P_0 = P_0 e^{kt} \implies \frac{1}{10} = e^{kt} Taking the natural logarithm of both sides: ln(1/10)=kt    ln(10)=kt\ln(1/10) = kt \implies -\ln(10) = kt t=ln(10)k=ln(10)ln(2)/T=Tln(10)ln(2)t = \frac{-\ln(10)}{k} = \frac{-\ln(10)}{-\ln(2)/T} = T \frac{\ln(10)}{\ln(2)} Using the change of base formula for logarithms, logb(x)=ln(x)/ln(b)\log_b(x) = \ln(x)/\ln(b), this is equivalent to Tlog2(10)T \log_2(10).

Question 5

A cell culture starts with N0N_0 cells and its population doubles every 6 hours. After 24 hours, an inhibitor is added that causes the population to decay with a half-life of 3 hours. How many hours after the inhibitor is added will the population return to its original size, N0N_0?

  1. 4 hours
  2. 9 hours
  3. 12 hours (correct answer)
  4. 24 hours
Explanation: First, calculate the population after the 24-hour growth phase. The doubling time is 6 hours, so in 24 hours, there are 24/6=424/6 = 4 doubling periods. The population becomes N(24)=N0×24=16N0N(24) = N_0 \times 2^4 = 16N_0. Next, this population of 16N016N_0 begins to decay with a half-life of 3 hours. We want to find the time tt it takes to return to N0N_0. The decay model is N(t)=(16N0)(1/2)t/3N(t) = (16N_0) (1/2)^{t/3}. N0=(16N0)(12)t/3N_0 = (16N_0) \left(\frac{1}{2}\right)^{t/3} 116=(12)t/3\frac{1}{16} = \left(\frac{1}{2}\right)^{t/3} Since 1/16=(1/2)41/16 = (1/2)^4, we have: (12)4=(12)t/3\left(\frac{1}{2}\right)^4 = \left(\frac{1}{2}\right)^{t/3} Equating the exponents: 4=t/34 = t/3, which gives t=12t = 12 hours.

Question 6

The rate of decay of a radioactive substance is proportional to the amount of substance present. When there are 100 grams of the substance, its mass is decreasing at a rate of 2 grams per day. What is the half-life of the substance?

  1. 50ln(2)50 \ln(2) days (correct answer)
  2. 50 days
  3. 25 days
  4. 50/ln(2)50 / \ln(2) days
Explanation: When you encounter radioactive decay problems, you're dealing with exponential decay where the rate of change is proportional to the current amount. This translates to the differential equation dNdt=kN\frac{dN}{dt} = -kN, where kk is the decay constant. Given that 100 grams decreases at 2 grams per day, you can find the decay constant: 2=k(100)-2 = -k(100), so k=0.02 day1k = 0.02 \text{ day}^{-1}. The general solution to exponential decay is N(t)=N0ektN(t) = N_0 e^{-kt}. Half-life occurs when N(t)=N02N(t) = \frac{N_0}{2}, giving us: N02=N0ekt1/2\frac{N_0}{2} = N_0 e^{-kt_{1/2}} Dividing by N0N_0 and taking the natural logarithm: ln(12)=kt1/2\ln\left(\frac{1}{2}\right) = -kt_{1/2} ln(2)=0.02t1/2-\ln(2) = -0.02 \cdot t_{1/2} t1/2=ln(2)0.02=ln(2)1/50=50ln(2)t_{1/2} = \frac{\ln(2)}{0.02} = \frac{\ln(2)}{1/50} = 50\ln(2) Answer A) 50ln(2)50\ln(2) days is correct. Answer B) 50 days incorrectly assumes the decay constant equals 0.01 instead of 0.02, or confuses the relationship between half-life and decay rate. Answer C) 25 days likely comes from incorrectly thinking half-life is simply half the initial amount divided by the decay rate (100÷2÷2). Answer D) 50/ln(2)50/\ln(2) days inverts the correct formula, a common algebraic error when solving ln(2)=kt1/2\ln(2) = kt_{1/2}. Remember: in exponential decay problems, always set up the differential equation first, find the decay constant from given conditions, then use t1/2=ln(2)kt_{1/2} = \frac{\ln(2)}{k} for half-life calculations.

Question 7

An initial investment P0P_0 is made into an account that earns interest compounded continuously. The investment triples in value in 18 years. How many years does it take for the investment to double in value?

  1. 12 years
  2. 18log3(2)18 \log_3(2) years (correct answer)
  3. 18log2(3)18 \log_2(3) years
  4. 9 years
Explanation: The value of the investment is V(t)=P0ertV(t) = P_0 e^{rt}. We are given that the investment triples in 18 years, so V(18)=3P0V(18) = 3P_0. 3P0=P0er18    3=e18r    ln(3)=18r    r=ln(3)183P_0 = P_0 e^{r \cdot 18} \implies 3 = e^{18r} \implies \ln(3) = 18r \implies r = \frac{\ln(3)}{18} We want to find the doubling time, TdT_d, which is the time when V(Td)=2P0V(T_d) = 2P_0. 2P0=P0erTd    2=erTd    ln(2)=rTd2P_0 = P_0 e^{r T_d} \implies 2 = e^{r T_d} \implies \ln(2) = r T_d Td=ln(2)rT_d = \frac{\ln(2)}{r} Substituting the expression for rr: Td=ln(2)ln(3)/18=18ln(2)ln(3)T_d = \frac{\ln(2)}{\ln(3)/18} = 18 \frac{\ln(2)}{\ln(3)} Using the change of base formula for logarithms, this is 18log3(2)18 \log_3(2) years.

Question 8

A colony of bacteria grows exponentially. Under current conditions, its doubling time is TdT_d. A new nutrient is introduced that increases the relative growth rate, kk, by 50%. What is the new doubling time in terms of TdT_d?

  1. 1.5Td1.5 T_d
  2. 0.5Td0.5 T_d
  3. (2/3)Td(2/3) T_d (correct answer)
  4. Td/ln(1.5)T_d / \ln(1.5)
Explanation: The doubling time TdT_d is inversely proportional to the growth rate kk, given by the formula Td=ln(2)/kT_d = \ln(2)/k. The original growth rate is kk. The new growth rate, knewk_{new}, is 50% larger than kk. This means knew=k+0.50k=1.5kk_{new} = k + 0.50k = 1.5k. The new doubling time, TnewT_{new}, is: Tnew=ln(2)knew=ln(2)1.5k=11.5(ln(2)k)=13/2Td=23TdT_{new} = \frac{\ln(2)}{k_{new}} = \frac{\ln(2)}{1.5k} = \frac{1}{1.5} \left(\frac{\ln(2)}{k}\right) = \frac{1}{3/2} T_d = \frac{2}{3} T_d

Question 9

The mass of a radioactive substance is measured at two points in time. At t=5t = 5 years, there are 80 grams remaining. At t=20t = 20 years, there are 10 grams remaining. Assuming the substance decays exponentially, what is its half-life?

  1. 3 years
  2. 5 years (correct answer)
  3. 7.5 years
  4. 15 years
Explanation: The amount of substance M(t)M(t) follows the model M(t)=M0ektM(t) = M_0 e^{kt}. We have two data points: M(5)=80=M0e5kM(5) = 80 = M_0 e^{5k} M(20)=10=M0e20kM(20) = 10 = M_0 e^{20k} Dividing the second equation by the first gives: 1080=M0e20kM0e5k    18=e15k\frac{10}{80} = \frac{M_0 e^{20k}}{M_0 e^{5k}} \implies \frac{1}{8} = e^{15k} Alternatively, one can reason that the mass decreased by a factor of 80/10=880/10 = 8 in 205=1520 - 5 = 15 years. Since 8=238 = 2^3, this period of 15 years corresponds to 3 half-lives. Therefore, the half-life ThT_h is 15 years/3=515 \text{ years} / 3 = 5 years.

Question 10

Population A starts with 1000 individuals and has a doubling time of 10 years. Population B starts with 250 individuals and has a doubling time of 5 years. In how many years will the two populations be equal?

  1. 10 years
  2. 15 years
  3. 25 years
  4. 20 years (correct answer)
Explanation: When you encounter exponential growth problems involving doubling times, you're dealing with exponential functions where populations grow according to P(t)=P02t/dP(t) = P_0 \cdot 2^{t/d}, where P0P_0 is the initial population, tt is time, and dd is the doubling time. For Population A: PA(t)=10002t/10P_A(t) = 1000 \cdot 2^{t/10} For Population B: PB(t)=2502t/5P_B(t) = 250 \cdot 2^{t/5} To find when they're equal, set the equations equal: 10002t/10=2502t/51000 \cdot 2^{t/10} = 250 \cdot 2^{t/5} Dividing both sides by 250: 42t/10=2t/54 \cdot 2^{t/10} = 2^{t/5} Since 4=224 = 2^2: 222t/10=2t/52^2 \cdot 2^{t/10} = 2^{t/5} Using exponent rules: 22+t/10=2t/52^{2 + t/10} = 2^{t/5} Therefore: 2+t10=t52 + \frac{t}{10} = \frac{t}{5} Solving for t: 2=t5t10=2tt10=t102 = \frac{t}{5} - \frac{t}{10} = \frac{2t - t}{10} = \frac{t}{10} So t=20t = 20 years, confirming answer D. Choice A (10 years) is Population A's doubling time, but ignores Population B's faster growth. Choice B (15 years) might come from averaging the doubling times, which doesn't work with exponential functions. Choice C (25 years) could result from incorrectly adding the doubling times. Study tip: In exponential growth problems, always set up the proper exponential equations rather than using linear thinking like averaging rates. The faster-growing population will eventually catch up, even if it starts smaller.

Question 11

A scientist has two samples. Sample X is a bacterial culture that doubles its mass every 3 hours. Sample Y is a radioactive isotope that loses half its mass every 4 hours. At t=0t=0, the mass of Sample X is 10 grams and the mass of Sample Y is 160 grams. At what time tt are the masses of the two samples equal?

  1. 48/748/7 hours (correct answer)
  2. 16 hours
  3. 12 hours
  4. 48 hours
Explanation: When you encounter problems involving exponential growth and decay, you're dealing with processes that change at rates proportional to their current values. This creates exponential functions that either grow (like bacteria) or decay (like radioactive isotopes). For Sample X (bacterial growth), since it doubles every 3 hours, its mass follows MX(t)=102t/3M_X(t) = 10 \cdot 2^{t/3}. For Sample Y (radioactive decay), since it halves every 4 hours, its mass follows MY(t)=160(1/2)t/4M_Y(t) = 160 \cdot (1/2)^{t/4}. To find when the masses are equal, set them equal: 102t/3=160(1/2)t/410 \cdot 2^{t/3} = 160 \cdot (1/2)^{t/4} Dividing by 10: 2t/3=16(1/2)t/42^{t/3} = 16 \cdot (1/2)^{t/4} Since 16=2416 = 2^4 and (1/2)t/4=2t/4(1/2)^{t/4} = 2^{-t/4}: 2t/3=242t/4=24t/42^{t/3} = 2^4 \cdot 2^{-t/4} = 2^{4-t/4} Taking logarithms: t3=4t4\frac{t}{3} = 4 - \frac{t}{4} Multiplying by 12: 4t=483t4t = 48 - 3t, so 7t=487t = 48, giving t=487t = \frac{48}{7} hours. Answer A is correct. Answer B (16 hours) might come from incorrectly setting up the initial ratio. Answer C (12 hours) could result from computational errors in solving the logarithmic equation. Answer D (48 hours) appears if you forget to divide by 7 in the final step. Remember: exponential growth/decay problems require careful attention to the base and exponent setup. Always verify your exponential functions match the given doubling/halving times before solving.

Question 12

Two radioactive isotopes A and B have half-lives of 10 years and 15 years, respectively. Initially, there are equal amounts of both isotopes. After how many years will the amount of isotope A be exactly half the amount of isotope B?

  1. 15 years
  2. 20 years
  3. 25 years
  4. 30 years (correct answer)
Explanation: Let initial amount be N0N_0 for both. After time tt: NA(t)=N0eln210tN_A(t) = N_0 e^{-\frac{\ln 2}{10}t} and NB(t)=N0eln215tN_B(t) = N_0 e^{-\frac{\ln 2}{15}t}. We need NA(t)=12NB(t)N_A(t) = \frac{1}{2}N_B(t): N0eln210t=12N0eln215tN_0 e^{-\frac{\ln 2}{10}t} = \frac{1}{2}N_0 e^{-\frac{\ln 2}{15}t}. This gives us eln210t+ln215t=12e^{-\frac{\ln 2}{10}t + \frac{\ln 2}{15}t} = \frac{1}{2}, so eln2t(110+115)=12e^{\ln 2 \cdot t(-\frac{1}{10} + \frac{1}{15})} = \frac{1}{2}. Since 110+115=130-\frac{1}{10} + \frac{1}{15} = -\frac{1}{30}, we get eln230t=12e^{-\frac{\ln 2}{30}t} = \frac{1}{2}, giving t=30t = 30 years. Other choices represent errors in combining the decay rates.

Question 13

A investment account grows according to dAdt=rA\frac{dA}{dt} = rA where r=0.08r = 0.08 per year. If the doubling time for this account is approximately 8.66 years, and the account starts with $5,000, what will be the account balance after exactly 3 doubling periods?

  1. $15,000
  2. $20,000
  3. $30,000
  4. $40,000 (correct answer)
Explanation: After 3 doubling periods, the amount becomes A0×23=5000×8=40,000A_0 \times 2^3 = 5000 \times 8 = 40,000 dollars. Each doubling period multiplies the amount by 2, so after 3 periods we multiply by 23=82^3 = 8. Choice A incorrectly adds $10,000 for each doubling period. Choice B uses $22=42^2 = 4 insteadofinstead of 23=82^3 = 8 $. Choice C uses an incorrect multiplication factor of 6.

Question 14

A radioactive sample contains two isotopes with half-lives of 4 hours and 12 hours. Initially, 60% of the radioactivity comes from the first isotope and 40% from the second. After how many hours will both isotopes contribute equally to the total radioactivity?

  1. 6 hours (correct answer)
  2. 8 hours
  3. 10 hours
  4. 12 hours
Explanation: Let total initial activity be A0A_0. Initially: isotope 1 has 0.6A00.6A_0, isotope 2 has 0.4A00.4A_0. After time tt: A1(t)=0.6A0eln24tA_1(t) = 0.6A_0 e^{-\frac{\ln 2}{4}t} and A2(t)=0.4A0eln212tA_2(t) = 0.4A_0 e^{-\frac{\ln 2}{12}t}. Setting A1(t)=A2(t)A_1(t) = A_2(t): 0.6eln24t=0.4eln212t0.6 e^{-\frac{\ln 2}{4}t} = 0.4 e^{-\frac{\ln 2}{12}t}. This gives us 0.60.4=eln24tln212t\frac{0.6}{0.4} = e^{\frac{\ln 2}{4}t - \frac{\ln 2}{12}t}, so 1.5=eln26t1.5 = e^{\frac{\ln 2}{6}t}. Therefore t=6ln(1.5)ln26t = \frac{6 \ln(1.5)}{\ln 2} \approx 6 hours. Other choices represent errors in setting up or solving the exponential equation.

Question 15

A population follows logistic growth but in its early stages approximates exponential growth with doubling time of 12 days. If the population reaches 10,000 individuals after 36 days of exponential-like growth, what was the initial population size?

  1. 625 individuals
  2. 1,250 individuals (correct answer)
  3. 2,500 individuals
  4. 5,000 individuals
Explanation: Using N(t)=N0ektN(t) = N_0 e^{kt} where k=ln212k = \frac{\ln 2}{12} per day. After 36 days: 10,000=N0eln21236=N0e3ln2=N023=8N010,000 = N_0 e^{\frac{\ln 2}{12} \cdot 36} = N_0 e^{3 \ln 2} = N_0 \cdot 2^3 = 8N_0. Therefore N0=10,0008=1,250N_0 = \frac{10,000}{8} = 1,250. Choice A uses 24=162^4 = 16 instead of 23=82^3 = 8. Choice C uses 22=42^2 = 4. Choice D uses 21=22^1 = 2.

Question 16

A bacterial culture doubles in size every 4 hours. If the culture starts with 500 bacteria and grows according to the differential equation dNdt=kN\frac{dN}{dt} = kN, what is the value of the growth constant kk?

  1. k=ln24k = \frac{\ln 2}{4} per hour (correct answer)
  2. k=24=0.5k = \frac{2}{4} = 0.5 per hour
  3. k=14ln2k = \frac{1}{4 \ln 2} per hour
  4. k=2ln4k = 2 \ln 4 per hour
Explanation: For exponential growth N(t)=N0ektN(t) = N_0 e^{kt}, doubling means 2N0=N0e4k2N_0 = N_0 e^{4k}, so 2=e4k2 = e^{4k}. Taking natural log: ln2=4k\ln 2 = 4k, therefore k=ln24k = \frac{\ln 2}{4}. Choice B incorrectly uses the ratio 2/4 without logarithm. Choice C inverts the correct expression. Choice D incorrectly uses ln4\ln 4 and multiplies by 2.

Question 17

A drug in the bloodstream follows first-order elimination kinetics with a half-life of 6 hours. If a patient takes 400 mg at time t=0t = 0 and then 200 mg exactly 6 hours later, what is the total amount of drug in the bloodstream immediately after the second dose?

  1. 200 mg
  2. 300 mg
  3. 400 mg (correct answer)
  4. 600 mg
Explanation: After 6 hours (one half-life), the original 400 mg dose decreases to 400×12=200400 \times \frac{1}{2} = 200 mg. When the 200 mg second dose is added immediately after, the total becomes 200+200=400200 + 200 = 400 mg. Choice A ignores the remaining amount from the first dose. Choice B incorrectly calculates the remaining first dose. Choice D simply adds both doses without accounting for elimination.

Question 18

A bacterial population grows exponentially with a doubling time of 20 minutes. Due to limited nutrients, the growth rate decreases linearly over time according to k(t)=k0(10.02t)k(t) = k_0(1 - 0.02t) where tt is in minutes and k0k_0 is the initial growth rate. At what time will the instantaneous doubling time first reach 40 minutes?

  1. 20 minutes
  2. 30 minutes
  3. 25 minutes (correct answer)
  4. 35 minutes
Explanation: This problem combines exponential growth with time-varying parameters, testing your understanding of how growth rates relate to doubling times. The key insight is recognizing that doubling time and growth rate are inversely related. For exponential growth, the relationship between doubling time TdT_d and growth rate kk is Td=ln(2)kT_d = \frac{\ln(2)}{k}. Since the initial doubling time is 20 minutes, we can find the initial growth rate: k0=ln(2)20k_0 = \frac{\ln(2)}{20}. At any time tt, the growth rate is k(t)=k0(10.02t)=ln(2)20(10.02t)k(t) = k_0(1 - 0.02t) = \frac{\ln(2)}{20}(1 - 0.02t). The instantaneous doubling time becomes Td(t)=ln(2)k(t)=ln(2)ln(2)20(10.02t)=2010.02tT_d(t) = \frac{\ln(2)}{k(t)} = \frac{\ln(2)}{\frac{\ln(2)}{20}(1 - 0.02t)} = \frac{20}{1 - 0.02t}. To find when the doubling time reaches 40 minutes, we solve: 40=2010.02t40 = \frac{20}{1 - 0.02t}. Cross-multiplying gives 40(10.02t)=2040(1 - 0.02t) = 20, so 400.8t=2040 - 0.8t = 20, which yields 0.8t=200.8t = 20, therefore t=25t = 25 minutes. Answer A (20 minutes) gives the original doubling time, not when it doubles. Answer B (30 minutes) would result from incorrectly setting up the proportion as 4020=1.5\frac{40}{20} = 1.5 and multiplying by 20. Answer D (35 minutes) might come from arithmetic errors in the algebraic manipulation. When working with time-varying exponential processes, always establish the relationship between the parameter you're given and what you need to find. Here, converting between growth rate and doubling time was crucial for setting up the correct equation.

Question 19

The remaining mass of a decaying radioactive isotope is reduced by 20% in 10 hours. What is the half-life of this isotope?

  1. 10ln(2)ln(1.25)10 \frac{\ln(2)}{\ln(1.25)} hours (correct answer)
  2. 10ln(2)ln(1.2)10 \frac{\ln(2)}{\ln(1.2)} hours
  3. 25 hours
  4. 31 hours
Explanation: If the mass is reduced by 20%, then 80% of the original mass remains. Let M(t)M(t) be the mass at time tt. We have M(10)=0.8M0M(10) = 0.8 M_0. The decay model is M(t)=M0ektM(t) = M_0 e^{kt}. 0.8M0=M0e10k    0.8=e10k    k=ln(0.8)100.8 M_0 = M_0 e^{10k} \implies 0.8 = e^{10k} \implies k = \frac{\ln(0.8)}{10} The half-life ThT_h is given by Th=ln(2)/kT_h = -\ln(2)/k. Th=ln(2)ln(0.8)/10=10ln(2)ln(0.8)T_h = \frac{-\ln(2)}{\ln(0.8)/10} = -10 \frac{\ln(2)}{\ln(0.8)} Using the logarithm property ln(0.8)=ln(4/5)=ln(5/4)=ln(1.25)\ln(0.8) = \ln(4/5) = -\ln(5/4) = -\ln(1.25), we can rewrite the expression: Th=10ln(2)ln(1.25)=10ln(2)ln(1.25) hours.T_h = -10 \frac{\ln(2)}{-\ln(1.25)} = 10 \frac{\ln(2)}{\ln(1.25)} \text{ hours.}

Question 20

A radioactive isotope has a half-life of 8 years. If a sample initially contains 120 grams of the isotope, after how many years will the sample contain exactly 7.5 grams?

  1. 24 years
  2. 32 years (correct answer)
  3. 40 years
  4. 48 years
Explanation: Using the exponential decay formula N(t)=N0eλtN(t) = N_0 e^{-\lambda t} where λ=ln2t1/2=ln28\lambda = \frac{\ln 2}{t_{1/2}} = \frac{\ln 2}{8}. We need to solve 7.5=120eln28t7.5 = 120 e^{-\frac{\ln 2}{8} \cdot t}. This gives us 7.5120=116=eln28t\frac{7.5}{120} = \frac{1}{16} = e^{-\frac{\ln 2}{8} \cdot t}. Taking natural log: ln(116)=ln28t\ln(\frac{1}{16}) = -\frac{\ln 2}{8} \cdot t. Since ln(116)=4ln2\ln(\frac{1}{16}) = -4\ln 2, we get t=32t = 32 years. Choice A uses 3 half-lives instead of 4. Choice C incorrectly uses 5 half-lives. Choice D uses 6 half-lives.