Internal
problem
ID
[797]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Chapter
1
review
problems.
Page
78
Problem
number
:
27
Date
solved
:
Wednesday, February 05, 2025 at 04:21:06 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 56
dsolve(3*y(x)+x^3*y(x)^4+3*x*diff(y(x),x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.602 (sec). Leaf size: 70
DSolve[3*y[x]+x^3*y[x]^4+3*x*D[y[x],x] == 0,y[x],x,IncludeSingularSolutions -> True]