Internal
problem
ID
[16108]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Exercises
2.5,
page
64
Problem
number
:
31
Date
solved
:
Tuesday, January 28, 2025 at 08:41:39 AM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.741 (sec). Leaf size: 31
dsolve(diff(y(t),t)=1/( 2*y(t)*exp(-t/y(t))/t+t/y(t) ),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.262 (sec). Leaf size: 43
DSolve[D[y[t],t]==1/( 2*y[t]*Exp[-t/y[t]]/t+t/y[t] ),y[t],t,IncludeSingularSolutions -> True]