Internal
problem
ID
[2975]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
10,
page
41
Problem
number
:
18
Date
solved
:
Monday, January 27, 2025 at 07:05:10 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 15
dsolve(y*diff(x(y),y)=2*y*exp(3*y)+x(y)*(3*y+2),x(y), singsol=all)
✓ Solution by Mathematica
Time used: 0.065 (sec). Leaf size: 18
DSolve[y*D[x[y],y]==2*y*Exp[3*y]+x[y]*(3*y+2),x[y],y,IncludeSingularSolutions -> True]