Internal
problem
ID
[13105]
Book
:
A
First
Course
in
Differential
Equations
by
J.
David
Logan.
Third
Edition.
Springer-Verlag,
NY.
2015.
Section
:
Chapter
1,
First
order
differential
equations.
Section
1.4.1.
Integrating
factors.
Exercises
page
41
Problem
number
:
15(f)
Date
solved
:
Tuesday, January 28, 2025 at 04:52:33 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 43
dsolve(diff(w(t),t)=t*w(t)+t^3*w(t)^3,w(t), singsol=all)
✓ Solution by Mathematica
Time used: 1.877 (sec). Leaf size: 80
DSolve[D[w[t],t]==t*w[t]+t^3*w[t]^3,w[t],t,IncludeSingularSolutions -> True]