Internal
problem
ID
[19352]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
VII.
Exact
differential
equations
and
certain
particular
forms
of
equations.
Exercise
VII
(A)
at
page
104
Problem
number
:
6
Date
solved
:
Tuesday, January 28, 2025 at 01:35:12 PM
CAS
classification
:
[[_2nd_order, _exact, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 30
dsolve(diff(y(x),x$2)+2*exp(x)*diff(y(x),x)+2*exp(x)*y(x)=x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.021 (sec). Leaf size: 44
DSolve[D[y[x],{x,2}]+2*Exp[x]*D[y[x],x]+2*Exp[x]*y[x]==x^2,y[x],x,IncludeSingularSolutions -> True]