Internal
problem
ID
[19194]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
III.
Ordinary
linear
differential
equations
with
constant
coefficients.
Exercise
III
(H)
at
page
47
Problem
number
:
5
Date
solved
:
Tuesday, January 28, 2025 at 01:13:00 PM
CAS
classification
:
[[_3rd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 34
dsolve(diff(y(x),x$3)-7*diff(y(x),x)-6*y(x)=exp(2*x)*(1+x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.006 (sec). Leaf size: 44
DSolve[D[y[x],{x,3}]-7*D[y[x],x]-6*y[x]==Exp[2*x]*(1+x),y[x],x,IncludeSingularSolutions -> True]