Internal
problem
ID
[13041]
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
:
4(c)
Date
solved
:
Tuesday, January 28, 2025 at 04:49:59 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 12
dsolve(sqrt(t)*diff(x(t),t)=cos(sqrt(t)),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.009 (sec). Leaf size: 16
DSolve[Sqrt[t]*D[x[t],t]==Cos[Sqrt[t]],x[t],t,IncludeSingularSolutions -> True]