Internal
problem
ID
[17378]
Book
:
Differential
equations.
An
introduction
to
modern
methods
and
applications.
James
Brannan,
William
E.
Boyce.
Third
edition.
Wiley
2015
Section
:
Chapter
2.
First
order
differential
equations.
Section
2.4
(Differences
between
linear
and
nonlinear
equations).
Problems
at
page
79
Problem
number
:
7
Date
solved
:
Tuesday, January 28, 2025 at 10:03:38 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 1.937 (sec). Leaf size: 57
dsolve(diff(y(t),t)=(t-y(t))/(2*t+5*y(t)),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.034 (sec). Leaf size: 44
DSolve[D[y[t],t]==(t-y[t])/(2*t+5*y[t]),y[t],t,IncludeSingularSolutions -> True]