2.74 problem 74

Internal problem ID [10414]

Book: Handbook of exact solutions for ordinary differential equations. By Polyanin and Zaitsev. Second edition
Section: Chapter 1, section 1.2. Riccati Equation. 1.2.2. Equations Containing Power Functions
Problem number: 74.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_rational, _Riccati]

\[ \boxed {x^{2} \left (x^{n} a -1\right ) \left (y^{\prime }+\lambda y^{2}\right )+\left (p \,x^{n}+q \right ) x y=-r \,x^{n}-s} \]

Solution by Maple

Time used: 0.015 (sec). Leaf size: 3716

dsolve(x^2*(a*x^n-1)*(diff(y(x),x)+lambda*y(x)^2)+(p*x^n+q)*x*y(x)+r*x^n+s=0,y(x), singsol=all)
 

\[ \text {Expression too large to display} \]

Solution by Mathematica

Time used: 7.968 (sec). Leaf size: 2419

DSolve[x^2*(a*x^n-1)*(y'[x]+\[Lambda]*y[x]^2)+(p*x^n+q)*x*y[x]+r*x^n+s==0,y[x],x,IncludeSingularSolutions -> True]
 

Too large to display