Internal
problem
ID
[18022]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
159
(page
236)
Date
solved
:
Tuesday, January 28, 2025 at 11:20:41 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 23
dsolve(diff(y(x),x$2)-y(x)=( exp(x)-exp(-x))/(exp(x)+exp(-x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.417 (sec). Leaf size: 34
DSolve[D[y[x],{x,2}]-y[x]==(Exp[x]-Exp[-x])/(Exp[x]+Exp[-x]),y[x],x,IncludeSingularSolutions -> True]