Internal
problem
ID
[16171]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Review
exercises,
page
80
Problem
number
:
35
Date
solved
:
Tuesday, January 28, 2025 at 08:55:49 AM
CAS
classification
:
[_exact]
With initial conditions
✓ Solution by Maple
Time used: 2.193 (sec). Leaf size: 17
dsolve([(y(t)/t+ln(y(t)))+(t/y(t)+ln(t))*diff(y(t),t)=0,y(1) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 60.307 (sec). Leaf size: 18
DSolve[{(y[t]/t+Log[y[t]])+(t/y[t]+Log[t])*D[y[t],t]==0,{y[1]==1}},y[t],t,IncludeSingularSolutions -> True]