Internal
problem
ID
[17989]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
126
(page
179)
Date
solved
:
Tuesday, January 28, 2025 at 11:19:30 AM
CAS
classification
:
[[_high_order, _missing_x], [_high_order, _missing_y], [_high_order, _with_linear_symmetries], [_high_order, _reducible, _mu_poly_yn]]
✓ Solution by Maple
Time used: 0.110 (sec). Leaf size: 36
dsolve(5*diff(y(x),x$3)^2-3*diff(y(x),x$2)*diff(y(x),x$4)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.206 (sec). Leaf size: 28
DSolve[5*D[y[x],{x,3}]^2-3*D[y[x],{x,2}]*D[y[x],{x,4}]==0,y[x],x,IncludeSingularSolutions -> True]