Internal
problem
ID
[10507]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
496
Date
solved
:
Monday, January 27, 2025 at 08:31:12 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.253 (sec). Leaf size: 135
dsolve((y(x)-x)^2*(diff(y(x),x)^2+1)-a^2*(diff(y(x),x)+1)^2 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 104.897 (sec). Leaf size: 35180
DSolve[-(a^2*(1 + D[y[x],x])^2) + (-x + y[x])^2*(1 + D[y[x],x]^2)==0,y[x],x,IncludeSingularSolutions -> True]
Too large to display