[next] [prev] [prev-tail] [tail] [up]
y′(x)=y(x)(x2y(x)log(x2+1x)−xlog(x2+1x)−log(1x))xlog(1x) ✓ Mathematica : cpu = 0.378235 (sec), leaf count = 133
DSolve[Derivative[1][y][x] == (y[x]*(-Log[x^(-1)] - x*Log[(1 + x^2)/x] + x^2*Log[(1 + x^2)/x]*y[x]))/(x*Log[x^(-1)]),y[x],x]
{{y(x)→exp(∫1x−log(1K[1])−K[1]log(K[1]2+1K[1])K[1]log(1K[1])dK[1])−∫1xexp(∫1K[2]−log(1K[1])−K[1]log(K[1]2+1K[1])K[1]log(1K[1])dK[1])K[2]log(K[2]2+1K[2])log(1K[2])dK[2]+c1}} ✓ Maple : cpu = 0.246 (sec), leaf count = 96
dsolve(diff(y(x),x) = y(x)*(-ln(1/x)-ln((x^2+1)/x)*x+ln((x^2+1)/x)*x^2*y(x))/x/ln(1/x),y(x))
y(x)=e∫−ln(x2+1x)x−ln(1x)xln(1x)dx∫−e∫−ln(x2+1x)x−ln(1x)xln(1x)dxln(x2+1x)xln(1x)dx+c1
[next] [prev] [prev-tail] [front] [up]