Internal
problem
ID
[18500]
Book
:
Elementary
Differential
Equations.
By
R.L.E.
Schwarzenberger.
Chapman
and
Hall.
London.
First
Edition
(1969)
Section
:
Chapter
3.
Solutions
of
first-order
equations.
Exercises
at
page
47
Problem
number
:
3
(i)
Date
solved
:
Tuesday, January 28, 2025 at 11:51:07 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.014 (sec). Leaf size: 139
dsolve((3*t^2*x(t)-t*x(t))+(3*t^3*x(t)^2+t^3*x(t)^4)*diff(x(t),t)=0,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 6.903 (sec). Leaf size: 157
DSolve[(3*t^2*x[t]-t*x[t])+(3*t^3*x[t]^2+t^3*x[t]^4)*D[x[t],t]==0,x[t],t,IncludeSingularSolutions -> True]