Internal
problem
ID
[11148]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
2,
linear
second
order
Problem
number
:
1142
Date
solved
:
Tuesday, January 28, 2025 at 05:41:31 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.463 (sec). Leaf size: 59
dsolve(5*(a*x+b)*diff(diff(y(x),x),x)+8*a*diff(y(x),x)+c*(a*x+b)^(1/5)*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.075 (sec). Leaf size: 89
DSolve[c*(b + a*x)^(1/5)*y[x] + 8*a*D[y[x],x] + 5*(b + a*x)*D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]