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