Internal
problem
ID
[10483]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
472
Date
solved
:
Monday, January 27, 2025 at 07:55:08 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.131 (sec). Leaf size: 119
dsolve((x+y(x))*diff(y(x),x)^2+2*x*diff(y(x),x)-y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.848 (sec). Leaf size: 166
DSolve[-y[x] + 2*x*D[y[x],x] + (x + y[x])*D[y[x],x]^2==0,y[x],x,IncludeSingularSolutions -> True]