Internal
problem
ID
[18010]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
147
(page
224)
Date
solved
:
Tuesday, January 28, 2025 at 11:19:55 AM
CAS
classification
:
[[_high_order, _missing_x]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 26
dsolve(diff(y(x),x$4)-2*diff(y(x),x$2)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.075 (sec). Leaf size: 42
DSolve[D[y[x],{x,4}]-2*D[y[x],{x,2}]==0,y[x],x,IncludeSingularSolutions -> True]