Internal
problem
ID
[19536]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
III.
Ordinary
linear
differential
equations
with
constant
coefficients
Problem
number
:
Ex
8
page
40
Date
solved
:
Tuesday, January 28, 2025 at 01:50:03 PM
CAS
classification
:
[[_3rd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 48
dsolve(diff(y(x),x$3)+a^2*diff(y(x),x)=sin(a*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.130 (sec). Leaf size: 46
DSolve[D[y[x],{x,3}]+a^2*D[y[x],x]==Sin[a*x],y[x],x,IncludeSingularSolutions -> True]