Differential Equations Quiz: Setting Up Des From Word Problems
Practice Setting Up Des From Word Problems in Differential Equations with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 18
0 of 18 answered
A tank initially contains 100 gallons of pure water. Brine containing 2 pounds of salt per gallon flows into the tank at a rate of 3 gallons per minute, while the well-mixed solution flows out at a rate of 2 gallons per minute. If S(t) represents the amount of salt in the tank at time t minutes, which differential equation correctly models this situation?
What this quiz covers
This quiz focuses on Setting Up Des From Word Problems, 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 tank initially contains 100 gallons of pure water. Brine containing 2 pounds of salt per gallon flows into the tank at a rate of 3 gallons per minute, while the well-mixed solution flows out at a rate of 2 gallons per minute. If S(t) represents the amount of salt in the tank at time t minutes, which differential equation correctly models this situation?
dtdS=6−100+t2S (correct answer)
dtdS=6−100+2t2S
dtdS=6−100+t3S
dtdS=3−100+t2S
Explanation: The rate of change of salt equals salt in minus salt out. Salt flows in at (2 lb/gal)(3 gal/min) = 6 lb/min. The tank volume at time t is 100 + (3-2)t = 100 + t gallons. Salt flows out at rate (S/(100+t) lb/gal)(2 gal/min) = 2S/(100+t) lb/min. Thus dS/dt = 6 - 2S/(100+t). Choice B incorrectly uses 100+2t for volume (using outflow rate instead of net rate). Choice C uses wrong outflow rate coefficient. Choice D uses inflow rate instead of salt inflow rate.
Question 2
According to Newton's law of cooling, the rate of change of an object's temperature is proportional to the difference between its temperature and the ambient temperature. An object is placed in an environment where the ambient temperature, M(t), is not constant but increases linearly from an initial temperature of M0 at a rate of α degrees per hour. Let T(t) be the object's temperature. The object cools when it is warmer than its surroundings. Let k>0 be the constant of proportionality. Which differential equation models the temperature T(t)?
dtdT=−k(T−(M0+αt)) (correct answer)
dtdT=−k(T−M0)+α
dtdT=−k(T−M0)
dtdT=−k(T−(M0+α))
Explanation: Newton's law of cooling states that dT/dt=−k(T−M), where M is the ambient temperature and k>0. The problem states that the ambient temperature M(t) increases linearly with time from an initial value of M0 at a rate of α. This means M(t)=M0+αt. Substituting this into the cooling law gives dT/dt=−k(T(t)−M(t)), which becomes dT/dt=−k(T−(M0+αt)).
Question 3
The population of a species, P(t), is modeled by the logistic equation with a growth rate r and carrying capacity K. The species is subject to harvesting. The harvesting rate is not constant; it is proportional to the current population, with a proportionality constant h that oscillates seasonally according to h(t)=h0(1+cos(ωt)). Which differential equation describes the population P(t)?
dtdP=rP(1−KP)−h0(1+cos(ωt))
dtdP=rP(1−KP)−h0(1+cos(ωt))P (correct answer)
dtdP=rP(1−K−h0(1+cos(ωt))P)
dtdP=rP(1−KP)+h0(1+cos(ωt))P
Explanation: The logistic growth model without harvesting is dP/dt=rP(1−P/K). Harvesting reduces the population, so a negative term must be added. The problem states the harvesting rate is proportional to the current population, with the proportionality constant being h(t)=h0(1+cos(ωt)). Therefore, the harvesting term is h(t)P=h0(1+cos(ωt))P. Combining these gives the full model: dP/dt=rP(1−P/K)−h0(1+cos(ωt))P.
Question 4
In a population of N individuals, the number of people who have a certain piece of information is I(t). The information spreads at a rate proportional to the product of those who have the information and those who do not. Additionally, those who have the information can forget it and become uninformed again, at a rate proportional to the square root of the number of informed people. Let k be the transmission rate constant and γ be the forgetting rate constant. Which differential equation models I(t)?
dtdI=kI(N−I)−γI
dtdI=kI(N−I)−γI (correct answer)
dtdI=kI(N−I)+γI
dtdI=kI(N−I)−γI2
Explanation: The rate of change, dI/dt, is the rate of spreading minus the rate of forgetting. The rate of spreading is proportional to the product of the number of informed people, I, and the number of uninformed people, S=N−I. So, the spreading term is kI(N−I). The rate of forgetting is stated to be proportional to the square root of the number of informed people, which is γI. Since forgetting decreases the number of informed people, this term is subtracted. Combining these gives the equation: dI/dt=kI(N−I)−γI.
Question 5
The value of an investment, V(t), grows due to interest at a rate proportional to its current value, with a constant of proportionality r. In addition, funds are continuously withdrawn at a rate proportional to the square of the investment's value, with a constant k. A constant amount D is also deposited continuously into the account per year. Which differential equation models the value of the investment V(t)?
dtdV=rV−kV+D
dtdV=rV+kV2−D
dtdV=r−kV2+D
dtdV=rV−kV2+D (correct answer)
Explanation: When modeling real-world scenarios with differential equations, you need to carefully translate each described rate into mathematical terms, paying close attention to whether each effect increases or decreases the quantity.Let's build this equation piece by piece. The investment grows due to interest "at a rate proportional to its current value" with proportionality constant r. This gives us +rV (positive because it's growth). Funds are "continuously withdrawn at a rate proportional to the square of the investment's value" with constant k. Since withdrawal decreases the investment, this contributes −kV2 (negative because it's a loss). Finally, a constant amount D is deposited continuously, contributing +D. Combining these three effects: dtdV=rV−kV2+DChoice A incorrectly uses −kV instead of −kV2. The problem specifically states the withdrawal rate is proportional to the square of the value, not the square root. Choice B has +kV2 instead of −kV2, treating withdrawals as deposits, and −D instead of +D, treating deposits as withdrawals—both signs are backwards. Choice C uses just r instead of rV, missing that interest growth is proportional to the current value, not constant.Study tip: When translating word problems into differential equations, identify each rate of change separately, determine whether it increases (+) or decreases (-) your quantity, then combine all terms. Words like "withdrawn," "lost," or "decays" signal negative terms, while "deposited," "grows," or "increases" signal positive terms.
Question 6
An object of mass m falls from rest. The force of gravity is mg. Air resistance is proportional to the object's velocity v(t), with a proportionality constant k>0. The object also has a small rocket attached which provides a constant upward thrust T. Let the downward direction be positive. Which differential equation describes the velocity v(t) of the object?
mdtdv=mg−kv+T
mdtdv=mg+kv+T
mdtdv=mg−kv−T (correct answer)
mdtdv=−mg−kv−T
Explanation: When solving physics problems involving forces and motion, you need to carefully apply Newton's second law: Fnet=ma, where the net force equals mass times acceleration. Since acceleration is dtdv, you're looking for an equation of the form mdtdv=Fnet.To find the net force, identify each force and its direction. Since downward is positive, gravity acts as +mg (positive). Air resistance always opposes motion, so when the object moves downward (positive velocity), air resistance acts upward (negative direction), giving −kv. The rocket thrust T acts upward, so it contributes −T to the net force.Therefore: mdtdv=mg−kv−T, which is answer C.Here's why the other options are wrong:Option A incorrectly shows thrust as +T, treating it as if it acts downward when it actually provides upward force.Option B makes two errors: it shows air resistance as +kv (as if it helps the object fall faster rather than opposing motion) and thrust as +T (downward instead of upward).Option D gets the signs completely backwards, showing gravity as negative when downward should be positive according to the given coordinate system.Study tip: Always establish your coordinate system first, then systematically go through each force, asking "Which direction does this force point?" and "What sign does that direction get in my coordinate system?" This methodical approach prevents sign errors, which are the most common mistakes in force problems.
Question 7
A cylindrical tank of height H and cross-sectional area A is initially full of water. At time t=0, a valve at the bottom is opened. Water flows out at a rate proportional to the current water pressure at the bottom of the tank. The pressure at the bottom is proportional to the depth of the water. Let h(t) be the height of the water at time t. Which differential equation describes h(t)? Let k>0 be the final proportionality constant.
dtdh=−kh2
dtdh=−kh
dtdh=−kh (correct answer)
dtdh=−k
Explanation: When modeling fluid flow from tanks, you need to connect physical relationships to create the differential equation. The key insight is translating "rate proportional to pressure" and "pressure proportional to depth" into mathematical form.Start with the physical setup: water flows out at a rate proportional to pressure at the bottom, and this pressure is proportional to the water depth h(t). So the outflow rate is proportional to h(t): outflow rate =kh for some constant k>0.Now convert to the differential equation. The rate of change of water height equals the rate water flows in minus the rate it flows out. Since no water flows in and water flows out at rate kh, you get:
dtdh=0−kh=−khThis gives us answer C.Looking at the wrong answers: Answer A gives dtdh=−kh2, which would result from outflow rate being proportional to the square of the depth - not what the problem states. Answer B gives dtdh=−kh, which actually describes Torricelli's law where outflow depends on h due to gravitational effects, but that's not the relationship described here. Answer D gives dtdh=−k, representing constant outflow rate regardless of water level - this ignores the pressure dependence entirely.Study tip: In tank problems, always identify what the outflow rate depends on first, then translate that physical relationship directly into the differential equation. The rate of change of height equals inflow minus outflow.
Question 8
A student is learning a new skill. Let P(t) be their proficiency level at time t, with P=0 representing no skill and P=1 representing mastery. The rate of learning is proportional to the product of their current proficiency and the amount of proficiency they have yet to gain. Let the constant of proportionality be k>0. Which differential equation models the student's proficiency P(t)?
dtdP=k(1−P)
dtdP=kP(P−1)
dtdP=kP
dtdP=kP(1−P) (correct answer)
Explanation: When you encounter word problems asking you to translate descriptions into differential equations, your key task is converting each phrase into mathematical language. Pay special attention to how rates of change depend on the current state of the system.The problem states that the learning rate is proportional to the product of two quantities: current proficiency P and "the amount of proficiency they have yet to gain." If mastery is P=1 and current proficiency is P, then the remaining proficiency to gain is (1−P). Since the rate is proportional to their product with constant k, we get dtdP=kP(1−P)Looking at the wrong answers: Choice A gives dtdP=k(1−P), which makes learning rate depend only on remaining proficiency, ignoring current skill level entirely. Choice B has dtdP=kP(P−1), where (P−1) is negative since P<1, making dtdP<0 and causing proficiency to decrease over time—the opposite of learning. Choice C shows dtdP=kP, representing exponential growth that ignores the constraint that proficiency can't exceed mastery level.The correct answer D captures the logistic growth model, where learning accelerates as you gain skill but slows as you approach mastery. Notice how dtdP=0 when P=0 (no learning without some skill) or P=1 (no learning once mastery is achieved).Study tip: When translating rate problems, identify each factor mentioned in the description and ensure your equation includes all of them mathematically.
Question 9
The concentration of a pollutant in a lake is being reduced by a natural cleaning process. The rate of reduction is proportional to the current concentration. However, a nearby factory discharges more pollutant into the lake at a rate D(t)=D0e−αt. Let k>0 be the proportionality constant relating the removal rate to the amount of pollutant. Which differential equation models the amount of pollutant A(t) in the lake?
dtdA=−kA−D0e−αt
dtdA=−kVA+D0e−αt
dtdA=−kA+D0e−αt (correct answer)
dtdA=kA+D0e−αt
Explanation: When modeling population dynamics or concentration changes, you need to carefully account for all inflows and outflows affecting the system. The key is translating each physical process into its mathematical representation.The rate of change dtdA equals the difference between what's being added and what's being removed. Here, two processes affect the pollutant amount: natural removal (proportional to current concentration) and factory discharge.The natural cleaning removes pollutant at a rate proportional to the current amount, so this contributes −kA to the rate equation (negative because it decreases the total). The factory adds pollutant at rate D0e−αt, contributing positively. Therefore: dtdA=−kA+D0e−αt, which is answer C.Answer A incorrectly makes the factory discharge negative, suggesting it removes rather than adds pollutant. This contradicts the problem statement that the factory "discharges more pollutant into the lake."Answer B introduces an unnecessary volume term V in the denominator. While concentration equals amount divided by volume, the problem states that removal is proportional to concentration, which means it's proportional to A/V. But since we're modeling the amount A, not concentration, and k already incorporates any volume effects, this extra division is incorrect.Answer D has the wrong sign on the removal term, making it +kA instead of −kA. This would mean more pollutant causes faster accumulation rather than faster removal.Study tip: In rate problems, carefully identify each process as adding (+) or removing (-) from your quantity of interest, then sum all contributions.
Question 10
In a reversible chemical reaction, substance A converts to substance B at a rate k1[A], and substance B converts back to A at a rate k2[B]2, where [X] denotes the concentration of substance X. The total concentration [A]+[B] is a constant C. Let x(t)=[A]. Which differential equation describes the concentration of substance A?
dtdx=−k1x+k2(C−x)2 (correct answer)
dtdx=k1x−k2(C−x)2
dtdx=−k1x+k2(C−x)
dtdx=−k1(C−x)+k2x2
Explanation: The rate of change of the concentration of A, dx/dt, is the rate at which A is formed minus the rate at which A is consumed. A is consumed in the forward reaction A→B at a rate of k1[A]=k1x. A is formed in the reverse reaction B→A at a rate of k2[B]2. Since [A]+[B]=C, we have [B]=C−[A]=C−x. So, the rate of formation of A is k2(C−x)2. Combining these gives the net rate of change for A: dx/dt=(rate of formation)−(rate of consumption)=k2(C−x)2−k1x.
Question 11
An electric circuit consists of a resistor of resistance R, an inductor of inductance L, and a time-varying voltage source E(t)=V0sin(ωt), all connected in series. According to Kirchhoff's voltage law, the sum of voltage drops across the inductor (L(dI/dt)) and the resistor (IR) equals the source voltage. A student wants to model the total magnetic flux Φ(t) in the inductor, which is related to the current by Φ(t)=LI(t). Which of the following is a correct differential equation for the magnetic flux Φ(t)?
dtdΦ+LRΦ=V0sin(ωt) (correct answer)
LdtdΦ+RΦ=V0sin(ωt)
L1dtdΦ+RΦ=V0sin(ωt)
dtdΦ+RΦ=V0sin(ωt)
Explanation: Kirchhoff's voltage law gives the equation for the current I(t): LdtdI+RI=V0sin(ωt). We are given the relation between magnetic flux Φ and current I: Φ=LI. From this, we can express I as I=Φ/L. We can also find the derivative of the current: dtdI=L1dtdΦ. Now, substitute these expressions for I and dI/dt into Kirchhoff's law: L(L1dtdΦ)+R(LΦ)=V0sin(ωt). Simplifying this gives the differential equation for the magnetic flux Φ(t): dtdΦ+LRΦ=V0sin(ωt).
Question 12
An inverted conical tank with a height of 4 meters and a top radius of 2 meters is filled with water. Water leaks out through a small hole of area a at the vertex. According to Torricelli's law, the rate of change of the volume of water, V, is given by dV/dt=−a2gh, where h is the height of the water and g is the acceleration due to gravity. Which differential equation describes the water height h(t)?
dtdh=−πa2gh1/2
dtdh=−π4a2gh−3/2 (correct answer)
dtdh=−4πa2gh1/2
dtdh=−πa2gh−1/2
Explanation: First, relate the volume V of water in the cone to its height h. Let r be the radius of the water surface at height h. By similar triangles, r/h=R/H=2/4=1/2, so r=h/2. The volume is V=31πr2h=31π(h/2)2h=12πh3. Differentiate with respect to time t using the chain rule: dV/dt=dhd(12πh3)dtdh=123πh2dtdh=4πh2dtdh. Now, set this equal to the expression from Torricelli's law: 4πh2dtdh=−a2gh. Solving for dh/dt gives dtdh=−π4a2gh2h=−π4a2gh−3/2.
Question 13
A predator-prey system involves foxes (F) and rabbits (R). Rabbits grow exponentially at rate a=0.8 per month in the absence of foxes, but are consumed by foxes at a rate proportional to the product FR with constant b=0.03. Foxes die exponentially at rate c=0.6 per month without rabbits, but their population increases due to consuming rabbits at a rate proportional to FR with efficiency constant d=0.02. However, environmental carrying capacity limits rabbit growth when R>100, reducing growth by a factor of (1−R/200). Which system correctly models this situation?
Explanation: When you encounter predator-prey problems, you need to carefully translate each biological process into mathematical terms, paying close attention to what affects each population's growth rate.Let's build the correct model step by step. For rabbits: they grow exponentially at rate 0.8 (giving us 0.8R), lose individuals through predation at rate 0.03FR, and face carrying capacity limits that reduce growth by factor (1−R/200). The carrying capacity affects the natural growth term, not predation, so we get: dtdR=0.8R(1−R/200)−0.03FR.For foxes: they die at rate 0.6 without food (giving us −0.6F) and gain population through successful predation at rate 0.02FR. No carrying capacity affects foxes, so: dtdF=−0.6F+0.02FR.Now let's examine why the other options fail:Option A incorrectly applies the carrying capacity factor to the fox equation rather than the rabbit growth term, and doesn't properly model logistic growth for rabbits.Option B adds an incorrect −R2/200 term to rabbits (this isn't how carrying capacity was described) and omits the carrying capacity factor from the natural growth term.Option D uses the wrong carrying capacity parameter (R/100 instead of R/200), which would make the effective carrying capacity 100 instead of 200.Study tip: In predator-prey problems, always identify which population each constraint affects. Carrying capacity typically modifies natural growth rates through logistic factors like (1−N/K), where K is the carrying capacity.
Question 14
A chemical reaction converts substance A to substance B at a rate proportional to the amount of A present. Simultaneously, substance B decomposes back to A at a rate proportional to the amount of B present. If [A](t) and [B](t) represent concentrations at time t, the forward reaction rate constant is kf=0.3, the reverse reaction rate constant is kr=0.1, and the total concentration [A]+[B]=C (constant), which single differential equation in [A] only captures this system?
dtd[A]=0.3[A]−0.1(C−[A])
dtd[A]=−0.3[A]+0.1[B]
dtd[A]=−0.2[A]+0.1C
dtd[A]=−0.3[A]+0.1(C−[A]) (correct answer)
Explanation: When you encounter a reversible chemical reaction problem, you need to carefully track the direction and magnitude of each reaction step, then combine them to find the net rate of change.Let's build the differential equation systematically. Substance A decreases due to the forward reaction (A → B) at rate kf[A]=0.3[A], so this contributes −0.3[A] to dtd[A]. Simultaneously, A increases due to the reverse reaction (B → A) at rate kr[B]=0.1[B], contributing +0.1[B] to dtd[A].Since the total concentration is constant ([A]+[B]=C), we can substitute [B]=C−[A] to eliminate B from our equation. This gives us:
dtd[A]=−0.3[A]+0.1(C−[A])This matches answer choice D exactly.Option A has the wrong signs—it suggests A increases from the forward reaction, which contradicts the problem statement. Option B correctly identifies the individual reaction terms but doesn't eliminate [B] as required for a single equation in [A] only. Option C appears to combine terms prematurely: −0.3[A]+0.1(C−[A])=−0.3[A]+0.1C−0.1[A]=−0.4[A]+0.1C, not −0.2[A]+0.1C.Remember: in coupled reaction problems, always write the rate equation for each individual process first, then use conservation laws (like constant total concentration) to eliminate unwanted variables. Don't try to simplify too early—work systematically through each step.
Question 15
A pendulum's angular displacement θ(t) from vertical satisfies the nonlinear equation dt2d2θ+Lgsinθ=0 for small oscillations, where g=9.8 m/s² and L=2 m. However, the pendulum also experiences air resistance proportional to angular velocity with damping coefficient c=0.5, and a small periodic driving force F0cos(ωt) with F0=0.1 and ω=2. Which equation correctly models this driven, damped pendulum using the small-angle approximation sinθ≈θ?
dt2d2θ+0.5dtdθ+9.8θ=0.1cos(2t)
dt2d2θ+0.5dtdθ+4.9sinθ=0.1cos(2t)
dt2d2θ+0.5dtdθ+4.9θ=0.1cos(2t) (correct answer)
dt2d2θ+0.5θ+4.9dtdθ=0.1cos(2t)
Explanation: When you encounter pendulum problems with multiple forces, you need to systematically build the differential equation by identifying each physical effect and its mathematical representation.Start with the basic pendulum equation dt2d2θ+Lgsinθ=0. The restoring force coefficient is Lg=29.8=4.9. Since you're told to use the small-angle approximation sinθ≈θ, this becomes dt2d2θ+4.9θ=0.Next, add the damping term. Air resistance proportional to angular velocity contributes +cdtdθ=+0.5dtdθ to the left side. Finally, the periodic driving force F0cos(ωt)=0.1cos(2t) appears on the right side as an external forcing term.Combining everything: dt2d2θ+0.5dtdθ+4.9θ=0.1cos(2t), which is answer C.Let's examine why the other options fail: Answer A incorrectly uses g=9.8 instead of calculating Lg=4.9. Answer B keeps sinθ instead of applying the required small-angle approximation sinθ≈θ. Answer D scrambles the damping and restoring force terms, placing the velocity term with θ and the displacement term with dtdθ.Study tip: For driven, damped oscillator problems, always follow the pattern: acceleration + damping×velocity + restoring×displacement = driving force. Double-check that coefficients match the physical setup and any approximations are properly applied.
Question 16
A drug is administered intravenously at a constant rate of 5 mg/hour into a patient's bloodstream. The drug is eliminated from the body according to first-order kinetics with elimination constant k=0.2 per hour. The drug also binds reversibly to proteins in the blood: free drug becomes bound at rate kb[Df] and bound drug becomes free at rate ku[Db], where [Df] and [Db] are concentrations of free and bound drug, respectively. If kb=0.8 per hour and ku=0.3 per hour, and only free drug is eliminated, which equation correctly models the free drug concentration?
Explanation: When modeling drug concentrations with binding and elimination, you need to carefully track all the processes that add to or remove free drug from the bloodstream. Think systematically about each rate term and its sign.For free drug concentration [Df], four processes are occurring simultaneously:
Input: Constant IV infusion adds 5 mg/hour (positive term: +5)
Elimination: Only free drug is eliminated at rate k[Df]=0.2[Df] (negative term: -0.2[D_f])
Binding: Free drug becomes bound at rate kb[Df]=0.8[Df] (negative term: -0.8[D_f])
Unbinding: Bound drug becomes free at rate ku[Db]=0.3[Db] (positive term: +0.3[D_b])
This gives: dtd[Df]=5−0.2[Df]−0.8[Df]+0.3[Db]Answer B is correct because it includes exactly these four terms with proper signs.Answer A incorrectly subtracts 0.2[Db], suggesting bound drug is also eliminated, which contradicts the problem statement that only free drug is eliminated.Answer C factors the free drug loss terms but is mathematically equivalent to B, making B the more standard form.Answer D incorrectly applies elimination to both free and bound drug by writing 0.2([Df]+[Db]), again violating the condition that only free drug is eliminated.Study tip: In compartmental models, systematically identify every process affecting your variable of interest, assign the correct sign (input = positive, output = negative), and double-check that your terms match the problem's constraints about which processes affect which compartments.
Question 17
A hot object with initial temperature 200°F is placed in a room maintained at 70°F. The object cools according to Newton's Law of Cooling with a cooling constant of k=0.1 per minute. Simultaneously, an external heat source adds thermal energy at a rate equivalent to raising the object's temperature by 15°F per minute if no other thermal effects were present. What differential equation models the temperature T(t) of the object?
dtdT=−0.1(T−70)+15 (correct answer)
dtdT=−0.1(T−85)+15
dtdT=−0.1T+7+15
dtdT=−0.1(T−70+15)
Explanation: Newton's Law gives cooling rate -k(T - T_ambient) = -0.1(T - 70). The external heating adds +15°F/min. The total rate is dT/dt = -0.1(T - 70) + 15. Choice B incorrectly shifts the ambient temperature by the heating rate. Choice C incorrectly expands Newton's Law as -0.1T + 0.1(70) = -0.1T + 7. Choice D incorrectly includes the heating term inside the temperature difference for Newton's Law.
Question 18
An epidemic spreads through a population of 10,000 people. The rate of new infections is proportional to the product of infected individuals I(t) and susceptible individuals S(t), with transmission rate β=0.0001 per person per day. Infected individuals recover at rate γ=0.05 per day, becoming immune. Additionally, susceptible individuals can become immune through vaccination at a constant rate of 50 people per day, regardless of infection status. If R(t) represents recovered/immune individuals, which system models this SIR epidemic with vaccination?
Explanation: When modeling epidemic dynamics with differential equations, you need to carefully track how individuals flow between compartments (Susceptible → Infected → Recovered) and account for all processes affecting each population.Let's build the system step by step. The susceptible population S(t) decreases through two processes: infection (rate βSI=0.0001SI) and vaccination (constant 50 people/day). So dtdS=−0.0001SI−50.The infected population I(t) increases from new infections (+0.0001SI) and decreases from recovery (−0.05I). Vaccination doesn't directly affect the infected group since those 50 people come from the susceptible population. Therefore: dtdI=0.0001SI−0.05I.The recovered/immune population R(t) gains people through natural recovery (+0.05I) and vaccination (+50). So dtdR=0.05I+50.Choice B correctly captures this flow: susceptible individuals leave through infection and vaccination, infected individuals are created by infection and removed by recovery, and recovered individuals are created by both recovery and vaccination.Choice A incorrectly subtracts vaccination from the infection rate rather than the susceptible population. Choice C mistakenly adds vaccination to the infected population, which makes no biological sense. Choice D omits vaccination from the recovered equation entirely.Study tip: Always verify that your SIR system conserves population (the derivatives should sum to zero when there's no birth/death) and that each process appears with correct signs in the appropriate equations.