Internal
problem
ID
[12003]
Book
:
Handbook
of
exact
solutions
for
ordinary
differential
equations.
By
Polyanin
and
Zaitsev.
Second
edition
Section
:
Chapter
1,
First-Order
differential
equations
Problem
number
:
1.1.3
Date
solved
:
Monday, January 27, 2025 at 11:48:02 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 20
dsolve(diff(y(x),x)=f(x)*g(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.276 (sec). Leaf size: 42
DSolve[D[y[x],x]==f[x]*g[y[x]],y[x],x,IncludeSingularSolutions -> True]