Internal
problem
ID
[18939]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
VII.
Linear
equations
with
variable
coefficients.
End
of
chapter
problems
at
page
91
Problem
number
:
Ex.
7
Date
solved
:
Tuesday, January 28, 2025 at 08:29:23 PM
CAS
classification
:
[[_high_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 48
dsolve(16*(x+1)^4*diff(y(x),x$4)+96*(x+1)^3*diff(y(x),x$3)+104*(x+1)^2*diff(y(x),x$2)+8*(x+1)*diff(y(x),x)+y(x)=x^2+4*x+3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.059 (sec). Leaf size: 61
DSolve[16*(x+1)^4*D[y[x],{x,4}]+96*(x+1)^3*D[y[x],{x,3}]+104*(x+1)^2*D[y[x],{x,2}]+8*(x+1)*D[y[x],x]+y[x]==x^2+4*x+3,y[x],x,IncludeSingularSolutions -> True]