Internal
problem
ID
[10803]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
792
Date
solved
:
Monday, January 27, 2025 at 10:00:54 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 87
dsolve(diff(y(x),x) = y(x)*(-cosh(1/(x+1))*x+cosh(1/(x+1))-x+x^2*y(x)-x^2+x^3*y(x))/x/(x-1)/cosh(1/(x+1)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.863 (sec). Leaf size: 238
DSolve[D[y[x],x] == (Sech[(1 + x)^(-1)]*y[x]*(-x - x^2 + Cosh[(1 + x)^(-1)] - x*Cosh[(1 + x)^(-1)] + x^2*y[x] + x^3*y[x]))/((-1 + x)*x),y[x],x,IncludeSingularSolutions -> True]