Internal
problem
ID
[2999]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
11,
page
45
Problem
number
:
18
Date
solved
:
Monday, January 27, 2025 at 07:07:03 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Bernoulli]
With initial conditions
✓ Solution by Maple
Time used: 0.032 (sec). Leaf size: 8
dsolve([diff(y(t),t)+y(t)=y(t)^2*exp(-t),y(0) = 2],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.329 (sec). Leaf size: 10
DSolve[{D[y[t],t]+y[t]==y[t]^2*Exp[-t],{y[0]==2}},y[t],t,IncludeSingularSolutions -> True]