Internal
problem
ID
[13748]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
10,
Two
tricks
for
nonlinear
equations.
Exercises
page
97
Problem
number
:
10.4
(ii)
Date
solved
:
Tuesday, January 28, 2025 at 06:01:11 AM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 28
dsolve(diff(x(t),t)=(x(t)^2+t*sqrt(t^2+x(t)^2))/(t*x(t)),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.312 (sec). Leaf size: 54
DSolve[D[x[t],t]==(x[t]^2+t*Sqrt[t^2+x[t]^2])/(t*x[t]),x[t],t,IncludeSingularSolutions -> True]