Internal
problem
ID
[12029]
Book
:
Handbook
of
exact
solutions
for
ordinary
differential
equations.
By
Polyanin
and
Zaitsev.
Second
edition
Section
:
Chapter
1,
section
1.2.
Riccati
Equation.
1.2.2.
Equations
Containing
Power
Functions
Problem
number
:
23
Date
solved
:
Monday, January 27, 2025 at 11:51:39 PM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 141
dsolve((a*x^n+b*x^m+c)*(diff(y(x),x)-y(x)^2)+a*n*(n-1)*x^(n-2)+b*m*(m-1)*x^(m-2)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.464 (sec). Leaf size: 201
DSolve[(a*x^n+b*x^m+c)*(D[y[x],x]-y[x]^2)+a*n*(n-1)*x^(n-2)+b*m*(m-1)*x^(m-2)==0,y[x],x,IncludeSingularSolutions -> True]