27.41 problem 51

Internal problem ID [10874]
Internal file name [OUTPUT/10131_Sunday_December_24_2023_05_14_00_PM_4386285/index.tex]

Book: Handbook of exact solutions for ordinary differential equations. By Polyanin and Zaitsev. Second edition
Section: Chapter 2, Second-Order Differential Equations. section 2.1.2-2 Equation of form \(y''+f(x)y'+g(x)y=0\)
Problem number: 51.
ODE order: 2.
ODE degree: 1.

The type(s) of ODE detected by this program : "unknown"

Maple gives the following as the ode type

[[_2nd_order, _with_linear_symmetries]]

Unable to solve or complete the solution.

\[ \boxed {y^{\prime \prime }+\left (a \,x^{n}+2 b \right ) y^{\prime }+\left (x^{n} a b -a \,x^{n -1}+b^{2}\right ) y=0} \]

Maple trace Kovacic algorithm successful

`Methods for second order ODEs: 
--- Trying classification methods --- 
trying a symmetry of the form [xi=0, eta=F(x)] 
checking if the LODE is missing y 
-> Trying an equivalence, under non-integer power transformations, 
   to LODEs admitting Liouvillian solutions. 
   -> Trying a Liouvillian solution using Kovacics algorithm 
      A Liouvillian solution exists 
      Reducible group (found an exponential solution) 
      Group is reducible, not completely reducible 
   <- Kovacics algorithm successful 
<- Equivalence, under non-integer power transformations successful`
 

Solution by Maple

Time used: 0.203 (sec). Leaf size: 167

dsolve(diff(y(x),x$2)+(a*x^n+2*b)*diff(y(x),x)+(a*b*x^n-a*x^(n-1)+b^2)*y(x)=0,y(x), singsol=all)
 

\[ y \left (x \right ) = {\mathrm e}^{-\frac {\left (a \,x^{n}+2 \left (n +1\right ) b \right ) x}{2 n +2}} c_{2} \left (n +1\right ) \left (a \,x^{-\frac {n}{2}}+x^{-\frac {3 n}{2}-1} n \right ) \operatorname {WhittakerM}\left (\frac {-n -2}{2 n +2}, \frac {2 n +1}{2 n +2}, \frac {a \,x^{n +1}}{n +1}\right )+c_{2} n^{2} x^{-\frac {3 n}{2}-1} {\mathrm e}^{-\frac {\left (a \,x^{n}+2 \left (n +1\right ) b \right ) x}{2 n +2}} \operatorname {WhittakerM}\left (\frac {n}{2 n +2}, \frac {2 n +1}{2 n +2}, \frac {a \,x^{n +1}}{n +1}\right )+c_{1} {\mathrm e}^{-b x} x \]

Solution by Mathematica

Time used: 0.0 (sec). Leaf size: 0

DSolve[y''[x]+(a*x^n+2*b)*y'[x]+(a*b*x^n-a*x^(n-1)+b^2)*y[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

Not solved