Internal
problem
ID
[18020]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
157
(page
236)
Date
solved
:
Tuesday, January 28, 2025 at 11:20:03 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 31
dsolve(diff(y(x),x$2)+4*y(x)=x*sin(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.105 (sec). Leaf size: 38
DSolve[D[y[x],{x,2}]+4*y[x]==x*Sin[2*x],y[x],x,IncludeSingularSolutions -> True]