Internal
problem
ID
[13866]
Book
:
Differential
equations
and
the
calculus
of
variations
by
L.
ElSGOLTS.
MIR
PUBLISHERS,
MOSCOW,
Third
printing
1977.
Section
:
Chapter
1,
First-Order
Differential
Equations.
Problems
page
88
Problem
number
:
Problem
26
Date
solved
:
Tuesday, January 28, 2025 at 06:06:10 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.088 (sec). Leaf size: 31
dsolve(diff(y(x),x)^2+y(x)^2=4,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.222 (sec). Leaf size: 107
DSolve[D[y[x],x]^2+y[x]^2==4,y[x],x,IncludeSingularSolutions -> True]