Internal
problem
ID
[19472]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
VIII.
Linear
equations
of
second
order.
Excercise
VIII
(D)
at
page
135
Problem
number
:
4
Date
solved
:
Tuesday, January 28, 2025 at 01:45:39 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 21
dsolve((x+2)*diff(y(x),x$2)-(2*x+5)*diff(y(x),x)+2*y(x)=(x+1)*exp(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.994 (sec). Leaf size: 45
DSolve[(x+2)*D[y[x],{x,2}]-(2*x+5)*D[y[x],x]+2*y[x]==(x+1)*Exp[x],y[x],x,IncludeSingularSolutions -> True]