Internal
problem
ID
[5332]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
26
Problem
number
:
747
Date
solved
:
Monday, January 27, 2025 at 11:15:32 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.049 (sec). Leaf size: 123
dsolve(diff(y(x),x)*(1+sinh(x))*sinh(y(x))+cosh(x)*(cosh(y(x))-1) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 5.333 (sec). Leaf size: 32
DSolve[D[y[x],x]*(1+Sinh[x])*Sinh[y[x]]+Cosh[x]*(Cosh[y[x]]-1)==0,y[x],x,IncludeSingularSolutions -> True]