Internal
problem
ID
[5768]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
7
Problem
number
:
19
Date
solved
:
Monday, January 27, 2025 at 01:16:08 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.336 (sec). Leaf size: 49
dsolve(y(x)-1/sqrt(1+(diff(y(x),x))^2)=(x+diff(y(x),x)/sqrt(1+(diff(y(x),x))^2)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 48.500 (sec). Leaf size: 20847
DSolve[y[x]-1/Sqrt[1+(D[y[x],x])^2]==(x+D[y[x],x]/Sqrt[1+(D[y[x],x])^2]),y[x],x,IncludeSingularSolutions -> True]
Too large to display