Internal
problem
ID
[12240]
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
:
7
Date
solved
:
Tuesday, January 28, 2025 at 07:48:32 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`], _Riccati]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 24
dsolve(diff(y(x),x)=lambda*arcsin(x)^n*(y(x)-a*x^m-b)^2+a*m*x^(m-1),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.870 (sec). Leaf size: 44
DSolve[D[y[x],x]==\[Lambda]*ArcSin[x]^n*(y[x]-a*x^m-b)^2+a*m*x^(m-1),y[x],x,IncludeSingularSolutions -> True]