Internal
problem
ID
[13057]
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.3.1
Separable
equations.
Exercises
page
26
Problem
number
:
4(f)
Date
solved
:
Tuesday, January 28, 2025 at 04:50:39 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 12
dsolve((1+t)*diff(x(t),t)+x(t)^2=0,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.164 (sec). Leaf size: 21
DSolve[(1+t)*D[x[t],t]+x[t]^2==0,x[t],t,IncludeSingularSolutions -> True]