Internal
problem
ID
[10225]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
212
Date
solved
:
Tuesday, January 28, 2025 at 04:26:33 PM
CAS
classification
:
[NONE]
✓ Solution by Maple
Time used: 0.015 (sec). Leaf size: 30
dsolve(y(x)*diff(y(x),x)+f(x^2+y(x)^2)*g(x)+x=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.222 (sec). Leaf size: 95
DSolve[y[x]*D[y[x],x]+f[x^2+y[x]^2]*g[x]+x==0,y[x],x,IncludeSingularSolutions -> True]