Internal
problem
ID
[18753]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
II.
Equations
of
the
first
order
and
of
the
first
degree.
Exercises
at
page
26
Problem
number
:
Ex.
1
Date
solved
:
Tuesday, January 28, 2025 at 12:14:33 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.110 (sec). Leaf size: 71
dsolve((y(x)^3-2*y(x)*x^2)+(2*x*y(x)^2-x^3)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 12.028 (sec). Leaf size: 277
DSolve[(y[x]^3-2*y[x]*x^2)+(2*x*y[x]^2-x^3)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]