Internal
problem
ID
[7513]
Book
:
THEORY
OF
DIFFERENTIAL
EQUATIONS
IN
ENGINEERING
AND
MECHANICS.
K.T.
CHAU,
CRC
Press.
Boca
Raton,
FL.
2018
Section
:
Chapter
3.
Ordinary
Differential
Equations.
Section
3.2
FIRST
ORDER
ODE.
Page
114
Problem
number
:
Example
3.12
Date
solved
:
Monday, January 27, 2025 at 03:03:19 PM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.060 (sec). Leaf size: 32
dsolve(diff(y(t),t)=-y(t)/t-1-y(t)^2,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.176 (sec). Leaf size: 43
DSolve[D[y[t],t]==-y[t]/t-1-y[t]^2,y[t],t,IncludeSingularSolutions -> True]