2.7 problem Problem 3.7(g)

Internal problem ID [12416]

Book: Differential Equations, Linear, Nonlinear, Ordinary, Partial. A.C. King, J.Billingham, S.R.Otto. Cambridge Univ. Press 2003
Section: Chapter 3 Bessel functions. Problems page 89
Problem number: Problem 3.7(g).
ODE order: 2.
ODE degree: 1.

CAS Maple gives this as type [_Gegenbauer]

\[ \boxed {\left (-x^{2}+1\right ) y^{\prime \prime }-2 y^{\prime } x +n \left (n +1\right ) y=0} \]

Solution by Maple

Time used: 0.109 (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)
 

\[ y \left (x \right ) = c_{1} \operatorname {LegendreP}\left (n , x\right )+c_{2} \operatorname {LegendreQ}\left (n , x\right ) \]

Solution by Mathematica

Time used: 0.045 (sec). Leaf size: 18

DSolve[(1-x^2)*y''[x]-2*x*y'[x]+n*(n+1)*y[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

\[ y(x)\to c_1 \operatorname {LegendreP}(n,x)+c_2 \operatorname {LegendreQ}(n,x) \]