Internal
problem
ID
[10441]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
429
Date
solved
:
Monday, January 27, 2025 at 07:43:54 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.099 (sec). Leaf size: 72
dsolve(a*x*diff(y(x),x)^2-(a*y(x)+b*x-a-b)*diff(y(x),x)+b*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.024 (sec). Leaf size: 90
DSolve[b*y[x] - (-a - b + b*x + a*y[x])*D[y[x],x] + a*x*D[y[x],x]^2==0,y[x],x,IncludeSingularSolutions -> True]