Internal
problem
ID
[19300]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
V.
Singular
solutions.
Exercise
V
at
page
76
Problem
number
:
19
Date
solved
:
Tuesday, January 28, 2025 at 01:25:14 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.039 (sec). Leaf size: 46
dsolve((1-y(x)^2)*diff(y(x),x)^2=1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.052 (sec). Leaf size: 69
DSolve[(1-y[x]^2)*D[y[x],x]^2==1,y[x],x,IncludeSingularSolutions -> True]