Hello guys, thanks for the replies. My equation is:
NDSolve[{y'[x] ==
y[x]^3 (1 - y[x]) x^2 - (1 - y[x])^3 x^2 +
3/8 y[x] (1/2 y[x]^(-1/2)), y[0] == 0.`}, y, {x, 0, 1`},
Method -> "ExplicitRungeKutta", "StartingStepSize" -> 1/1000]
Is there any mistake on how I load the Runge-Kutta Package?
Or is there any mistake in the equation?