2.1072   ODE No. 1072

  1. Problem in Latex
  2. Mathematica input
  3. Maple input

y(x)(4anp(x)2+a+bp(x))+ap(x)y(x)+y(x)=0 Mathematica : cpu = 0.304841 (sec), leaf count = 0 , could not solve

DSolve[(a + b*p[x] - 4*a*n*p[x]^2)*y[x] + a*Derivative[1][y][x]*Derivative[2][p][x] + Derivative[2][y][x] == 0, y[x], x]

Maple : cpu = 0. (sec), leaf count = 0 , result contains DESol

{y(x)=DESol({d2dx2_Y(x)+a(d2dx2p(x))ddx_Y(x)+(a+bp(x)4na(p(x))2)_Y(x)},{_Y(x)})}