Problem 5(b) Terminal Velocity of Falling Particles f(vt)=vt^2*(3*CD*rho)-4*30*g*(rhop-rho)*Dp rho=994.57 g=9.80665 rhop=1800 Dp=0.208e-3 vis=8.931e-4 Re=Dp*vt*rho/vis CD=if (Re<0.1) then (24/Re) else (24*(1+0.14*Re^0.7)/Re) vt(min)=0, vt(max)=0.5