2.2 problem 2

Internal problem ID [1650]

Book: Differential equations and their applications, 3rd ed., M. Braun
Section: Section 1.2. Page 9
Problem number: 2.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_separable]

\[ \boxed {\sqrt {t}\, \sin \left (t \right ) y+y^{\prime }=0} \]

Solution by Maple

Time used: 0.0 (sec). Leaf size: 34

dsolve(t^(1/2)*sin(t)*y(t)+diff(y(t),t) = 0,y(t), singsol=all)
 

\[ y \left (t \right ) = c_{1} {\mathrm e}^{\sqrt {t}\, \cos \left (t \right )-\frac {\operatorname {FresnelC}\left (\sqrt {2}\, \sqrt {\frac {t}{\pi }}\right ) \sqrt {\pi }\, \sqrt {2}}{2}} \]

Solution by Mathematica

Time used: 0.062 (sec). Leaf size: 66

DSolve[t^(1/2)*Sin[t]*y[t]+y'[t] == 0,y[t],t,IncludeSingularSolutions -> True]
 

\begin{align*} y(t)\to c_1 \exp \left (\frac {i \left (\sqrt {-i t} \Gamma \left (\frac {3}{2},-i t\right )-\sqrt {i t} \Gamma \left (\frac {3}{2},i t\right )\right )}{2 \sqrt {t}}\right ) y(t)\to 0 \end{align*}