Internal
problem
ID
[13713]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
5,
Trivial
differential
equations.
Exercises
page
33
Problem
number
:
5.4
(v)
Date
solved
:
Tuesday, January 28, 2025 at 05:55:49 AM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 16
dsolve([diff(x(t)*exp(3*t),t)=exp(-t),x(0) = 3],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.062 (sec). Leaf size: 18
DSolve[{D[x[t]*Exp[3*t],t]==Exp[-t],{x[0]==3}},x[t],t,IncludeSingularSolutions -> True]