ODE No. 694

\[ y'(x)=\frac {x^3 \sqrt {4 x^2 y(x)+1}+\frac {x}{2}+\frac {1}{2}}{x^3 (x+1)} \] Mathematica : cpu = 0.422825 (sec), leaf count = 66

DSolve[Derivative[1][y][x] == (1/2 + x/2 + x^3*Sqrt[1 + 4*x^2*y[x]])/(x^3*(1 + x)),y[x],x]
 

\[\left \{\left \{y(x)\to \frac {4 x^4-8 x^3 \log (x+1)-8 c_1 x^3+4 x^2 \log ^2(x+1)+4 c_1{}^2 x^2+8 c_1 x^2 \log (x+1)-1}{4 x^2}\right \}\right \}\] Maple : cpu = 0.587 (sec), leaf count = 30

dsolve(diff(y(x),x) = 1/2*(x+1+2*(4*x^2*y(x)+1)^(1/2)*x^3)/x^3/(1+x),y(x))
 

\[-2 \ln \left (1+x \right )-\frac {\sqrt {4 x^{2} y \left (x \right )+1}}{x}+2 x +c_{1} = 0\]