Internal
problem
ID
[2334]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.4.
Page
24
Problem
number
:
19
Date
solved
:
Monday, January 27, 2025 at 05:47:41 AM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.035 (sec). Leaf size: 20
dsolve(exp(t/y(t))*(y(t)-t)*diff(y(t),t)+y(t)*(1+exp(t/y(t)))=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 1.252 (sec). Leaf size: 34
DSolve[Exp[t/y[t]]*(y[t]-t)*D[y[t],t]+y[t]*(1+Exp[t/y[t]])==0,y[t],t,IncludeSingularSolutions -> True]