Internal
problem
ID
[2824]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
4.
Qualitative
theory
of
differential
equations.
Section
4.6
(Qualitative
properties
of
orbits).
Page
417
Problem
number
:
12
Date
solved
:
Monday, January 27, 2025 at 06:18:59 AM
CAS
classification
:
[[_2nd_order, _missing_x], _Duffing, [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.015 (sec). Leaf size: 32
dsolve(diff(z(t),t$2)+z(t)-2*z(t)^3=0,z(t), singsol=all)
✓ Solution by Mathematica
Time used: 60.177 (sec). Leaf size: 181
DSolve[D[z[t],{t,2}]+z[t]-2*z[t]^3==0,z[t],t,IncludeSingularSolutions -> True]