Internal
problem
ID
[11268]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
2,
linear
second
order
Problem
number
:
1263
Date
solved
:
Monday, January 27, 2025 at 11:01:03 PM
CAS
classification
:
[[_2nd_order, _exact, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 47
dsolve(x*(x+3)*diff(diff(y(x),x),x)+(3*x-1)*diff(y(x),x)+y(x)-(20*x+30)*(x^2+3*x)^(7/3)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.023 (sec). Leaf size: 328
DSolve[(-30 - 20*x)*(3*x + x^2)^(7/3) + y[x] + (-1 + 3*x)*D[y[x],x] + x*(3 + x)*D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]