Internal
problem
ID
[17995]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
133
(page
195)
Date
solved
:
Tuesday, January 28, 2025 at 08:28:25 PM
CAS
classification
:
[_Gegenbauer]
✓ Solution by Maple
Time used: 0.291 (sec). Leaf size: 15
dsolve((1-x^2)*diff(y(x),x$2)-2*x*diff(y(x),x)+n*(n+1)*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.025 (sec). Leaf size: 18
DSolve[(1-x^2)*D[y[x],{x,2}]-2*x*D[y[x],x]+n*(n+1)*y[x]==0,y[x],x,IncludeSingularSolutions -> True]