9.9 problem 9

Internal problem ID [9764]

Book: Handbook of exact solutions for ordinary differential equations. By Polyanin and Zaitsev. Second edition
Section: Chapter 1, section 1.2. Riccati Equation. subsection 1.2.6-1. Equations with sine
Problem number: 9.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_Riccati]

Solve \begin {gather*} \boxed {y^{\prime }+\left (k +1\right ) x^{k} y^{2}-a \,x^{k +1} \left (\sin ^{m}\relax (x )\right ) y+a \left (\sin ^{m}\relax (x )\right )=0} \end {gather*}

Solution by Maple

Time used: 0.031 (sec). Leaf size: 119

dsolve(diff(y(x),x)=-(k+1)*x^k*y(x)^2+a*x^(k+1)*sin(x)^m*y(x)-a*sin(x)^m,y(x), singsol=all)
 

\[ y \relax (x ) = -\frac {\left ({\mathrm e}^{\int \frac {x^{k} \left (\sin ^{m}\relax (x )\right ) a \,x^{2}-2 k -2}{x}d x} x^{k} x -\left (\int -x^{k} {\mathrm e}^{\int \frac {x^{k +2} \left (\sin ^{m}\relax (x )\right ) a -2 k -2}{x}d x} \left (k +1\right )d x \right )-c_{1}\right ) x^{-k}}{x \left (\int -x^{k} {\mathrm e}^{\int \frac {x^{k +2} \left (\sin ^{m}\relax (x )\right ) a -2 k -2}{x}d x} \left (k +1\right )d x +c_{1}\right )} \]

Solution by Mathematica

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

DSolve[y'[x]==-(k+1)*x^k*y[x]^2+a*x^(k+1)*Sin[x]^m*y[x]-a*Sin[x]^m,y[x],x,IncludeSingularSolutions -> True]
 

Not solved