Internal
problem
ID
[18562]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
IV.
Methods
of
solution:
First
order
equations.
section
32.
Problems
at
page
89
Problem
number
:
5
Date
solved
:
Tuesday, January 28, 2025 at 12:00:08 PM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 136
dsolve(sqrt(t^2+T(t))=diff(T(t),t),T(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.277 (sec). Leaf size: 135
DSolve[Sqrt[t^2+T[t]]==D[T[t],t],T[t],t,IncludeSingularSolutions -> True]