Internal
problem
ID
[13719]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
8,
Separable
equations.
Exercises
page
72
Problem
number
:
8.1
(i)
Date
solved
:
Tuesday, January 28, 2025 at 05:59:37 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.016 (sec). Leaf size: 14
dsolve([diff(x(t),t)=t^3*(1-x(t)),x(0) = 3],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.054 (sec). Leaf size: 18
DSolve[{D[x[t],t]==t^3*(1-x[t]),{x[0]==3}},x[t],t,IncludeSingularSolutions -> True]