Internal
problem
ID
[8791]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
78
Date
solved
:
Monday, January 27, 2025 at 04:58:47 PM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
With initial conditions
✓ Solution by Maple
Time used: 10.225 (sec). Leaf size: 29
dsolve([diff(y(x),x)*y(x)/(1+1/2*sqrt(1+diff(y(x),x)^2))=-x,y(0) = 3],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.573 (sec). Leaf size: 35
DSolve[{D[y[x],x]*y[x]/(1+1/2*Sqrt[1+(D[y[x],x])^2])==-x,y[0]==3},y[x],x,IncludeSingularSolutions -> True]