Internal
problem
ID
[7559]
Book
:
THEORY
OF
DIFFERENTIAL
EQUATIONS
IN
ENGINEERING
AND
MECHANICS.
K.T.
CHAU,
CRC
Press.
Boca
Raton,
FL.
2018
Section
:
Chapter
3.
Ordinary
Differential
Equations.
Section
3.6
Summary
and
Problems.
Page
218
Problem
number
:
Problem
3.24
Date
solved
:
Tuesday, January 28, 2025 at 03:16:32 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.056 (sec). Leaf size: 95
dsolve((1-x^2)*diff(eta(x),x$2)-(1+x)*diff(eta(x),x)+(k+1)*eta(x)=0,eta(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.395 (sec). Leaf size: 77
DSolve[(1-x^2)*D[z[x],{x,2}]-(1+x)*D[z[x],x]+(k+1)*z[x]==0,z[x],x,IncludeSingularSolutions -> True]