3.417 problem 1423

Internal problem ID [9751]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 2, linear second order
Problem number: 1423.
ODE order: 2.
ODE degree: 1.

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

\[ \boxed {y^{\prime \prime }+\frac {a y}{\sin \left (x \right )^{2}}=0} \]

Solution by Maple

Time used: 0.578 (sec). Leaf size: 110

dsolve(diff(diff(y(x),x),x) = -a/sin(x)^2*y(x),y(x), singsol=all)
 

\[ y \left (x \right ) = \frac {\sqrt {\cos \left (x \right )}\, \left (-\frac {1}{2}+\frac {\cos \left (2 x \right )}{2}\right )^{\frac {1}{2}+\frac {\sqrt {-4 a +1}}{4}} \left (\cos \left (x \right ) \operatorname {hypergeom}\left (\left [\frac {\sqrt {-4 a +1}}{4}+\frac {3}{4}, \frac {\sqrt {-4 a +1}}{4}+\frac {3}{4}\right ], \left [\frac {3}{2}\right ], \frac {\cos \left (2 x \right )}{2}+\frac {1}{2}\right ) c_{2} +\operatorname {hypergeom}\left (\left [\frac {\sqrt {-4 a +1}}{4}+\frac {1}{4}, \frac {\sqrt {-4 a +1}}{4}+\frac {1}{4}\right ], \left [\frac {1}{2}\right ], \frac {\cos \left (2 x \right )}{2}+\frac {1}{2}\right ) c_{1} \right )}{\sqrt {\sin \left (2 x \right )}} \]

Solution by Mathematica

Time used: 0.118 (sec). Leaf size: 61

DSolve[y''[x] == -(a*Csc[x]^2*y[x]),y[x],x,IncludeSingularSolutions -> True]
                                                                                    
                                                                                    
 

\[ y(x)\to \sqrt [4]{-\sin ^2(x)} \left (c_1 P_{-\frac {1}{2}}^{\frac {1}{2} \sqrt {1-4 a}}(\cos (x))+c_2 Q_{-\frac {1}{2}}^{\frac {1}{2} \sqrt {1-4 a}}(\cos (x))\right ) \]