Internal
problem
ID
[7558]
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.23
Date
solved
:
Tuesday, January 28, 2025 at 03:16:31 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.056 (sec). Leaf size: 99
dsolve((1-x^2)*diff(z(x),x$2)+(1-3*x)*diff(z(x),x)+k*z(x)=0,z(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.279 (sec). Leaf size: 77
DSolve[(1-x^2)*D[z[x],{x,2}]+(1-3*x)*D[z[x],x]+k*z[x]==0,z[x],x,IncludeSingularSolutions -> True]