Internal
problem
ID
[2987]
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
:
6
Date
solved
:
Monday, January 27, 2025 at 07:05:48 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 23
dsolve(diff(y(x),x)-x*y(x)=sqrt(y(x))*x*exp(x^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.334 (sec). Leaf size: 34
DSolve[D[y[x],x]-x*y[x]==Sqrt[y[x]]*x*Exp[x^2],y[x],x,IncludeSingularSolutions -> True]