Differential Equations Quiz: Compartment Models
13 questions · exam conditions
0:00
Compartment ModelsQuestion 1 of 13

The system of differential equations below models the amount of a substance in two compartments, AA and BB, in milligrams (mg), over time tt in minutes.

{dxAdt=0.4xA+0.1xB+7dxBdt=0.4xA0.3xB\begin{cases} \frac{dx_A}{dt} = -0.4x_A + 0.1x_B + 7 \\ \frac{dx_B}{dt} = 0.4x_A - 0.3x_B \end{cases}

What is the correct physical interpretation of the term 0.4xA0.4x_A in this model?

The rate at which the substance flows from compartment AA to compartment BB.
The rate at which the substance flows from compartment BB to compartment AA.
The rate at which the substance in compartment AA is eliminated from the system.
The total rate of change of the substance in compartment AA at equilibrium.
← Back to quizzes

Differential Equations Quiz

Differential Equations Quiz: Compartment Models

Practice Compartment Models 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 Compartment Models, 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

The system of differential equations below models the amount of a substance in two compartments, AA and BB, in milligrams (mg), over time tt in minutes.

{dxAdt=0.4xA+0.1xB+7dxBdt=0.4xA0.3xB\begin{cases} \frac{dx_A}{dt} = -0.4x_A + 0.1x_B + 7 \\ \frac{dx_B}{dt} = 0.4x_A - 0.3x_B \end{cases}

What is the correct physical interpretation of the term 0.4xA0.4x_A in this model?

  1. The rate at which the substance flows from compartment AA to compartment BB. (correct answer)
  2. The rate at which the substance flows from compartment BB to compartment AA.
  3. The rate at which the substance in compartment AA is eliminated from the system.
  4. The total rate of change of the substance in compartment AA at equilibrium.
Explanation: In compartment models, a term of the form kxik x_i represents a rate of transfer proportional to the amount xix_i in compartment ii. The term 0.4xA0.4x_A appears with a negative sign in the equation for dxAdt\frac{dx_A}{dt} (as part of 0.4xA-0.4x_A) and with a positive sign in the equation for dxBdt\frac{dx_B}{dt}. This indicates that this term corresponds to a flow of substance out of compartment AA and into compartment BB. Therefore, 0.4xA0.4x_A represents the rate at which the substance flows from compartment AA to compartment BB.

Question 2

The amounts of two interacting chemical species, AA and BB, in a reactor are given by x(t)x(t) and y(t)y(t). Species AA converts to species BB at a rate 0.2x0.2x. Species BB converts back to species AA at a rate 0.1y0.1y. Additionally, species AA and BB react with each other to form an inert product, consuming both at a rate proportional to the product of their amounts, with a rate constant of k=0.01k=0.01. Which system of differential equations models this process?

  1. {dxdt=0.2x+0.1y0.01xydydt=0.2x0.1y0.01xy\begin{cases} \frac{dx}{dt} = -0.2x + 0.1y - 0.01xy \\ \frac{dy}{dt} = 0.2x - 0.1y - 0.01xy \end{cases} (correct answer)
  2. {dxdt=0.2x+0.1y+0.01xydydt=0.2x0.1y+0.01xy\begin{cases} \frac{dx}{dt} = -0.2x + 0.1y + 0.01xy \\ \frac{dy}{dt} = 0.2x - 0.1y + 0.01xy \end{cases}
  3. {dxdt=0.2x+0.1y0.01(x+y)dydt=0.2x0.1y0.01(x+y)\begin{cases} \frac{dx}{dt} = -0.2x + 0.1y - 0.01(x+y) \\ \frac{dy}{dt} = 0.2x - 0.1y - 0.01(x+y) \end{cases}
  4. {dxdt=0.2x0.1y0.01xydydt=0.2x+0.1y0.01xy\begin{cases} \frac{dx}{dt} = 0.2x - 0.1y - 0.01xy \\ \frac{dy}{dt} = -0.2x + 0.1y - 0.01xy \end{cases}
Explanation: For species A (amount xx): It is consumed when converting to B (term 0.2x-0.2x), it is produced from B (term +0.1y+0.1y), and it is consumed in the reaction with B (term 0.01xy-0.01xy). So, dxdt=0.2x+0.1y0.01xy\frac{dx}{dt} = -0.2x + 0.1y - 0.01xy. For species B (amount yy): It is produced from A (term +0.2x+0.2x), it is consumed when converting to A (term 0.1y-0.1y), and it is consumed in the reaction with A (term 0.01xy-0.01xy). So, dydt=0.2x0.1y0.01xy\frac{dy}{dt} = 0.2x - 0.1y - 0.01xy. This matches choice A.

Question 3

The general solution for the amount of a substance x(t)x(t) in a certain compartment is given by x(t)=15e0.9t4e0.2t+25x(t) = 15e^{-0.9t} - 4e^{-0.2t} + 25, where t0t \ge 0. What is the initial amount of the substance in the compartment, x(0)x(0)?

  1. 2525
  2. 1111
  3. 3636 (correct answer)
  4. 00
Explanation: To find the initial amount of the substance, we must evaluate the function x(t)x(t) at time t=0t=0. Substituting t=0t=0 into the expression: x(0)=15e0.9(0)4e0.2(0)+25x(0) = 15e^{-0.9(0)} - 4e^{-0.2(0)} + 25. Since e0=1e^0 = 1, this simplifies to: x(0)=15(1)4(1)+25=154+25=11+25=36x(0) = 15(1) - 4(1) + 25 = 15 - 4 + 25 = 11 + 25 = 36. The value 2525 represents the long-term equilibrium amount, not the initial amount. The value 1111 is an intermediate calculation (15415-4).

Question 4

A cascade system is modeled by:

{dxdt=84xdydt=4x2y\begin{cases} \frac{dx}{dt} = 8 - 4x \\ \frac{dy}{dt} = 4x - 2y \end{cases}

This represents a substance flowing into compartment XX, then to YY, then out of the system. Suppose the external inflow rate of 88 is halved to 44. How does the equilibrium amount of the substance in compartment YY change?

  1. It is quartered.
  2. It is halved. (correct answer)
  3. It does not change.
  4. It decreases by 2 units.
Explanation: First, find the original equilibrium (xe,ye)(x_e, y_e). Set the derivatives to zero: 84x=0    xe=28 - 4x = 0 \implies x_e = 2. 4xe2y=0    4(2)2y=0    82y=0    ye=44x_e - 2y = 0 \implies 4(2) - 2y = 0 \implies 8 - 2y = 0 \implies y_e = 4. Now, find the new equilibrium (xe,ye)(x'_e, y'_e) with the new inflow rate of 44: 44x=0    xe=14 - 4x = 0 \implies x'_e = 1. 4xe2y=0    4(1)2y=0    42y=0    ye=24x'_e - 2y = 0 \implies 4(1) - 2y = 0 \implies 4 - 2y = 0 \implies y'_e = 2. The equilibrium amount in compartment YY changes from ye=4y_e = 4 to ye=2y'_e = 2. Therefore, the amount is halved.

Question 5

Consider a system with two compartments, A and B, with amounts x(t)x(t) and y(t)y(t) and constant volumes VAV_A and VBV_B. A substance flows from A to B at a rate of 10 L/min. Part of the substance is then recycled from B back to A at a rate of 3 L/min. An external source adds the substance to A at a rate of 7 L/min, and the substance is removed from B at a rate of 4 L/min. Which pair of terms correctly represents the transfer of the substance between A and B in the differential equation for dxdt\frac{dx}{dt}?

  1. 10x+3y-10 x + 3 y
  2. +10xVA3yVB+10 \frac{x}{V_A} - 3 \frac{y}{V_B}
  3. 10xVA3yVB-10 \frac{x}{V_A} - 3 \frac{y}{V_B}
  4. 10xVA+3yVB-10 \frac{x}{V_A} + 3 \frac{y}{V_B} (correct answer)
Explanation: When modeling compartment systems, you need to carefully track both flow rates and concentrations. The key insight is that substance transfer depends on concentration (amount per unit volume), not just the total amount in each compartment. For compartment A, you're looking at how the transfer between compartments affects dxdt\frac{dx}{dt}. Substance flows out of A to B at 10 L/min, so the rate of substance leaving A is 10×xVA10 \times \frac{x}{V_A} (flow rate times concentration in A). This represents a loss, so it's negative: 10xVA-10\frac{x}{V_A}. Meanwhile, substance is recycled back from B to A at 3 L/min, giving a rate of substance entering A of 3×yVB3 \times \frac{y}{V_B} (flow rate times concentration in B). This represents a gain, so it's positive: +3yVB+3\frac{y}{V_B}. Answer D correctly captures both terms: 10xVA+3yVB-10\frac{x}{V_A} + 3\frac{y}{V_B}. Answer A treats amounts directly without considering volumes, ignoring that flow depends on concentration, not total amount. Answer B has the wrong sign on the recycling term—it should be positive since substance flows into A from B. Answer C makes both the flow from A to B and the recycling from B to A appear as losses to compartment A, which contradicts the physical setup where recycling adds substance back to A. Remember: in compartment models, always divide amounts by volumes to get concentrations, and carefully track the direction of each flow to determine the correct signs.

Question 6

A medication is introduced into the bloodstream (compartment x1x_1) and subsequently absorbed by body tissues (compartment x2x_2). The system is modeled by:

{dx1dt=100.5x1dx2dt=0.5x10.1x2\begin{cases} \frac{dx_1}{dt} = 10 - 0.5x_1 \\ \frac{dx_2}{dt} = 0.5x_1 - 0.1x_2 \end{cases}

where amounts are in mg and time is in hours. The term 1010 represents a constant intravenous infusion rate. Let T(t)=x1(t)+x2(t)T(t) = x_1(t) + x_2(t) be the total amount of medication in the body. Which differential equation governs T(t)T(t)?

  1. dTdt=100.1T\frac{dT}{dt} = 10 - 0.1T
  2. dTdt=100.6(x1+x2)\frac{dT}{dt} = 10 - 0.6(x_1+x_2)
  3. dTdt=100.1x2\frac{dT}{dt} = 10 - 0.1x_2 (correct answer)
  4. dTdt=100.5x10.1x2\frac{dT}{dt} = 10 - 0.5x_1 - 0.1x_2
Explanation: When analyzing coupled differential equation systems, you need to understand how quantities flow between compartments and what happens to the total amount in the entire system. To find the differential equation for T(t)=x1(t)+x2(t)T(t) = x_1(t) + x_2(t), differentiate both sides: dTdt=dx1dt+dx2dt\frac{dT}{dt} = \frac{dx_1}{dt} + \frac{dx_2}{dt} Substituting the given equations: dTdt=(100.5x1)+(0.5x10.1x2)\frac{dT}{dt} = (10 - 0.5x_1) + (0.5x_1 - 0.1x_2) Notice that the 0.5x10.5x_1 terms cancel out: dTdt=100.1x2\frac{dT}{dt} = 10 - 0.1x_2 This makes physical sense: medication enters the system at rate 10 (intravenous infusion) and leaves only from compartment x2x_2 at rate 0.1x20.1x_2. The transfer between compartments (0.5x10.5x_1) doesn't affect the total amount. Answer A incorrectly assumes medication is eliminated from the total at rate 0.1T0.1T, but elimination only occurs from compartment x2x_2, not proportionally from the total amount. Answer B uses the wrong coefficient (0.6 instead of 0.1) and incorrectly applies it to the total. Answer D simply adds both original equations without recognizing that internal transfers cancel out when considering the total. Study tip: In compartment models, when finding the rate of change of total quantity, internal transfer terms always cancel out. Only external inputs and outputs affect the total amount in the system.

Question 7

A pharmaceutical drug is administered to a patient. Let x(t)x(t) be the amount of the drug in the gastrointestinal (GI) tract and y(t)y(t) be the amount in the bloodstream. The drug moves from the GI tract to the blood at a rate proportional to the amount in the GI tract. It is eliminated from the blood at a rate proportional to the amount in the blood. Which system of differential equations is a plausible model for this process, assuming k1,k2>0k_1, k_2 > 0 are the rate constants?

  1. {dxdt=k1xk2ydydt=k2y\begin{cases} \frac{dx}{dt} = k_1 x - k_2 y \\ \frac{dy}{dt} = k_2 y \end{cases}
  2. {dxdt=k1xdydt=k1x+k2y\begin{cases} \frac{dx}{dt} = k_1 x \\ \frac{dy}{dt} = -k_1 x + k_2 y \end{cases}
  3. {dxdt=k1xk2ydydt=k1x\begin{cases} \frac{dx}{dt} = -k_1 x - k_2 y \\ \frac{dy}{dt} = k_1 x \end{cases}
  4. {dxdt=k1xdydt=k1xk2y\begin{cases} \frac{dx}{dt} = -k_1 x \\ \frac{dy}{dt} = k_1 x - k_2 y \end{cases} (correct answer)
Explanation: When modeling drug kinetics with differential equations, you need to carefully track the rates of change based on the physical processes described. Think about what causes each compartment (GI tract and bloodstream) to gain or lose drug over time. For the GI tract, x(t)x(t): The only process affecting it is drug moving out to the bloodstream at rate k1xk_1x. Since drug is leaving, this creates a negative rate of change: dxdt=k1x\frac{dx}{dt} = -k_1x. For the bloodstream, y(t)y(t): Two processes are occurring simultaneously. Drug enters from the GI tract at rate k1xk_1x (positive contribution) and is eliminated at rate k2yk_2y (negative contribution). This gives: dydt=k1xk2y\frac{dy}{dt} = k_1x - k_2y. Answer D correctly captures both equations: dxdt=k1x\frac{dx}{dt} = -k_1x and dydt=k1xk2y\frac{dy}{dt} = k_1x - k_2y. Looking at the incorrect options: Answer A has dxdt=k1xk2y\frac{dx}{dt} = k_1x - k_2y, incorrectly suggesting the GI tract gains drug and is affected by blood elimination. Answer B shows dxdt=k1x\frac{dx}{dt} = k_1x, implying the GI tract somehow gains drug over time, which contradicts the one-way transfer described. Answer C has dydt=k1x\frac{dy}{dt} = k_1x without the elimination term, ignoring that drug is removed from the bloodstream. Study tip: In compartmental models, always check that your signs make physical sense—what processes add to each compartment versus what processes remove from it. The conservation principle also helps: drug leaving one compartment should enter another at the same rate.

Question 8

A system of two compartments is described by the differential equations:

{dxdt=155x+ydydt=3x3y\begin{cases} \frac{dx}{dt} = 15 - 5x + y \\ \frac{dy}{dt} = 3x - 3y \end{cases}

As tt \to \infty, the system approaches a stable equilibrium state (xe,ye)(x_e, y_e). What is the ratio xe/yex_e / y_e at this equilibrium?

  1. 11 (correct answer)
  2. 4/54/5
  3. 5/45/4
  4. 33
Explanation: At equilibrium, the rates of change are zero: dxdt=0\frac{dx}{dt} = 0 and dydt=0\frac{dy}{dt} = 0. From the second equation, 3x3y=03x - 3y = 0, which simplifies to 3x=3y3x = 3y, or x=yx=y. This directly implies that the ratio xe/ye=1x_e / y_e = 1. We can also solve for the specific values to confirm. Substituting x=yx=y into the first equilibrium equation gives 155x+x=015 - 5x + x = 0, which means 154x=015 - 4x = 0, so xe=15/4x_e = 15/4. Since ye=xey_e=x_e, ye=15/4y_e = 15/4. The ratio is (15/4)/(15/4)=1(15/4) / (15/4) = 1.

Question 9

A closed system consists of two compartments, with the amount of a tracer substance in each given by x(t)x(t) and y(t)y(t). In a closed system, the total amount of the substance x(t)+y(t)x(t) + y(t) remains constant over time. The dynamics are modeled by the linear system ddt(xy)=A(xy)\frac{d}{dt}\begin{pmatrix} x \\ y \end{pmatrix} = A \begin{pmatrix} x \\ y \end{pmatrix}. Which of the following is a necessary property of the matrix AA?

  1. The sum of the entries in each column of AA is zero. (correct answer)
  2. The sum of the entries in each row of AA is zero.
  3. AA is a symmetric matrix, i.e., A=ATA = A^T.
  4. The diagonal entries of AA must be zero.
Explanation: If the total amount T=x(t)+y(t)T = x(t) + y(t) is constant, then its derivative must be zero: dTdt=dxdt+dydt=0\frac{dT}{dt} = \frac{dx}{dt} + \frac{dy}{dt} = 0. Let A=(a11a12a21a22)A = \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix}. Then dxdt=a11x+a12y\frac{dx}{dt} = a_{11}x + a_{12}y and dydt=a21x+a22y\frac{dy}{dt} = a_{21}x + a_{22}y. Summing these gives dTdt=(a11+a21)x+(a12+a22)y\frac{dT}{dt} = (a_{11}+a_{21})x + (a_{12}+a_{22})y. For this expression to be zero for all possible values of xx and yy, the coefficients must be zero: a11+a21=0a_{11}+a_{21}=0 and a12+a22=0a_{12}+a_{22}=0. These are precisely the sums of the entries in each column of AA.

Question 10

A tank with a capacity of 500 liters initially contains 200 liters of pure water. A salt solution with concentration 0.1 kg/L is pumped in at a rate of 10 L/min. The well-mixed solution is pumped out at a rate of 5 L/min. Let S(t)S(t) be the amount of salt in the tank at time tt. Which initial value problem correctly models this process?

  1. dSdt=1S200,S(0)=0\frac{dS}{dt} = 1 - \frac{S}{200}, \quad S(0) = 0
  2. dSdt=1S40+t,S(0)=0\frac{dS}{dt} = 1 - \frac{S}{40+t}, \quad S(0) = 0 (correct answer)
  3. dSdt=15S200+5t,S(0)=0\frac{dS}{dt} = 1 - \frac{5S}{200+5t}, \quad S(0) = 0
  4. dSdt=0.1S40+t,S(0)=0\frac{dS}{dt} = 0.1 - \frac{S}{40+t}, \quad S(0) = 0
Explanation: When you encounter a mixing problem like this, you need to set up a differential equation based on the principle: rate of change of salt = rate of salt entering - rate of salt leaving. Let's work through this systematically. First, determine the volume of solution in the tank at time tt. You start with 200 L, gain 10 L/min, and lose 5 L/min, so the net gain is 5 L/min. Therefore, the volume at time tt is 200+5t200 + 5t liters. For the rate equation: Salt enters at (0.1 kg/L)(10 L/min)=1(0.1 \text{ kg/L})(10 \text{ L/min}) = 1 kg/min. Salt leaves at a rate equal to the concentration times the outflow rate. The concentration at time tt is S(t)200+5t\frac{S(t)}{200+5t} kg/L, so salt leaves at S(t)200+5t×5=5S200+5t\frac{S(t)}{200+5t} \times 5 = \frac{5S}{200+5t} kg/min. This gives us dSdt=15S200+5t\frac{dS}{dt} = 1 - \frac{5S}{200+5t} with S(0)=0S(0) = 0 (initially pure water). Choice A incorrectly assumes constant volume (200 L) and wrong outflow calculation. Choice C has the correct volume term but is missing from our options - wait, let me recheck. Actually, choice B simplifies correctly: dSdt=15S200+5t=1S200+5t5=1S40+t\frac{dS}{dt} = 1 - \frac{5S}{200+5t} = 1 - \frac{S}{\frac{200+5t}{5}} = 1 - \frac{S}{40+t}. Choice D uses the wrong inflow rate (should be 1, not 0.1). Study tip: Always track the changing volume in mixing problems, and remember that concentration equals amount divided by volume at any given time.

Question 11

A pharmacokinetic model describes drug absorption and elimination using two compartments: gut (G) and blood (B). Drug transfers from gut to blood at rate kaGk_a G and is eliminated from blood at rate keBk_e B. If a 100 mg dose is given orally at t=0t = 0 and ka=0.8 h1k_a = 0.8 \text{ h}^{-1}, ke=0.2 h1k_e = 0.2 \text{ h}^{-1}, what is the time when blood concentration reaches its maximum?

  1. t=ln(4)0.6t = \frac{\ln(4)}{0.6} hours (correct answer)
  2. t=ln(4)0.8t = \frac{\ln(4)}{0.8} hours
  3. t=ln(0.25)0.6t = \frac{\ln(0.25)}{0.6} hours
  4. t=ln(2)0.6t = \frac{\ln(2)}{0.6} hours
Explanation: The system equations are dGdt=kaG\frac{dG}{dt} = -k_a G and dBdt=kaGkeB\frac{dB}{dt} = k_a G - k_e B. With G(0)=100G(0) = 100 and B(0)=0B(0) = 0, we get G(t)=100ekat=100e0.8tG(t) = 100e^{-k_a t} = 100e^{-0.8t}. For blood: dBdt+keB=kaG=80e0.8t\frac{dB}{dt} + k_e B = k_a G = 80e^{-0.8t}. The solution is B(t)=kakake(eketekat)100=0.80.6(e0.2te0.8t)100B(t) = \frac{k_a}{k_a - k_e}(e^{-k_e t} - e^{-k_a t}) \cdot 100 = \frac{0.8}{0.6}(e^{-0.2t} - e^{-0.8t}) \cdot 100. Maximum occurs when dBdt=0\frac{dB}{dt} = 0: kaGkeB=0k_a G - k_e B = 0, so kaekat=kekakake(eketekat)k_a e^{-k_a t} = k_e \frac{k_a}{k_a - k_e}(e^{-k_e t} - e^{-k_a t}). Simplifying: ekat=kekake(eketekat)e^{-k_a t} = \frac{k_e}{k_a - k_e}(e^{-k_e t} - e^{-k_a t}). After algebraic manipulation: e(kake)t=kekae^{-(k_a - k_e)t} = \frac{k_e}{k_a}, so t=ln(ka/ke)kake=ln(0.8/0.2)0.80.2=ln(4)0.6t = \frac{\ln(k_a/k_e)}{k_a - k_e} = \frac{\ln(0.8/0.2)}{0.8-0.2} = \frac{\ln(4)}{0.6}.

Question 12

A factory waste treatment system has four interconnected settling tanks. Contaminated water enters Tank 1 at 100 L/h with pollutant concentration 500 mg/L. Water flows from Tank 1 to Tank 2 at 80 L/h, from Tank 2 to Tank 3 at 60 L/h, from Tank 3 to Tank 4 at 40 L/h, and exits Tank 4 at 40 L/h. Each tank has overflow pipes that maintain constant volume. At steady state, if the pollutant concentration decreases by 30% in each tank due to settling, what is the pollutant removal efficiency of the entire system?

  1. 75.99% (correct answer)
  2. 82.40%
  3. 78.15%
  4. 85.20%
Explanation: If each tank reduces pollutant concentration by 30%, then 70% of the pollutant concentration remains after each tank. Starting with 500 mg/L: after Tank 1, concentration is 500×0.7=350500 \times 0.7 = 350 mg/L; after Tank 2, concentration is 350×0.7=245350 \times 0.7 = 245 mg/L; after Tank 3, concentration is 245×0.7=171.5245 \times 0.7 = 171.5 mg/L; after Tank 4, concentration is 171.5×0.7=120.05171.5 \times 0.7 = 120.05 mg/L. The overall removal efficiency is 500120.05500×100%=379.95500×100%=75.99%\frac{500 - 120.05}{500} \times 100\% = \frac{379.95}{500} \times 100\% = 75.99\%. Alternatively, the remaining fraction is 0.74=0.24010.7^4 = 0.2401, so removal efficiency is (10.2401)×100%=75.99%(1 - 0.2401) \times 100\% = 75.99\%. Choice B (82.40%) would result from (10.73)×100%=65.7%(1 - 0.7^3) \times 100\% = 65.7\% or some other calculation error. Choice C might come from using an arithmetic average. Choice D is too high for this level of treatment.

Question 13

An epidemiological model tracks disease progression through three compartments: Susceptible (S), Infected (I), and Recovered (R). The infection rate is βSI/N\beta SI/N where NN is total population, and recovery rate is γI\gamma I. If β=0.5\beta = 0.5 per day, γ=0.1\gamma = 0.1 per day, and N=10000N = 10000, what is the basic reproduction number R0R_0, and what does it predict about disease spread?

  1. R0=5R_0 = 5; disease will spread exponentially from any initial infected individual
  2. R0=5R_0 = 5; disease spread depends on initial proportion of susceptible individuals (correct answer)
  3. R0=0.05R_0 = 0.05; disease will die out regardless of initial conditions
  4. R0=50R_0 = 50; disease will spread exponentially with very high transmission rate
Explanation: The basic reproduction number is R0=βγ=0.50.1=5R_0 = \frac{\beta}{\gamma} = \frac{0.5}{0.1} = 5. However, R0>1R_0 > 1 doesn't guarantee exponential spread from any initial condition. The effective reproduction number is Reff=R0SNR_{eff} = R_0 \cdot \frac{S}{N}, so disease spread depends on the fraction of susceptible individuals. With R0=5R_0 = 5, if all individuals are initially susceptible, each infected person will infect 5 others on average. But if some are already immune or recovered, Reff<R0R_{eff} < R_0. Choice A is incorrect because it ignores the dependence on susceptible fraction. Choice C miscalculates R0R_0. Choice D incorrectly calculates R0=βN/γR_0 = \beta N / \gamma.