Internal
problem
ID
[19586]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
VI.
Homogeneous
linear
equations
with
variable
coefficients
Problem
number
:
Ex
9
page
89
Date
solved
:
Tuesday, January 28, 2025 at 08:32:55 PM
CAS
classification
:
[[_3rd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 37
dsolve((2*x-1)^3*diff(y(x),x$3)+(2*x-1)*diff(y(x),x)-2*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 50
DSolve[(2*x-1)^3*D[y[x],{x,3}]+(2*x-1)*D[y[x],x]-2*y[x]==0,y[x],x,IncludeSingularSolutions -> True]