Internal
problem
ID
[14511]
Book
:
Ordinary
Differential
Equations
by
Charles
E.
Roberts,
Jr.
CRC
Press.
2010
Section
:
Chapter
4.
N-th
Order
Linear
Differential
Equations.
Exercises
4.4,
page
218
Problem
number
:
2
Date
solved
:
Tuesday, January 28, 2025 at 06:42:50 AM
CAS
classification
:
[[_high_order, _missing_y]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 48
dsolve(diff(y(x),x$4)+4*diff(y(x),x$2)=24*x^2-6*x+14+32*cos(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.195 (sec). Leaf size: 123
DSolve[D[y[x],{x,4}]+4*D[y[x],{x,2}]==24*x^2-6*x+14+32*Cos[2*x],y[x],x,IncludeSingularSolutions -> True]