Internal
problem
ID
[16951]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Chapter
2
(Higher
order
ODEs).
Section
14.
Differential
equations
admitting
of
depression
of
their
order.
Exercises
page
107
Problem
number
:
363
Date
solved
:
Tuesday, January 28, 2025 at 08:26:28 PM
CAS
classification
:
[[_3rd_order, _missing_x], [_3rd_order, _exact, _nonlinear], [_3rd_order, _with_linear_symmetries], [_3rd_order, _reducible, _mu_y2]]
With initial conditions
✓ Solution by Maple
Time used: 0.069 (sec). Leaf size: 11
dsolve([diff(y(x),x$3)=3*y(x)*diff(y(x),x),y(0) = 1, D(y)(0) = 1, (D@@2)(y)(0) = 3/2],y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[{D[y[x],{x,3}]==3*y[x]*D[y[x],x],{y[0]==1,Derivative[1][y][0] ==1,Derivative[2][y][0] ==3/2}},y[x],x,IncludeSingularSolutions -> True]
{}