Internal
problem
ID
[10279]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
266
Date
solved
:
Tuesday, January 28, 2025 at 04:26:40 PM
CAS
classification
:
[`x=_G(y,y')`]
✓ Solution by Maple
Time used: 0.152 (sec). Leaf size: 193
dsolve((y(x)-x)*sqrt(x^2+1)*diff(y(x),x)-a*sqrt((y(x)^2+1)^3)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.814 (sec). Leaf size: 69
DSolve[(y[x]-x)*Sqrt[x^2+1]*D[y[x],x]-a*Sqrt[(y[x]^2+1)^3]==0,y[x],x,IncludeSingularSolutions -> True]