Internal
problem
ID
[2518]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.9.
Exact
equations.
Excercises
page
66
Problem
number
:
11
Date
solved
:
Monday, January 27, 2025 at 05:58:17 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class B`]]
With initial conditions
✓ Solution by Maple
Time used: 1.164 (sec). Leaf size: 21
dsolve([(3*t*y(t)+y(t)^2)+(t^2+t*y(t))*diff(y(t),t)=0,y(2) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.740 (sec). Leaf size: 22
DSolve[{(3*t*y[t]+y[t]^2)+(t^2+t*y[t])*D[y[t],t]==0,{y[2]==1}},y[t],t,IncludeSingularSolutions -> True]