Internal
problem
ID
[18754]
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.
2
Date
solved
:
Tuesday, January 28, 2025 at 12:15:02 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.323 (sec). Leaf size: 40
dsolve((2*x^2*y(x)-3*y(x)^4)+(3*x^3+2*x*y(x)^3)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.220 (sec). Leaf size: 8672
DSolve[(2*x^2*y[x]-3*y[x]^4)+(3*x^3+2*x*y[x]^3)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]
Too large to display