Internal
problem
ID
[4263]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
section
10,
page
47
Problem
number
:
2(c)
Date
solved
:
Monday, January 27, 2025 at 08:46:51 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 5.253 (sec). Leaf size: 133
dsolve((x+3*x^3*y(x)^4)*diff(y(x),x)+y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 10.112 (sec). Leaf size: 166
DSolve[(x+3*x^3*y[x]^4)*D[y[x],x]+y[x]==0,y[x],x,IncludeSingularSolutions -> True]