Internal
problem
ID
[18502]
Book
:
Elementary
Differential
Equations.
By
R.L.E.
Schwarzenberger.
Chapman
and
Hall.
London.
First
Edition
(1969)
Section
:
Chapter
3.
Solutions
of
first-order
equations.
Exercises
at
page
47
Problem
number
:
3
(iii)
Date
solved
:
Tuesday, January 28, 2025 at 11:51:12 AM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 27
dsolve(diff(x(t),t)=cos(x(t)/t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.085 (sec). Leaf size: 33
DSolve[D[x[t],t]==Cos[x[t]/t],x[t],t,IncludeSingularSolutions -> True]