Internal
problem
ID
[8878]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
3.0
Problem
number
:
20
Date
solved
:
Monday, January 27, 2025 at 05:11:36 PM
CAS
classification
:
[[_high_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 38
dsolve(5*x^5*diff(y(x),x$4)+4*x^4*diff(y(x),x$3)+x^2*diff(y(x),x)+x*y(x)= 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.457 (sec). Leaf size: 1931
DSolve[5*x^5*D[y[x],{x,4}]+4*x^4*D[y[x],{x,3}]+x^2*D[y[x],x]+x*y[x]== Sin[x],y[x],x,IncludeSingularSolutions -> True]
Too large to display