StepWorking
01Given
The differential equation is dtdy+αy=γe−βt with constants α>0,β>0,γ>0.
02Goal
Determine the value of limt→∞y(t).
03Approach
Recognize this as a first-order linear differential equation dtdy+P(t)y=Q(t). Find the integrating factor I.F.=e∫αdt=eαt, solve for y(t), and evaluate the limit as t→∞.
04Execute
Multiply across by the integrating factor: y(t)eαt=∫γe(α−β)tdt. Assuming α=β, we integrate to get y(t)eαt=α−βγe(α−β)t+C. Dividing by eαt gives y(t)=α−βγe−βt+Ce−αt.
✓Verify
Since α>0 and β>0, both e−βt→0 and e−αt→0 as t→∞. Thus, limt→∞y(t)=0+0=0. In the edge case α=β, y(t)=γte−αt+Ce−αt, which also approaches 0 as t→∞.