Internal
problem
ID
[13359]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
Miscellaneous
Review.
Exercises
page
60
Problem
number
:
9
Date
solved
:
Tuesday, January 28, 2025 at 05:31:54 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.186 (sec). Leaf size: 41
dsolve(diff(y(x),x)=(4*x^3*y(x)^2-3*x^2*y(x))/(x^3-2*x^4*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.760 (sec). Leaf size: 78
DSolve[D[y[x],x]==(4*x^3*y[x]^2-3*x^2*y[x])/(x^3-2*x^4*y[x]),y[x],x,IncludeSingularSolutions -> True]