Internal
problem
ID
[12055]
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
:
49
Date
solved
:
Monday, January 27, 2025 at 11:54:59 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 59
dsolve(x^2*diff(y(x),x)=a*x^2*y(x)^2+b*x*y(x)+c,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.260 (sec). Leaf size: 99
DSolve[x^2*D[y[x],x]==a*x^2*y[x]^2+b*x*y[x]+c,y[x],x,IncludeSingularSolutions -> True]