Internal
problem
ID
[2497]
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
:
9
Date
solved
:
Monday, January 27, 2025 at 05:54:31 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 19
dsolve([diff(y(t),t)=(3*t^2+4*t+2)/(2*(y(t)-1)),y(0) = -1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.158 (sec). Leaf size: 26
DSolve[{D[y[t],t]==(3*t^2+4*t+2)/(2*(y[t]-1)),{y[0]==-1}},y[t],t,IncludeSingularSolutions -> True]