Internal
problem
ID
[2358]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.10.
Page
80
Problem
number
:
15
Date
solved
:
Monday, January 27, 2025 at 05:49:58 AM
CAS
classification
:
[_Bernoulli]
With initial conditions
✓ Solution by Maple
Time used: 1.031 (sec). Leaf size: 45
dsolve([diff(y(t),t)=1/4*(1+cos(4*t))*y(t)-1/800*(1-cos(4*t))*y(t)^2,y(0) = 100],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 14.322 (sec). Leaf size: 61
DSolve[{D[y[t],t]==1/4*(1+Cos[4*t])*y[t]-1/800*(1-Cos[4*t])*y[t]^2,{y[0]==100}},y[t],t,IncludeSingularSolutions -> True]