13.3.15 problem 17

Internal problem ID [2332]
Book : Differential equations and their applications, 3rd ed., M. Braun
Section : Section 1.4. Page 24
Problem number : 17
Date solved : Monday, January 27, 2025 at 05:47:24 AM
CAS classification : [[_homogeneous, `class A`], _rational, _dAlembert]

\begin{align*} \left (t -\sqrt {y t}\right ) y^{\prime }&=y \end{align*}

Solution by Maple

Time used: 0.007 (sec). Leaf size: 19

dsolve((t-sqrt(t*y(t)))*diff(y(t),t)=y(t),y(t), singsol=all)
 
\[ \ln \left (y\right )+\frac {2 t}{\sqrt {t y}}-c_1 = 0 \]

Solution by Mathematica

Time used: 0.207 (sec). Leaf size: 31

DSolve[(t-Sqrt[t*y[t]])*D[y[t],t]==y[t],y[t],t,IncludeSingularSolutions -> True]
 
\[ \text {Solve}\left [\frac {2}{\sqrt {\frac {y(t)}{t}}}+\log \left (\frac {y(t)}{t}\right )=-\log (t)+c_1,y(t)\right ] \]