Internal
problem
ID
[17919]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
46
(page
56)
Date
solved
:
Tuesday, January 28, 2025 at 08:28:11 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.677 (sec). Leaf size: 88
dsolve((y(x)-x)*sqrt(1+x^2)*diff(y(x),x)=(1+y(x)^2)^(3/2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.140 (sec). Leaf size: 57
DSolve[(y[x]-x)*Sqrt[1+x^2]*D[y[x],x]==(1+y[x]^2)^(3/2),y[x],x,IncludeSingularSolutions -> True]