Internal
problem
ID
[16080]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Exercises
2.5,
page
64
Problem
number
:
3
Date
solved
:
Tuesday, January 28, 2025 at 08:36:55 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.179 (sec). Leaf size: 70
dsolve(2*t*diff(y(t),t)-y(t)=2*t*y(t)^3*cos(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.280 (sec). Leaf size: 71
DSolve[2*t*D[y[t],t]-y[t]==2*t*y[t]^3*Cos[t],y[t],t,IncludeSingularSolutions -> True]