Hi! so im working on the next problems now:
Show that dV/dt = -k * V^(2/3) given that k = 0.4836 and t is measured in minutes if the original volume of the capsule is 300 ml, how long will it take the capsule to lose half its volume?
Im doing this on maple right now and see you if guys can spot my problem or my syntax:
1. eq1 := diff(y(t), t) = -k*y(t)^(2/3)
2. dsolve(eq1, y(t)) which gives me an equation
3. dsolve({eq1, y(0...