Internal
problem
ID
[8861]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
3.0
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 05:07:28 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
With initial conditions
✓ Solution by Maple
Time used: 0.014 (sec). Leaf size: 21
dsolve([diff(y(x),x$2)+y(x)=sin(x),y(0) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.023 (sec). Leaf size: 20
DSolve[{D[y[x],{x,2}]+y[x]==Sin[x],{y[0] == 1}},y[x],x,IncludeSingularSolutions -> True]