Internal
problem
ID
[5663]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
37
Problem
number
:
1118
Date
solved
:
Monday, January 27, 2025 at 01:02:19 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.088 (sec). Leaf size: 113
dsolve(sqrt(1+diff(y(x),x)^2)+a*diff(y(x),x) = x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.225 (sec). Leaf size: 154
DSolve[Sqrt[1+(D[y[x],x])^2]+ a*D[y[x],x]==x,y[x],x,IncludeSingularSolutions -> True]