Internal
problem
ID
[728]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.5.
Linear
first
order
equations.
Page
56
Problem
number
:
25
Date
solved
:
Monday, January 27, 2025 at 02:59:22 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.015 (sec). Leaf size: 34
dsolve([3*x^3*y(x)+(x^2+1)*diff(y(x),x) = 6*x/exp(3/2*x^2),y(0) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.094 (sec). Leaf size: 28
DSolve[{3*x^3*y[x]+(x^2+1)*D[y[x],x] == 6*x/Exp[3/2*x^2],y[0]==1},y[x],x,IncludeSingularSolutions -> True]