Internal
problem
ID
[17893]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
1
(c)
(page
9)
Date
solved
:
Tuesday, January 28, 2025 at 11:09:49 AM
CAS
classification
:
[[_2nd_order, _quadrature]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 13
dsolve(diff(y(x),x$2)=sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 16
DSolve[D[y[x],{x,2}]==Sin[x],y[x],x,IncludeSingularSolutions -> True]