Internal
problem
ID
[10100]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
86
Date
solved
:
Monday, January 27, 2025 at 06:27:28 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.378 (sec). Leaf size: 52
dsolve(diff(y(x),x) - (y(x)-x*f(x^2+a*y(x)^2))/(x+a*y(x)*f(x^2+a*y(x)^2))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.412 (sec). Leaf size: 184
DSolve[D[y[x],x]- (y[x]-x*f[x^2+a*y[x]^2])/(x+a*y[x]*f[x^2+a*y[x]^2])==0,y[x],x,IncludeSingularSolutions -> True]