Internal
problem
ID
[19548]
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
IV.
Equations
of
the
first
order
but
not
of
the
first
degree
Problem
number
:
Ex
5
page
53
Date
solved
:
Tuesday, January 28, 2025 at 01:50:39 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.178 (sec). Leaf size: 51
dsolve(y(x)-1/sqrt(1+diff(y(x),x)^2)=b,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.431 (sec). Leaf size: 124
DSolve[y[x]-1/Sqrt[1+D[y[x],x]^2]==b,y[x],x,IncludeSingularSolutions -> True]