Internal
problem
ID
[17970]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
106
(page
162)
Date
solved
:
Tuesday, January 28, 2025 at 11:19:03 AM
CAS
classification
:
[[_3rd_order, _quadrature]]
✓ Solution by Maple
Time used: 0.091 (sec). Leaf size: 91
dsolve(diff(y(x),x$3)^2+x^2=1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.114 (sec). Leaf size: 147
DSolve[D[y[x],{x,3}]^2+x^2==1,y[x],x,IncludeSingularSolutions -> True]