Internal
problem
ID
[11001]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
991
Date
solved
:
Monday, January 27, 2025 at 10:40:01 PM
CAS
classification
:
[[_homogeneous, `class D`], _Riccati]
✓ Solution by Maple
Time used: 0.053 (sec). Leaf size: 29
dsolve(diff(y(x),x) = -F(x)*(x^2+2*x*y(x)-y(x)^2)+y(x)/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.115 (sec). Leaf size: 44
DSolve[D[y[x],x] == y[x]/x - F[x]*(x^2 + 2*x*y[x] - y[x]^2),y[x],x,IncludeSingularSolutions -> True]