Internal
problem
ID
[13734]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
9,
First
order
linear
equations
and
the
integrating
factor.
Exercises
page
86
Problem
number
:
9.1
(iv)
Date
solved
:
Tuesday, January 28, 2025 at 06:00:14 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.111 (sec). Leaf size: 23
dsolve([diff(y(x),x)+exp(-x)*y(x)=1,y(0) = exp(1)],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.069 (sec). Leaf size: 32
DSolve[{D[y[x],x]+Exp[-x]*y[x]==1,{y[0]==Exp[1]}},y[x],x,IncludeSingularSolutions -> True]