[next] [prev] [prev-tail] [tail] [up]
v(v+1)y(x)+y″(x)+cot(x)y′(x)=0 ✓ Mathematica : cpu = 0.112921 (sec), leaf count = 20
DSolve[v*(1 + v)*y[x] + Cot[x]*Derivative[1][y][x] + Derivative[2][y][x] == 0,y[x],x]
{{y(x)→c1Pv(cos(x))+c2Qv(cos(x))}} ✓ Maple : cpu = 0.196 (sec), leaf count = 45
dsolve(diff(diff(y(x),x),x)+diff(y(x),x)*cot(x)+v*(v+1)*y(x)=0,y(x))
y(x)=c1hypergeom([−v2,12+v2],[12],cos2(x))+c2cos(x)hypergeom([1+v2,12−v2],[32],cos2(x))
[next] [prev] [prev-tail] [front] [up]