Internal
problem
ID
[2335]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.4.
Page
24
Problem
number
:
20
Date
solved
:
Monday, January 27, 2025 at 05:47:46 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.023 (sec). Leaf size: 32
dsolve(diff(y(t),t)=(t+y(t)+1)/(t-y(t)+3),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.062 (sec). Leaf size: 57
DSolve[D[y[t],t]==(t+y[t]+1)/(t-y[t]+3),y[t],t,IncludeSingularSolutions -> True]