Problem with differential equation!!!



I know of  two extensions to the ode code.   You'll find some  DE code in 
share\contrib\diffequations  by  David Billinghurst.  There is
some code for _linear_ 2nd order DEs on my webpage (google my name).

Your equation is nonlinear.  You could  convert it  to Riccati form by
hand, and then try to solve it using David's code. 

Good luck.

Barton