Internal
problem
ID
[4154]
Book
:
Theory
and
solutions
of
Ordinary
Differential
equations,
Donald
Greenspan,
1960
Section
:
Chapter
4.
The
general
linear
differential
equation
of
order
n.
Exercises
at
page
63
Problem
number
:
8(c)
Date
solved
:
Monday, January 27, 2025 at 08:40:07 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 33
dsolve(diff(y(x),x$2)+1/2*diff(y(x),x)+1/8*y(x)=1/8*(sin(x)-2*cos(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.024 (sec). Leaf size: 50
DSolve[D[y[x],{x,2}]+1/2*D[y[x],x]+1/8*y[x]==1/8*(Sin[x]-2*Cos[x]),y[x],x,IncludeSingularSolutions -> True]