Internal
problem
ID
[12901]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
IV,
differential
equations
of
the
first
order
and
higher
degree
than
the
first.
Article
28.
Summary.
Page
59
Problem
number
:
Ex
1
Date
solved
:
Tuesday, January 28, 2025 at 04:40:47 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.125 (sec). Leaf size: 54
dsolve(y(x)^2*(1+diff(y(x),x)^2)=a^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.235 (sec). Leaf size: 101
DSolve[y[x]^2*(1+(D[y[x],x])^2)==a^2,y[x],x,IncludeSingularSolutions -> True]