Internal
problem
ID
[11650]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
6,
non-linear
second
order
Problem
number
:
1652
(book
6.61)
Date
solved
:
Monday, January 27, 2025 at 11:29:11 PM
CAS
classification
:
[[_2nd_order, _missing_x]]
✓ Solution by Maple
Time used: 0.128 (sec). Leaf size: 31
dsolve(diff(diff(y(x),x),x)=a*sqrt(1+diff(y(x),x)^2)+b,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.884 (sec). Leaf size: 46
DSolve[D[y[x],{x,2}]==a*Sqrt[1+D[y[x],x]^2]+b,y[x],x,IncludeSingularSolutions -> True]