Internal
problem
ID
[2505]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.4
separable
equations.
Excercises
page
24
Problem
number
:
18
Date
solved
:
Monday, January 27, 2025 at 05:56:15 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 24
dsolve(diff(y(t),t)=(t+y(t))/(t-y(t)),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 36
DSolve[D[y[t],t]==(t+y[t])/(t-y[t]),y[t],t,IncludeSingularSolutions -> True]