Internal
problem
ID
[16137]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Review
exercises,
page
80
Problem
number
:
1
Date
solved
:
Tuesday, January 28, 2025 at 08:51:39 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 63
dsolve(diff(y(t),t)=2*t^5/(5*y(t)^2),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.206 (sec). Leaf size: 72
DSolve[D[y[t],t]==2*t^5/(5*y[t]^2),y[t],t,IncludeSingularSolutions -> True]