Internal
problem
ID
[6344]
Book
:
Fundamentals
of
Differential
Equations.
By
Nagle,
Saff
and
Snider.
9th
edition.
Boston.
Pearson
2018.
Section
:
Chapter
2,
First
order
differential
equations.
Review
problems.
page
79
Problem
number
:
7
Date
solved
:
Monday, January 27, 2025 at 01:57:43 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 105
dsolve(t^3*y(t)^2+t^4/(y(t)^6)*diff(y(t),t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.185 (sec). Leaf size: 183
DSolve[t^3*y[t]^2+t^4/(y[t]^6)*D[y[t],t]==0,y[t],t,IncludeSingularSolutions -> True]