Internal
problem
ID
[10787]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
776
Date
solved
:
Monday, January 27, 2025 at 09:44:22 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 95
dsolve(diff(y(x),x) = y(x)*(-ln(1/x)-ln((x^2+1)/x)*x+ln((x^2+1)/x)*x^2*y(x))/x/ln(1/x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.633 (sec). Leaf size: 110
DSolve[D[y[x],x] == (y[x]*(-Log[x^(-1)] - x*Log[(1 + x^2)/x] + x^2*Log[(1 + x^2)/x]*y[x]))/(x*Log[x^(-1)]),y[x],x,IncludeSingularSolutions -> True]