61.15.8 problem 17

Internal problem ID [12250]
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.7-2. Equations containing arccosine.
Problem number : 17
Date solved : Tuesday, January 28, 2025 at 01:40:52 AM
CAS classification : [_Riccati]

\begin{align*} x y^{\prime }&=\lambda \arccos \left (x \right )^{n} y^{2}+k y+\lambda \,b^{2} x^{2 k} \arccos \left (x \right )^{n} \end{align*}

Solution by Maple

Time used: 0.147 (sec). Leaf size: 29

dsolve(x*diff(y(x),x)=lambda*arccos(x)^n*y(x)^2+k*y(x)+lambda*b^2*x^(2*k)*arccos(x)^n,y(x), singsol=all)
 
\[ y = -\tan \left (-b \lambda \left (\int \arccos \left (x \right )^{n} x^{k -1}d x \right )+c_{1} \right ) b \,x^{k} \]

Solution by Mathematica

Time used: 0.510 (sec). Leaf size: 48

DSolve[x*D[y[x],x]==\[Lambda]*ArcCos[x]^n*y[x]^2+k*y[x]+\[Lambda]*b^2*x^(2*k)*ArcCos[x]^n,y[x],x,IncludeSingularSolutions -> True]
 
\[ y(x)\to \sqrt {b^2} x^k \tan \left (\sqrt {b^2} \int _1^x\lambda \arccos (K[1])^n K[1]^{k-1}dK[1]+c_1\right ) \]