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