Internal
problem
ID
[12006]
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.6
Date
solved
:
Monday, January 27, 2025 at 11:48:09 PM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 27
dsolve(diff(y(x),x)=f(y(x)/x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.071 (sec). Leaf size: 33
DSolve[D[y[x],x]==f[y[x]/x],y[x],x,IncludeSingularSolutions -> True]