Internal
problem
ID
[18948]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
VIII.
Exact
differential
equations,
and
equations
of
particular
forms.
Integration
in
series.
problems
at
page
94
Problem
number
:
Ex.
2
Date
solved
:
Tuesday, January 28, 2025 at 12:38:08 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 111
dsolve(x^5*diff(y(x),x$2)+3*x^3*diff(y(x),x)+(3-6*x)*x^2*y(x)=x^4+2*x-5,y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[x^5*D[y[x],{x,2}]+3*x^2*D[y[x],x]+(3-6*x)*x^2*y[x]==x^4+2*x-5,y[x],x,IncludeSingularSolutions -> True]
Not solved