Internal
problem
ID
[13037]
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.2
Antiderivatives.
Exercises
page
19
Problem
number
:
2
Date
solved
:
Tuesday, January 28, 2025 at 04:49:54 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.014 (sec). Leaf size: 16
dsolve([diff(x(t),t)=(1+t)/sqrt(t),x(1) = 4],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.009 (sec). Leaf size: 23
DSolve[{D[x[t],t]==(1+t)/Sqrt[t],{x[1]==4}},x[t],t,IncludeSingularSolutions -> True]