Internal
problem
ID
[7512]
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.11
Date
solved
:
Monday, January 27, 2025 at 03:03:16 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.074 (sec). Leaf size: 22
dsolve(diff(y(t),t)=-2/t+1/t*y(t)+1/t*y(t)^2,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 1.482 (sec). Leaf size: 43
DSolve[D[y[t],t]==-2/t+1/t*y[t]+1/t*y[t]^2,y[t],t,IncludeSingularSolutions -> True]