Internal
problem
ID
[12243]
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
:
10
Date
solved
:
Tuesday, January 28, 2025 at 07:49:05 PM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 384
dsolve(diff(y(x),x)=y(x)^2+lambda*arccos(x)^n*y(x)-a^2+a*lambda*arccos(x)^n,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.044 (sec). Leaf size: 220
DSolve[D[y[x],x]==y[x]^2+\[Lambda]*ArcCos[x]^n*y[x]-a^2+a*\[Lambda]*ArcCos[x]^n,y[x],x,IncludeSingularSolutions -> True]