Internal
problem
ID
[8870]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
3.0
Problem
number
:
12
Date
solved
:
Monday, January 27, 2025 at 05:09:15 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
With initial conditions
✓ Solution by Maple
Time used: 0.240 (sec). Leaf size: 110
dsolve([diff(y(x),x$2)+diff(y(x),x)+y(x)=sin(x),D(y)(1) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.343 (sec). Leaf size: 4176
DSolve[{D[y[x],{x,3}]+D[y[x],x]+y[x]==Sin[x],{Derivative[1][y][1] == 0}},y[x],x,IncludeSingularSolutions -> True]
Too large to display