Internal
problem
ID
[18172]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
2.
First
order
equations.
Section
10
(Linear
equations).
Problems
at
page
82
Problem
number
:
2
(d)
Date
solved
:
Tuesday, January 28, 2025 at 11:36:07 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 22
dsolve(diff(y(x),x)+y(x)=2*x*exp(-x)+x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.147 (sec). Leaf size: 29
DSolve[D[y[x],x]+y[x]==2*x*Exp[-x]+x^2,y[x],x,IncludeSingularSolutions -> True]