Internal
problem
ID
[13046]
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
:
1(c)
Date
solved
:
Tuesday, January 28, 2025 at 04:50:06 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 8
dsolve(diff(y(t),t)=1+y(t)^2,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.179 (sec). Leaf size: 41
DSolve[D[y[t],t]==1+y[t]^2,y[t],t,IncludeSingularSolutions -> True]