Internal
problem
ID
[12237]
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-1.
Equations
containing
arcsine.
Problem
number
:
4
Date
solved
:
Tuesday, January 28, 2025 at 07:48:22 PM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 87
dsolve(diff(y(x),x)=lambda*arcsin(x)^n*y(x)^2+a*y(x)+a*b-b^2*lambda*arcsin(x)^n,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.585 (sec). Leaf size: 250
DSolve[D[y[x],x]==\[Lambda]*ArcSin[x]^n*y[x]^2+a*y[x]+a*b-b^2*\[Lambda]*ArcSin[x]^n,y[x],x,IncludeSingularSolutions -> True]