Internal
problem
ID
[2948]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
9,
page
38
Problem
number
:
12
Date
solved
:
Monday, January 27, 2025 at 07:00:14 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 16
dsolve(exp(x)*diff(y(x),x)=2*x*y(x)^2+exp(x)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.337 (sec). Leaf size: 25
DSolve[Exp[x]*D[y[x],x]==2*x*y[x]^2+Exp[x]*y[x],y[x],x,IncludeSingularSolutions -> True]