Internal
problem
ID
[18487]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
11.
Nonlinear
Equations.
Section
64.
Periodic
Solutions.
The
PoincareBendixson
Theorem.
Problems
at
page
570
Problem
number
:
4
(a)
Date
solved
:
Tuesday, January 28, 2025 at 11:50:45 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
✗ Solution by Maple
dsolve(diff(x(t),t$2)+(5*x(t)^4-9*x(t)^2)*diff(x(t),t)+x(t)^5=0,x(t), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[D[x[t],{t,2}]+(5*x[t]^4-9*x[t]^2)*D[x[t],t]+x[t]^5==0,x[t],t,IncludeSingularSolutions -> True]
Not solved