Internal
problem
ID
[18888]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
VI.
Linear
equations
with
constant
coefficients.
problems
at
page
77
Problem
number
:
Ex.
4
Date
solved
:
Tuesday, January 28, 2025 at 12:33:30 PM
CAS
classification
:
[[_3rd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.174 (sec). Leaf size: 70
dsolve(diff(y(x),x$3)+y(x)=sin(3*x)-cos(1/2*x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.739 (sec). Leaf size: 87
DSolve[D[y[x],{x,3}]+y[x]==Sin[3*x]-Cos[1/2*x]^2,y[x],x,IncludeSingularSolutions -> True]