Differential Equations Quiz: Modeling With Linear Odes
Practice Modeling With Linear Odes 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
An object at 100∘C is placed in a large room with an ambient temperature of 20∘C. After 10 minutes, the object's temperature is 60∘C. The object is then immediately moved to a freezer with an ambient temperature of 0∘C. Assuming Newton's Law of Cooling, what is the temperature of the object 20 minutes after it was moved to the freezer?
What this quiz covers
This quiz focuses on Modeling With Linear Odes, 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
An object at 100∘C is placed in a large room with an ambient temperature of 20∘C. After 10 minutes, the object's temperature is 60∘C. The object is then immediately moved to a freezer with an ambient temperature of 0∘C. Assuming Newton's Law of Cooling, what is the temperature of the object 20 minutes after it was moved to the freezer?
7.5∘C
15∘C (correct answer)
25∘C
30∘C
Explanation: The model is T′=−k(T−Ta). The solution is T(t)=Ta+(T0−Ta)e−kt.
Phase 1 (0≤t≤10): Ta=20, T0=100. So T(t)=20+(100−20)e−kt=20+80e−kt.
We are given T(10)=60. So 60=20+80e−10k⟹40=80e−10k⟹e−10k=1/2⟹−10k=ln(1/2)=−ln(2)⟹k=ln(2)/10.
Phase 2 (t>10): The object is moved to a new environment with Ta=0. The initial time for this phase is t=10, and the initial temperature is T(10)=60. Let s=t−10 be the time elapsed since the move. The model is T(s)=0+(60−0)e−ks=60e−ks.
We need to find the temperature 20 minutes after the move, which is at s=20.
T(20)=60e−k(20)=60e−(ln(2)/10)(20)=60e−2ln(2)=60eln(2−2)=60(1/4)=15∘C.
Question 2
An investment account earns interest at a rate of 4% per year, compounded continuously. Money is withdrawn continuously from the account at a rate of W(t)=5000+100t dollars per year, where t is the number of years. To ensure the account has a balance of 500,000attheendof10years,whatmusttheinitialinvestmentP(0)$ be?
62,500+412,500e−0.4
187,500+287,500e0.4
187,500+287,500e−0.4 (correct answer)
−187,500+712,500e−0.4
Explanation: The differential equation modeling the principal P(t) is dtdP=rP−W(t), where r=0.04. So, dtdP=0.04P−(5000+100t).
The standard linear form is dtdP−0.04P=−5000−100t. The integrating factor is I(t)=e∫−0.04dt=e−0.04t.
Multiplying by I(t) gives dtd(Pe−0.04t)=(−5000−100t)e−0.04t.
Integrating both sides (using integration by parts for the te−0.04t term) gives:
Pe−0.04t=∫(−5000−100t)e−0.04tdt=125000e−0.04t+2500te−0.04t+62500e−0.04t+C.
Pe−0.04t=(187500+2500t)e−0.04t+C.
P(t)=187500+2500t+Ce0.04t.
We are given P(10)=500,000.
500,000=187500+2500(10)+Ce0.04(10)=187500+25000+Ce0.4=212,500+Ce0.4.
Ce0.4=500,000−212,500=287,500⟹C=287,500e−0.4.
The initial investment is P(0).
P(0)=187500+2500(0)+Ce0=187500+C.
Substituting the value of C: P(0)=187,500+287,500e−0.4.
Question 3
A lake initially contains 107 m3 of pure water. Water containing a pollutant at a concentration of 0.01 kg/m3 flows into the lake at a rate of 500 m3/day. Due to consumption and evaporation, water flows out of the lake at a higher rate of 600 m3/day. The lake is well-mixed. What is the limiting concentration of the pollutant in the lake as the volume of the lake approaches zero?
0 kg/m3
0.0083 kg/m3
0.01 kg/m3 (correct answer)
0.05 kg/m3
Explanation: Let A(t) be the amount of pollutant and V(t) be the volume of water at time t. Let c(t)=A(t)/V(t) be the concentration.
The volume changes according to dtdV=500−600=−100, so V(t)=107−100t. The lake is empty when t=105 days.
The amount of pollutant changes according to dtdA=(500)(0.01)−600V(t)A(t)=5−600c(t).
Since A(t)=c(t)V(t), we have dtdA=dtd(cV)=c′V+cV′=c′(107−100t)+c(−100).
Equating the two expressions for dtdA: c′(107−100t)−100c=5−600c.
c′(107−100t)+500c=5. This is a linear ODE for c(t).
In standard form: c′+107−100t500c=107−100t5. Let T=105. c′+T−t5c=T−t0.05.
The integrating factor is I(t)=e∫T−t5dt=e−5ln(T−t)=(T−t)−5.
dtd(c(T−t)−5)=T−t0.05(T−t)−5=0.05(T−t)−6.
Integrating gives c(T−t)−5=0.05−5(T−t)−5(−1)+K=0.01(T−t)−5+K.
c(t)=0.01+K(T−t)5. Since c(0)=0, 0=0.01+KT5, so K=−0.01/T5.
c(t)=0.01−0.01(TT−t)5. As the volume approaches zero, t→T. The limiting concentration is limt→Tc(t)=0.01−0=0.01 kg/m3.
Question 4
A system is described by the initial value problem dtdy=t+12y−(t+1)3 with an initial condition y(0)=y0, where y0 is a positive constant. What is the long-term behavior of the solution y(t) as t→∞?
y(t) approaches 0
y(t) approaches a finite positive constant
y(t) approaches +∞
y(t) approaches −∞ (correct answer)
Explanation: The differential equation is dtdy−t+12y=−(t+1)3. This is a first-order linear ODE.
The integrating factor is I(t)=e∫−t+12dt=e−2ln(t+1)=(t+1)−2.
Multiplying the equation by I(t) gives dtd(y(t+1)−2)=−(t+1)3(t+1)−2=−(t+1).
Integrate both sides with respect to t: y(t+1)−2=∫−(t+1)dt=−21(t+1)2+C.
To find C, we use the initial condition y(0)=y0: y0(1)−2=−21(1)2+C⟹y0=−1/2+C⟹C=y0+1/2.
The solution is y(t+1)−2=−21(t+1)2+y0+1/2.
y(t)=(t+1)2(−21(t+1)2+y0+1/2).
To determine the long-term behavior, we examine the limit as t→∞. We look at the dominant terms:
y(t)≈t2(−21t2)=−21t4.
As t→∞, the term −21t4 goes to −∞. Therefore, y(t) approaches −∞.
Question 5
A drug is administered intravenously at a constant rate of R mg/hour. The body eliminates the drug at a rate proportional to the amount present, with a proportionality constant k=0.1 hour−1. The maximum safe amount of the drug in the body is 20 mg. What is the maximum rate R at which the drug can be administered so that the amount of the drug never exceeds this safe limit?
1 mg/hour
2 mg/hour (correct answer)
10 mg/hour
20 mg/hour
Explanation: Let A(t) be the amount of the drug in the body at time t. The model is given by the differential equation dtdA=(rate in)−(rate out).
Rate in is the constant administration rate R. Rate out is proportional to the amount present, kA(t).
So, dtdA=R−kA(t).
With k=0.1, the equation is dtdA=R−0.1A, or dtdA+0.1A=R. This is a linear first-order ODE.
Assuming A(0)=0, the solution is A(t)=0.1R(1−e−0.1t)=10R(1−e−0.1t).
The amount of drug in the body will approach a saturation level, or steady-state amount, as t→∞.
Ass=limt→∞A(t)=limt→∞10R(1−e−0.1t)=10R(1−0)=10R.
Alternatively, the steady-state amount is where dtdA=0, so R−0.1Ass=0, which gives Ass=R/0.1=10R.
We require that the amount of the drug never exceeds the safe limit of 20 mg. Since the amount A(t) is an increasing function approaching its limit Ass, we must ensure that this limit does not exceed 20 mg.
So, Ass≤20⟹10R≤20⟹R≤2 mg/hour.
The maximum rate R is therefore 2 mg/hour.
Question 6
An insulated aluminum bar of mass m1 and specific heat c1 is at an initial temperature T1(0)=100 K. It is brought into thermal contact with a copper block of mass m2 and specific heat c2 at an initial temperature T2(0)=300 K. The rate of heat transfer from the copper to the aluminum is proportional to the temperature difference, k(T2−T1), where k>0. Let D(t)=T2(t)−T1(t) be the temperature difference. Which differential equation models D(t)?
dtdD=−kD
dtdD=−k(m1c11−m2c21)D
dtdD=−k(m1c11+m2c21)D (correct answer)
dtdD=k(200−D)
Explanation: The rate of change of heat for an object is dQ/dt=mcdtdT.
For the aluminum bar (object 1), the heat is flowing in: dtdQ1=k(T2−T1)=kD. Thus, m1c1dtdT1=kD, which means dtdT1=m1c1kD.
For the copper block (object 2), heat is flowing out: dtdQ2=−k(T2−T1)=−kD. Thus, m2c2dtdT2=−kD, which means dtdT2=−m2c2kD.
The rate of change of the difference D(t)=T2(t)−T1(t) is dtdD=dtdT2−dtdT1.
Substituting the expressions for dtdT1 and dtdT2:
dtdD=(−m2c2kD)−(m1c1kD)=−k(m2c21+m1c11)D.
This is a linear first-order differential equation for the temperature difference D(t).
Question 7
The amount A(t) of a substance in a chemical reaction follows the model dtdA=−kA+R, where R is a constant production rate and k is a positive decay constant. Experimental data shows that A(0)=10 grams, A(1)=8 grams, and A(2)=7 grams. What is the value of the decay constant k?
2
1/2
ln(2) (correct answer)
ln(3/2)
Explanation: The differential equation dtdA+kA=R is a linear first-order ODE. Its general solution is A(t)=Ce−kt+kR.
We are given three data points:
A(0)=10⟹10=C+R/k
A(1)=8⟹8=Ce−k+R/k
A(2)=7⟹7=Ce−2k+R/k
Let X=R/k. From (1), C=10−X. Substitute this into (2) and (3):
2') 8=(10−X)e−k+X
3') 7=(10−X)e−2k+X
From (2'): 8−X=(10−X)e−k⟹e−k=10−X8−X.
From (3'): 7−X=(10−X)e−2k=(10−X)(e−k)2.
Substitute the expression for e−k into this equation:
7−X=(10−X)(10−X8−X)2=10−X(8−X)2.
(7−X)(10−X)=(8−X)270−17X+X2=64−16X+X270−17X=64−16X⟹6=X. So, R/k=6.
Now find k using e−k=10−X8−X=10−68−6=42=21.
e−k=1/2⟹−k=ln(1/2)=−ln(2)⟹k=ln(2).
Question 8
A 500-liter tank initially contains 20 kg of salt dissolved in water. Brine is pumped into the tank at a rate of 10 L/min, and the concentration of salt in the incoming brine at time t is given by c(t)=0.1(1+t) kg/L. The well-mixed solution is pumped out at the same rate. Which of the following expressions represents the amount of salt A(t) in the tank at t=50 minutes?
50+2470e−1 (correct answer)
2520e−1
5050−2530e−1
50t−2450+2470e−t/50
Explanation: Let A(t) be the amount of salt in kg at time t. The rate of change of salt is given by the differential equation dtdA=(rate in)−(rate out).
The rate in is rin×cin(t)=10 L/min×0.1(1+t) kg/L=1+t kg/min.
The rate out is rout×cout(t)=10 L/min×500A(t) kg/L=50A kg/min.
The resulting ODE is dtdA=1+t−50A, which can be written in standard linear form as dtdA+501A=1+t. The initial condition is A(0)=20.
The integrating factor is I(t)=e∫(1/50)dt=et/50.
Multiplying the ODE by I(t) gives dtd(Aet/50)=(1+t)et/50.
Integrating both sides (using integration by parts for ∫tet/50dt) yields Aet/50=50et/50+50tet/50−2500et/50+C=50tet/50−2450et/50+C.
So, A(t)=50t−2450+Ce−t/50.
Using A(0)=20, we find 20=−2450+C, so C=2470.
The solution is A(t)=50t−2450+2470e−t/50.
At t=50, A(50)=50(50)−2450+2470e−50/50=2500−2450+2470e−1=50+2470e−1.
Question 9
Consider the differential equation dtdy+ky=q(t) with k>0. Let y1(t) be the solution with initial condition y(0)=A and y2(t) be the solution with initial condition y(0)=B, where A=B. What is the long-term behavior of the absolute difference between these two solutions, limt→∞∣y1(t)−y2(t)∣?
0 (correct answer)
∣A−B∣
∣A−B∣e−kt
∞
Explanation: Let y1(t) and y2(t) be two solutions to the linear ODE y′+ky=q(t).
The general solution is of the form y(t)=yc(t)+yp(t), where yc(t)=Ce−kt is the solution to the homogeneous equation and yp(t) is a particular solution that does not depend on the initial conditions.
For y1(t), the initial condition y1(0)=A determines its constant C1. A=C1e0+yp(0)⟹C1=A−yp(0). So, y1(t)=(A−yp(0))e−kt+yp(t).
For y2(t), the initial condition y2(0)=B determines its constant C2. B=C2e0+yp(0)⟹C2=B−yp(0). So, y2(t)=(B−yp(0))e−kt+yp(t).
Now consider the difference y1(t)−y2(t):
y1(t)−y2(t)=[(A−yp(0))e−kt+yp(t)]−[(B−yp(0))e−kt+yp(t)]y1(t)−y2(t)=(A−yp(0)−B+yp(0))e−kt=(A−B)e−kt.
We are asked for the limit of the absolute difference as t→∞:
limt→∞∣y1(t)−y2(t)∣=limt→∞∣(A−B)e−kt∣=∣A−B∣limt→∞e−kt.
Since we are given that k>0, limt→∞e−kt=0.
Therefore, limt→∞∣y1(t)−y2(t)∣=∣A−B∣×0=0. This indicates that for stable linear systems (where k>0), the effect of the initial conditions vanishes over time, and all solutions converge.
Question 10
An RL circuit has an inductor of 2 H, a resistor of 10Ω, and is connected to a voltage source V(t)=50cos(5t) V. If the initial current is I(0)=0 A, the solution for the current I(t) is the sum of a transient current Itr(t) and a steady-state current Iss(t). At what time t>0 does the magnitude of the transient current decay to 1% of its initial magnitude?
0.2ln(10)
0.4ln(10) (correct answer)
2ln(10)
10ln(10)
Explanation: The differential equation for an RL circuit is LdtdI+RI=V(t).
Substituting the given values, we get 2dtdI+10I=50cos(5t), which simplifies to dtdI+5I=25cos(5t).
The transient current Itr(t) is the solution to the homogeneous equation dtdI+5I=0, which is Itr(t)=Ce−5t.
To find C, we need the full solution. The steady-state solution is of the form Iss(t)=Acos(5t)+Bsin(5t). Substituting this into the ODE gives A=2.5 and B=2.5. So, I(t)=Ce−5t+2.5cos(5t)+2.5sin(5t).
Using the initial condition I(0)=0: 0=Ce0+2.5cos(0)+2.5sin(0)⟹0=C+2.5⟹C=−2.5.
So the transient current is Itr(t)=−2.5e−5t.
The initial magnitude of the transient current is ∣Itr(0)∣=∣−2.5e0∣=2.5.
We want to find t such that ∣Itr(t)∣=0.01×∣Itr(0)∣.
∣−2.5e−5t∣=0.01×2.5⟹2.5e−5t=0.025⟹e−5t=0.01.
Taking the natural logarithm of both sides: −5t=ln(0.01)=ln(10−2)=−2ln(10).
Therefore, t=−5−2ln(10)=52ln(10)=0.4ln(10).
Question 11
Two tanks are connected in series. Tank 1 initially holds 100 L of pure water. Brine with a salt concentration of 0.5 kg/L is pumped into Tank 1 at a rate of 5 L/min. The well-mixed solution from Tank 1 is pumped into Tank 2 at 5 L/min. Tank 2 initially holds 200 L of pure water, and its well-mixed solution is pumped out at 5 L/min. Let A2(t) be the amount of salt (in kg) in Tank 2 at time t. Which of the following is the correct differential equation for A2(t)?
dtdA2=2.5−40A2
dtdA2=2.5(1−e−t/20)−40A2 (correct answer)
dtdA2=0.25(1−e−t/20)−40A2
dtdA2=50(1−e−t/20)−200A2
Explanation: First, we model the amount of salt A1(t) in Tank 1. The volume is constant at 100 L.
dtdA1=(rate in)−(rate out)=(5 L/min)(0.5 kg/L)−(5 L/min)100 LA1(t)=2.5−20A1.
This is a linear ODE for A1. With A1(0)=0, the solution is A1(t)=50(1−e−t/20).
The concentration of salt flowing from Tank 1 into Tank 2 is c1(t)=100A1(t)=10050(1−e−t/20)=0.5(1−e−t/20).
Now, we model the amount of salt A2(t) in Tank 2. The volume is constant at 200 L.
dtdA2=(rate in)−(rate out).
The rate in is the rate of flow from Tank 1 times the concentration from Tank 1: (5 L/min)×c1(t)=5×0.5(1−e−t/20)=2.5(1−e−t/20).
The rate out is (5 L/min)×200 LA2(t)=40A2.
Therefore, the differential equation for A2(t) is dtdA2=2.5(1−e−t/20)−40A2.
Question 12
A chemical reaction follows first-order kinetics where substance A converts to substance B according to dtd[A]=−k[A], and B simultaneously decomposes according to dtd[B]=k[A]−2k[B]. If initially [A]0=100 and [B]0=0, what is the maximum concentration of B that will be achieved?
3100≈33.3
2k−k100k=100
e100≈36.8
2100=50 (correct answer)
Explanation: When you encounter a coupled system of differential equations describing chemical kinetics, you need to solve for each concentration as a function of time, then find when the intermediate product reaches its maximum.First, solve the equation for A: dtd[A]=−k[A] gives [A](t)=100e−kt.Next, substitute this into the equation for B: dtd[B]=k(100e−kt)−2k[B]=100ke−kt−2k[B]. This is a first-order linear ODE. Using an integrating factor of e2kt, you can solve to get [B](t)=100(e−kt−e−2kt).To find the maximum concentration of B, take the derivative and set it equal to zero: dtd[B]=100(−ke−kt+2ke−2kt)=0. This gives e−kt=21, so t=kln(2).Substituting back: [B]max=100(21−41)=100⋅41=50.Answer A (3100) incorrectly assumes equal rate constants. Answer B shows dimensional confusion—you can't have kk terms in a concentration. Answer C (e100) results from incorrectly setting the maximum at t=k1 instead of properly solving the optimization.Remember: for intermediate species in consecutive reactions, always solve the full system, then optimize. The maximum occurs when the formation rate equals the consumption rate.
Question 13
A savings account earns interest at a rate proportional to the current balance, but has a constant withdrawal rate of 1200 per year. If the balance $$B(t)$$ satisfies $$\frac{dB}{dt} = 0.06B - 1200$$ and the initial balance is 15000, what is the minimum initial balance needed to prevent the account from eventually going to zero?
$18000
$20000 (correct answer)
$24000
$12000
Explanation: The equilibrium occurs when dB/dt = 0, so 0.06B - 1200 = 0, giving B = 20000. If the initial balance equals 20000,theaccountremainsconstant.Ifinitialbalance>20000, it grows; if < 20000,itdecreasestowardzero.Therefore,theminimuminitialbalancetopreventgoingtozeroisexactly20000. Choice A is below the equilibrium and would lead to depletion. Choice C is above the minimum required. Choice D is the break-even withdrawal amount divided by interest rate incorrectly.
Question 14
A resistor-capacitor (RC) circuit with resistance R=2 ohms and capacitance C=0.5 farads is connected to a voltage source V(t)=10sin(t) volts. The charge q(t) on the capacitor satisfies Rdtdq+Cq=V(t). What is the steady-state charge amplitude?
510 coulombs (correct answer)
55 coulombs
310 coulombs
520 coulombs
Explanation: Substituting values: 2(dq/dt) + 2q = 10sin(t). For steady state with input Asin(ωt), the response is of the form q = B sin(t + φ). The amplitude is B = A/√((ω²RC - 1/C)² + (ωR)²). Here A = 10, ω = 1, R = 2, C = 0.5, so B = 10/√((1·2·0.5 - 1/0.5)² + (1·2)²) = 10/√((-1)² + 4) = 10/√5. Choice B omits the factor of 2 in the denominator calculation. Choice C uses only the resistive term. Choice D incorrectly doubles the numerator.
Question 15
A Newton's law of cooling problem states that a hot object cools according to dtdT=−k(T−Ta), where Ta is the ambient temperature and k>0. If an object at initial temperature 80°C is placed in a room at 20°C, and after 10 minutes the temperature is 60°C, how long will it take for the object to reach 30°C?
20 minutes from the start time
30 minutes from the start time (correct answer)
25 minutes from the start time
15 minutes from the start time
Explanation: The solution is T(t) = 20 + 60e^(-kt). Using T(10) = 60: 60 = 20 + 60e^(-10k), so e^(-10k) = 2/3. For T = 30: 30 = 20 + 60e^(-kt), so e^(-kt) = 1/6. Since e^(-10k) = 2/3, we have e^(-20k) = (2/3)² = 4/9 and e^(-30k) = (2/3)³ = 8/27 ≈ 0.296. But 1/6 ≈ 0.167, which is between e^(-30k) and e^(-40k). Solving: -kt = ln(1/6) and -10k = ln(2/3), so t = 10ln(1/6)/ln(2/3) = 30 minutes. Choice A uses an incorrect exponential relationship. Choice C assumes linear cooling. Choice D uses the wrong initial condition.
Question 16
A parachutist falls under gravity with air resistance proportional to velocity. The equation of motion is mdtdv=mg−kv, where m=70 kg, g=9.8 m/s², and k=14 kg/s. If the parachutist is dropped from rest, what percentage of terminal velocity is reached after 10 seconds?
100(1−e−5)≈99.3%
100(1−e−1)≈63.2%
100(1−e−2)≈86.5% (correct answer)
100(1−e−10)≈100%
Explanation: When you encounter a differential equation describing motion with resistance proportional to velocity, you're dealing with a first-order linear ODE that models exponential approach to terminal velocity. The key insight is recognizing this as a standard form that leads to exponential behavior.Starting with mdtdv=mg−kv, first find the terminal velocity where acceleration equals zero: mg−kvt=0, so vt=kmg=1470×9.8=49 m/s.Rearranging the equation: dtdv=g−mkv=9.8−0.2v. This separable equation yields the solution v(t)=vt(1−e−kt/m) with initial condition v(0)=0.At t=10 seconds: v(10)=49(1−e−14×10/70)=49(1−e−2)The percentage of terminal velocity is vtv(10)×100%=100(1−e−2)≈86.5%, which is answer C.Answer A uses the exponent −5, which would correspond to t=25 seconds. Answer B uses −1, corresponding to t=5 seconds. Answer D uses −10, which incorrectly uses kt instead of kt/m.Study tip: Always identify the time constant τ=m/k in resistance problems. The exponent in the solution is always −t/τ, and after time τ, you've reached about 63% of terminal velocity.
Question 17
An object at temperature 200°C is placed in an environment where the ambient temperature increases linearly according to Ta(t)=20+2t degrees Celsius. If Newton's law of cooling applies with cooling constant k=0.1 min−1, which differential equation correctly models the object's temperature T(t)?
dtdT=−0.1T+0.1(20+2t)
dtdT=−0.1(T−20)−2t
dtdT=−0.1(T−20−2t) (correct answer)
dtdT=−0.1(T−20)+2
Explanation: When you encounter Newton's law of cooling with a time-varying ambient temperature, you need to carefully identify what represents the temperature difference that drives the cooling process.Newton's law of cooling states that the rate of temperature change is proportional to the difference between the object's temperature and the ambient temperature: dtdT=−k(T−Ta). Here, the ambient temperature varies as Ta(t)=20+2t, so you substitute this directly into the formula.The correct equation becomes dtdT=−0.1(T−(20+2t))=−0.1(T−20−2t), which is choice C. The negative sign indicates that when the object is warmer than its surroundings, it cools down.Choice A incorrectly expands the Newton's law formula by distributing the negative sign, giving −0.1T+0.1(20+2t). While mathematically equivalent to C, this form obscures the physical meaning of the temperature difference.Choice B uses −0.1(T−20)−2t but fails to account for the time-varying ambient temperature properly. The −2t term should be +0.1(2t) when the formula is expanded correctly.Choice D treats the changing ambient temperature as if only the constant rate of change (2°C/min) matters, writing −0.1(T−20)+2. This ignores that the actual ambient temperature at time t includes the 2t term.Always write Newton's law as dtdT=−k(T−Ta) first, then substitute the given ambient temperature function directly into Ta.
Question 18
A tank initially contains 100 gallons of pure water. A brine solution containing 2 pounds of salt per gallon flows into the tank at a rate of 3 gallons per minute. The well-mixed solution flows out at a rate of 4 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−t4S (correct answer)
dtdS=6−100−t3S
dtdS=6−100+t4S
dtdS=2−100−t4S
Explanation: The rate of salt entering is (2 lb/gal)(3 gal/min) = 6 lb/min. The volume at time t is 100 + 3t - 4t = 100 - t gallons. The concentration is S/(100-t) lb/gal, so salt leaves at rate (4 gal/min)(S/(100-t) lb/gal) = 4S/(100-t) lb/min. Thus dS/dt = 6 - 4S/(100-t). Choice B uses the wrong outflow rate coefficient. Choice C has the wrong sign in the volume expression. Choice D uses the concentration instead of the rate of salt input.