Internal
problem
ID
[13520]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
4,
Section
4.4.
Variation
of
parameters.
Exercises
page
162
Problem
number
:
16
Date
solved
:
Tuesday, January 28, 2025 at 05:51:42 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 37
dsolve(diff(y(x),x$2)-2*diff(y(x),x)+y(x)=exp(x)*arcsin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 45
DSolve[D[y[x],{x,2}]-2*D[y[x],x]+y[x]==Exp[x]*ArcSin[x],y[x],x,IncludeSingularSolutions -> True]