Question: Integration - one step at a time.

I am trying to integrate a second order diff. equation one step at a time, but the dsolve command takes you directly to the solution, which is the second integration of the original ODE.  Is there a way to sequence the integration one step at a time?

Thank you for your assistance.

The equation is listed below as  Maple input:

ode1:=diff(phi(x),x$2)+1/x*diff(phi(x),x)-phi(x)/x^2=-1/D*(q*x/2+P/(2*Pi*x));

Please Wait...