Internal
problem
ID
[2500]
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
:
12
Date
solved
:
Monday, January 27, 2025 at 05:54:39 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 5
dsolve([3*t*diff(y(t),t)=y(t)*cos(t),y(1) = 0],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.002 (sec). Leaf size: 6
DSolve[{3*t*D[y[t],t]==y[t]*Cos[t],{y[1]==0}},y[t],t,IncludeSingularSolutions -> True]