Internal
problem
ID
[15803]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
1.
Introduction
to
Differential
Equations.
Exercises
1.1,
page
10
Problem
number
:
30
Date
solved
:
Tuesday, January 28, 2025 at 08:07:45 AM
CAS
classification
:
[[_homogeneous, `class G`], _exact, _rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.193 (sec). Leaf size: 53
dsolve(3*y(t)*(t^2+y(t))+t*(t^2+6*y(t))*diff(y(t),t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 114
DSolve[3*y[t]*(t^2+y[t])+t*(t^2+6*y[t])*D[y[x],x]==0,y[t],t,IncludeSingularSolutions -> True]