Internal
problem
ID
[3160]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
20,
page
90
Problem
number
:
16
Date
solved
:
Monday, January 27, 2025 at 07:24:10 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 19
dsolve(diff(y(x),x$2)-2*diff(y(x),x)+y(x)=exp(x)/(1-x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.032 (sec). Leaf size: 23
DSolve[D[y[x],{x,2}]-2*D[y[x],x]+y[x]==Exp[x]/(1-x)^2,y[x],x,IncludeSingularSolutions -> True]