[next] [prev] [prev-tail] [tail] [up]
y′(x)=x2y(x)x2+y(x)2+x3(−x2+y(x)2)+y(x)x ✓ Mathematica : cpu = 0.278409 (sec), leaf count = 221
DSolve[Derivative[1][y][x] == (y[x] - x^3*Sqrt[x^2 + y[x]^2] + x^2*y[x]*Sqrt[x^2 + y[x]^2])/x,y[x],x]
{{y(x)→x−2x2tanh2(13(−2x3−32c1))−x2tanh4(13(−2x3−32c1))−1+2tanh2(13(−2x3−32c1))},{y(x)→x+2x2tanh2(13(−2x3−32c1))−x2tanh4(13(−2x3−32c1))−1+2tanh2(13(−2x3−32c1))}} ✓ Maple : cpu = 0.192 (sec), leaf count = 49
dsolve(diff(y(x),x) = -(-y(x)+x^3*(y(x)^2+x^2)^(1/2)-x^2*(y(x)^2+x^2)^(1/2)*y(x))/x,y(x))
ln(2x(2y(x)2+2x2+y(x)+x)y(x)−x)+2x33−ln(x)−c1=0
[next] [prev] [prev-tail] [front] [up]