Internal
problem
ID
[10796]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
785
Date
solved
:
Monday, January 27, 2025 at 09:46:49 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`], _Riccati]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 24
dsolve(diff(y(x),x) = -(ln(x)-sinh(x)*x^2-2*sinh(x)*x*y(x)-sinh(x)-sinh(x)*y(x)^2)/ln(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.462 (sec). Leaf size: 29
DSolve[D[y[x],x] == (-Log[x] + Sinh[x] + x^2*Sinh[x] + 2*x*Sinh[x]*y[x] + Sinh[x]*y[x]^2)/Log[x],y[x],x,IncludeSingularSolutions -> True]