Internal
problem
ID
[13909]
Book
:
Differential
equations
and
the
calculus
of
variations
by
L.
ElSGOLTS.
MIR
PUBLISHERS,
MOSCOW,
Third
printing
1977.
Section
:
Chapter
2,
DIFFERENTIAL
EQUATIONS
OF
THE
SECOND
ORDER
AND
HIGHER.
Problems
page
172
Problem
number
:
Problem
10
Date
solved
:
Tuesday, January 28, 2025 at 06:08:15 AM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.119 (sec). Leaf size: 52
dsolve(x(t)^3*diff(x(t),t$2)+1=0,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 2.844 (sec). Leaf size: 93
DSolve[x[t]^3*D[x[t],{t,2}]+1==0,x[t],t,IncludeSingularSolutions -> True]