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