Internal
problem
ID
[18668]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
IV.
Ordinary
linear
differential
equations
with
constant
coefficients.
Exercises
at
page
58
Problem
number
:
5
Date
solved
:
Tuesday, January 28, 2025 at 12:09:05 PM
CAS
classification
:
[[_3rd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 28
dsolve(diff(y(x),x$3)+5*diff(y(x),x$2)+6*diff(y(x),x)=x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.051 (sec). Leaf size: 42
DSolve[D[y[x],{x,3}]+5*D[y[x],{x,2}]+6*D[y[x],x]==x,y[x],x,IncludeSingularSolutions -> True]