4.7.40 4(x2+1)y(x)x24xy(x)=0

ODE
4(x2+1)y(x)x24xy(x)=0 ODE Classification

[_linear]

Book solution method
Linear ODE

Mathematica
cpu = 0.0230519 (sec), leaf count = 38

{{y(x)14(4c1x2+1+x2+1sinh1(x)x)}}

Maple
cpu = 0.016 (sec), leaf count = 23

{y(x)=4_C1+Arcsinh(x)4x2+1x4} Mathematica raw input

DSolve[-x^2 - 4*x*y[x] + 4*(1 + x^2)*y'[x] == 0,y[x],x]

Mathematica raw output

{{y[x] -> (-x + Sqrt[1 + x^2]*ArcSinh[x] + 4*Sqrt[1 + x^2]*C[1])/4}}

Maple raw input

dsolve(4*(x^2+1)*diff(y(x),x)-4*x*y(x)-x^2 = 0, y(x),'implicit')

Maple raw output

y(x) = 1/4*(4*_C1+arcsinh(x))*(x^2+1)^(1/2)-1/4*x