Internal
problem
ID
[4134]
Book
:
Theory
and
solutions
of
Ordinary
Differential
equations,
Donald
Greenspan,
1960
Section
:
Chapter
3.
Linear
differential
equations
of
second
order.
Exercises
at
page
31
Problem
number
:
6(f)
Date
solved
:
Monday, January 27, 2025 at 08:37:14 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 26
dsolve(diff(y(x),x$2)+2*y(x)=exp(x)+2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.202 (sec). Leaf size: 36
DSolve[D[y[x],{x,2}]+2*y[x]==Exp[x]+2,y[x],x,IncludeSingularSolutions -> True]