Internal
problem
ID
[7490]
Book
:
Ordinary
differential
equations
and
calculus
of
variations.
Makarets
and
Reshetnyak.
Wold
Scientific.
Singapore.
1995
Section
:
Chapter
2.
Linear
homogeneous
equations.
Section
2.3.4
problems.
page
104
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 03:02:09 PM
CAS
classification
:
[[_2nd_order, _exact, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 53
dsolve(diff(y(x),x$2)+x*diff(y(x),x)+y(x)=2*x*exp(x)-1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.111 (sec). Leaf size: 53
DSolve[D[y[x],{x,2}]+x*D[y[x],x]+y[x]==2*x*Exp[x]-1,y[x],x,IncludeSingularSolutions -> True]