Internal
problem
ID
[18997]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
VIII.
End
of
chapter
problems
at
page
107
Problem
number
:
Ex.
16
Date
solved
:
Tuesday, January 28, 2025 at 12:44:49 PM
CAS
classification
:
[[_3rd_order, _fully, _exact, _linear]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 33
dsolve(diff(y(x),x$3)+cos(x)*diff(y(x),x$2)-2*sin(x)*diff(y(x),x)-y(x)*cos(x)=sin(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.035 (sec). Leaf size: 75
DSolve[D[y[x],{x,3}]+Cos[x]*D[y[x],{x,2}]-2*Sin[x]*D[y[x],x]-y[x]*Cos[x]==Sin[2*x],y[x],x,IncludeSingularSolutions -> True]