Problem 1
Solve x′(t)=−0.2x+3, x(0)=0 and find the steady state and half-life.
Solution: x(t)=15(1−e−0.2t), steady state 15; half-life solves x(t)=7.5 → t=ln2/0.2≈3.466.
Problem 2
Given xn+1=0.8xn+10, x0=0, compute x5 and the limit.
Solution: Closed form xn=0.8n(x0−50)+50 ⇒ x5=0.85(−50)+50≈32.768; limit 50.
Problem 3
Continuous: solve x′(t)=x−5, x(0)=1 and determine t with x(t)=4.
Solution: x(t)=(1−5)et+5=5−4et ⇒ 4=5−4et⇒et=1/4⇒t=−ln4.
Problem 4
Discrete: for xn+1=1.1xn−5, find the closed form and discuss behavior.
Solution: xn=1.1n(x0−(−50))−50 diverges in magnitude since ∣1.1∣>1.
Problem 5
Logistic: P′(t)=0.6P(1−P/100), P(0)=10. Estimate time to reach P=80.
Solution: P(t)=1+Ae−0.6t100, with A=10100−10=9. Solve 80=100/(1+9e−0.6t) → e−0.6t=361 → t=0.6ln36≈5.96.