
Bradford T. answered 05/13/21
Retired Engineer / Upper level math instructor
a) Rewriting
5y' =2y(5-y)
We can use separation of variables
5y'/(y(y-5)) = 2
Integrating, the right side becomes 2t + C
Looking at the left side using partial fractions
∫5/(y(5-y))dy = ∫1/y + 1/(5-y) dy = ln(y)-ln(5-y) = ln(y/(5-y))
Putting both sides together and taking to the power of e
y/(5-y) = e2t+C
Separating out y
y = 5e2t+C/(1+e2t+C)
b) y(0) = 3 = 5eC/(1+eC) --> C = ln(3/2)
y = 5(3/2)e2t/(1+(3/2)e2t) = 15e2t/(2+3e2t)
c) lim t→∞ y = 15/3 = 5
The most y can be is 5