Internal
problem
ID
[3297]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
37,
page
171
Problem
number
:
13
Date
solved
:
Monday, January 27, 2025 at 07:31:42 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.036 (sec). Leaf size: 50
dsolve(y(x)*(1+diff(y(x),x)^2)=2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.422 (sec). Leaf size: 174
DSolve[y[x]*(1+D[y[x],x]^2)==2,y[x],x,IncludeSingularSolutions -> True]