Internal
problem
ID
[18665]
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
:
2
Date
solved
:
Tuesday, January 28, 2025 at 12:09:01 PM
CAS
classification
:
[[_3rd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 33
dsolve(diff(y(x),x$3)+4*diff(y(x),x$2)+3*diff(y(x),x)=x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.057 (sec). Leaf size: 47
DSolve[D[y[x],{x,3}]+4*D[y[x],{x,2}]+3*D[y[x],x]==x^2,y[x],x,IncludeSingularSolutions -> True]