67.2.21 problem Problem 2(f)

Internal problem ID [13978]
Book : APPLIED DIFFERENTIAL EQUATIONS The Primary Course by Vladimir A. Dobrushkin. CRC Press 2015
Section : Chapter 4, Second and Higher Order Linear Differential Equations. Problems page 221
Problem number : Problem 2(f)
Date solved : Tuesday, January 28, 2025 at 06:10:55 AM
CAS classification : [[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]

\begin{align*} y y^{\prime \prime }&=1 \end{align*}

Solution by Maple

Time used: 0.158 (sec). Leaf size: 51

dsolve(y(x)*diff(y(x),x$2)=1,y(x), singsol=all)
 
\begin{align*} \int _{}^{y}\frac {1}{\sqrt {2 \ln \left (\textit {\_a} \right )-c_{1}}}d \textit {\_a} -x -c_{2} &= 0 \\ -\int _{}^{y}\frac {1}{\sqrt {2 \ln \left (\textit {\_a} \right )-c_{1}}}d \textit {\_a} -x -c_{2} &= 0 \\ \end{align*}

Solution by Mathematica

Time used: 60.067 (sec). Leaf size: 93

DSolve[y[x]*D[y[x],{x,2}]==1,y[x],x,IncludeSingularSolutions -> True]
 
\begin{align*} y(x)\to \exp \left (-\text {erf}^{-1}\left (-i \sqrt {\frac {2}{\pi }} \sqrt {e^{c_1} (x+c_2){}^2}\right ){}^2-\frac {c_1}{2}\right ) \\ y(x)\to \exp \left (-\text {erf}^{-1}\left (i \sqrt {\frac {2}{\pi }} \sqrt {e^{c_1} (x+c_2){}^2}\right ){}^2-\frac {c_1}{2}\right ) \\ \end{align*}