Internal
problem
ID
[2337]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.4.
Page
24
Problem
number
:
23
Date
solved
:
Monday, January 27, 2025 at 05:47:53 AM
CAS
classification
:
[[_homogeneous, `class C`], _exact, _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.011 (sec). Leaf size: 41
dsolve((t+2*y(t)+3)+(2*t+4*y(t)-1)*diff(y(t),t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.105 (sec). Leaf size: 55
DSolve[(t+2*y[t]+3)+(2*t+4*y[t]-1)*D[y[t],t]==0,y[t],t,IncludeSingularSolutions -> True]