Internal
problem
ID
[18932]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
VII.
Linear
equations
with
variable
coefficients.
Problems
at
page
91
Problem
number
:
Ex.
2
Date
solved
:
Tuesday, January 28, 2025 at 12:37:21 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries], [_2nd_order, _linear, `_with_symmetry_[0,F(x)]`]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 22
dsolve((2*x-1)^3*diff(y(x),x$2)+(2*x-1)*diff(y(x),x)-2*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.092 (sec). Leaf size: 27
DSolve[(2*x-1)^3*D[y[x],{x,2}]+(2*x-1)*D[y[x],x]-2*y[x]==0,y[x],x,IncludeSingularSolutions -> True]