Internal
problem
ID
[16134]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Exercises
2.5,
page
64
Problem
number
:
64
Date
solved
:
Tuesday, January 28, 2025 at 08:50:37 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.069 (sec). Leaf size: 171
dsolve((t^(1/3)*y(t)^(2/3)+t)+(t^(2/3)*y(t)^(1/3)+y(t))*diff(y(t),t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 1.793 (sec). Leaf size: 53
DSolve[(t^(1/3)*y[t]^(2/3)+t)+(t^(2/3)*y[t]^(1/3)+y[t])*D[y[t],t]==0,y[t],t,IncludeSingularSolutions -> True]