Internal
problem
ID
[19567]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
V.
Singular
solutions
Problem
number
:
Ex
2
page
69
Date
solved
:
Tuesday, January 28, 2025 at 01:57:05 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.046 (sec). Leaf size: 54
dsolve(y(x)^2*(1+diff(y(x),x)^2)=r^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.211 (sec). Leaf size: 101
DSolve[y[x]^2*(1+D[y[x],x]^2)==r^2,y[x],x,IncludeSingularSolutions -> True]