Internal
problem
ID
[16819]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
8.
First
order
not
solved
for
the
derivative.
Exercises
page
67
Problem
number
:
201
Date
solved
:
Tuesday, January 28, 2025 at 09:33:47 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 21
dsolve(diff(y(x),x)^2-2*x*diff(y(x),x)-8*x^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 25
DSolve[D[y[x],x]^2-2*x*D[y[x],x]-8*x^2==0,y[x],x,IncludeSingularSolutions -> True]