All questions
Question 1
The system of differential equations below models the amount of a substance in two compartments, A and B, in milligrams (mg), over time t in minutes.
{dtdxA=−0.4xA+0.1xB+7dtdxB=0.4xA−0.3xB
What is the correct physical interpretation of the term 0.4xA in this model?
- The rate at which the substance flows from compartment A to compartment B. (correct answer)
- The rate at which the substance flows from compartment B to compartment A.
- The rate at which the substance in compartment A is eliminated from the system.
- The total rate of change of the substance in compartment A at equilibrium.
Explanation: In compartment models, a term of the form kxi represents a rate of transfer proportional to the amount xi in compartment i. The term 0.4xA appears with a negative sign in the equation for dtdxA (as part of −0.4xA) and with a positive sign in the equation for dtdxB. This indicates that this term corresponds to a flow of substance out of compartment A and into compartment B. Therefore, 0.4xA represents the rate at which the substance flows from compartment A to compartment B.
Question 2
The amounts of two interacting chemical species, A and B, in a reactor are given by x(t) and y(t). Species A converts to species B at a rate 0.2x. Species B converts back to species A at a rate 0.1y. Additionally, species A and B 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.01. Which system of differential equations models this process?
- {dtdx=−0.2x+0.1y−0.01xydtdy=0.2x−0.1y−0.01xy (correct answer)
- {dtdx=−0.2x+0.1y+0.01xydtdy=0.2x−0.1y+0.01xy
- {dtdx=−0.2x+0.1y−0.01(x+y)dtdy=0.2x−0.1y−0.01(x+y)
- {dtdx=0.2x−0.1y−0.01xydtdy=−0.2x+0.1y−0.01xy
Explanation: For species A (amount x): It is consumed when converting to B (term −0.2x), it is produced from B (term +0.1y), and it is consumed in the reaction with B (term −0.01xy). So, dtdx=−0.2x+0.1y−0.01xy. For species B (amount y): It is produced from A (term +0.2x), it is consumed when converting to A (term −0.1y), and it is consumed in the reaction with A (term −0.01xy). So, dtdy=0.2x−0.1y−0.01xy. This matches choice A.
Question 3
The general solution for the amount of a substance x(t) in a certain compartment is given by x(t)=15e−0.9t−4e−0.2t+25, where t≥0. What is the initial amount of the substance in the compartment, x(0)?
- 25
- 11
- 36 (correct answer)
- 0
Explanation: To find the initial amount of the substance, we must evaluate the function x(t) at time t=0. Substituting t=0 into the expression:
x(0)=15e−0.9(0)−4e−0.2(0)+25.
Since e0=1, this simplifies to:
x(0)=15(1)−4(1)+25=15−4+25=11+25=36.
The value 25 represents the long-term equilibrium amount, not the initial amount. The value 11 is an intermediate calculation (15−4).
Question 4
A cascade system is modeled by:
{dtdx=8−4xdtdy=4x−2y
This represents a substance flowing into compartment X, then to Y, then out of the system. Suppose the external inflow rate of 8 is halved to 4. How does the equilibrium amount of the substance in compartment Y change?
- It is quartered.
- It is halved. (correct answer)
- It does not change.
- It decreases by 2 units.
Explanation: First, find the original equilibrium (xe,ye). Set the derivatives to zero:
8−4x=0⟹xe=2.
4xe−2y=0⟹4(2)−2y=0⟹8−2y=0⟹ye=4.
Now, find the new equilibrium (xe′,ye′) with the new inflow rate of 4:
4−4x=0⟹xe′=1.
4xe′−2y=0⟹4(1)−2y=0⟹4−2y=0⟹ye′=2.
The equilibrium amount in compartment Y changes from ye=4 to ye′=2. Therefore, the amount is halved.
Question 5
Consider a system with two compartments, A and B, with amounts x(t) and y(t) and constant volumes VA and VB. 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 dtdx?
- −10x+3y
- +10VAx−3VBy
- −10VAx−3VBy
- −10VAx+3VBy (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 dtdx. Substance flows out of A to B at 10 L/min, so the rate of substance leaving A is 10×VAx (flow rate times concentration in A). This represents a loss, so it's negative: −10VAx.
Meanwhile, substance is recycled back from B to A at 3 L/min, giving a rate of substance entering A of 3×VBy (flow rate times concentration in B). This represents a gain, so it's positive: +3VBy.
Answer D correctly captures both terms: −10VAx+3VBy.
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 x1) and subsequently absorbed by body tissues (compartment x2). The system is modeled by:
{dtdx1=10−0.5x1dtdx2=0.5x1−0.1x2
where amounts are in mg and time is in hours. The term 10 represents a constant intravenous infusion rate. Let T(t)=x1(t)+x2(t) be the total amount of medication in the body. Which differential equation governs T(t)?
- dtdT=10−0.1T
- dtdT=10−0.6(x1+x2)
- dtdT=10−0.1x2 (correct answer)
- dtdT=10−0.5x1−0.1x2
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), differentiate both sides: dtdT=dtdx1+dtdx2
Substituting the given equations: dtdT=(10−0.5x1)+(0.5x1−0.1x2)
Notice that the 0.5x1 terms cancel out: dtdT=10−0.1x2
This makes physical sense: medication enters the system at rate 10 (intravenous infusion) and leaves only from compartment x2 at rate 0.1x2. The transfer between compartments (0.5x1) doesn't affect the total amount.
Answer A incorrectly assumes medication is eliminated from the total at rate 0.1T, but elimination only occurs from compartment x2, 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) be the amount of the drug in the gastrointestinal (GI) tract and 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>0 are the rate constants?
- {dtdx=k1x−k2ydtdy=k2y
- {dtdx=k1xdtdy=−k1x+k2y
- {dtdx=−k1x−k2ydtdy=k1x
- {dtdx=−k1xdtdy=k1x−k2y (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): The only process affecting it is drug moving out to the bloodstream at rate k1x. Since drug is leaving, this creates a negative rate of change: dtdx=−k1x.
For the bloodstream, y(t): Two processes are occurring simultaneously. Drug enters from the GI tract at rate k1x (positive contribution) and is eliminated at rate k2y (negative contribution). This gives: dtdy=k1x−k2y.
Answer D correctly captures both equations: dtdx=−k1x and dtdy=k1x−k2y.
Looking at the incorrect options: Answer A has dtdx=k1x−k2y, incorrectly suggesting the GI tract gains drug and is affected by blood elimination. Answer B shows dtdx=k1x, implying the GI tract somehow gains drug over time, which contradicts the one-way transfer described. Answer C has dtdy=k1x 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:
{dtdx=15−5x+ydtdy=3x−3y
As t→∞, the system approaches a stable equilibrium state (xe,ye). What is the ratio xe/ye at this equilibrium?
- 1 (correct answer)
- 4/5
- 5/4
- 3
Explanation: At equilibrium, the rates of change are zero: dtdx=0 and dtdy=0. From the second equation, 3x−3y=0, which simplifies to 3x=3y, or x=y. This directly implies that the ratio xe/ye=1. We can also solve for the specific values to confirm. Substituting x=y into the first equilibrium equation gives 15−5x+x=0, which means 15−4x=0, so xe=15/4. Since ye=xe, ye=15/4. The ratio is (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) and y(t). In a closed system, the total amount of the substance x(t)+y(t) remains constant over time. The dynamics are modeled by the linear system dtd(xy)=A(xy). Which of the following is a necessary property of the matrix A?
- The sum of the entries in each column of A is zero. (correct answer)
- The sum of the entries in each row of A is zero.
- A is a symmetric matrix, i.e., A=AT.
- The diagonal entries of A must be zero.
Explanation: If the total amount T=x(t)+y(t) is constant, then its derivative must be zero: dtdT=dtdx+dtdy=0. Let A=(a11a21a12a22). Then dtdx=a11x+a12y and dtdy=a21x+a22y. Summing these gives dtdT=(a11+a21)x+(a12+a22)y. For this expression to be zero for all possible values of x and y, the coefficients must be zero: a11+a21=0 and a12+a22=0. These are precisely the sums of the entries in each column of A.
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) be the amount of salt in the tank at time t. Which initial value problem correctly models this process?
- dtdS=1−200S,S(0)=0
- dtdS=1−40+tS,S(0)=0 (correct answer)
- dtdS=1−200+5t5S,S(0)=0
- dtdS=0.1−40+tS,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 t. 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 t is 200+5t liters.
For the rate equation: Salt enters at (0.1 kg/L)(10 L/min)=1 kg/min. Salt leaves at a rate equal to the concentration times the outflow rate. The concentration at time t is 200+5tS(t) kg/L, so salt leaves at 200+5tS(t)×5=200+5t5S kg/min.
This gives us dtdS=1−200+5t5S with S(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: dtdS=1−200+5t5S=1−5200+5tS=1−40+tS. 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 kaG and is eliminated from blood at rate keB. If a 100 mg dose is given orally at t=0 and ka=0.8 h−1, ke=0.2 h−1, what is the time when blood concentration reaches its maximum?
- t=0.6ln(4) hours (correct answer)
- t=0.8ln(4) hours
- t=0.6ln(0.25) hours
- t=0.6ln(2) hours
Explanation: The system equations are dtdG=−kaG and dtdB=kaG−keB. With G(0)=100 and B(0)=0, we get G(t)=100e−kat=100e−0.8t. For blood: dtdB+keB=kaG=80e−0.8t. The solution is B(t)=ka−keka(e−ket−e−kat)⋅100=0.60.8(e−0.2t−e−0.8t)⋅100. Maximum occurs when dtdB=0: kaG−keB=0, so kae−kat=keka−keka(e−ket−e−kat). Simplifying: e−kat=ka−keke(e−ket−e−kat). After algebraic manipulation: e−(ka−ke)t=kake, so t=ka−keln(ka/ke)=0.8−0.2ln(0.8/0.2)=0.6ln(4).
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?
- 75.99% (correct answer)
- 82.40%
- 78.15%
- 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=350 mg/L; after Tank 2, concentration is 350×0.7=245 mg/L; after Tank 3, concentration is 245×0.7=171.5 mg/L; after Tank 4, concentration is 171.5×0.7=120.05 mg/L. The overall removal efficiency is 500500−120.05×100%=500379.95×100%=75.99%. Alternatively, the remaining fraction is 0.74=0.2401, so removal efficiency is (1−0.2401)×100%=75.99%. Choice B (82.40%) would result from (1−0.73)×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 where N is total population, and recovery rate is γI. If β=0.5 per day, γ=0.1 per day, and N=10000, what is the basic reproduction number R0, and what does it predict about disease spread?
- R0=5; disease will spread exponentially from any initial infected individual
- R0=5; disease spread depends on initial proportion of susceptible individuals (correct answer)
- R0=0.05; disease will die out regardless of initial conditions
- R0=50; disease will spread exponentially with very high transmission rate
Explanation: The basic reproduction number is R0=γβ=0.10.5=5. However, R0>1 doesn't guarantee exponential spread from any initial condition. The effective reproduction number is Reff=R0⋅NS, so disease spread depends on the fraction of susceptible individuals. With R0=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<R0. Choice A is incorrect because it ignores the dependence on susceptible fraction. Choice C miscalculates R0. Choice D incorrectly calculates R0=βN/γ.