Internal
problem
ID
[18510]
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
:
4
(v)
Date
solved
:
Tuesday, January 28, 2025 at 11:51:30 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 121
dsolve(diff(x(t),t)+2*t*x(t)+t*x(t)^4=0,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 10.919 (sec). Leaf size: 177
DSolve[D[x[t],t]+2*t*x[t]+t*x[t]^4==0,x[t],t,IncludeSingularSolutions -> True]