Internal
problem
ID
[16837]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
8.
First
order
not
solved
for
the
derivative.
Exercises
page
67
Problem
number
:
219
Date
solved
:
Tuesday, January 28, 2025 at 09:34:26 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 31
dsolve(y(x)=arcsin(diff(y(x),x))+ln(1+diff(y(x),x)^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.359 (sec). Leaf size: 46
DSolve[y[x]==ArcSin[D[y[x],x]]+Log[1+D[y[x],x]^2],y[x],x,IncludeSingularSolutions -> True]