Question: Non-linear first order differential equation not able to be solved numerically, getting error in DEtools/Convert.

I am looking to solve the following ode numerically for different values of w, 

diff(y(x),x)^2=y(x)^(-3w-1), along with the intial condition y(1)=1. 

i have tried to solve this for w=-1/3 and w=0 but i am getting the error:

Error, (in DEtools/convertsys) unable to convert to an explicit first-order system

I believe it probably has something to do with the fact that the first derivative is squared but i dont know how to procede with fixing that. 

 

Any help would be greatly appreciated. 

Please Wait...