37.6 problem 1119

Internal problem ID [3812]

Book: Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section: Various 37
Problem number: 1119.
ODE order: 1.
ODE degree: 2.

CAS Maple gives this as type [_quadrature]

Solve \begin {gather*} \boxed {\sqrt {1+\left (y^{\prime }\right )^{2}}+a y^{\prime }-y=0} \end {gather*}

Solution by Maple

Time used: 0.139 (sec). Leaf size: 77

dsolve(sqrt(1+diff(y(x),x)^2)+a*diff(y(x),x) = y(x),y(x), singsol=all)
 

\begin{align*} x -\left (\int _{}^{y \relax (x )}-\frac {\left (a -1\right ) \left (a +1\right )}{-a \textit {\_a} +\sqrt {\textit {\_a}^{2}+a^{2}-1}}d \textit {\_a} \right )-c_{1} = 0 \\ x -\left (\int _{}^{y \relax (x )}\frac {\left (a -1\right ) \left (a +1\right )}{a \textit {\_a} +\sqrt {\textit {\_a}^{2}+a^{2}-1}}d \textit {\_a} \right )-c_{1} = 0 \\ \end{align*}

Solution by Mathematica

Time used: 1.119 (sec). Leaf size: 278

DSolve[Sqrt[1+(y'[x])^2]+ a y'[x]==y[x],y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to \text {InverseFunction}\left [\frac {2 \log \left (\sqrt {\text {$\#$1}^2+a^2-1}+\text {$\#$1}\right )-a \log \left (-a \sqrt {\text {$\#$1}^2+a^2-1}-\text {$\#$1}-a^2+1\right )+a \log \left (-a \sqrt {\text {$\#$1}^2+a^2-1}+\text {$\#$1}-a^2+1\right )-a \log \left (1-\text {$\#$1}^2\right )+a \log (1-\text {$\#$1})-a \log (\text {$\#$1}+1)}{2-2 a^2}\&\right ]\left [\frac {x}{a^2-1}+c_1\right ] \\ y(x)\to \text {InverseFunction}\left [\frac {2 \log \left (\sqrt {\text {$\#$1}^2+a^2-1}+\text {$\#$1}\right )-a \log \left (-a \sqrt {\text {$\#$1}^2+a^2-1}-\text {$\#$1}-a^2+1\right )+a \log \left (-a \sqrt {\text {$\#$1}^2+a^2-1}+\text {$\#$1}-a^2+1\right )+a \log \left (1-\text {$\#$1}^2\right )+a \log (1-\text {$\#$1})-a \log (\text {$\#$1}+1)}{2 \left (a^2-1\right )}\&\right ]\left [\frac {x}{a^2-1}+c_1\right ] \\ y(x)\to 1 \\ \end{align*}