Internal
problem
ID
[2983]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
11,
page
45
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 07:05:34 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.014 (sec). Leaf size: 112
dsolve(y(x)^3*diff(y(x),x)+x*y(x)^4=x*exp(-x^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.414 (sec). Leaf size: 200
DSolve[y[x]^3*D[y[x],x]+x*y[x]^4==x*exp[-x^2],y[x],x,IncludeSingularSolutions -> True]