Internal
problem
ID
[14527]
Book
:
Ordinary
Differential
Equations
by
Charles
E.
Roberts,
Jr.
CRC
Press.
2010
Section
:
Chapter
5.
The
Laplace
Transform
Method.
Exercises
5.2,
page
248
Problem
number
:
7
Date
solved
:
Tuesday, January 28, 2025 at 06:42:59 AM
CAS
classification
:
[[_high_order, _missing_y]]
Using Laplace method
✓ Solution by Maple
Time used: 10.292 (sec). Leaf size: 79
dsolve(diff(y(x),x$4)-2*diff(y(x),x$3)+diff(y(x),x$2)=x*exp(x)-3*x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 39.373 (sec). Leaf size: 91
DSolve[D[y[x],{x,4}]-2*D[y[x],{x,3}]+D[y[x],{x,2}]==x*Exp[x]-3*x^2,y[x],x,IncludeSingularSolutions -> True]