Internal
problem
ID
[12886]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
IV,
differential
equations
of
the
first
order
and
higher
degree
than
the
first.
Article
25.
Equations
solvable
for
\(y\).
Page
52
Problem
number
:
Ex
5
Date
solved
:
Tuesday, January 28, 2025 at 04:31:52 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 3.109 (sec). Leaf size: 77
dsolve(y(x)=-x*diff(y(x),x)+x^4*diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.524 (sec). Leaf size: 123
DSolve[y[x]==-x*D[y[x],x]+x^4*(D[y[x],x])^2,y[x],x,IncludeSingularSolutions -> True]