Internal
problem
ID
[12007]
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
:
1
Date
solved
:
Monday, January 27, 2025 at 11:48:10 PM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.022 (sec). Leaf size: 85
dsolve(diff(y(x),x)=a*y(x)^2+b*x+c,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.207 (sec). Leaf size: 143
DSolve[D[y[x],x]==a*y[x]^2+b*x+c,y[x],x,IncludeSingularSolutions -> True]