Internal
problem
ID
[2333]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.4.
Page
24
Problem
number
:
18
Date
solved
:
Monday, January 27, 2025 at 05:47:37 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.014 (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.032 (sec). Leaf size: 36
DSolve[D[y[t],t]==(t+y[t])/(t-y[t]),y[t],t,IncludeSingularSolutions -> True]