Manipulate[expr, {u, umin, umax}] generates a version of expr with controls added to allow interactive manipulation of the value of u. Manipulate[expr, {u, umin, umax, du}] allows the value of u to vary between umin and umax in steps du. Manipulate[expr, {{u, uinit}, umin, umax, ...}] takes the ini…