1.510 problem 512

Internal problem ID [8847]

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

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

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

Solution by Maple

Time used: 14.375 (sec). Leaf size: 100

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

\begin{align*} y \left (x \right ) &= -i x \\ y \left (x \right ) &= i x \\ y \left (x \right ) &= \cot \left (\operatorname {RootOf}\left (-4 \textit {\_Z} -2 \left (\int _{}^{\csc \left (\textit {\_Z} \right )^{2} x^{2}}\frac {\sqrt {-\textit {\_a}^{\frac {17}{2}} \left (\sqrt {\textit {\_a}}\, a -1\right ) \left (2 \sqrt {\textit {\_a}}\, a +\cos \left (2\right )-1\right )^{2} a}}{\left (2 \textit {\_a} \,a^{2}-3 \sqrt {\textit {\_a}}\, a +1+\sqrt {\textit {\_a}}\, a \cos \left (2\right )-\cos \left (2\right )\right ) \textit {\_a}^{5}}d \textit {\_a} \right )+4 c_{1} \right )\right ) x \\ \end{align*}

Solution by Mathematica

Time used: 49.818 (sec). Leaf size: 305

DSolve[-y[x]^2 + a*(x^2 + y[x]^2)^(3/2) + 2*x*y[x]*y'[x] + (-x^2 + a*(x^2 + y[x]^2)^(3/2))*y'[x]^2==0,y[x],x,IncludeSingularSolutions -> True]
                                                                                    
                                                                                    
 

\begin{align*} \text {Solve}\left [\arctan \left (\frac {x}{y(x)}\right )-\frac {2 \sqrt {a \left (x^2+y(x)^2\right )^2 \left (-a x^2-a y(x)^2+\sqrt {x^2+y(x)^2}\right )} \arctan \left (\frac {\sqrt {a} \sqrt {x^2+y(x)^2}}{\sqrt {-a x^2-a y(x)^2+\sqrt {x^2+y(x)^2}}}\right )}{\sqrt {a} \left (x^2+y(x)^2\right ) \sqrt {-a x^2-a y(x)^2+\sqrt {x^2+y(x)^2}}}&=c_1,y(x)\right ] \\ \text {Solve}\left [\frac {2 \sqrt {a \left (x^2+y(x)^2\right )^2 \left (-a x^2-a y(x)^2+\sqrt {x^2+y(x)^2}\right )} \arctan \left (\frac {\sqrt {a} \sqrt {x^2+y(x)^2}}{\sqrt {-a x^2-a y(x)^2+\sqrt {x^2+y(x)^2}}}\right )}{\sqrt {a} \left (x^2+y(x)^2\right ) \sqrt {-a x^2-a y(x)^2+\sqrt {x^2+y(x)^2}}}+\arctan \left (\frac {x}{y(x)}\right )&=c_1,y(x)\right ] \\ \end{align*}