Internal
problem
ID
[13056]
Book
:
A
First
Course
in
Differential
Equations
by
J.
David
Logan.
Third
Edition.
Springer-Verlag,
NY.
2015.
Section
:
Chapter
1,
First
order
differential
equations.
Section
1.3.1
Separable
equations.
Exercises
page
26
Problem
number
:
4(e)
Date
solved
:
Tuesday, January 28, 2025 at 04:50:25 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.023 (sec). Leaf size: 29
dsolve(diff(y(t),t)+y(t)+1/y(t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 2.440 (sec). Leaf size: 57
DSolve[D[y[t],t]+y[t]+1/y[t]==0,y[t],t,IncludeSingularSolutions -> True]