ODE =
solving an ODE =
ordinary
vs.
partial
first-order =
dy(t)/dt = 3y(t)
dp(t)/dt = αp(t)1/2
dq(t)/dt = 1/q(t)
dr(t)/dt = 3sin(t)2r(t)
ds(θ)/dθ = sin(s(θ))
construct the ODE
enter the ODE symbolically
use dsolve to solve the ODE symbolically
substitute values for symbolic constants
explicitly plot the solution function