Internal
problem
ID
[2341]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.9.
Page
66
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 05:48:14 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.036 (sec). Leaf size: 45
dsolve(1/2*y(t)^2-2*exp(t)*y(t)+(-exp(t)+y(t))*diff(y(t),t) = 0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 1.216 (sec). Leaf size: 70
DSolve[1/2*y[t]^2-2*Exp[t]*y[t]+(-Exp[t]+y[t])*D[y[t],t] == 0,y[t],t,IncludeSingularSolutions -> True]