Internal
problem
ID
[2988]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
11,
page
45
Problem
number
:
7
Date
solved
:
Monday, January 27, 2025 at 07:05:50 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 34
dsolve(t*diff(x(t),t)+x(t)*(1-x(t)^2*t^4)=0,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.491 (sec). Leaf size: 48
DSolve[t*D[x[t],t]+x[t]*(1-x[t]^2*t^4)==0,x[t],t,IncludeSingularSolutions -> True]