4.65 problem 62

Internal problem ID [6532]

Book: Own collection of miscellaneous problems
Section: section 4.0
Problem number: 62.
ODE order: 2.
ODE degree: 1.

CAS Maple gives this as type [[_2nd_order, _with_linear_symmetries]]

\[ \boxed {\frac {x y^{\prime \prime }}{1-x}+y x=0} \]

Solution by Maple

Time used: 0.0 (sec). Leaf size: 17

dsolve(x/(1-x)*diff(y(x),x$2)+x*y(x)=0,y(x), singsol=all)
 

\[ y \left (x \right ) = c_{1} \operatorname {AiryAi}\left (x -1\right )+c_{2} \operatorname {AiryBi}\left (x -1\right ) \]

Solution by Mathematica

Time used: 0.003 (sec). Leaf size: 20

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

\begin{align*} y(x)\to c_1 \operatorname {AiryAi}(x-1)+c_2 \operatorname {AiryBi}(x-1) \\ \end{align*}