Internal
problem
ID
[11651]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
6,
non-linear
second
order
Problem
number
:
1653
(book
6.62)
Date
solved
:
Tuesday, January 28, 2025 at 06:07:18 PM
CAS
classification
:
[[_2nd_order, _missing_x]]
✓ Solution by Maple
Time used: 0.247 (sec). Leaf size: 41
dsolve(diff(diff(y(x),x),x)=a*sqrt(diff(y(x),x)^2+b*y(x)^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.348 (sec). Leaf size: 76
DSolve[D[y[x],{x,2}]==a*Sqrt[D[y[x],x]^2+b*y[x]^2],y[x],x,IncludeSingularSolutions -> True]