Internal
problem
ID
[2507]
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
:
20
Date
solved
:
Monday, January 27, 2025 at 05:56:24 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.024 (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.065 (sec). Leaf size: 57
DSolve[D[y[t],t]==(t+y[t]+1)/(t-y[t]+3),y[t],t,IncludeSingularSolutions -> True]